This file contains all the names of the fields for online registration as they are defined in the backend API.
Members
-
<static, constant> BABY_DATE_OF_BIRTH :string
-
string date of birth of baby (only when breastfeeding). Format: YYYY-MM-DDT00:00:00Z (timezone is always T00:00:00Z because we only care about the date)
Type:
- string
-
<static, constant> BABY_REMINDER_EMAIL_ADDRESS :string
-
string email inside breastfeeding warning block
Type:
- string
-
<static, constant> BILLING_ADDRESS :string
-
Form section containing an object with all address fields. Will be flattened before API call is made.
Type:
- string
-
<static, constant> CONFIRM_EMAIL_ADDRESS :string
-
string email address confirm
Type:
- string
-
<static, constant> CONFIRM_PASSWORD :string
-
string password confirm
Type:
- string
-
<static, constant> DATE_OF_BIRTH :string
-
string date of birth. Format: YYYY-MM-DDT00:00:00Z (timezone is always T00:00:00Z because we only care about the date)
Type:
- string
-
<static, constant> EMAIL_ADDRESS :string
-
string email address
Type:
- string
-
<static, constant> FIRST_NAME :string
-
string first name
Type:
- string
-
<static, constant> GENDER :string
-
number gender (0 = Male, 1 = Female)
Type:
- string
-
<static, constant> GROUP_SEARCH_POST_CODE :string
-
Group search post code
Type:
- string
-
<static, constant> HAS_MEDICAL_CONDITIONS :string
-
String indicating if the user has medical conditions "0"/"1"
Type:
- string
-
<static, constant> HEIGHT :string
-
number height (currently always as Imperial)
Type:
- string
-
<static, constant> HEIGHT_UNIT :string
-
number height unit preference (0 = Imperial, 1 = Metric)
Type:
- string
-
<static, constant> INITIAL_WEIGHT :string
-
number initial weight (currently always passed as Imperial)
Type:
- string
-
<static, constant> INVITE_ID :string
-
string invite id (optional, currently not being used)
Type:
- string
-
<static, constant> IS_BREASTFEEDING :string
-
String indicating if the user is breastfeeding "0"/"1"
Type:
- string
-
<static, constant> IS_PREGNANT :string
-
String indicating if the user is pregnant "0"/"1"
Type:
- string
-
<static, constant> LAST_NAME :string
-
string last name
Type:
- string
-
<static, constant> PASSWORD :string
-
string password
Type:
- string
-
<static, constant> PHONE_NUMBER :string
-
string phone number
Type:
- string
-
<static, constant> REGION_CODE :string
-
Region code
Type:
- string
-
<static, constant> SECURITY_ANSWER :string
-
string security answer
Type:
- string
-
<static, constant> SECURITY_QUESTION :string
-
string security question
Type:
- string
-
<static, constant> TOS_VERSION :string
-
number terms of service version
Type:
- string
-
<static, constant> USER_NAME :string
-
string username
Type:
- string
-
<static, constant> VOUCHER_CODE :string
-
Voucher code
Type:
- string
-
<static, constant> WEIGHT_UNIT :string
-
number weight unit preference (0 = Imperial, 1 = Metric)
Type:
- string