@onmyway133/asc-cli 1.0.1
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.
- package/README.md +299 -0
- package/bun.lock +231 -0
- package/dist/index.js +179 -0
- package/docs/API_COVERAGE.md +355 -0
- package/docs/openapi/latest.json +230597 -0
- package/docs/openapi/paths.txt +1208 -0
- package/openapi-ts.config.ts +25 -0
- package/package.json +32 -0
- package/scripts/gen-paths-index.py +24 -0
- package/src/api/client.ts +132 -0
- package/src/api/generated/client/client.gen.ts +298 -0
- package/src/api/generated/client/index.ts +25 -0
- package/src/api/generated/client/types.gen.ts +214 -0
- package/src/api/generated/client/utils.gen.ts +316 -0
- package/src/api/generated/client.gen.ts +16 -0
- package/src/api/generated/core/auth.gen.ts +41 -0
- package/src/api/generated/core/bodySerializer.gen.ts +82 -0
- package/src/api/generated/core/params.gen.ts +169 -0
- package/src/api/generated/core/pathSerializer.gen.ts +171 -0
- package/src/api/generated/core/queryKeySerializer.gen.ts +117 -0
- package/src/api/generated/core/serverSentEvents.gen.ts +242 -0
- package/src/api/generated/core/types.gen.ts +104 -0
- package/src/api/generated/core/utils.gen.ts +140 -0
- package/src/api/generated/index.ts +4 -0
- package/src/api/generated/sdk.gen.ts +11701 -0
- package/src/api/generated/types.gen.ts +92035 -0
- package/src/api/hey-api-client.ts +20 -0
- package/src/api/types.ts +160 -0
- package/src/auth/credentials.ts +125 -0
- package/src/auth/jwt.ts +118 -0
- package/src/commands/app-info.ts +110 -0
- package/src/commands/apps.ts +44 -0
- package/src/commands/auth.ts +327 -0
- package/src/commands/availability.ts +52 -0
- package/src/commands/beta-review.ts +145 -0
- package/src/commands/builds.ts +97 -0
- package/src/commands/game-center.ts +114 -0
- package/src/commands/iap.ts +105 -0
- package/src/commands/metadata.ts +81 -0
- package/src/commands/pricing.ts +110 -0
- package/src/commands/reports.ts +116 -0
- package/src/commands/reviews.ts +93 -0
- package/src/commands/screenshots.ts +139 -0
- package/src/commands/signing.ts +214 -0
- package/src/commands/subscriptions.ts +144 -0
- package/src/commands/testflight.ts +110 -0
- package/src/commands/versions.ts +76 -0
- package/src/commands/xcode-cloud.ts +207 -0
- package/src/index.ts +1661 -0
- package/src/utils/help-spec.ts +835 -0
- package/src/utils/output.ts +79 -0
- package/tests/auth.test.ts +105 -0
- package/tests/client.test.ts +22 -0
- package/tests/output.test.ts +36 -0
- package/tsconfig.json +15 -0
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
# API Coverage Checklist
|
|
2
|
+
|
|
3
|
+
Tracks which App Store Connect API endpoint groups are exposed via CLI commands.
|
|
4
|
+
Generated from `docs/openapi/latest.json` (1208 endpoints across 174 resource groups).
|
|
5
|
+
|
|
6
|
+
**Regenerate snapshot:** `bun run generate`
|
|
7
|
+
**Browse raw paths:** `grep <term> docs/openapi/paths.txt`
|
|
8
|
+
**SDK functions:** `src/api/generated/sdk.gen.ts`
|
|
9
|
+
|
|
10
|
+
Legend: โ
CLI command exists ยท ๐ฒ Not yet exposed ยท โ Internal/relationship-only (no direct CLI value)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Apps
|
|
15
|
+
|
|
16
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
17
|
+
|--------|----------|-----------|-------------|
|
|
18
|
+
| โ
| `apps` | 86 | `asc apps list / get` |
|
|
19
|
+
| โ
| `appInfos` | 20 | `asc app-info get / update` |
|
|
20
|
+
| โ
| `appInfoLocalizations` | 4 | via `asc metadata list` |
|
|
21
|
+
| โ
| `appCategories` | 6 | `asc app-info categories list` |
|
|
22
|
+
| โ
| `ageRatingDeclarations` | 1 | `asc app-info age-rating` (update only) |
|
|
23
|
+
| โ
| `appAvailabilities` | 4 | `asc availability get / set` |
|
|
24
|
+
| ๐ฒ | `appTags` | 3 | โ |
|
|
25
|
+
| โ | `actors` | 2 | internal |
|
|
26
|
+
| ๐ฒ | `endAppAvailabilityPreOrders` | 1 | โ |
|
|
27
|
+
| ๐ฒ | `preReleaseVersions` | 6 | โ |
|
|
28
|
+
| ๐ฒ | `nominations` | 5 | โ |
|
|
29
|
+
|
|
30
|
+
## Builds
|
|
31
|
+
|
|
32
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
33
|
+
|--------|----------|-----------|-------------|
|
|
34
|
+
| โ
| `builds` | 30 | `asc builds list / get / update-beta-notes` |
|
|
35
|
+
| โ
| `buildBetaDetails` | 5 | `asc beta-review notify` |
|
|
36
|
+
| โ
| `betaBuildLocalizations` | 7 | `asc beta-review localizations list` |
|
|
37
|
+
| ๐ฒ | `buildBetaNotifications` | 1 | โ |
|
|
38
|
+
| ๐ฒ | `buildBundles` | 8 | โ |
|
|
39
|
+
| ๐ฒ | `buildUploadFiles` | 3 | โ |
|
|
40
|
+
| ๐ฒ | `buildUploads` | 5 | โ |
|
|
41
|
+
| โ | `preReleaseVersions` | 6 | โ |
|
|
42
|
+
|
|
43
|
+
## App Store Versions
|
|
44
|
+
|
|
45
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
46
|
+
|--------|----------|-----------|-------------|
|
|
47
|
+
| โ
| `appStoreVersions` | 30 | `asc versions list / create / submit` |
|
|
48
|
+
| โ
| `appStoreVersionLocalizations` | 12 | `asc metadata list / update` |
|
|
49
|
+
| ๐ฒ | `appStoreVersionPhasedReleases` | 3 | โ |
|
|
50
|
+
| ๐ฒ | `appStoreVersionReleaseRequests` | 1 | โ |
|
|
51
|
+
| ๐ฒ | `appStoreVersionSubmissions` | 1 | โ |
|
|
52
|
+
| ๐ฒ | `appStoreVersionPromotions` | 1 | โ |
|
|
53
|
+
| ๐ฒ | `appStoreVersionExperiments` | 12 | โ |
|
|
54
|
+
| ๐ฒ | `appStoreVersionExperimentTreatments` | 6 | โ |
|
|
55
|
+
| ๐ฒ | `appStoreVersionExperimentTreatmentLocalizations` | 7 | โ |
|
|
56
|
+
| ๐ฒ | `appStoreReviewDetails` | 5 | โ |
|
|
57
|
+
| ๐ฒ | `appStoreReviewAttachments` | 4 | โ |
|
|
58
|
+
| ๐ฒ | `routingAppCoverages` | 4 | โ |
|
|
59
|
+
| ๐ฒ | `reviewSubmissions` | 6 | โ |
|
|
60
|
+
| ๐ฒ | `reviewSubmissionItems` | 3 | โ |
|
|
61
|
+
|
|
62
|
+
## Screenshots & Previews
|
|
63
|
+
|
|
64
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
65
|
+
|--------|----------|-----------|-------------|
|
|
66
|
+
| โ
| `appScreenshotSets` | 6 | `asc screenshots sets list` |
|
|
67
|
+
| โ
| `appScreenshots` | 4 | `asc screenshots list / upload / delete` |
|
|
68
|
+
| โ
| `appPreviewSets` | 6 | `asc screenshots previews list` |
|
|
69
|
+
| ๐ฒ | `appPreviews` | 4 | โ |
|
|
70
|
+
|
|
71
|
+
## TestFlight
|
|
72
|
+
|
|
73
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
74
|
+
|--------|----------|-----------|-------------|
|
|
75
|
+
| โ
| `betaGroups` | 21 | `asc testflight groups list` |
|
|
76
|
+
| โ
| `betaTesters` | 16 | `asc testflight testers list / add / remove` |
|
|
77
|
+
| โ
| `betaAppReviewSubmissions` | 5 | `asc beta-review submit / status` |
|
|
78
|
+
| โ
| `betaAppReviewDetails` | 5 | `asc beta-review detail-get / detail-update` |
|
|
79
|
+
| โ
| `betaAppLocalizations` | 7 | via builds |
|
|
80
|
+
| ๐ฒ | `betaLicenseAgreements` | 5 | โ |
|
|
81
|
+
| ๐ฒ | `betaTesterInvitations` | 1 | โ |
|
|
82
|
+
| ๐ฒ | `betaRecruitmentCriteria` | 3 | โ |
|
|
83
|
+
| ๐ฒ | `betaCrashLogs` | 1 | โ |
|
|
84
|
+
| ๐ฒ | `betaFeedbackCrashSubmissions` | 4 | โ |
|
|
85
|
+
| ๐ฒ | `betaFeedbackScreenshotSubmissions` | 2 | โ |
|
|
86
|
+
| ๐ฒ | `betaAppClipInvocations` | 4 | โ |
|
|
87
|
+
| ๐ฒ | `betaAppClipInvocationLocalizations` | 3 | โ |
|
|
88
|
+
|
|
89
|
+
## Pricing & Territories
|
|
90
|
+
|
|
91
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
92
|
+
|--------|----------|-----------|-------------|
|
|
93
|
+
| โ
| `appPriceSchedules` | 8 | `asc pricing get / set` |
|
|
94
|
+
| โ
| `appPricePoints` | 3 | `asc pricing points list` |
|
|
95
|
+
| โ
| `territories` | 1 | `asc pricing territories list` |
|
|
96
|
+
| ๐ฒ | `territoryAvailabilities` | 1 | โ |
|
|
97
|
+
|
|
98
|
+
## In-App Purchases
|
|
99
|
+
|
|
100
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
101
|
+
|--------|----------|-----------|-------------|
|
|
102
|
+
| โ
| `inAppPurchases` | 23 | `asc iap list / get / create / delete` |
|
|
103
|
+
| โ
| `inAppPurchaseLocalizations` | 4 | โ |
|
|
104
|
+
| ๐ฒ | `inAppPurchasePriceSchedules` | 8 | โ |
|
|
105
|
+
| ๐ฒ | `inAppPurchasePricePoints` | 2 | โ |
|
|
106
|
+
| ๐ฒ | `inAppPurchaseAvailabilities` | 4 | โ |
|
|
107
|
+
| ๐ฒ | `inAppPurchaseOfferCodes` | 9 | โ |
|
|
108
|
+
| ๐ฒ | `inAppPurchaseOfferCodeCustomCodes` | 3 | โ |
|
|
109
|
+
| ๐ฒ | `inAppPurchaseOfferCodeOneTimeUseCodes` | 4 | โ |
|
|
110
|
+
| ๐ฒ | `inAppPurchaseContents` | 1 | โ |
|
|
111
|
+
| ๐ฒ | `inAppPurchaseImages` | 4 | โ |
|
|
112
|
+
| ๐ฒ | `inAppPurchaseAppStoreReviewScreenshots` | 4 | โ |
|
|
113
|
+
| ๐ฒ | `inAppPurchaseSubmissions` | 1 | โ |
|
|
114
|
+
| ๐ฒ | `promotedPurchases` | 4 | โ |
|
|
115
|
+
|
|
116
|
+
## Subscriptions
|
|
117
|
+
|
|
118
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
119
|
+
|--------|----------|-----------|-------------|
|
|
120
|
+
| โ
| `subscriptionGroups` | 8 | `asc subscriptions groups list / create` |
|
|
121
|
+
| โ
| `subscriptions` | 28 | `asc subscriptions list / get / create / prices` |
|
|
122
|
+
| โ
| `subscriptionPrices` | 2 | `asc subscriptions prices` |
|
|
123
|
+
| ๐ฒ | `subscriptionPricePoints` | 3 | โ |
|
|
124
|
+
| ๐ฒ | `subscriptionAvailabilities` | 4 | โ |
|
|
125
|
+
| ๐ฒ | `subscriptionLocalizations` | 4 | โ |
|
|
126
|
+
| ๐ฒ | `subscriptionGroupLocalizations` | 4 | โ |
|
|
127
|
+
| ๐ฒ | `subscriptionGroupSubmissions` | 1 | โ |
|
|
128
|
+
| ๐ฒ | `subscriptionIntroductoryOffers` | 3 | โ |
|
|
129
|
+
| ๐ฒ | `subscriptionPromotionalOffers` | 6 | โ |
|
|
130
|
+
| ๐ฒ | `subscriptionOfferCodes` | 9 | โ |
|
|
131
|
+
| ๐ฒ | `subscriptionOfferCodeCustomCodes` | 3 | โ |
|
|
132
|
+
| ๐ฒ | `subscriptionOfferCodeOneTimeUseCodes` | 4 | โ |
|
|
133
|
+
| ๐ฒ | `subscriptionImages` | 4 | โ |
|
|
134
|
+
| ๐ฒ | `subscriptionAppStoreReviewScreenshots` | 4 | โ |
|
|
135
|
+
| ๐ฒ | `subscriptionSubmissions` | 1 | โ |
|
|
136
|
+
| ๐ฒ | `subscriptionGracePeriods` | 2 | โ |
|
|
137
|
+
| ๐ฒ | `winBackOffers` | 6 | โ |
|
|
138
|
+
|
|
139
|
+
## Customer Reviews
|
|
140
|
+
|
|
141
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
142
|
+
|--------|----------|-----------|-------------|
|
|
143
|
+
| โ
| `customerReviews` | 3 | `asc reviews list / get` |
|
|
144
|
+
| โ
| `customerReviewResponses` | 3 | `asc reviews respond` |
|
|
145
|
+
|
|
146
|
+
## Code Signing
|
|
147
|
+
|
|
148
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
149
|
+
|--------|----------|-----------|-------------|
|
|
150
|
+
| โ
| `certificates` | 7 | `asc signing certs list / get / revoke` |
|
|
151
|
+
| โ
| `devices` | 4 | `asc signing devices list / register` |
|
|
152
|
+
| โ
| `bundleIds` | 11 | `asc signing bundle-ids list / register` |
|
|
153
|
+
| โ
| `profiles` | 10 | `asc signing profiles list / delete` |
|
|
154
|
+
| ๐ฒ | `bundleIdCapabilities` | 3 | โ |
|
|
155
|
+
| ๐ฒ | `merchantIds` | 7 | โ |
|
|
156
|
+
| ๐ฒ | `passTypeIds` | 7 | โ |
|
|
157
|
+
|
|
158
|
+
## Reports & Analytics
|
|
159
|
+
|
|
160
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
161
|
+
|--------|----------|-----------|-------------|
|
|
162
|
+
| โ
| `salesReports` | 1 | `asc reports sales` |
|
|
163
|
+
| โ
| `financeReports` | 1 | `asc reports finance` |
|
|
164
|
+
| โ
| `analyticsReportRequests` | 5 | `asc reports analytics request / list` |
|
|
165
|
+
| ๐ฒ | `analyticsReports` | 3 | โ |
|
|
166
|
+
| ๐ฒ | `analyticsReportInstances` | 3 | โ |
|
|
167
|
+
| ๐ฒ | `analyticsReportSegments` | 1 | โ |
|
|
168
|
+
| ๐ฒ | `diagnosticSignatures` | 1 | โ |
|
|
169
|
+
|
|
170
|
+
## Xcode Cloud
|
|
171
|
+
|
|
172
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
173
|
+
|--------|----------|-----------|-------------|
|
|
174
|
+
| โ
| `ciProducts` | 13 | `asc xcode-cloud products list` |
|
|
175
|
+
| โ
| `ciWorkflows` | 8 | `asc xcode-cloud workflows list / get` |
|
|
176
|
+
| โ
| `ciBuildRuns` | 6 | `asc xcode-cloud builds list / run` |
|
|
177
|
+
| โ
| `ciArtifacts` | 1 | `asc xcode-cloud artifacts list` |
|
|
178
|
+
| โ
| `ciTestResults` | 1 | `asc xcode-cloud test-results list` |
|
|
179
|
+
| ๐ฒ | `ciBuildActions` | 9 | โ |
|
|
180
|
+
| ๐ฒ | `ciIssues` | 1 | โ |
|
|
181
|
+
| ๐ฒ | `ciMacOsVersions` | 4 | โ |
|
|
182
|
+
| ๐ฒ | `ciXcodeVersions` | 4 | โ |
|
|
183
|
+
| ๐ฒ | `scmProviders` | 4 | โ |
|
|
184
|
+
| ๐ฒ | `scmRepositories` | 6 | โ |
|
|
185
|
+
| ๐ฒ | `scmGitReferences` | 1 | โ |
|
|
186
|
+
| ๐ฒ | `scmPullRequests` | 1 | โ |
|
|
187
|
+
|
|
188
|
+
## Game Center
|
|
189
|
+
|
|
190
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
191
|
+
|--------|----------|-----------|-------------|
|
|
192
|
+
| โ
| `gameCenterAchievements` | 19 | `asc game-center achievements list / get` |
|
|
193
|
+
| โ
| `gameCenterLeaderboards` | 21 | `asc game-center leaderboards list` |
|
|
194
|
+
| โ
| `gameCenterLeaderboardSets` | 27 | `asc game-center leaderboard-sets list` |
|
|
195
|
+
| โ
| `gameCenterEnabledVersions` | 5 | `asc game-center check` |
|
|
196
|
+
| โ
| `gameCenterDetails` | 42 | โ |
|
|
197
|
+
| ๐ฒ | `gameCenterGroups` | 29 | โ |
|
|
198
|
+
| ๐ฒ | `gameCenterAchievementLocalizations` | 14 | โ |
|
|
199
|
+
| ๐ฒ | `gameCenterAchievementImages` | 8 | โ |
|
|
200
|
+
| ๐ฒ | `gameCenterAchievementReleases` | 3 | โ |
|
|
201
|
+
| ๐ฒ | `gameCenterLeaderboardLocalizations` | 12 | โ |
|
|
202
|
+
| ๐ฒ | `gameCenterLeaderboardImages` | 8 | โ |
|
|
203
|
+
| ๐ฒ | `gameCenterLeaderboardReleases` | 3 | โ |
|
|
204
|
+
| ๐ฒ | `gameCenterLeaderboardSetLocalizations` | 12 | โ |
|
|
205
|
+
| ๐ฒ | `gameCenterMatchmakingQueues` | 10 | โ |
|
|
206
|
+
| ๐ฒ | `gameCenterMatchmakingRuleSets` | 11 | โ |
|
|
207
|
+
| ๐ฒ | `gameCenterMatchmakingRules` | 6 | โ |
|
|
208
|
+
| ๐ฒ | `gameCenterActivities` | 14 | โ |
|
|
209
|
+
| ๐ฒ | `gameCenterChallenges` | 8 | โ |
|
|
210
|
+
| โ | `gameCenterAppVersions` | 9 | internal |
|
|
211
|
+
|
|
212
|
+
## App Events
|
|
213
|
+
|
|
214
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
215
|
+
|--------|----------|-----------|-------------|
|
|
216
|
+
| ๐ฒ | `appEvents` | 6 | โ |
|
|
217
|
+
| ๐ฒ | `appEventLocalizations` | 8 | โ |
|
|
218
|
+
| ๐ฒ | `appEventScreenshots` | 4 | โ |
|
|
219
|
+
| ๐ฒ | `appEventVideoClips` | 4 | โ |
|
|
220
|
+
|
|
221
|
+
## App Clips
|
|
222
|
+
|
|
223
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
224
|
+
|--------|----------|-----------|-------------|
|
|
225
|
+
| ๐ฒ | `appClips` | 5 | โ |
|
|
226
|
+
| ๐ฒ | `appClipDefaultExperiences` | 11 | โ |
|
|
227
|
+
| ๐ฒ | `appClipDefaultExperienceLocalizations` | 6 | โ |
|
|
228
|
+
| ๐ฒ | `appClipAdvancedExperiences` | 3 | โ |
|
|
229
|
+
| ๐ฒ | `appClipAdvancedExperienceImages` | 3 | โ |
|
|
230
|
+
| ๐ฒ | `appClipAppStoreReviewDetails` | 3 | โ |
|
|
231
|
+
| ๐ฒ | `appClipHeaderImages` | 4 | โ |
|
|
232
|
+
|
|
233
|
+
## Custom Product Pages
|
|
234
|
+
|
|
235
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
236
|
+
|--------|----------|-----------|-------------|
|
|
237
|
+
| ๐ฒ | `appCustomProductPages` | 6 | โ |
|
|
238
|
+
| ๐ฒ | `appCustomProductPageVersions` | 5 | โ |
|
|
239
|
+
| ๐ฒ | `appCustomProductPageLocalizations` | 12 | โ |
|
|
240
|
+
|
|
241
|
+
## Alternative Distribution (AltStore / Marketplace)
|
|
242
|
+
|
|
243
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
244
|
+
|--------|----------|-----------|-------------|
|
|
245
|
+
| ๐ฒ | `alternativeDistributionDomains` | 4 | โ |
|
|
246
|
+
| ๐ฒ | `alternativeDistributionKeys` | 4 | โ |
|
|
247
|
+
| ๐ฒ | `alternativeDistributionPackages` | 4 | โ |
|
|
248
|
+
| ๐ฒ | `alternativeDistributionPackageVersions` | 5 | โ |
|
|
249
|
+
| ๐ฒ | `alternativeDistributionPackageDeltas` | 1 | โ |
|
|
250
|
+
| ๐ฒ | `alternativeDistributionPackageVariants` | 1 | โ |
|
|
251
|
+
| ๐ฒ | `marketplaceSearchDetails` | 3 | โ |
|
|
252
|
+
| ๐ฒ | `marketplaceWebhooks` | 4 | โ |
|
|
253
|
+
|
|
254
|
+
## Encryption & Compliance
|
|
255
|
+
|
|
256
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
257
|
+
|--------|----------|-----------|-------------|
|
|
258
|
+
| ๐ฒ | `appEncryptionDeclarations` | 8 | โ |
|
|
259
|
+
| ๐ฒ | `appEncryptionDeclarationDocuments` | 3 | โ |
|
|
260
|
+
| ๐ฒ | `accessibilityDeclarations` | 4 | โ |
|
|
261
|
+
|
|
262
|
+
## Users & Roles
|
|
263
|
+
|
|
264
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
265
|
+
|--------|----------|-----------|-------------|
|
|
266
|
+
| ๐ฒ | `users` | 9 | โ |
|
|
267
|
+
| ๐ฒ | `userInvitations` | 6 | โ |
|
|
268
|
+
|
|
269
|
+
## EULAs & Legal
|
|
270
|
+
|
|
271
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
272
|
+
|--------|----------|-----------|-------------|
|
|
273
|
+
| ๐ฒ | `endUserLicenseAgreements` | 6 | โ |
|
|
274
|
+
|
|
275
|
+
## Background Assets
|
|
276
|
+
|
|
277
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
278
|
+
|--------|----------|-----------|-------------|
|
|
279
|
+
| ๐ฒ | `backgroundAssets` | 5 | โ |
|
|
280
|
+
| ๐ฒ | `backgroundAssetVersions` | 4 | โ |
|
|
281
|
+
| ๐ฒ | `backgroundAssetUploadFiles` | 3 | โ |
|
|
282
|
+
|
|
283
|
+
## Android โ iOS Mapping
|
|
284
|
+
|
|
285
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
286
|
+
|--------|----------|-----------|-------------|
|
|
287
|
+
| ๐ฒ | `androidToIosAppMappingDetails` | 4 | โ |
|
|
288
|
+
|
|
289
|
+
## Sandbox Testing
|
|
290
|
+
|
|
291
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
292
|
+
|--------|----------|-----------|-------------|
|
|
293
|
+
| ๐ฒ | `sandboxTesters` | 2 | โ |
|
|
294
|
+
| ๐ฒ | `sandboxTestersClearPurchaseHistoryRequest` | 1 | โ |
|
|
295
|
+
|
|
296
|
+
## Webhooks
|
|
297
|
+
|
|
298
|
+
| Status | Resource | Endpoints | CLI Command |
|
|
299
|
+
|--------|----------|-----------|-------------|
|
|
300
|
+
| ๐ฒ | `webhooks` | 6 | โ |
|
|
301
|
+
| ๐ฒ | `webhookDeliveries` | 1 | โ |
|
|
302
|
+
| ๐ฒ | `webhookPings` | 1 | โ |
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
306
|
+
## Summary
|
|
307
|
+
|
|
308
|
+
| Category | Total Resources | โ
Covered | ๐ฒ Not Yet |
|
|
309
|
+
|----------|----------------|-----------|-----------|
|
|
310
|
+
| Apps | 11 | 6 | 5 |
|
|
311
|
+
| Builds | 8 | 4 | 4 |
|
|
312
|
+
| App Store Versions | 14 | 4 | 10 |
|
|
313
|
+
| Screenshots & Previews | 4 | 3 | 1 |
|
|
314
|
+
| TestFlight | 13 | 6 | 7 |
|
|
315
|
+
| Pricing & Territories | 4 | 3 | 1 |
|
|
316
|
+
| In-App Purchases | 13 | 2 | 11 |
|
|
317
|
+
| Subscriptions | 18 | 4 | 14 |
|
|
318
|
+
| Customer Reviews | 2 | 2 | 0 |
|
|
319
|
+
| Code Signing | 7 | 4 | 3 |
|
|
320
|
+
| Reports & Analytics | 7 | 3 | 4 |
|
|
321
|
+
| Xcode Cloud | 13 | 5 | 8 |
|
|
322
|
+
| Game Center | 19 | 5 | 14 |
|
|
323
|
+
| App Events | 4 | 0 | 4 |
|
|
324
|
+
| App Clips | 7 | 0 | 7 |
|
|
325
|
+
| Custom Product Pages | 3 | 0 | 3 |
|
|
326
|
+
| Alt. Distribution | 8 | 0 | 8 |
|
|
327
|
+
| Encryption & Compliance | 3 | 0 | 3 |
|
|
328
|
+
| Users & Roles | 2 | 0 | 2 |
|
|
329
|
+
| Other (EULAs, Webhooks, etc.) | 9 | 0 | 9 |
|
|
330
|
+
| **Total** | **169** | **51** | **118** |
|
|
331
|
+
|
|
332
|
+
## How to Add Coverage for a Missing Endpoint
|
|
333
|
+
|
|
334
|
+
1. Find the SDK function in `src/api/generated/sdk.gen.ts`
|
|
335
|
+
```bash
|
|
336
|
+
grep -i "subscriptionLocalizations" src/api/generated/sdk.gen.ts | head -5
|
|
337
|
+
```
|
|
338
|
+
2. Check the request/response types in `src/api/generated/types.gen.ts`
|
|
339
|
+
3. Add implementation to the relevant `src/commands/*.ts` file
|
|
340
|
+
4. Wire the new command into `src/index.ts`
|
|
341
|
+
5. Update the `docs/openapi/paths.txt` index if needed:
|
|
342
|
+
```bash
|
|
343
|
+
bun run generate
|
|
344
|
+
```
|
|
345
|
+
6. Check the box above โ
|
|
346
|
+
|
|
347
|
+
## Regenerating the Spec
|
|
348
|
+
|
|
349
|
+
When Apple updates their API:
|
|
350
|
+
```bash
|
|
351
|
+
bun run generate
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
This re-downloads `docs/openapi/latest.json`, refreshes `docs/openapi/paths.txt`,
|
|
355
|
+
and regenerates `src/api/generated/` from the latest spec.
|