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,715 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"roles": [
|
7
|
+
"admin",
|
8
|
+
"finance",
|
9
|
+
"legal",
|
10
|
+
"sales",
|
11
|
+
"marketing",
|
12
|
+
"appmanager",
|
13
|
+
"developer",
|
14
|
+
"reports"
|
15
|
+
],
|
16
|
+
"users": [
|
17
|
+
{
|
18
|
+
"emailAddress": {
|
19
|
+
"value": "helmut@januschka.com",
|
20
|
+
"isEditable": true,
|
21
|
+
"isRequired": true,
|
22
|
+
"errorKeys": null,
|
23
|
+
"maxLength": 100,
|
24
|
+
"minLength": 1
|
25
|
+
},
|
26
|
+
"firstName": {
|
27
|
+
"value": "Helmut",
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": true,
|
30
|
+
"errorKeys": null,
|
31
|
+
"maxLength": 32,
|
32
|
+
"minLength": 1
|
33
|
+
},
|
34
|
+
"lastName": {
|
35
|
+
"value": "Januschka",
|
36
|
+
"isEditable": true,
|
37
|
+
"isRequired": true,
|
38
|
+
"errorKeys": null,
|
39
|
+
"maxLength": 64,
|
40
|
+
"minLength": 1
|
41
|
+
},
|
42
|
+
"dsId": "283226505",
|
43
|
+
"userName": "helmut@januschka.com",
|
44
|
+
"roles": [
|
45
|
+
{
|
46
|
+
"value": {
|
47
|
+
"name": "legal",
|
48
|
+
"incompatibleRoles": null,
|
49
|
+
"activities": {
|
50
|
+
"EDIT": [
|
51
|
+
"AppCreation",
|
52
|
+
"AppDeletion",
|
53
|
+
"AppTransfer",
|
54
|
+
"AppMetadata",
|
55
|
+
"IAPMetadata",
|
56
|
+
"IAPPriceMatrix",
|
57
|
+
"VersionMetadata",
|
58
|
+
"VersionScreenshotsAndPreviews",
|
59
|
+
"AppUpload",
|
60
|
+
"XMLFeed",
|
61
|
+
"BinaryValidation",
|
62
|
+
"AppStore",
|
63
|
+
"AppResolutionCenter",
|
64
|
+
"AppAddonCreationAndSubmission",
|
65
|
+
"AppAddonCreation",
|
66
|
+
"AppAddonSubmission",
|
67
|
+
"AppAddonMetadata",
|
68
|
+
"AppAddonSharedSecret",
|
69
|
+
"GameCenterMetadata",
|
70
|
+
"GameCenterTestData",
|
71
|
+
"GameCenterFraud",
|
72
|
+
"Newsstand",
|
73
|
+
"iCloudDisplaySet",
|
74
|
+
"TestFlightBuildDistribution",
|
75
|
+
"TestFlightBetaReview",
|
76
|
+
"TestFlightAppInternalTesterManagement",
|
77
|
+
"TestFlightAppExternalTesterManagement",
|
78
|
+
"BundleCreation",
|
79
|
+
"BundleContent",
|
80
|
+
"BundleSubmission",
|
81
|
+
"BundleResolutionCenter",
|
82
|
+
"IAPPricingMatrix",
|
83
|
+
"Pricing",
|
84
|
+
"PromoCodesAndArt",
|
85
|
+
"ExportCompliance",
|
86
|
+
"AppRatingsAndReviews",
|
87
|
+
"UserManagementGeneral",
|
88
|
+
"UserManagementSelf",
|
89
|
+
"UserDetailsOthers",
|
90
|
+
"UserRolesOthers",
|
91
|
+
"UserNotificationsOthers",
|
92
|
+
"UserCreation",
|
93
|
+
"UserDeletion",
|
94
|
+
"SandboxUser",
|
95
|
+
"TestFlightProviderInternalTesterManagement",
|
96
|
+
"TestFlightProviderExternalTesterManagement",
|
97
|
+
"TestFlightTesterGroupManagement",
|
98
|
+
"AppAccess",
|
99
|
+
"FinancialReports",
|
100
|
+
"SalesTopContent",
|
101
|
+
"SalesReports",
|
102
|
+
"AgreementsTaxAndBankingGeneral",
|
103
|
+
"Contracts",
|
104
|
+
"BankInformation",
|
105
|
+
"TaxInformation",
|
106
|
+
"CatalogReportApps",
|
107
|
+
"AnalyticsSalesInformation",
|
108
|
+
"AnalyticsEngagementInformation",
|
109
|
+
"iAdInformation"
|
110
|
+
],
|
111
|
+
"REPORT": [
|
112
|
+
"AppCreation",
|
113
|
+
"AppDeletion",
|
114
|
+
"AppTransfer",
|
115
|
+
"AppMetadata",
|
116
|
+
"IAPMetadata",
|
117
|
+
"IAPPriceMatrix",
|
118
|
+
"VersionMetadata",
|
119
|
+
"VersionScreenshotsAndPreviews",
|
120
|
+
"AppUpload",
|
121
|
+
"XMLFeed",
|
122
|
+
"BinaryValidation",
|
123
|
+
"AppStore",
|
124
|
+
"AppResolutionCenter",
|
125
|
+
"AppAddonCreationAndSubmission",
|
126
|
+
"AppAddonCreation",
|
127
|
+
"AppAddonSubmission",
|
128
|
+
"AppAddonMetadata",
|
129
|
+
"AppAddonSharedSecret",
|
130
|
+
"GameCenterMetadata",
|
131
|
+
"GameCenterTestData",
|
132
|
+
"GameCenterFraud",
|
133
|
+
"Newsstand",
|
134
|
+
"iCloudDisplaySet",
|
135
|
+
"TestFlightBuildDistribution",
|
136
|
+
"TestFlightBetaReview",
|
137
|
+
"TestFlightAppInternalTesterManagement",
|
138
|
+
"TestFlightAppExternalTesterManagement",
|
139
|
+
"BundleCreation",
|
140
|
+
"BundleContent",
|
141
|
+
"BundleSubmission",
|
142
|
+
"BundleResolutionCenter",
|
143
|
+
"IAPPricingMatrix",
|
144
|
+
"Pricing",
|
145
|
+
"PromoCodesAndArt",
|
146
|
+
"ExportCompliance",
|
147
|
+
"AppRatingsAndReviews",
|
148
|
+
"UserManagementGeneral",
|
149
|
+
"UserManagementSelf",
|
150
|
+
"UserDetailsOthers",
|
151
|
+
"UserRolesOthers",
|
152
|
+
"UserNotificationsOthers",
|
153
|
+
"UserCreation",
|
154
|
+
"UserDeletion",
|
155
|
+
"SandboxUser",
|
156
|
+
"TestFlightProviderInternalTesterManagement",
|
157
|
+
"TestFlightProviderExternalTesterManagement",
|
158
|
+
"TestFlightTesterGroupManagement",
|
159
|
+
"AppAccess",
|
160
|
+
"FinancialReports",
|
161
|
+
"SalesTopContent",
|
162
|
+
"SalesReports",
|
163
|
+
"AgreementsTaxAndBankingGeneral",
|
164
|
+
"Contracts",
|
165
|
+
"BankInformation",
|
166
|
+
"TaxInformation",
|
167
|
+
"CatalogReportApps",
|
168
|
+
"AnalyticsSalesInformation",
|
169
|
+
"AnalyticsEngagementInformation",
|
170
|
+
"iAdInformation"
|
171
|
+
],
|
172
|
+
"VIEW": [
|
173
|
+
"AppStatusHistory",
|
174
|
+
"AppCreation",
|
175
|
+
"AppDeletion",
|
176
|
+
"AppTransfer",
|
177
|
+
"AppMetadata",
|
178
|
+
"IAPMetadata",
|
179
|
+
"IAPPriceMatrix",
|
180
|
+
"VersionMetadata",
|
181
|
+
"VersionScreenshotsAndPreviews",
|
182
|
+
"AppUpload",
|
183
|
+
"XMLFeed",
|
184
|
+
"BinaryValidation",
|
185
|
+
"BinaryCrashLogs",
|
186
|
+
"AppStore",
|
187
|
+
"AppResolutionCenter",
|
188
|
+
"AppAddonList",
|
189
|
+
"AppAddonCreationAndSubmission",
|
190
|
+
"AppAddonCreation",
|
191
|
+
"AppAddonSubmission",
|
192
|
+
"AppAddonMetadata",
|
193
|
+
"AppAddonSharedSecret",
|
194
|
+
"GameCenterMetadata",
|
195
|
+
"GameCenterTestData",
|
196
|
+
"GameCenterFraud",
|
197
|
+
"Newsstand",
|
198
|
+
"iCloudDisplaySet",
|
199
|
+
"TestFlightBuildDistribution",
|
200
|
+
"TestFlightBetaReview",
|
201
|
+
"TestFlightAppInternalTesterManagement",
|
202
|
+
"TestFlightAppExternalTesterManagement",
|
203
|
+
"BundleCreation",
|
204
|
+
"BundleContent",
|
205
|
+
"BundleSubmission",
|
206
|
+
"BundleResolutionCenter",
|
207
|
+
"IAPPricingMatrix",
|
208
|
+
"Pricing",
|
209
|
+
"PricingMatrix",
|
210
|
+
"PromoCodesAndArt",
|
211
|
+
"ExportCompliance",
|
212
|
+
"RatingsAndReviews",
|
213
|
+
"AppRatingsAndReviews",
|
214
|
+
"UserManagementGeneral",
|
215
|
+
"UserManagementSelf",
|
216
|
+
"UserDetailsOthers",
|
217
|
+
"UserRolesOthers",
|
218
|
+
"UserNotificationsOthers",
|
219
|
+
"UserCreation",
|
220
|
+
"UserDeletion",
|
221
|
+
"SandboxUser",
|
222
|
+
"TestFlightProviderInternalTesterManagement",
|
223
|
+
"TestFlightProviderExternalTesterManagement",
|
224
|
+
"TestFlightTesterGroupManagement",
|
225
|
+
"AppAccess",
|
226
|
+
"FinancialReports",
|
227
|
+
"SalesTopContent",
|
228
|
+
"SalesReports",
|
229
|
+
"AgreementsTaxAndBankingGeneral",
|
230
|
+
"Contracts",
|
231
|
+
"BankInformation",
|
232
|
+
"TaxInformation",
|
233
|
+
"CatalogReportApps",
|
234
|
+
"AnalyticsSalesInformation",
|
235
|
+
"AnalyticsEngagementInformation",
|
236
|
+
"HelpApplicationLoader",
|
237
|
+
"HelpTransporter",
|
238
|
+
"HelpGeneral",
|
239
|
+
"iAdInformation"
|
240
|
+
]
|
241
|
+
},
|
242
|
+
"canBeSiloed": false
|
243
|
+
},
|
244
|
+
"isEditable": false,
|
245
|
+
"isRequired": false,
|
246
|
+
"errorKeys": null
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"value": {
|
250
|
+
"name": "admin",
|
251
|
+
"incompatibleRoles": [
|
252
|
+
"technical",
|
253
|
+
"finance",
|
254
|
+
"readonly",
|
255
|
+
"sales",
|
256
|
+
"manager",
|
257
|
+
"encoder",
|
258
|
+
"marketing",
|
259
|
+
"appmanager",
|
260
|
+
"developer",
|
261
|
+
"reports"
|
262
|
+
],
|
263
|
+
"activities": {
|
264
|
+
"EDIT": [
|
265
|
+
"AppCreation",
|
266
|
+
"AppDeletion",
|
267
|
+
"AppMetadata",
|
268
|
+
"IAPMetadata",
|
269
|
+
"IAPPriceMatrix",
|
270
|
+
"VersionMetadata",
|
271
|
+
"VersionScreenshotsAndPreviews",
|
272
|
+
"AppUpload",
|
273
|
+
"XMLFeed",
|
274
|
+
"BinaryValidation",
|
275
|
+
"AppStore",
|
276
|
+
"AppResolutionCenter",
|
277
|
+
"AppAddonCreationAndSubmission",
|
278
|
+
"AppAddonCreation",
|
279
|
+
"AppAddonSubmission",
|
280
|
+
"AppAddonMetadata",
|
281
|
+
"AppAddonSharedSecret",
|
282
|
+
"GameCenterMetadata",
|
283
|
+
"GameCenterTestData",
|
284
|
+
"GameCenterFraud",
|
285
|
+
"Newsstand",
|
286
|
+
"iCloudDisplaySet",
|
287
|
+
"TestFlightBuildDistribution",
|
288
|
+
"TestFlightBetaReview",
|
289
|
+
"TestFlightAppInternalTesterManagement",
|
290
|
+
"TestFlightAppExternalTesterManagement",
|
291
|
+
"BundleCreation",
|
292
|
+
"BundleContent",
|
293
|
+
"BundleSubmission",
|
294
|
+
"BundleResolutionCenter",
|
295
|
+
"IAPPricingMatrix",
|
296
|
+
"Pricing",
|
297
|
+
"PromoCodesAndArt",
|
298
|
+
"ExportCompliance",
|
299
|
+
"AppRatingsAndReviews",
|
300
|
+
"UserManagementGeneral",
|
301
|
+
"UserManagementSelf",
|
302
|
+
"UserDetailsOthers",
|
303
|
+
"UserRolesOthers",
|
304
|
+
"UserNotificationsOthers",
|
305
|
+
"UserCreation",
|
306
|
+
"UserDeletion",
|
307
|
+
"SandboxUser",
|
308
|
+
"TestFlightProviderInternalTesterManagement",
|
309
|
+
"TestFlightProviderExternalTesterManagement",
|
310
|
+
"TestFlightTesterGroupManagement",
|
311
|
+
"AppAccess",
|
312
|
+
"FinancialReports",
|
313
|
+
"SalesTopContent",
|
314
|
+
"SalesReports",
|
315
|
+
"AgreementsTaxAndBankingGeneral",
|
316
|
+
"BankInformation",
|
317
|
+
"TaxInformation",
|
318
|
+
"CatalogReportApps",
|
319
|
+
"AnalyticsSalesInformation",
|
320
|
+
"AnalyticsEngagementInformation",
|
321
|
+
"iAdInformation"
|
322
|
+
],
|
323
|
+
"REPORT": [
|
324
|
+
"AppCreation",
|
325
|
+
"AppDeletion",
|
326
|
+
"AppMetadata",
|
327
|
+
"IAPMetadata",
|
328
|
+
"IAPPriceMatrix",
|
329
|
+
"VersionMetadata",
|
330
|
+
"VersionScreenshotsAndPreviews",
|
331
|
+
"AppUpload",
|
332
|
+
"XMLFeed",
|
333
|
+
"BinaryValidation",
|
334
|
+
"AppStore",
|
335
|
+
"AppResolutionCenter",
|
336
|
+
"AppAddonCreationAndSubmission",
|
337
|
+
"AppAddonCreation",
|
338
|
+
"AppAddonSubmission",
|
339
|
+
"AppAddonMetadata",
|
340
|
+
"AppAddonSharedSecret",
|
341
|
+
"GameCenterMetadata",
|
342
|
+
"GameCenterTestData",
|
343
|
+
"GameCenterFraud",
|
344
|
+
"Newsstand",
|
345
|
+
"iCloudDisplaySet",
|
346
|
+
"TestFlightBuildDistribution",
|
347
|
+
"TestFlightBetaReview",
|
348
|
+
"TestFlightAppInternalTesterManagement",
|
349
|
+
"TestFlightAppExternalTesterManagement",
|
350
|
+
"BundleCreation",
|
351
|
+
"BundleContent",
|
352
|
+
"BundleSubmission",
|
353
|
+
"BundleResolutionCenter",
|
354
|
+
"IAPPricingMatrix",
|
355
|
+
"Pricing",
|
356
|
+
"PromoCodesAndArt",
|
357
|
+
"ExportCompliance",
|
358
|
+
"AppRatingsAndReviews",
|
359
|
+
"UserManagementGeneral",
|
360
|
+
"UserManagementSelf",
|
361
|
+
"UserDetailsOthers",
|
362
|
+
"UserRolesOthers",
|
363
|
+
"UserNotificationsOthers",
|
364
|
+
"UserCreation",
|
365
|
+
"UserDeletion",
|
366
|
+
"SandboxUser",
|
367
|
+
"TestFlightProviderInternalTesterManagement",
|
368
|
+
"TestFlightProviderExternalTesterManagement",
|
369
|
+
"TestFlightTesterGroupManagement",
|
370
|
+
"AppAccess",
|
371
|
+
"FinancialReports",
|
372
|
+
"SalesTopContent",
|
373
|
+
"SalesReports",
|
374
|
+
"AgreementsTaxAndBankingGeneral",
|
375
|
+
"BankInformation",
|
376
|
+
"TaxInformation",
|
377
|
+
"CatalogReportApps",
|
378
|
+
"AnalyticsSalesInformation",
|
379
|
+
"AnalyticsEngagementInformation",
|
380
|
+
"iAdInformation"
|
381
|
+
],
|
382
|
+
"VIEW": [
|
383
|
+
"AppStatusHistory",
|
384
|
+
"AppCreation",
|
385
|
+
"AppDeletion",
|
386
|
+
"AppMetadata",
|
387
|
+
"IAPMetadata",
|
388
|
+
"IAPPriceMatrix",
|
389
|
+
"VersionMetadata",
|
390
|
+
"VersionScreenshotsAndPreviews",
|
391
|
+
"AppUpload",
|
392
|
+
"XMLFeed",
|
393
|
+
"BinaryValidation",
|
394
|
+
"BinaryCrashLogs",
|
395
|
+
"AppStore",
|
396
|
+
"AppResolutionCenter",
|
397
|
+
"AppAddonList",
|
398
|
+
"AppAddonCreationAndSubmission",
|
399
|
+
"AppAddonCreation",
|
400
|
+
"AppAddonSubmission",
|
401
|
+
"AppAddonMetadata",
|
402
|
+
"AppAddonSharedSecret",
|
403
|
+
"GameCenterMetadata",
|
404
|
+
"GameCenterTestData",
|
405
|
+
"GameCenterFraud",
|
406
|
+
"Newsstand",
|
407
|
+
"iCloudDisplaySet",
|
408
|
+
"TestFlightBuildDistribution",
|
409
|
+
"TestFlightBetaReview",
|
410
|
+
"TestFlightAppInternalTesterManagement",
|
411
|
+
"TestFlightAppExternalTesterManagement",
|
412
|
+
"BundleCreation",
|
413
|
+
"BundleContent",
|
414
|
+
"BundleSubmission",
|
415
|
+
"BundleResolutionCenter",
|
416
|
+
"IAPPricingMatrix",
|
417
|
+
"Pricing",
|
418
|
+
"PricingMatrix",
|
419
|
+
"PromoCodesAndArt",
|
420
|
+
"ExportCompliance",
|
421
|
+
"RatingsAndReviews",
|
422
|
+
"AppRatingsAndReviews",
|
423
|
+
"UserManagementGeneral",
|
424
|
+
"UserManagementSelf",
|
425
|
+
"UserDetailsOthers",
|
426
|
+
"UserRolesOthers",
|
427
|
+
"UserNotificationsOthers",
|
428
|
+
"UserCreation",
|
429
|
+
"UserDeletion",
|
430
|
+
"SandboxUser",
|
431
|
+
"TestFlightProviderInternalTesterManagement",
|
432
|
+
"TestFlightProviderExternalTesterManagement",
|
433
|
+
"TestFlightTesterGroupManagement",
|
434
|
+
"AppAccess",
|
435
|
+
"FinancialReports",
|
436
|
+
"SalesTopContent",
|
437
|
+
"SalesReports",
|
438
|
+
"AgreementsTaxAndBankingGeneral",
|
439
|
+
"Contracts",
|
440
|
+
"BankInformation",
|
441
|
+
"TaxInformation",
|
442
|
+
"CatalogReportApps",
|
443
|
+
"AnalyticsSalesInformation",
|
444
|
+
"AnalyticsEngagementInformation",
|
445
|
+
"HelpApplicationLoader",
|
446
|
+
"HelpTransporter",
|
447
|
+
"HelpGeneral",
|
448
|
+
"iAdInformation"
|
449
|
+
]
|
450
|
+
},
|
451
|
+
"canBeSiloed": false
|
452
|
+
},
|
453
|
+
"isEditable": false,
|
454
|
+
"isRequired": false,
|
455
|
+
"errorKeys": null
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"canBeDeleted": false,
|
459
|
+
"preferredCurrency": {
|
460
|
+
"value": {
|
461
|
+
"name": "Euro",
|
462
|
+
"currencyCode": "EUR",
|
463
|
+
"countryName": "Austria",
|
464
|
+
"countryCode": "AUT",
|
465
|
+
"countryCode2d": "AT"
|
466
|
+
},
|
467
|
+
"isEditable": true,
|
468
|
+
"isRequired": false,
|
469
|
+
"errorKeys": null
|
470
|
+
},
|
471
|
+
"preferredCountry": null,
|
472
|
+
"activationExpiry": null,
|
473
|
+
"isActive": true,
|
474
|
+
"userSoftwares": {
|
475
|
+
"value": {
|
476
|
+
"grantAllSoftware": true,
|
477
|
+
"grantedSoftwareAdamIds": []
|
478
|
+
},
|
479
|
+
"isEditable": false,
|
480
|
+
"isRequired": false,
|
481
|
+
"errorKeys": null
|
482
|
+
},
|
483
|
+
"isSiloable": false
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"emailAddress": {
|
487
|
+
"value": "hjanuschka@gmail.com",
|
488
|
+
"isEditable": false,
|
489
|
+
"isRequired": false,
|
490
|
+
"errorKeys": null,
|
491
|
+
"maxLength": 100,
|
492
|
+
"minLength": 1
|
493
|
+
},
|
494
|
+
"firstName": {
|
495
|
+
"value": "firstname",
|
496
|
+
"isEditable": false,
|
497
|
+
"isRequired": false,
|
498
|
+
"errorKeys": null,
|
499
|
+
"maxLength": 32,
|
500
|
+
"minLength": 1
|
501
|
+
},
|
502
|
+
"lastName": {
|
503
|
+
"value": "lastname",
|
504
|
+
"isEditable": false,
|
505
|
+
"isRequired": false,
|
506
|
+
"errorKeys": null,
|
507
|
+
"maxLength": 64,
|
508
|
+
"minLength": 1
|
509
|
+
},
|
510
|
+
"dsId": "10795390202",
|
511
|
+
"userName": "hjanuschka@gmail.com",
|
512
|
+
"roles": [
|
513
|
+
{
|
514
|
+
"value": {
|
515
|
+
"name": "finance",
|
516
|
+
"incompatibleRoles": [
|
517
|
+
"sales",
|
518
|
+
"manager"
|
519
|
+
],
|
520
|
+
"activities": {
|
521
|
+
"EDIT": [
|
522
|
+
"UserManagementSelf",
|
523
|
+
"FinancialReports",
|
524
|
+
"SalesTopContent",
|
525
|
+
"SalesReports",
|
526
|
+
"AgreementsTaxAndBankingGeneral",
|
527
|
+
"CatalogReportApps",
|
528
|
+
"AnalyticsSalesInformation",
|
529
|
+
"AnalyticsEngagementInformation"
|
530
|
+
],
|
531
|
+
"REPORT": [
|
532
|
+
"UserManagementSelf",
|
533
|
+
"FinancialReports",
|
534
|
+
"SalesTopContent",
|
535
|
+
"SalesReports",
|
536
|
+
"AgreementsTaxAndBankingGeneral",
|
537
|
+
"CatalogReportApps",
|
538
|
+
"AnalyticsSalesInformation",
|
539
|
+
"AnalyticsEngagementInformation"
|
540
|
+
],
|
541
|
+
"VIEW": [
|
542
|
+
"PricingMatrix",
|
543
|
+
"UserManagementSelf",
|
544
|
+
"UserDetailsOthers",
|
545
|
+
"UserRolesOthers",
|
546
|
+
"UserNotificationsOthers",
|
547
|
+
"FinancialReports",
|
548
|
+
"SalesTopContent",
|
549
|
+
"SalesReports",
|
550
|
+
"AgreementsTaxAndBankingGeneral",
|
551
|
+
"Contracts",
|
552
|
+
"BankInformation",
|
553
|
+
"TaxInformation",
|
554
|
+
"CatalogReportApps",
|
555
|
+
"AnalyticsSalesInformation",
|
556
|
+
"AnalyticsEngagementInformation",
|
557
|
+
"HelpGeneral"
|
558
|
+
]
|
559
|
+
},
|
560
|
+
"canBeSiloed": false
|
561
|
+
},
|
562
|
+
"isEditable": true,
|
563
|
+
"isRequired": false,
|
564
|
+
"errorKeys": null
|
565
|
+
}
|
566
|
+
],
|
567
|
+
"canBeDeleted": true,
|
568
|
+
"preferredCurrency": {
|
569
|
+
"value": {
|
570
|
+
"name": "Euro",
|
571
|
+
"currencyCode": "EUR",
|
572
|
+
"countryName": "Austria",
|
573
|
+
"countryCode": "AUT",
|
574
|
+
"countryCode2d": "AT"
|
575
|
+
},
|
576
|
+
"isEditable": true,
|
577
|
+
"isRequired": false,
|
578
|
+
"errorKeys": null
|
579
|
+
},
|
580
|
+
"preferredCountry": null,
|
581
|
+
"activationExpiry": null,
|
582
|
+
"isActive": true,
|
583
|
+
"userSoftwares": {
|
584
|
+
"value": {
|
585
|
+
"grantAllSoftware": false,
|
586
|
+
"grantedSoftwareAdamIds": [
|
587
|
+
"12345"
|
588
|
+
]
|
589
|
+
},
|
590
|
+
"isEditable": false,
|
591
|
+
"isRequired": false,
|
592
|
+
"errorKeys": null
|
593
|
+
},
|
594
|
+
"isSiloable": false
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"emailAddress": {
|
598
|
+
"value": "hjanuschka+no-accept@gmail.com",
|
599
|
+
"isEditable": false,
|
600
|
+
"isRequired": false,
|
601
|
+
"errorKeys": null,
|
602
|
+
"maxLength": 100,
|
603
|
+
"minLength": 1
|
604
|
+
},
|
605
|
+
"firstName": {
|
606
|
+
"value": "firstname",
|
607
|
+
"isEditable": false,
|
608
|
+
"isRequired": false,
|
609
|
+
"errorKeys": null,
|
610
|
+
"maxLength": 32,
|
611
|
+
"minLength": 1
|
612
|
+
},
|
613
|
+
"lastName": {
|
614
|
+
"value": "lastname",
|
615
|
+
"isEditable": false,
|
616
|
+
"isRequired": false,
|
617
|
+
"errorKeys": null,
|
618
|
+
"maxLength": 64,
|
619
|
+
"minLength": 1
|
620
|
+
},
|
621
|
+
"dsId": "10791511390202",
|
622
|
+
"userName": "hjanuschka+no-accept@gmail.com",
|
623
|
+
"roles": [
|
624
|
+
{
|
625
|
+
"value": {
|
626
|
+
"name": "finance",
|
627
|
+
"incompatibleRoles": [
|
628
|
+
"sales",
|
629
|
+
"manager"
|
630
|
+
],
|
631
|
+
"activities": {
|
632
|
+
"EDIT": [
|
633
|
+
"UserManagementSelf",
|
634
|
+
"FinancialReports",
|
635
|
+
"SalesTopContent",
|
636
|
+
"SalesReports",
|
637
|
+
"AgreementsTaxAndBankingGeneral",
|
638
|
+
"CatalogReportApps",
|
639
|
+
"AnalyticsSalesInformation",
|
640
|
+
"AnalyticsEngagementInformation"
|
641
|
+
],
|
642
|
+
"REPORT": [
|
643
|
+
"UserManagementSelf",
|
644
|
+
"FinancialReports",
|
645
|
+
"SalesTopContent",
|
646
|
+
"SalesReports",
|
647
|
+
"AgreementsTaxAndBankingGeneral",
|
648
|
+
"CatalogReportApps",
|
649
|
+
"AnalyticsSalesInformation",
|
650
|
+
"AnalyticsEngagementInformation"
|
651
|
+
],
|
652
|
+
"VIEW": [
|
653
|
+
"PricingMatrix",
|
654
|
+
"UserManagementSelf",
|
655
|
+
"UserDetailsOthers",
|
656
|
+
"UserRolesOthers",
|
657
|
+
"UserNotificationsOthers",
|
658
|
+
"FinancialReports",
|
659
|
+
"SalesTopContent",
|
660
|
+
"SalesReports",
|
661
|
+
"AgreementsTaxAndBankingGeneral",
|
662
|
+
"Contracts",
|
663
|
+
"BankInformation",
|
664
|
+
"TaxInformation",
|
665
|
+
"CatalogReportApps",
|
666
|
+
"AnalyticsSalesInformation",
|
667
|
+
"AnalyticsEngagementInformation",
|
668
|
+
"HelpGeneral"
|
669
|
+
]
|
670
|
+
},
|
671
|
+
"canBeSiloed": false
|
672
|
+
},
|
673
|
+
"isEditable": true,
|
674
|
+
"isRequired": false,
|
675
|
+
"errorKeys": null
|
676
|
+
}
|
677
|
+
],
|
678
|
+
"canBeDeleted": true,
|
679
|
+
"preferredCurrency": {
|
680
|
+
"value": {
|
681
|
+
"name": "Euro",
|
682
|
+
"currencyCode": "EUR",
|
683
|
+
"countryName": "Austria",
|
684
|
+
"countryCode": "AUT",
|
685
|
+
"countryCode2d": "AT"
|
686
|
+
},
|
687
|
+
"isEditable": true,
|
688
|
+
"isRequired": false,
|
689
|
+
"errorKeys": null
|
690
|
+
},
|
691
|
+
"preferredCountry": null,
|
692
|
+
"activationExpiry": 1485375064,
|
693
|
+
"isActive": false,
|
694
|
+
"userSoftwares": {
|
695
|
+
"value": {
|
696
|
+
"grantAllSoftware": false,
|
697
|
+
"grantedSoftwareAdamIds": [
|
698
|
+
"898536088"
|
699
|
+
]
|
700
|
+
},
|
701
|
+
"isEditable": false,
|
702
|
+
"isRequired": false,
|
703
|
+
"errorKeys": null
|
704
|
+
},
|
705
|
+
"isSiloable": false
|
706
|
+
}
|
707
|
+
]
|
708
|
+
},
|
709
|
+
"messages": {
|
710
|
+
"warn": null,
|
711
|
+
"info": null,
|
712
|
+
"error": null
|
713
|
+
},
|
714
|
+
"statusCode": "SUCCESS"
|
715
|
+
}
|