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,91 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": null,
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"testers": [{
|
7
|
+
"emailAddress": {
|
8
|
+
"value": "customtesters@krausefx.com",
|
9
|
+
"isEditable": false,
|
10
|
+
"isRequired": false,
|
11
|
+
"errorKeys": [],
|
12
|
+
"maxLength": null,
|
13
|
+
"minLength": null
|
14
|
+
},
|
15
|
+
"firstName": {
|
16
|
+
"value": "FirstName",
|
17
|
+
"isEditable": false,
|
18
|
+
"isRequired": false,
|
19
|
+
"errorKeys": [],
|
20
|
+
"maxLength": null,
|
21
|
+
"minLength": null
|
22
|
+
},
|
23
|
+
"lastName": {
|
24
|
+
"value": "LastName",
|
25
|
+
"isEditable": false,
|
26
|
+
"isRequired": false,
|
27
|
+
"errorKeys": [],
|
28
|
+
"maxLength": null,
|
29
|
+
"minLength": null
|
30
|
+
},
|
31
|
+
"testerId": null,
|
32
|
+
"devices": null,
|
33
|
+
"latestInstalledAppAdamId": null,
|
34
|
+
"latestInstalledVersion": null,
|
35
|
+
"latestInstalledShortVersion": null,
|
36
|
+
"latestInstalledDate": null,
|
37
|
+
"latestInstalledName": null,
|
38
|
+
"latestInstallByPlatform": null,
|
39
|
+
"hasAddedOrInvitedApp": null,
|
40
|
+
"warnOnDelete": null,
|
41
|
+
"itcUsername": null,
|
42
|
+
"dsId": null,
|
43
|
+
"groups": [{
|
44
|
+
"id": "c4739ccc-672f-46d4-9dad-23df8c60a35f",
|
45
|
+
"name": {
|
46
|
+
"value": "boarding123",
|
47
|
+
"isEditable": false,
|
48
|
+
"isRequired": false,
|
49
|
+
"errorKeys": null,
|
50
|
+
"maxLength": null,
|
51
|
+
"minLength": null
|
52
|
+
},
|
53
|
+
"testerCount": null,
|
54
|
+
"testers": null,
|
55
|
+
"isDeleted": null
|
56
|
+
}, {
|
57
|
+
"id": "b6f65dbd-c845-4d91-bc39-0b661d608970",
|
58
|
+
"name": {
|
59
|
+
"value": "Boarding",
|
60
|
+
"isEditable": false,
|
61
|
+
"isRequired": false,
|
62
|
+
"errorKeys": null,
|
63
|
+
"maxLength": null,
|
64
|
+
"minLength": null
|
65
|
+
},
|
66
|
+
"testerCount": null,
|
67
|
+
"testers": null,
|
68
|
+
"isDeleted": null
|
69
|
+
}, {
|
70
|
+
"id": "555f48c8-a968-4e8f-a41b-0417c4d9c70a",
|
71
|
+
"name": {
|
72
|
+
"value": "custom-new-group",
|
73
|
+
"isEditable": false,
|
74
|
+
"isRequired": false,
|
75
|
+
"errorKeys": null,
|
76
|
+
"maxLength": null,
|
77
|
+
"minLength": null
|
78
|
+
},
|
79
|
+
"testerCount": null,
|
80
|
+
"testers": null,
|
81
|
+
"isDeleted": null
|
82
|
+
}]
|
83
|
+
}]
|
84
|
+
},
|
85
|
+
"messages": {
|
86
|
+
"warn": null,
|
87
|
+
"error": null,
|
88
|
+
"info": null
|
89
|
+
},
|
90
|
+
"statusCode": "SUCCESS"
|
91
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"users": [{
|
7
|
+
"testing": {
|
8
|
+
"value": false,
|
9
|
+
"isEditable": true,
|
10
|
+
"isRequired": false,
|
11
|
+
"errorKeys": null
|
12
|
+
},
|
13
|
+
"id": null,
|
14
|
+
"testerId": "1d167b89-13c5-4dd8-b988-7a6a0190f774",
|
15
|
+
"firstName": {
|
16
|
+
"value": "Felix",
|
17
|
+
"isEditable": true,
|
18
|
+
"isRequired": false,
|
19
|
+
"errorKeys": null
|
20
|
+
},
|
21
|
+
"lastName": {
|
22
|
+
"value": "Krause",
|
23
|
+
"isEditable": true,
|
24
|
+
"isRequired": false,
|
25
|
+
"errorKeys": null
|
26
|
+
},
|
27
|
+
"emailAddress": {
|
28
|
+
"value": "felix@sunapps.net",
|
29
|
+
"isEditable": true,
|
30
|
+
"isRequired": true,
|
31
|
+
"errorKeys": null
|
32
|
+
},
|
33
|
+
"status": null,
|
34
|
+
"statusModTime": null,
|
35
|
+
"sessions": null,
|
36
|
+
"crashes": null,
|
37
|
+
"latestBuild": null,
|
38
|
+
"latestInstallByPlatform": {},
|
39
|
+
"groups": null
|
40
|
+
}],
|
41
|
+
"maxTestingUsers": 25,
|
42
|
+
"addingWillInvite": false,
|
43
|
+
"addingWillInviteByPlatform": null,
|
44
|
+
"groups": null
|
45
|
+
},
|
46
|
+
"messages": {
|
47
|
+
"warn": null,
|
48
|
+
"error": null,
|
49
|
+
"info": null
|
50
|
+
},
|
51
|
+
"statusCode": "SUCCESS"
|
52
|
+
}
|
@@ -0,0 +1,120 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"testers": [{
|
7
|
+
"emailAddress": {
|
8
|
+
"value": "private@krausefx.com",
|
9
|
+
"isEditable": false,
|
10
|
+
"isRequired": false,
|
11
|
+
"errorKeys": null,
|
12
|
+
"maxLength": 2147483647,
|
13
|
+
"minLength": 0
|
14
|
+
},
|
15
|
+
"firstName": {
|
16
|
+
"value": "Detlef",
|
17
|
+
"isEditable": false,
|
18
|
+
"isRequired": false,
|
19
|
+
"errorKeys": null,
|
20
|
+
"maxLength": 2147483647,
|
21
|
+
"minLength": 0
|
22
|
+
},
|
23
|
+
"lastName": {
|
24
|
+
"value": "Müller",
|
25
|
+
"isEditable": false,
|
26
|
+
"isRequired": false,
|
27
|
+
"errorKeys": null,
|
28
|
+
"maxLength": 2147483647,
|
29
|
+
"minLength": 0
|
30
|
+
},
|
31
|
+
"testerId": "1d167b89-13c5-4dd8-b988-7a6a0190faaa",
|
32
|
+
"devices": [{
|
33
|
+
"model": "iPhone 6",
|
34
|
+
"os": "iOS",
|
35
|
+
"osVersion": "8.3",
|
36
|
+
"name": null
|
37
|
+
}],
|
38
|
+
"latestInstalledAppAdamId": 794902327,
|
39
|
+
"latestInstalledVersion": "0.9.14",
|
40
|
+
"latestInstalledShortVersion": "1",
|
41
|
+
"latestInstalledDate": 1427565638420,
|
42
|
+
"latestInstalledName": "App Name Yeah",
|
43
|
+
"latestInstallByPlatform": null,
|
44
|
+
"hasAddedOrInvitedApp": null,
|
45
|
+
"warnOnDelete": true,
|
46
|
+
"itcUsername": null,
|
47
|
+
"groups": [
|
48
|
+
{
|
49
|
+
"id": "e031d021-4f0f-4c1e-8d8a-c3341a267986",
|
50
|
+
"name": {
|
51
|
+
"value": "App Testers Group",
|
52
|
+
"isEditable": false,
|
53
|
+
"isRequired": false,
|
54
|
+
"errorKeys": null,
|
55
|
+
"maxLength": 25,
|
56
|
+
"minLength": 1
|
57
|
+
},
|
58
|
+
"testerCount": null,
|
59
|
+
"testers": null,
|
60
|
+
"isDeleted": null
|
61
|
+
}
|
62
|
+
]
|
63
|
+
}, {
|
64
|
+
"emailAddress": {
|
65
|
+
"value": "ich@felixkrause.at",
|
66
|
+
"isEditable": false,
|
67
|
+
"isRequired": false,
|
68
|
+
"errorKeys": null,
|
69
|
+
"maxLength": 2147483647,
|
70
|
+
"minLength": 0
|
71
|
+
},
|
72
|
+
"firstName": {
|
73
|
+
"value": "Felix",
|
74
|
+
"isEditable": false,
|
75
|
+
"isRequired": false,
|
76
|
+
"errorKeys": null,
|
77
|
+
"maxLength": 2147483647,
|
78
|
+
"minLength": 0
|
79
|
+
},
|
80
|
+
"lastName": {
|
81
|
+
"value": "Krause",
|
82
|
+
"isEditable": false,
|
83
|
+
"isRequired": false,
|
84
|
+
"errorKeys": null,
|
85
|
+
"maxLength": 2147483647,
|
86
|
+
"minLength": 0
|
87
|
+
},
|
88
|
+
"testerId": "1399e231-27bd-496d-83f5-2f067e923140",
|
89
|
+
"devices": [],
|
90
|
+
"latestInstalledAppAdamId": null,
|
91
|
+
"latestInstalledVersion": null,
|
92
|
+
"latestInstalledShortVersion": null,
|
93
|
+
"latestInstalledDate": null,
|
94
|
+
"latestInstalledName": null,
|
95
|
+
"latestInstallByPlatform": null,
|
96
|
+
"hasAddedOrInvitedApp": null,
|
97
|
+
"warnOnDelete": true,
|
98
|
+
"itcUsername": null,
|
99
|
+
"groups": []
|
100
|
+
}],
|
101
|
+
"devices": {
|
102
|
+
"iPhone": ["iPhone 6"]
|
103
|
+
},
|
104
|
+
"groups": {
|
105
|
+
"8dfd9f94-3983-46d5-a298-c866b2369a33": "MyGroup",
|
106
|
+
"b6f65dbd-c845-4d91-bc39-0b661d608970": "Boarding",
|
107
|
+
"abe0122c-7b67-4931-ad91-54458118b3e2": "some random name",
|
108
|
+
"d5db2d1e-204d-434a-8672-cdae3582604a": "yolo new name yeah",
|
109
|
+
"3b493466-392c-49ce-8f6b-b2143fdf822a": "Test Group",
|
110
|
+
"c4739ccc-672f-46d4-9dad-23df8c60a35f": "boarding123",
|
111
|
+
"70402368-9deb-409f-9a26-bb3f215dfee3": "Automatic"
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"messages": {
|
115
|
+
"warn": null,
|
116
|
+
"error": null,
|
117
|
+
"info": null
|
118
|
+
},
|
119
|
+
"statusCode": "SUCCESS"
|
120
|
+
}
|
@@ -0,0 +1,110 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"testers": [{
|
7
|
+
"emailAddress": {
|
8
|
+
"value": "detlef@krausefx.com",
|
9
|
+
"isEditable": false,
|
10
|
+
"isRequired": false,
|
11
|
+
"errorKeys": null,
|
12
|
+
"maxLength": 2147483647,
|
13
|
+
"minLength": 0
|
14
|
+
},
|
15
|
+
"firstName": {
|
16
|
+
"value": "Detlef",
|
17
|
+
"isEditable": false,
|
18
|
+
"isRequired": false,
|
19
|
+
"errorKeys": null,
|
20
|
+
"maxLength": 2147483647,
|
21
|
+
"minLength": 0
|
22
|
+
},
|
23
|
+
"lastName": {
|
24
|
+
"value": "Müller",
|
25
|
+
"isEditable": false,
|
26
|
+
"isRequired": false,
|
27
|
+
"errorKeys": null,
|
28
|
+
"maxLength": 2147483647,
|
29
|
+
"minLength": 0
|
30
|
+
},
|
31
|
+
"testerId": "4bb959dd-6a57-4aaf-b3ff-761041868817",
|
32
|
+
"devices": [],
|
33
|
+
"latestInstalledAppAdamId": null,
|
34
|
+
"latestInstalledVersion": null,
|
35
|
+
"latestInstalledShortVersion": null,
|
36
|
+
"latestInstalledDate": null,
|
37
|
+
"latestInstalledName": null,
|
38
|
+
"latestInstallByPlatform": null,
|
39
|
+
"hasAddedOrInvitedApp": null,
|
40
|
+
"warnOnDelete": true,
|
41
|
+
"itcUsername": "detlef@krausefx.com",
|
42
|
+
"groups": null,
|
43
|
+
"userName": "detlef@krausefx.com",
|
44
|
+
"isActive": {
|
45
|
+
"value": true,
|
46
|
+
"isEditable": true,
|
47
|
+
"isRequired": false,
|
48
|
+
"errorKeys": null
|
49
|
+
}
|
50
|
+
}, {
|
51
|
+
"emailAddress": {
|
52
|
+
"value": "felix@sunapps.net",
|
53
|
+
"isEditable": false,
|
54
|
+
"isRequired": false,
|
55
|
+
"errorKeys": null,
|
56
|
+
"maxLength": 2147483647,
|
57
|
+
"minLength": 0
|
58
|
+
},
|
59
|
+
"firstName": {
|
60
|
+
"value": "Felix",
|
61
|
+
"isEditable": false,
|
62
|
+
"isRequired": false,
|
63
|
+
"errorKeys": null,
|
64
|
+
"maxLength": 2147483647,
|
65
|
+
"minLength": 0
|
66
|
+
},
|
67
|
+
"lastName": {
|
68
|
+
"value": "Krause",
|
69
|
+
"isEditable": false,
|
70
|
+
"isRequired": false,
|
71
|
+
"errorKeys": null,
|
72
|
+
"maxLength": 2147483647,
|
73
|
+
"minLength": 0
|
74
|
+
},
|
75
|
+
"testerId": "1d167b89-13c5-4dd8-b988-7a6a0190f774",
|
76
|
+
"devices": [{
|
77
|
+
"model": "iPhone 6",
|
78
|
+
"os": "iOS",
|
79
|
+
"osVersion": "8.3",
|
80
|
+
"name": null
|
81
|
+
}],
|
82
|
+
"latestInstalledAppAdamId": 794902327,
|
83
|
+
"latestInstalledVersion": "0.9.14",
|
84
|
+
"latestInstalledShortVersion": "1",
|
85
|
+
"latestInstalledDate": 1427565638420,
|
86
|
+
"latestInstalledName": "Golfclub Gut Altentann",
|
87
|
+
"latestInstallByPlatform": null,
|
88
|
+
"hasAddedOrInvitedApp": null,
|
89
|
+
"warnOnDelete": true,
|
90
|
+
"itcUsername": "felix@sunapps.net",
|
91
|
+
"groups": null,
|
92
|
+
"userName": "felix@sunapps.net",
|
93
|
+
"isActive": {
|
94
|
+
"value": true,
|
95
|
+
"isEditable": true,
|
96
|
+
"isRequired": false,
|
97
|
+
"errorKeys": null
|
98
|
+
}
|
99
|
+
}],
|
100
|
+
"devices": {
|
101
|
+
"iPhone": ["iPhone 6"]
|
102
|
+
}
|
103
|
+
},
|
104
|
+
"messages": {
|
105
|
+
"warn": null,
|
106
|
+
"error": null,
|
107
|
+
"info": null
|
108
|
+
},
|
109
|
+
"statusCode": "SUCCESS"
|
110
|
+
}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"internalStatus": "active",
|
7
|
+
"externalStatus": "submitForReview",
|
8
|
+
"expirationDate": null,
|
9
|
+
"internalExpirationDate": null,
|
10
|
+
"externalExpirationDate": null,
|
11
|
+
"primaryLanguage": "English",
|
12
|
+
"primaryLocaleCode": "en-US",
|
13
|
+
"availableLanguages": ["English"],
|
14
|
+
"details": [{
|
15
|
+
"sectionErrorKeys": [],
|
16
|
+
"sectionInfoKeys": [],
|
17
|
+
"sectionWarningKeys": [],
|
18
|
+
"language": "English",
|
19
|
+
"localeCode": "en-US",
|
20
|
+
"whatsNew": {
|
21
|
+
"value": null,
|
22
|
+
"isEditable": true,
|
23
|
+
"isRequired": true,
|
24
|
+
"errorKeys": null,
|
25
|
+
"maxLength": 4000,
|
26
|
+
"minLength": 4
|
27
|
+
},
|
28
|
+
"description": {
|
29
|
+
"value": null,
|
30
|
+
"isEditable": true,
|
31
|
+
"isRequired": true,
|
32
|
+
"errorKeys": null,
|
33
|
+
"maxLength": 4000,
|
34
|
+
"minLength": 10
|
35
|
+
},
|
36
|
+
"feedbackEmail": {
|
37
|
+
"value": null,
|
38
|
+
"isEditable": true,
|
39
|
+
"isRequired": true,
|
40
|
+
"errorKeys": null,
|
41
|
+
"maxLength": 500,
|
42
|
+
"minLength": 1
|
43
|
+
},
|
44
|
+
"marketingUrl": {
|
45
|
+
"value": null,
|
46
|
+
"isEditable": true,
|
47
|
+
"isRequired": true,
|
48
|
+
"errorKeys": null,
|
49
|
+
"maxLength": 255,
|
50
|
+
"minLength": 1
|
51
|
+
},
|
52
|
+
"privacyPolicyUrl": {
|
53
|
+
"value": null,
|
54
|
+
"isEditable": true,
|
55
|
+
"isRequired": false,
|
56
|
+
"errorKeys": null,
|
57
|
+
"maxLength": 255,
|
58
|
+
"minLength": 1
|
59
|
+
},
|
60
|
+
"privacyPolicyText": null
|
61
|
+
}],
|
62
|
+
"reviewFirstName": {
|
63
|
+
"value": null,
|
64
|
+
"isEditable": true,
|
65
|
+
"isRequired": true,
|
66
|
+
"errorKeys": null,
|
67
|
+
"maxLength": 100,
|
68
|
+
"minLength": 1
|
69
|
+
},
|
70
|
+
"reviewLastName": {
|
71
|
+
"value": null,
|
72
|
+
"isEditable": true,
|
73
|
+
"isRequired": true,
|
74
|
+
"errorKeys": null,
|
75
|
+
"maxLength": 100,
|
76
|
+
"minLength": 1
|
77
|
+
},
|
78
|
+
"reviewPhone": {
|
79
|
+
"value": null,
|
80
|
+
"isEditable": true,
|
81
|
+
"isRequired": true,
|
82
|
+
"errorKeys": null,
|
83
|
+
"maxLength": 20,
|
84
|
+
"minLength": 1
|
85
|
+
},
|
86
|
+
"reviewEmail": {
|
87
|
+
"value": null,
|
88
|
+
"isEditable": true,
|
89
|
+
"isRequired": true,
|
90
|
+
"errorKeys": null,
|
91
|
+
"maxLength": 100,
|
92
|
+
"minLength": 1
|
93
|
+
},
|
94
|
+
"reviewNotes": {
|
95
|
+
"value": null,
|
96
|
+
"isEditable": true,
|
97
|
+
"isRequired": false,
|
98
|
+
"errorKeys": null,
|
99
|
+
"maxLength": 4000,
|
100
|
+
"minLength": 1
|
101
|
+
},
|
102
|
+
"reviewUserName": {
|
103
|
+
"value": null,
|
104
|
+
"isEditable": true,
|
105
|
+
"isRequired": false,
|
106
|
+
"errorKeys": null,
|
107
|
+
"maxLength": 400,
|
108
|
+
"minLength": 1
|
109
|
+
},
|
110
|
+
"reviewPassword": {
|
111
|
+
"value": null,
|
112
|
+
"isEditable": true,
|
113
|
+
"isRequired": false,
|
114
|
+
"errorKeys": null,
|
115
|
+
"maxLength": 400,
|
116
|
+
"minLength": 1
|
117
|
+
},
|
118
|
+
"reviewAccountRequired": {
|
119
|
+
"value": false,
|
120
|
+
"isEditable": true,
|
121
|
+
"isRequired": false,
|
122
|
+
"errorKeys": null
|
123
|
+
},
|
124
|
+
"eula": {
|
125
|
+
"value": null,
|
126
|
+
"isEditable": true,
|
127
|
+
"isRequired": false,
|
128
|
+
"errorKeys": null,
|
129
|
+
"maxLength": null,
|
130
|
+
"minLength": 1
|
131
|
+
},
|
132
|
+
"hasExportCompliance": false,
|
133
|
+
"installCount": 0,
|
134
|
+
"externalInstallCount": 0,
|
135
|
+
"internalInstallCount": 0,
|
136
|
+
"sessionCount": 0,
|
137
|
+
"externalSessionCount": 0,
|
138
|
+
"internalSessionCount": 0,
|
139
|
+
"crashCount": 0,
|
140
|
+
"externalCrashCount": 0,
|
141
|
+
"internalCrashCount": 0
|
142
|
+
}
|
143
|
+
}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"internalStatus": "active",
|
7
|
+
"externalStatus": "submitForReview",
|
8
|
+
"expirationDate": null,
|
9
|
+
"internalExpirationDate": null,
|
10
|
+
"externalExpirationDate": null,
|
11
|
+
"primaryLanguage": "English",
|
12
|
+
"primaryLocaleCode": "en-US",
|
13
|
+
"availableLanguages": ["English"],
|
14
|
+
"details": [{
|
15
|
+
"sectionErrorKeys": [],
|
16
|
+
"sectionInfoKeys": [],
|
17
|
+
"sectionWarningKeys": [],
|
18
|
+
"language": "English",
|
19
|
+
"localeCode": "en-US",
|
20
|
+
"whatsNew": {
|
21
|
+
"value": null,
|
22
|
+
"isEditable": true,
|
23
|
+
"isRequired": true,
|
24
|
+
"errorKeys": null,
|
25
|
+
"maxLength": 4000,
|
26
|
+
"minLength": 4
|
27
|
+
},
|
28
|
+
"description": {
|
29
|
+
"value": null,
|
30
|
+
"isEditable": true,
|
31
|
+
"isRequired": true,
|
32
|
+
"errorKeys": null,
|
33
|
+
"maxLength": 4000,
|
34
|
+
"minLength": 10
|
35
|
+
},
|
36
|
+
"feedbackEmail": {
|
37
|
+
"value": null,
|
38
|
+
"isEditable": true,
|
39
|
+
"isRequired": true,
|
40
|
+
"errorKeys": null,
|
41
|
+
"maxLength": 500,
|
42
|
+
"minLength": 1
|
43
|
+
},
|
44
|
+
"marketingUrl": {
|
45
|
+
"value": null,
|
46
|
+
"isEditable": true,
|
47
|
+
"isRequired": true,
|
48
|
+
"errorKeys": null,
|
49
|
+
"maxLength": 255,
|
50
|
+
"minLength": 1
|
51
|
+
},
|
52
|
+
"privacyPolicyUrl": {
|
53
|
+
"value": null,
|
54
|
+
"isEditable": true,
|
55
|
+
"isRequired": false,
|
56
|
+
"errorKeys": null,
|
57
|
+
"maxLength": 255,
|
58
|
+
"minLength": 1
|
59
|
+
},
|
60
|
+
"privacyPolicyText": null
|
61
|
+
}],
|
62
|
+
"reviewFirstName": {
|
63
|
+
"value": null,
|
64
|
+
"isEditable": true,
|
65
|
+
"isRequired": true,
|
66
|
+
"errorKeys": null,
|
67
|
+
"maxLength": 100,
|
68
|
+
"minLength": 1
|
69
|
+
},
|
70
|
+
"reviewLastName": {
|
71
|
+
"value": null,
|
72
|
+
"isEditable": true,
|
73
|
+
"isRequired": true,
|
74
|
+
"errorKeys": null,
|
75
|
+
"maxLength": 100,
|
76
|
+
"minLength": 1
|
77
|
+
},
|
78
|
+
"reviewPhone": {
|
79
|
+
"value": null,
|
80
|
+
"isEditable": true,
|
81
|
+
"isRequired": true,
|
82
|
+
"errorKeys": null,
|
83
|
+
"maxLength": 20,
|
84
|
+
"minLength": 1
|
85
|
+
},
|
86
|
+
"reviewEmail": {
|
87
|
+
"value": null,
|
88
|
+
"isEditable": true,
|
89
|
+
"isRequired": true,
|
90
|
+
"errorKeys": null,
|
91
|
+
"maxLength": 100,
|
92
|
+
"minLength": 1
|
93
|
+
},
|
94
|
+
"reviewNotes": {
|
95
|
+
"value": null,
|
96
|
+
"isEditable": true,
|
97
|
+
"isRequired": false,
|
98
|
+
"errorKeys": null,
|
99
|
+
"maxLength": 4000,
|
100
|
+
"minLength": 1
|
101
|
+
},
|
102
|
+
"reviewUserName": {
|
103
|
+
"value": null,
|
104
|
+
"isEditable": true,
|
105
|
+
"isRequired": false,
|
106
|
+
"errorKeys": null,
|
107
|
+
"maxLength": 400,
|
108
|
+
"minLength": 1
|
109
|
+
},
|
110
|
+
"reviewPassword": {
|
111
|
+
"value": null,
|
112
|
+
"isEditable": true,
|
113
|
+
"isRequired": false,
|
114
|
+
"errorKeys": null,
|
115
|
+
"maxLength": 400,
|
116
|
+
"minLength": 1
|
117
|
+
},
|
118
|
+
"reviewAccountRequired": {
|
119
|
+
"value": false,
|
120
|
+
"isEditable": true,
|
121
|
+
"isRequired": false,
|
122
|
+
"errorKeys": null
|
123
|
+
},
|
124
|
+
"eula": {
|
125
|
+
"value": null,
|
126
|
+
"isEditable": true,
|
127
|
+
"isRequired": false,
|
128
|
+
"errorKeys": null,
|
129
|
+
"maxLength": null,
|
130
|
+
"minLength": 1
|
131
|
+
},
|
132
|
+
"hasExportCompliance": false,
|
133
|
+
"installCount": 0,
|
134
|
+
"externalInstallCount": 0,
|
135
|
+
"internalInstallCount": 0,
|
136
|
+
"sessionCount": 0,
|
137
|
+
"externalSessionCount": 0,
|
138
|
+
"internalSessionCount": 0,
|
139
|
+
"crashCount": 0,
|
140
|
+
"externalCrashCount": 0,
|
141
|
+
"internalCrashCount": 0
|
142
|
+
}
|
143
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"usesEncryption": null,
|
7
|
+
"encryptionUpdated": null,
|
8
|
+
"isExempt": null,
|
9
|
+
"containsProprietaryCryptography": null,
|
10
|
+
"containsThirdPartyCryptography": null,
|
11
|
+
"availableOnFrenchStore": null,
|
12
|
+
"ccatFile": null,
|
13
|
+
"appType": "tvOS App",
|
14
|
+
"platform": "appletvos",
|
15
|
+
"exportComplianceRequired": false
|
16
|
+
},
|
17
|
+
"messages": {
|
18
|
+
"warn": null,
|
19
|
+
"error": null,
|
20
|
+
"info": ["Success"]
|
21
|
+
},
|
22
|
+
"statusCode": "SUCCESS"
|
23
|
+
}
|