spaceship_stub 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spaceship/spec/tunes/fixtures/app_details.json +137 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json +54 -0
- data/lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json +68 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center.json +46 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json +26 -0
- data/lib/spaceship/spec/tunes/fixtures/app_summary.json +298 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version.json +836 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_ref.json +12 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_states_history.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/app_versions_history.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_request.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_request.json +49 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_response.json +61 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/build_details.json +169 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history_for_train.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains.json +1734 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/candiate_builds.json +290 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json +94 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json +88 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_success.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json +247 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json +35 -0
- data/lib/spaceship/spec/tunes/fixtures/create_version_success.json +683 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json +7 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_create.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_detail.json +180 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_families.json +299 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create.json +63 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_detail.json +156 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_template.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_list.json +633 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json +373475 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_update.json +118 -0
- data/lib/spaceship/spec/tunes/fixtures/invalid_login.html +12 -0
- data/lib/spaceship/spec/tunes/fixtures/landing_page.html +6 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cntrl.js +3 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt +1 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_developer.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_list.json +715 -0
- data/lib/spaceship/spec/tunes/fixtures/member_template.json +309 -0
- data/lib/spaceship/spec/tunes/fixtures/pricing_tiers.json +46182 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_generated.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_history.json +109 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings_US.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/review_by_storefront.json +60 -0
- data/lib/spaceship/spec/tunes/fixtures/sandbox_testers.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/supported_countries.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/create_tester.json +91 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_external.json +120 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_internal.json +110 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/user_detail.json +24 -0
- metadata +83 -3
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": "SunApps GmbH",
|
8
|
+
"isEditable": false,
|
9
|
+
"isRequired": false,
|
10
|
+
"errorKeys": null
|
11
|
+
},
|
12
|
+
"versionString": {
|
13
|
+
"value": null,
|
14
|
+
"isEditable": true,
|
15
|
+
"isRequired": true,
|
16
|
+
"errorKeys": null
|
17
|
+
},
|
18
|
+
"appRegInfo": null,
|
19
|
+
"bundleIds": {
|
20
|
+
"com.krausefx.app_name": "Spaceship App - com.krausefx.app_name",
|
21
|
+
"net.sunapps.*": "SunApps - net.sunapps.*",
|
22
|
+
"net.sunapps.947474": "My App Name - net.sunapps.947474",
|
23
|
+
"*": "Xcode iOS Wildcard App ID - *",
|
24
|
+
"net.sunapps.100": "Baconfy - net.sunapps.100"
|
25
|
+
},
|
26
|
+
"enabledPlatformsForCreation": {
|
27
|
+
"value": ["ios"],
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": true,
|
30
|
+
"errorKeys": null
|
31
|
+
},
|
32
|
+
"name": null,
|
33
|
+
"primaryLanguage": null,
|
34
|
+
"bundleId": null,
|
35
|
+
"bundleIdSuffix": null,
|
36
|
+
"vendorId": null,
|
37
|
+
"initialPlatform": null,
|
38
|
+
"adamId": null,
|
39
|
+
"newApp": {
|
40
|
+
"sectionErrorKeys": [],
|
41
|
+
"sectionInfoKeys": [],
|
42
|
+
"sectionWarningKeys": [],
|
43
|
+
"bundleId": {
|
44
|
+
"value": null,
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": true,
|
47
|
+
"errorKeys": null
|
48
|
+
},
|
49
|
+
"bundleIdSuffix": {
|
50
|
+
"value": null,
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": false,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"vendorId": {
|
56
|
+
"value": null,
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": null
|
60
|
+
},
|
61
|
+
"adamId": null,
|
62
|
+
"appType": "iOS App",
|
63
|
+
"name": {
|
64
|
+
"value": null,
|
65
|
+
"isEditable": true,
|
66
|
+
"isRequired": true,
|
67
|
+
"errorKeys": null
|
68
|
+
},
|
69
|
+
"liveVersion": null,
|
70
|
+
"inFlightVersion": null,
|
71
|
+
"primaryLanguage": {
|
72
|
+
"value": null,
|
73
|
+
"isEditable": true,
|
74
|
+
"isRequired": true,
|
75
|
+
"errorKeys": null
|
76
|
+
},
|
77
|
+
"canAddVersion": false,
|
78
|
+
"appPageSectionLinks": null,
|
79
|
+
"appPageMoreLinks": null,
|
80
|
+
"appPageActionLinks": null,
|
81
|
+
"appTransferState": null,
|
82
|
+
"isDeleted": false,
|
83
|
+
"bundleSummaryInfo": null
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"messages": {
|
87
|
+
"warn": null,
|
88
|
+
"error": null,
|
89
|
+
"info": null
|
90
|
+
},
|
91
|
+
"statusCode": "SUCCESS"
|
92
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": ["You must enter a Bundle ID Suffix."],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": "SunApps GmbH",
|
8
|
+
"isEditable": false,
|
9
|
+
"isRequired": false,
|
10
|
+
"errorKeys": null
|
11
|
+
},
|
12
|
+
"versionString": {
|
13
|
+
"value": "1.0",
|
14
|
+
"isEditable": true,
|
15
|
+
"isRequired": true,
|
16
|
+
"errorKeys": []
|
17
|
+
},
|
18
|
+
"appRegInfo": null,
|
19
|
+
"bundleIds": {
|
20
|
+
"com.krausefx.app_name": "Spaceship App - com.krausefx.app_name",
|
21
|
+
"net.sunapps.*": "SunApps - net.sunapps.*",
|
22
|
+
"net.sunapps.947474": "My App Name - net.sunapps.947474",
|
23
|
+
"*": "Xcode iOS Wildcard App ID - *",
|
24
|
+
"net.sunapps.100": "Baconfy - net.sunapps.100"
|
25
|
+
},
|
26
|
+
"enabledPlatformsForCreation": {
|
27
|
+
"value": ["ios"],
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": true,
|
30
|
+
"errorKeys": null
|
31
|
+
},
|
32
|
+
"name": null,
|
33
|
+
"primaryLanguage": null,
|
34
|
+
"bundleId": null,
|
35
|
+
"bundleIdSuffix": null,
|
36
|
+
"vendorId": null,
|
37
|
+
"initialPlatform": null,
|
38
|
+
"adamId": null,
|
39
|
+
"newApp": {
|
40
|
+
"sectionErrorKeys": [],
|
41
|
+
"sectionInfoKeys": [],
|
42
|
+
"sectionWarningKeys": [],
|
43
|
+
"bundleId": {
|
44
|
+
"value": "net.sunapps.123",
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": true,
|
47
|
+
"errorKeys": []
|
48
|
+
},
|
49
|
+
"bundleIdSuffix": {
|
50
|
+
"value": null,
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": false,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"vendorId": {
|
56
|
+
"value": "SKU123",
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": []
|
60
|
+
},
|
61
|
+
"adamId": null,
|
62
|
+
"appType": "iOS App",
|
63
|
+
"name": {
|
64
|
+
"value": "My Name",
|
65
|
+
"isEditable": true,
|
66
|
+
"isRequired": true,
|
67
|
+
"errorKeys": []
|
68
|
+
},
|
69
|
+
"liveVersion": null,
|
70
|
+
"inFlightVersion": null,
|
71
|
+
"primaryLanguage": {
|
72
|
+
"value": "Such Primary",
|
73
|
+
"isEditable": true,
|
74
|
+
"isRequired": true,
|
75
|
+
"errorKeys": ["You must enter a Bundle ID Suffix."]
|
76
|
+
},
|
77
|
+
"canAddVersion": false,
|
78
|
+
"appPageSectionLinks": null,
|
79
|
+
"appPageMoreLinks": null,
|
80
|
+
"appPageActionLinks": null,
|
81
|
+
"appTransferState": null,
|
82
|
+
"isDeleted": false,
|
83
|
+
"bundleSummaryInfo": null
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"messages": {
|
87
|
+
"warn": null,
|
88
|
+
"error": null,
|
89
|
+
"info": ["Validation Error(s)."]
|
90
|
+
},
|
91
|
+
"statusCode": "SUCCESS"
|
92
|
+
}
|
@@ -0,0 +1,247 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"user": {
|
7
|
+
"emailAddress": {
|
8
|
+
"value": "test2@test.com",
|
9
|
+
"isEditable": true,
|
10
|
+
"isRequired": true,
|
11
|
+
"errorKeys": [],
|
12
|
+
"maxLength": 100,
|
13
|
+
"minLength": 1
|
14
|
+
},
|
15
|
+
"firstName": {
|
16
|
+
"value": "Steve",
|
17
|
+
"isEditable": true,
|
18
|
+
"isRequired": true,
|
19
|
+
"errorKeys": [],
|
20
|
+
"maxLength": 32,
|
21
|
+
"minLength": 1
|
22
|
+
},
|
23
|
+
"lastName": {
|
24
|
+
"value": "Brule",
|
25
|
+
"isEditable": true,
|
26
|
+
"isRequired": true,
|
27
|
+
"errorKeys": [],
|
28
|
+
"maxLength": 64,
|
29
|
+
"minLength": 1
|
30
|
+
},
|
31
|
+
"storeFront": {
|
32
|
+
"value": "US",
|
33
|
+
"isEditable": true,
|
34
|
+
"isRequired": true,
|
35
|
+
"errorKeys": null
|
36
|
+
},
|
37
|
+
"sandboxAccount": null,
|
38
|
+
"birthDay": {
|
39
|
+
"value": 1,
|
40
|
+
"isEditable": true,
|
41
|
+
"isRequired": true,
|
42
|
+
"errorKeys": null
|
43
|
+
},
|
44
|
+
"birthMonth": {
|
45
|
+
"value": 1,
|
46
|
+
"isEditable": true,
|
47
|
+
"isRequired": true,
|
48
|
+
"errorKeys": null
|
49
|
+
},
|
50
|
+
"password": {
|
51
|
+
"value": "Passwordtest1",
|
52
|
+
"isEditable": true,
|
53
|
+
"isRequired": true,
|
54
|
+
"errorKeys": [],
|
55
|
+
"maxLength": 32,
|
56
|
+
"minLength": 8
|
57
|
+
},
|
58
|
+
"confirmPassword": {
|
59
|
+
"value": "Passwordtest1",
|
60
|
+
"isEditable": true,
|
61
|
+
"isRequired": true,
|
62
|
+
"errorKeys": [],
|
63
|
+
"maxLength": 32,
|
64
|
+
"minLength": 8
|
65
|
+
},
|
66
|
+
"secretQuestion": {
|
67
|
+
"value": "secret_question",
|
68
|
+
"isEditable": true,
|
69
|
+
"isRequired": true,
|
70
|
+
"errorKeys": [],
|
71
|
+
"maxLength": 35,
|
72
|
+
"minLength": 6
|
73
|
+
},
|
74
|
+
"secretAnswer": {
|
75
|
+
"value": "secret_answer",
|
76
|
+
"isEditable": true,
|
77
|
+
"isRequired": true,
|
78
|
+
"errorKeys": [],
|
79
|
+
"maxLength": 35,
|
80
|
+
"minLength": 6
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"storeFronts": {
|
84
|
+
"HK": "Hong Kong",
|
85
|
+
"PT": "Portugal",
|
86
|
+
"HN": "Honduras",
|
87
|
+
"PW": "Palau",
|
88
|
+
"PY": "Paraguay",
|
89
|
+
"HR": "Croatia",
|
90
|
+
"YE": "Yemen",
|
91
|
+
"HU": "Hungary",
|
92
|
+
"QA": "Qatar",
|
93
|
+
"ID": "Indonesia",
|
94
|
+
"IE": "Ireland",
|
95
|
+
"IL": "Israel",
|
96
|
+
"AE": "United Arab Emirates",
|
97
|
+
"IN": "India",
|
98
|
+
"AG": "Antigua and Barbuda",
|
99
|
+
"ZA": "South Africa",
|
100
|
+
"AI": "Anguilla",
|
101
|
+
"IS": "Iceland",
|
102
|
+
"AL": "Albania",
|
103
|
+
"IT": "Italy",
|
104
|
+
"AM": "Armenia",
|
105
|
+
"AO": "Angola",
|
106
|
+
"AR": "Argentina",
|
107
|
+
"AT": "Austria",
|
108
|
+
"AU": "Australia",
|
109
|
+
"AZ": "Azerbaijan",
|
110
|
+
"RO": "Romania",
|
111
|
+
"ZW": "Zimbabwe",
|
112
|
+
"BB": "Barbados",
|
113
|
+
"BE": "Belgium",
|
114
|
+
"JM": "Jamaica",
|
115
|
+
"RU": "Russia",
|
116
|
+
"BF": "Burkina Faso",
|
117
|
+
"BG": "Bulgaria",
|
118
|
+
"JO": "Jordan",
|
119
|
+
"BH": "Bahrain",
|
120
|
+
"JP": "Japan",
|
121
|
+
"BJ": "Benin",
|
122
|
+
"BM": "Bermuda",
|
123
|
+
"BN": "Brunei Darussalam",
|
124
|
+
"BO": "Bolivia",
|
125
|
+
"SA": "Saudi Arabia",
|
126
|
+
"SB": "Solomon Islands",
|
127
|
+
"BR": "Brazil",
|
128
|
+
"SC": "Seychelles",
|
129
|
+
"BS": "Bahamas",
|
130
|
+
"BT": "Bhutan",
|
131
|
+
"SE": "Sweden",
|
132
|
+
"SG": "Singapore",
|
133
|
+
"BW": "Botswana",
|
134
|
+
"SI": "Slovenia",
|
135
|
+
"BY": "Belarus",
|
136
|
+
"BZ": "Belize",
|
137
|
+
"SK": "Slovakia",
|
138
|
+
"SL": "Sierra Leone",
|
139
|
+
"KE": "Kenya",
|
140
|
+
"SN": "Senegal",
|
141
|
+
"KG": "Kyrgyzstan",
|
142
|
+
"KH": "Cambodia",
|
143
|
+
"CA": "Canada",
|
144
|
+
"SR": "Suriname",
|
145
|
+
"ST": "São Tomé and Príncipe",
|
146
|
+
"SV": "El Salvador",
|
147
|
+
"KN": "St. Kitts and Nevis",
|
148
|
+
"CG": "Congo, Republic of",
|
149
|
+
"CH": "Switzerland",
|
150
|
+
"KR": "Korea, Republic Of",
|
151
|
+
"SZ": "Swaziland",
|
152
|
+
"CL": "Chile",
|
153
|
+
"CN": "China",
|
154
|
+
"CO": "Colombia",
|
155
|
+
"KW": "Kuwait",
|
156
|
+
"KY": "Cayman Islands",
|
157
|
+
"CR": "Costa Rica",
|
158
|
+
"KZ": "Kazakhstan",
|
159
|
+
"TC": "Turks and Caicos",
|
160
|
+
"TD": "Chad",
|
161
|
+
"CV": "Cape Verde",
|
162
|
+
"TH": "Thailand",
|
163
|
+
"LA": "Lao People's Democratic Republic",
|
164
|
+
"CY": "Cyprus",
|
165
|
+
"LB": "Lebanon",
|
166
|
+
"TJ": "Tajikistan",
|
167
|
+
"CZ": "Czech Republic",
|
168
|
+
"LC": "Saint Lucia",
|
169
|
+
"TM": "Turkmenistan",
|
170
|
+
"TN": "Tunisia",
|
171
|
+
"TR": "Turkey",
|
172
|
+
"LK": "Sri Lanka",
|
173
|
+
"TT": "Trinidad and Tobago",
|
174
|
+
"DE": "Germany",
|
175
|
+
"TW": "Taiwan",
|
176
|
+
"LR": "Liberia",
|
177
|
+
"TZ": "Tanzania, United Republic Of",
|
178
|
+
"DK": "Denmark",
|
179
|
+
"LT": "Lithuania",
|
180
|
+
"DM": "Dominica",
|
181
|
+
"LU": "Luxembourg",
|
182
|
+
"LV": "Latvia",
|
183
|
+
"DO": "Dominican Republic",
|
184
|
+
"UA": "Ukraine",
|
185
|
+
"UG": "Uganda",
|
186
|
+
"DZ": "Algeria",
|
187
|
+
"MD": "Moldova, Republic Of",
|
188
|
+
"MG": "Madagascar",
|
189
|
+
"EC": "Ecuador",
|
190
|
+
"MK": "Macedonia, The Former Yugoslav Republic Of",
|
191
|
+
"US": "United States",
|
192
|
+
"ML": "Mali",
|
193
|
+
"EE": "Estonia",
|
194
|
+
"MN": "Mongolia",
|
195
|
+
"EG": "Egypt",
|
196
|
+
"MO": "Macau",
|
197
|
+
"UY": "Uruguay",
|
198
|
+
"MR": "Mauritania",
|
199
|
+
"UZ": "Uzbekistan",
|
200
|
+
"MS": "Montserrat",
|
201
|
+
"MT": "Malta",
|
202
|
+
"MU": "Mauritius",
|
203
|
+
"MW": "Malawi",
|
204
|
+
"MX": "Mexico",
|
205
|
+
"MY": "Malaysia",
|
206
|
+
"MZ": "Mozambique",
|
207
|
+
"VC": "St. Vincent and The Grenadines",
|
208
|
+
"ES": "Spain",
|
209
|
+
"VE": "Venezuela",
|
210
|
+
"VG": "Virgin Islands, British",
|
211
|
+
"NA": "Namibia",
|
212
|
+
"NE": "Niger",
|
213
|
+
"VN": "Vietnam",
|
214
|
+
"NG": "Nigeria",
|
215
|
+
"NI": "Nicaragua",
|
216
|
+
"NL": "Netherlands",
|
217
|
+
"NO": "Norway",
|
218
|
+
"NP": "Nepal",
|
219
|
+
"FI": "Finland",
|
220
|
+
"FJ": "Fiji",
|
221
|
+
"FM": "Micronesia, Federated States of",
|
222
|
+
"FR": "France",
|
223
|
+
"NZ": "New Zealand",
|
224
|
+
"GB": "United Kingdom",
|
225
|
+
"GD": "Grenada",
|
226
|
+
"OM": "Oman",
|
227
|
+
"GH": "Ghana",
|
228
|
+
"GM": "Gambia",
|
229
|
+
"GR": "Greece",
|
230
|
+
"GT": "Guatemala",
|
231
|
+
"GW": "Guinea-Bissau",
|
232
|
+
"PA": "Panama",
|
233
|
+
"GY": "Guyana",
|
234
|
+
"PE": "Peru",
|
235
|
+
"PG": "Papua New Guinea",
|
236
|
+
"PH": "Philippines",
|
237
|
+
"PK": "Pakistan",
|
238
|
+
"PL": "Poland"
|
239
|
+
}
|
240
|
+
},
|
241
|
+
"messages": {
|
242
|
+
"warn": null,
|
243
|
+
"error": null,
|
244
|
+
"info": null
|
245
|
+
},
|
246
|
+
"statusCode": "SUCCESS"
|
247
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"user": {
|
3
|
+
"emailAddress": {
|
4
|
+
"value": "test2@test.com"
|
5
|
+
},
|
6
|
+
"password": {
|
7
|
+
"value": "Passwordtest1"
|
8
|
+
},
|
9
|
+
"confirmPassword": {
|
10
|
+
"value": "Passwordtest1"
|
11
|
+
},
|
12
|
+
"firstName": {
|
13
|
+
"value": "Steve"
|
14
|
+
},
|
15
|
+
"lastName": {
|
16
|
+
"value": "Brule"
|
17
|
+
},
|
18
|
+
"storeFront": {
|
19
|
+
"value": "US"
|
20
|
+
},
|
21
|
+
"birthDay": {
|
22
|
+
"value": 1
|
23
|
+
},
|
24
|
+
"birthMonth": {
|
25
|
+
"value": 1
|
26
|
+
},
|
27
|
+
"secretQuestion": {
|
28
|
+
"value": "so_secret"
|
29
|
+
},
|
30
|
+
"secretAnswer": {
|
31
|
+
"value": "so_secret"
|
32
|
+
},
|
33
|
+
"sandboxAccount": null
|
34
|
+
}
|
35
|
+
}
|