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,297 @@
|
|
1
|
+
{
|
2
|
+
"sectionErrorKeys": [],
|
3
|
+
"sectionInfoKeys": [],
|
4
|
+
"sectionWarningKeys": [],
|
5
|
+
"user": {
|
6
|
+
"emailAddress": {
|
7
|
+
"value": "helmut@januschka.com"
|
8
|
+
},
|
9
|
+
"firstName": {
|
10
|
+
"value": "Helmut"
|
11
|
+
},
|
12
|
+
"lastName": {
|
13
|
+
"value": "Januschka"
|
14
|
+
},
|
15
|
+
"dsId": null,
|
16
|
+
"userName": null,
|
17
|
+
"roles": [{
|
18
|
+
"value": {
|
19
|
+
"name": "appmanager",
|
20
|
+
"incompatibleRoles": ["developer", "marketing"],
|
21
|
+
"activities": {
|
22
|
+
"EDIT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "iAdInformation"],
|
23
|
+
"REPORT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "CatalogReportApps", "iAdInformation"],
|
24
|
+
"VIEW": ["AppStatusHistory", "AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "BinaryCrashLogs", "AppStore", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "HelpApplicationLoader", "HelpTransporter", "HelpGeneral", "iAdInformation"]
|
25
|
+
},
|
26
|
+
"canBeSiloed": true
|
27
|
+
},
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": false,
|
30
|
+
"errorKeys": null
|
31
|
+
}],
|
32
|
+
"canBeDeleted": false,
|
33
|
+
"preferredCurrency": null,
|
34
|
+
"preferredCountry": null,
|
35
|
+
"activationExpiry": null,
|
36
|
+
"isActive": true,
|
37
|
+
"userSoftwares": {
|
38
|
+
"value": {
|
39
|
+
"grantAllSoftware": false,
|
40
|
+
"grantedSoftwareAdamIds": ["898536088"]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"isSiloable": true,
|
44
|
+
"access": null,
|
45
|
+
"notifications": {
|
46
|
+
"value": {},
|
47
|
+
"isEditable": true,
|
48
|
+
"isRequired": false,
|
49
|
+
"errorKeys": null
|
50
|
+
},
|
51
|
+
"artists": {
|
52
|
+
"value": null,
|
53
|
+
"isEditable": true,
|
54
|
+
"isRequired": false,
|
55
|
+
"errorKeys": null
|
56
|
+
},
|
57
|
+
"currentPassword": {
|
58
|
+
"value": null,
|
59
|
+
"isEditable": false,
|
60
|
+
"isRequired": false,
|
61
|
+
"errorKeys": null
|
62
|
+
},
|
63
|
+
"newPassword": {
|
64
|
+
"value": null,
|
65
|
+
"isEditable": false,
|
66
|
+
"isRequired": false,
|
67
|
+
"errorKeys": null,
|
68
|
+
"maxLength": 32,
|
69
|
+
"minLength": 6
|
70
|
+
},
|
71
|
+
"confirmPassword": {
|
72
|
+
"value": null,
|
73
|
+
"isEditable": false,
|
74
|
+
"isRequired": false,
|
75
|
+
"errorKeys": null,
|
76
|
+
"maxLength": 32,
|
77
|
+
"minLength": 6
|
78
|
+
},
|
79
|
+
"isInternalTester": {
|
80
|
+
"value": null,
|
81
|
+
"isEditable": false,
|
82
|
+
"isRequired": false,
|
83
|
+
"errorKeys": null
|
84
|
+
},
|
85
|
+
"testerId": null
|
86
|
+
},
|
87
|
+
"roles": [{
|
88
|
+
"value": {
|
89
|
+
"name": "admin",
|
90
|
+
"incompatibleRoles": ["technical", "finance", "readonly", "sales", "manager", "encoder", "marketing", "appmanager", "developer", "reports"],
|
91
|
+
"activities": {
|
92
|
+
"EDIT": ["AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
93
|
+
"REPORT": ["AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
94
|
+
"VIEW": ["AppStatusHistory", "AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "BinaryCrashLogs", "AppStore", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "Contracts", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpApplicationLoader", "HelpTransporter", "HelpGeneral", "iAdInformation"]
|
95
|
+
},
|
96
|
+
"canBeSiloed": false
|
97
|
+
},
|
98
|
+
"isEditable": true,
|
99
|
+
"isRequired": false,
|
100
|
+
"errorKeys": null
|
101
|
+
}, {
|
102
|
+
"value": {
|
103
|
+
"name": "finance",
|
104
|
+
"incompatibleRoles": ["sales", "manager"],
|
105
|
+
"activities": {
|
106
|
+
"EDIT": ["UserManagementSelf", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation"],
|
107
|
+
"REPORT": ["UserManagementSelf", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation"],
|
108
|
+
"VIEW": ["PricingMatrix", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "Contracts", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpGeneral"]
|
109
|
+
},
|
110
|
+
"canBeSiloed": false
|
111
|
+
},
|
112
|
+
"isEditable": true,
|
113
|
+
"isRequired": false,
|
114
|
+
"errorKeys": null
|
115
|
+
}, {
|
116
|
+
"value": {
|
117
|
+
"name": "sales",
|
118
|
+
"incompatibleRoles": ["finance", "manager"],
|
119
|
+
"activities": {
|
120
|
+
"EDIT": ["UserManagementSelf", "SalesTopContent", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
121
|
+
"REPORT": ["UserManagementSelf", "SalesTopContent", "SalesReports", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
122
|
+
"VIEW": ["UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "SalesTopContent", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpGeneral", "iAdInformation"]
|
123
|
+
},
|
124
|
+
"canBeSiloed": true
|
125
|
+
},
|
126
|
+
"isEditable": true,
|
127
|
+
"isRequired": false,
|
128
|
+
"errorKeys": null
|
129
|
+
}, {
|
130
|
+
"value": {
|
131
|
+
"name": "marketing",
|
132
|
+
"incompatibleRoles": ["readonly", "manager", "encoder"],
|
133
|
+
"activities": {
|
134
|
+
"EDIT": ["AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightAppInternalTesterManagement", "BundleCreation", "BundleContent", "PromoCodesAndArt", "AppRatingsAndReviews", "UserManagementSelf", "iAdInformation"],
|
135
|
+
"REPORT": ["AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightAppInternalTesterManagement", "BundleCreation", "BundleContent", "PromoCodesAndArt", "AppRatingsAndReviews", "UserManagementSelf", "CatalogReportApps", "iAdInformation"],
|
136
|
+
"VIEW": ["AppStatusHistory", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightBuildDistribution", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "TestFlightTesterGroupManagement", "HelpGeneral", "iAdInformation"]
|
137
|
+
},
|
138
|
+
"canBeSiloed": true
|
139
|
+
},
|
140
|
+
"isEditable": true,
|
141
|
+
"isRequired": false,
|
142
|
+
"errorKeys": null
|
143
|
+
}, {
|
144
|
+
"value": {
|
145
|
+
"name": "appmanager",
|
146
|
+
"incompatibleRoles": ["developer", "marketing"],
|
147
|
+
"activities": {
|
148
|
+
"EDIT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "iAdInformation"],
|
149
|
+
"REPORT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "CatalogReportApps", "iAdInformation"],
|
150
|
+
"VIEW": ["AppStatusHistory", "AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "BinaryCrashLogs", "AppStore", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "HelpApplicationLoader", "HelpTransporter", "HelpGeneral", "iAdInformation"]
|
151
|
+
},
|
152
|
+
"canBeSiloed": true
|
153
|
+
},
|
154
|
+
"isEditable": true,
|
155
|
+
"isRequired": false,
|
156
|
+
"errorKeys": null
|
157
|
+
}, {
|
158
|
+
"value": {
|
159
|
+
"name": "developer",
|
160
|
+
"incompatibleRoles": [],
|
161
|
+
"activities": {
|
162
|
+
"EDIT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf"],
|
163
|
+
"REPORT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf", "CatalogReportApps"],
|
164
|
+
"VIEW": ["AppStatusHistory", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "BinaryValidation", "BinaryCrashLogs", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "GameCenterTestData", "TestFlightBuildDistribution", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "TestFlightTesterGroupManagement", "HelpApplicationLoader", "HelpGeneral"]
|
165
|
+
},
|
166
|
+
"canBeSiloed": true
|
167
|
+
},
|
168
|
+
"isEditable": true,
|
169
|
+
"isRequired": false,
|
170
|
+
"errorKeys": null
|
171
|
+
}, {
|
172
|
+
"value": {
|
173
|
+
"name": "reports",
|
174
|
+
"incompatibleRoles": ["technical"],
|
175
|
+
"activities": {
|
176
|
+
"EDIT": [],
|
177
|
+
"REPORT": [],
|
178
|
+
"VIEW": []
|
179
|
+
},
|
180
|
+
"canBeSiloed": false
|
181
|
+
},
|
182
|
+
"isEditable": true,
|
183
|
+
"isRequired": false,
|
184
|
+
"errorKeys": null
|
185
|
+
}],
|
186
|
+
"actions": {
|
187
|
+
"manageusers": {
|
188
|
+
"marketing": "NONE",
|
189
|
+
"reports": "NONE",
|
190
|
+
"legal": "READ_WRITE",
|
191
|
+
"admin": "READ_WRITE",
|
192
|
+
"developer": "NONE",
|
193
|
+
"appmanager": "NONE",
|
194
|
+
"finance": "READ_ONLY",
|
195
|
+
"sales": "READ_ONLY"
|
196
|
+
},
|
197
|
+
"managetestusers": {
|
198
|
+
"marketing": "NONE",
|
199
|
+
"reports": "NONE",
|
200
|
+
"legal": "READ_WRITE",
|
201
|
+
"admin": "READ_WRITE",
|
202
|
+
"developer": "NONE",
|
203
|
+
"appmanager": "NONE",
|
204
|
+
"finance": "NONE",
|
205
|
+
"sales": "NONE"
|
206
|
+
},
|
207
|
+
"manageyourapplications": {
|
208
|
+
"marketing": "NONE",
|
209
|
+
"reports": "NONE",
|
210
|
+
"legal": "READ_WRITE",
|
211
|
+
"admin": "READ_WRITE",
|
212
|
+
"developer": "NONE",
|
213
|
+
"appmanager": "NONE",
|
214
|
+
"finance": "NONE",
|
215
|
+
"sales": "NONE"
|
216
|
+
},
|
217
|
+
"salesandtrends": {
|
218
|
+
"marketing": "NONE",
|
219
|
+
"reports": "NONE",
|
220
|
+
"legal": "READ_WRITE",
|
221
|
+
"admin": "READ_WRITE",
|
222
|
+
"developer": "NONE",
|
223
|
+
"appmanager": "NONE",
|
224
|
+
"finance": "READ_WRITE",
|
225
|
+
"sales": "READ_WRITE"
|
226
|
+
},
|
227
|
+
"appanalytics": {
|
228
|
+
"marketing": "NONE",
|
229
|
+
"reports": "NONE",
|
230
|
+
"legal": "NONE",
|
231
|
+
"admin": "READ_WRITE",
|
232
|
+
"developer": "NONE",
|
233
|
+
"appmanager": "NONE",
|
234
|
+
"finance": "READ_WRITE",
|
235
|
+
"sales": "READ_WRITE"
|
236
|
+
},
|
237
|
+
"taxandbanking": {
|
238
|
+
"marketing": "NONE",
|
239
|
+
"reports": "NONE",
|
240
|
+
"legal": "READ_WRITE",
|
241
|
+
"admin": "READ_WRITE",
|
242
|
+
"developer": "NONE",
|
243
|
+
"appmanager": "NONE",
|
244
|
+
"finance": "READ_WRITE",
|
245
|
+
"sales": "NONE"
|
246
|
+
},
|
247
|
+
"contracts": {
|
248
|
+
"marketing": "NONE",
|
249
|
+
"reports": "NONE",
|
250
|
+
"legal": "READ_WRITE",
|
251
|
+
"admin": "READ_ONLY",
|
252
|
+
"developer": "NONE",
|
253
|
+
"appmanager": "NONE",
|
254
|
+
"finance": "READ_ONLY",
|
255
|
+
"sales": "NONE"
|
256
|
+
},
|
257
|
+
"paymentsandfinancialreports": {
|
258
|
+
"marketing": "NONE",
|
259
|
+
"reports": "NONE",
|
260
|
+
"legal": "READ_WRITE",
|
261
|
+
"admin": "READ_WRITE",
|
262
|
+
"developer": "NONE",
|
263
|
+
"appmanager": "NONE",
|
264
|
+
"finance": "READ_WRITE",
|
265
|
+
"sales": "NONE"
|
266
|
+
},
|
267
|
+
"marketing": {
|
268
|
+
"marketing": "READ_WRITE",
|
269
|
+
"reports": "NONE",
|
270
|
+
"legal": "NONE",
|
271
|
+
"admin": "READ_WRITE",
|
272
|
+
"developer": "NONE",
|
273
|
+
"appmanager": "NONE",
|
274
|
+
"finance": "NONE",
|
275
|
+
"sales": "NONE"
|
276
|
+
},
|
277
|
+
"contactus": {
|
278
|
+
"marketing": "READ_WRITE",
|
279
|
+
"reports": "NONE",
|
280
|
+
"legal": "READ_WRITE",
|
281
|
+
"admin": "READ_WRITE",
|
282
|
+
"developer": "NONE",
|
283
|
+
"appmanager": "NONE",
|
284
|
+
"finance": "READ_WRITE",
|
285
|
+
"sales": "READ_WRITE"
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"countries": ["ITC.country.AE", "ITC.country.AU", "ITC.country.BR", "ITC.country.CA", "ITC.country.CH", "ITC.country.CN", "ITC.country.DK", "ITC.country.EU", "ITC.country.GB", "ITC.country.HK", "ITC.country.ID", "ITC.country.IL", "ITC.country.IN", "ITC.country.JP", "ITC.country.MX", "ITC.country.NO", "ITC.country.NZ", "ITC.country.RU", "ITC.country.SA", "ITC.country.SE", "ITC.country.SG", "ITC.country.TH", "ITC.country.TR", "ITC.country.TW", "ITC.country.US", "ITC.country.ZA"],
|
289
|
+
"notificationTypes": {
|
290
|
+
"contract": "territories",
|
291
|
+
"payment": "territories",
|
292
|
+
"financialReport": "territories",
|
293
|
+
"appStatus": "territories"
|
294
|
+
},
|
295
|
+
"providerFeatures": ["UserManagementGeneral", "AppAccess", "SandboxUser", "AgreementsTaxAndBankingGeneral", "Contracts", "FinancialReports", "CatalogReportApps"],
|
296
|
+
"appFeatures": ["AppCreation", "AppStore", "AppUpload", "AppMetadata", "PromoCodesAndArt", "TestFlightBuildDistribution", "TestFlightAppExternalTesterManagement", "TestFlightAppInternalTesterManagement", "BinaryCrashLogs", "Pricing", "iAdInformation", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "GameCenterMetadata", "GameCenterFraud", "AnalyticsSalesInformation", "SalesTopContent", "SalesReports"]
|
297
|
+
}
|
@@ -0,0 +1,297 @@
|
|
1
|
+
{
|
2
|
+
"sectionErrorKeys": [],
|
3
|
+
"sectionInfoKeys": [],
|
4
|
+
"sectionWarningKeys": [],
|
5
|
+
"user": {
|
6
|
+
"emailAddress": {
|
7
|
+
"value": "helmut@januschka.com"
|
8
|
+
},
|
9
|
+
"firstName": {
|
10
|
+
"value": "Helmut"
|
11
|
+
},
|
12
|
+
"lastName": {
|
13
|
+
"value": "Januschka"
|
14
|
+
},
|
15
|
+
"dsId": null,
|
16
|
+
"userName": null,
|
17
|
+
"roles": [{
|
18
|
+
"value": {
|
19
|
+
"name": "developer",
|
20
|
+
"incompatibleRoles": [],
|
21
|
+
"activities": {
|
22
|
+
"EDIT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf"],
|
23
|
+
"REPORT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf", "CatalogReportApps"],
|
24
|
+
"VIEW": ["AppStatusHistory", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "BinaryValidation", "BinaryCrashLogs", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "GameCenterTestData", "TestFlightBuildDistribution", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "TestFlightTesterGroupManagement", "HelpApplicationLoader", "HelpGeneral"]
|
25
|
+
},
|
26
|
+
"canBeSiloed": true
|
27
|
+
},
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": false,
|
30
|
+
"errorKeys": null
|
31
|
+
}],
|
32
|
+
"canBeDeleted": false,
|
33
|
+
"preferredCurrency": null,
|
34
|
+
"preferredCountry": null,
|
35
|
+
"activationExpiry": null,
|
36
|
+
"isActive": true,
|
37
|
+
"userSoftwares": {
|
38
|
+
"value": {
|
39
|
+
"grantAllSoftware": true,
|
40
|
+
"grantedSoftwareAdamIds": []
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"isSiloable": true,
|
44
|
+
"access": null,
|
45
|
+
"notifications": {
|
46
|
+
"value": {},
|
47
|
+
"isEditable": true,
|
48
|
+
"isRequired": false,
|
49
|
+
"errorKeys": null
|
50
|
+
},
|
51
|
+
"artists": {
|
52
|
+
"value": null,
|
53
|
+
"isEditable": true,
|
54
|
+
"isRequired": false,
|
55
|
+
"errorKeys": null
|
56
|
+
},
|
57
|
+
"currentPassword": {
|
58
|
+
"value": null,
|
59
|
+
"isEditable": false,
|
60
|
+
"isRequired": false,
|
61
|
+
"errorKeys": null
|
62
|
+
},
|
63
|
+
"newPassword": {
|
64
|
+
"value": null,
|
65
|
+
"isEditable": false,
|
66
|
+
"isRequired": false,
|
67
|
+
"errorKeys": null,
|
68
|
+
"maxLength": 32,
|
69
|
+
"minLength": 6
|
70
|
+
},
|
71
|
+
"confirmPassword": {
|
72
|
+
"value": null,
|
73
|
+
"isEditable": false,
|
74
|
+
"isRequired": false,
|
75
|
+
"errorKeys": null,
|
76
|
+
"maxLength": 32,
|
77
|
+
"minLength": 6
|
78
|
+
},
|
79
|
+
"isInternalTester": {
|
80
|
+
"value": null,
|
81
|
+
"isEditable": false,
|
82
|
+
"isRequired": false,
|
83
|
+
"errorKeys": null
|
84
|
+
},
|
85
|
+
"testerId": null
|
86
|
+
},
|
87
|
+
"roles": [{
|
88
|
+
"value": {
|
89
|
+
"name": "admin",
|
90
|
+
"incompatibleRoles": ["technical", "finance", "readonly", "sales", "manager", "encoder", "marketing", "appmanager", "developer", "reports"],
|
91
|
+
"activities": {
|
92
|
+
"EDIT": ["AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
93
|
+
"REPORT": ["AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
94
|
+
"VIEW": ["AppStatusHistory", "AppCreation", "AppDeletion", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "BinaryCrashLogs", "AppStore", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "UserDeletion", "SandboxUser", "TestFlightProviderInternalTesterManagement", "TestFlightProviderExternalTesterManagement", "TestFlightTesterGroupManagement", "AppAccess", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "Contracts", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpApplicationLoader", "HelpTransporter", "HelpGeneral", "iAdInformation"]
|
95
|
+
},
|
96
|
+
"canBeSiloed": false
|
97
|
+
},
|
98
|
+
"isEditable": true,
|
99
|
+
"isRequired": false,
|
100
|
+
"errorKeys": null
|
101
|
+
}, {
|
102
|
+
"value": {
|
103
|
+
"name": "finance",
|
104
|
+
"incompatibleRoles": ["sales", "manager"],
|
105
|
+
"activities": {
|
106
|
+
"EDIT": ["UserManagementSelf", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation"],
|
107
|
+
"REPORT": ["UserManagementSelf", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation"],
|
108
|
+
"VIEW": ["PricingMatrix", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "FinancialReports", "SalesTopContent", "SalesReports", "AgreementsTaxAndBankingGeneral", "Contracts", "BankInformation", "TaxInformation", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpGeneral"]
|
109
|
+
},
|
110
|
+
"canBeSiloed": false
|
111
|
+
},
|
112
|
+
"isEditable": true,
|
113
|
+
"isRequired": false,
|
114
|
+
"errorKeys": null
|
115
|
+
}, {
|
116
|
+
"value": {
|
117
|
+
"name": "sales",
|
118
|
+
"incompatibleRoles": ["finance", "manager"],
|
119
|
+
"activities": {
|
120
|
+
"EDIT": ["UserManagementSelf", "SalesTopContent", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
121
|
+
"REPORT": ["UserManagementSelf", "SalesTopContent", "SalesReports", "CatalogReportApps", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "iAdInformation"],
|
122
|
+
"VIEW": ["UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "SalesTopContent", "AnalyticsSalesInformation", "AnalyticsEngagementInformation", "HelpGeneral", "iAdInformation"]
|
123
|
+
},
|
124
|
+
"canBeSiloed": true
|
125
|
+
},
|
126
|
+
"isEditable": true,
|
127
|
+
"isRequired": false,
|
128
|
+
"errorKeys": null
|
129
|
+
}, {
|
130
|
+
"value": {
|
131
|
+
"name": "marketing",
|
132
|
+
"incompatibleRoles": ["readonly", "manager", "encoder"],
|
133
|
+
"activities": {
|
134
|
+
"EDIT": ["AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightAppInternalTesterManagement", "BundleCreation", "BundleContent", "PromoCodesAndArt", "AppRatingsAndReviews", "UserManagementSelf", "iAdInformation"],
|
135
|
+
"REPORT": ["AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightAppInternalTesterManagement", "BundleCreation", "BundleContent", "PromoCodesAndArt", "AppRatingsAndReviews", "UserManagementSelf", "CatalogReportApps", "iAdInformation"],
|
136
|
+
"VIEW": ["AppStatusHistory", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "TestFlightBuildDistribution", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "TestFlightTesterGroupManagement", "HelpGeneral", "iAdInformation"]
|
137
|
+
},
|
138
|
+
"canBeSiloed": true
|
139
|
+
},
|
140
|
+
"isEditable": true,
|
141
|
+
"isRequired": false,
|
142
|
+
"errorKeys": null
|
143
|
+
}, {
|
144
|
+
"value": {
|
145
|
+
"name": "appmanager",
|
146
|
+
"incompatibleRoles": ["developer", "marketing"],
|
147
|
+
"activities": {
|
148
|
+
"EDIT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "iAdInformation"],
|
149
|
+
"REPORT": ["AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "AppStore", "AppResolutionCenter", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PromoCodesAndArt", "ExportCompliance", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "CatalogReportApps", "iAdInformation"],
|
150
|
+
"VIEW": ["AppStatusHistory", "AppCreation", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "XMLFeed", "BinaryValidation", "BinaryCrashLogs", "AppStore", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "AppAddonSharedSecret", "GameCenterMetadata", "GameCenterTestData", "GameCenterFraud", "Newsstand", "iCloudDisplaySet", "TestFlightBuildDistribution", "TestFlightBetaReview", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "BundleCreation", "BundleContent", "BundleSubmission", "BundleResolutionCenter", "IAPPricingMatrix", "Pricing", "PricingMatrix", "PromoCodesAndArt", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementGeneral", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "UserCreation", "SandboxUser", "TestFlightTesterGroupManagement", "AppAccess", "HelpApplicationLoader", "HelpTransporter", "HelpGeneral", "iAdInformation"]
|
151
|
+
},
|
152
|
+
"canBeSiloed": true
|
153
|
+
},
|
154
|
+
"isEditable": true,
|
155
|
+
"isRequired": false,
|
156
|
+
"errorKeys": null
|
157
|
+
}, {
|
158
|
+
"value": {
|
159
|
+
"name": "developer",
|
160
|
+
"incompatibleRoles": [],
|
161
|
+
"activities": {
|
162
|
+
"EDIT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf"],
|
163
|
+
"REPORT": ["AppUpload", "BinaryValidation", "AppAddonCreationAndSubmission", "AppAddonCreation", "GameCenterMetadata", "GameCenterTestData", "TestFlightAppInternalTesterManagement", "UserManagementSelf", "CatalogReportApps"],
|
164
|
+
"VIEW": ["AppStatusHistory", "AppMetadata", "IAPMetadata", "IAPPriceMatrix", "VersionMetadata", "VersionScreenshotsAndPreviews", "AppUpload", "BinaryValidation", "BinaryCrashLogs", "AppResolutionCenter", "AppAddonList", "AppAddonCreationAndSubmission", "AppAddonCreation", "AppAddonMetadata", "GameCenterMetadata", "GameCenterTestData", "TestFlightBuildDistribution", "TestFlightAppInternalTesterManagement", "TestFlightAppExternalTesterManagement", "ExportCompliance", "RatingsAndReviews", "AppRatingsAndReviews", "UserManagementSelf", "UserDetailsOthers", "UserRolesOthers", "UserNotificationsOthers", "TestFlightTesterGroupManagement", "HelpApplicationLoader", "HelpGeneral"]
|
165
|
+
},
|
166
|
+
"canBeSiloed": true
|
167
|
+
},
|
168
|
+
"isEditable": true,
|
169
|
+
"isRequired": false,
|
170
|
+
"errorKeys": null
|
171
|
+
}, {
|
172
|
+
"value": {
|
173
|
+
"name": "reports",
|
174
|
+
"incompatibleRoles": ["technical"],
|
175
|
+
"activities": {
|
176
|
+
"EDIT": [],
|
177
|
+
"REPORT": [],
|
178
|
+
"VIEW": []
|
179
|
+
},
|
180
|
+
"canBeSiloed": false
|
181
|
+
},
|
182
|
+
"isEditable": true,
|
183
|
+
"isRequired": false,
|
184
|
+
"errorKeys": null
|
185
|
+
}],
|
186
|
+
"actions": {
|
187
|
+
"manageusers": {
|
188
|
+
"marketing": "NONE",
|
189
|
+
"reports": "NONE",
|
190
|
+
"legal": "READ_WRITE",
|
191
|
+
"admin": "READ_WRITE",
|
192
|
+
"developer": "NONE",
|
193
|
+
"appmanager": "NONE",
|
194
|
+
"finance": "READ_ONLY",
|
195
|
+
"sales": "READ_ONLY"
|
196
|
+
},
|
197
|
+
"managetestusers": {
|
198
|
+
"marketing": "NONE",
|
199
|
+
"reports": "NONE",
|
200
|
+
"legal": "READ_WRITE",
|
201
|
+
"admin": "READ_WRITE",
|
202
|
+
"developer": "NONE",
|
203
|
+
"appmanager": "NONE",
|
204
|
+
"finance": "NONE",
|
205
|
+
"sales": "NONE"
|
206
|
+
},
|
207
|
+
"manageyourapplications": {
|
208
|
+
"marketing": "NONE",
|
209
|
+
"reports": "NONE",
|
210
|
+
"legal": "READ_WRITE",
|
211
|
+
"admin": "READ_WRITE",
|
212
|
+
"developer": "NONE",
|
213
|
+
"appmanager": "NONE",
|
214
|
+
"finance": "NONE",
|
215
|
+
"sales": "NONE"
|
216
|
+
},
|
217
|
+
"salesandtrends": {
|
218
|
+
"marketing": "NONE",
|
219
|
+
"reports": "NONE",
|
220
|
+
"legal": "READ_WRITE",
|
221
|
+
"admin": "READ_WRITE",
|
222
|
+
"developer": "NONE",
|
223
|
+
"appmanager": "NONE",
|
224
|
+
"finance": "READ_WRITE",
|
225
|
+
"sales": "READ_WRITE"
|
226
|
+
},
|
227
|
+
"appanalytics": {
|
228
|
+
"marketing": "NONE",
|
229
|
+
"reports": "NONE",
|
230
|
+
"legal": "NONE",
|
231
|
+
"admin": "READ_WRITE",
|
232
|
+
"developer": "NONE",
|
233
|
+
"appmanager": "NONE",
|
234
|
+
"finance": "READ_WRITE",
|
235
|
+
"sales": "READ_WRITE"
|
236
|
+
},
|
237
|
+
"taxandbanking": {
|
238
|
+
"marketing": "NONE",
|
239
|
+
"reports": "NONE",
|
240
|
+
"legal": "READ_WRITE",
|
241
|
+
"admin": "READ_WRITE",
|
242
|
+
"developer": "NONE",
|
243
|
+
"appmanager": "NONE",
|
244
|
+
"finance": "READ_WRITE",
|
245
|
+
"sales": "NONE"
|
246
|
+
},
|
247
|
+
"contracts": {
|
248
|
+
"marketing": "NONE",
|
249
|
+
"reports": "NONE",
|
250
|
+
"legal": "READ_WRITE",
|
251
|
+
"admin": "READ_ONLY",
|
252
|
+
"developer": "NONE",
|
253
|
+
"appmanager": "NONE",
|
254
|
+
"finance": "READ_ONLY",
|
255
|
+
"sales": "NONE"
|
256
|
+
},
|
257
|
+
"paymentsandfinancialreports": {
|
258
|
+
"marketing": "NONE",
|
259
|
+
"reports": "NONE",
|
260
|
+
"legal": "READ_WRITE",
|
261
|
+
"admin": "READ_WRITE",
|
262
|
+
"developer": "NONE",
|
263
|
+
"appmanager": "NONE",
|
264
|
+
"finance": "READ_WRITE",
|
265
|
+
"sales": "NONE"
|
266
|
+
},
|
267
|
+
"marketing": {
|
268
|
+
"marketing": "READ_WRITE",
|
269
|
+
"reports": "NONE",
|
270
|
+
"legal": "NONE",
|
271
|
+
"admin": "READ_WRITE",
|
272
|
+
"developer": "NONE",
|
273
|
+
"appmanager": "NONE",
|
274
|
+
"finance": "NONE",
|
275
|
+
"sales": "NONE"
|
276
|
+
},
|
277
|
+
"contactus": {
|
278
|
+
"marketing": "READ_WRITE",
|
279
|
+
"reports": "NONE",
|
280
|
+
"legal": "READ_WRITE",
|
281
|
+
"admin": "READ_WRITE",
|
282
|
+
"developer": "NONE",
|
283
|
+
"appmanager": "NONE",
|
284
|
+
"finance": "READ_WRITE",
|
285
|
+
"sales": "READ_WRITE"
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"countries": ["ITC.country.AE", "ITC.country.AU", "ITC.country.BR", "ITC.country.CA", "ITC.country.CH", "ITC.country.CN", "ITC.country.DK", "ITC.country.EU", "ITC.country.GB", "ITC.country.HK", "ITC.country.ID", "ITC.country.IL", "ITC.country.IN", "ITC.country.JP", "ITC.country.MX", "ITC.country.NO", "ITC.country.NZ", "ITC.country.RU", "ITC.country.SA", "ITC.country.SE", "ITC.country.SG", "ITC.country.TH", "ITC.country.TR", "ITC.country.TW", "ITC.country.US", "ITC.country.ZA"],
|
289
|
+
"notificationTypes": {
|
290
|
+
"contract": "territories",
|
291
|
+
"payment": "territories",
|
292
|
+
"financialReport": "territories",
|
293
|
+
"appStatus": "territories"
|
294
|
+
},
|
295
|
+
"providerFeatures": ["UserManagementGeneral", "AppAccess", "SandboxUser", "AgreementsTaxAndBankingGeneral", "Contracts", "FinancialReports", "CatalogReportApps"],
|
296
|
+
"appFeatures": ["AppCreation", "AppStore", "AppUpload", "AppMetadata", "PromoCodesAndArt", "TestFlightBuildDistribution", "TestFlightAppExternalTesterManagement", "TestFlightAppInternalTesterManagement", "BinaryCrashLogs", "Pricing", "iAdInformation", "AppAddonCreation", "AppAddonSubmission", "AppAddonMetadata", "GameCenterMetadata", "GameCenterFraud", "AnalyticsSalesInformation", "SalesTopContent", "SalesReports"]
|
297
|
+
}
|