@distilled.cloud/expo-eas 0.0.0 → 0.16.0

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.
Files changed (1480) hide show
  1. package/README.md +72 -6
  2. package/lib/category.d.ts +5 -0
  3. package/lib/category.d.ts.map +1 -0
  4. package/lib/category.js +5 -0
  5. package/lib/category.js.map +1 -0
  6. package/lib/client.d.ts +11 -0
  7. package/lib/client.d.ts.map +1 -0
  8. package/lib/client.js +110 -0
  9. package/lib/client.js.map +1 -0
  10. package/lib/credentials.d.ts +25 -0
  11. package/lib/credentials.d.ts.map +1 -0
  12. package/lib/credentials.js +36 -0
  13. package/lib/credentials.js.map +1 -0
  14. package/lib/errors.d.ts +216 -0
  15. package/lib/errors.d.ts.map +1 -0
  16. package/lib/errors.js +158 -0
  17. package/lib/errors.js.map +1 -0
  18. package/lib/index.d.ts +16 -0
  19. package/lib/index.d.ts.map +1 -0
  20. package/lib/index.js +16 -0
  21. package/lib/index.js.map +1 -0
  22. package/lib/operations/accessTokenCreateAccessToken.d.ts +55 -0
  23. package/lib/operations/accessTokenCreateAccessToken.d.ts.map +1 -0
  24. package/lib/operations/accessTokenCreateAccessToken.js +41 -0
  25. package/lib/operations/accessTokenCreateAccessToken.js.map +1 -0
  26. package/lib/operations/accessTokenDeleteAccessToken.d.ts +15 -0
  27. package/lib/operations/accessTokenDeleteAccessToken.d.ts.map +1 -0
  28. package/lib/operations/accessTokenDeleteAccessToken.js +21 -0
  29. package/lib/operations/accessTokenDeleteAccessToken.js.map +1 -0
  30. package/lib/operations/accessTokenSetAccessTokenRevoked.d.ts +109 -0
  31. package/lib/operations/accessTokenSetAccessTokenRevoked.d.ts.map +1 -0
  32. package/lib/operations/accessTokenSetAccessTokenRevoked.js +76 -0
  33. package/lib/operations/accessTokenSetAccessTokenRevoked.js.map +1 -0
  34. package/lib/operations/accountById.d.ts +1455 -0
  35. package/lib/operations/accountById.d.ts.map +1 -0
  36. package/lib/operations/accountById.js +836 -0
  37. package/lib/operations/accountById.js.map +1 -0
  38. package/lib/operations/accountByName.d.ts +1455 -0
  39. package/lib/operations/accountByName.d.ts.map +1 -0
  40. package/lib/operations/accountByName.js +836 -0
  41. package/lib/operations/accountByName.js.map +1 -0
  42. package/lib/operations/accountCancelAllSubscriptionsImmediately.d.ts +1457 -0
  43. package/lib/operations/accountCancelAllSubscriptionsImmediately.d.ts.map +1 -0
  44. package/lib/operations/accountCancelAllSubscriptionsImmediately.js +837 -0
  45. package/lib/operations/accountCancelAllSubscriptionsImmediately.js.map +1 -0
  46. package/lib/operations/accountCancelScheduledSubscriptionChange.d.ts +1457 -0
  47. package/lib/operations/accountCancelScheduledSubscriptionChange.d.ts.map +1 -0
  48. package/lib/operations/accountCancelScheduledSubscriptionChange.js +837 -0
  49. package/lib/operations/accountCancelScheduledSubscriptionChange.js.map +1 -0
  50. package/lib/operations/accountChangeAdditionalAgentCreditsCount.d.ts +1459 -0
  51. package/lib/operations/accountChangeAdditionalAgentCreditsCount.d.ts.map +1 -0
  52. package/lib/operations/accountChangeAdditionalAgentCreditsCount.js +838 -0
  53. package/lib/operations/accountChangeAdditionalAgentCreditsCount.js.map +1 -0
  54. package/lib/operations/accountChangeAdditionalConcurrenciesCount.d.ts +1459 -0
  55. package/lib/operations/accountChangeAdditionalConcurrenciesCount.d.ts.map +1 -0
  56. package/lib/operations/accountChangeAdditionalConcurrenciesCount.js +838 -0
  57. package/lib/operations/accountChangeAdditionalConcurrenciesCount.js.map +1 -0
  58. package/lib/operations/accountChangePlan.d.ts +1461 -0
  59. package/lib/operations/accountChangePlan.d.ts.map +1 -0
  60. package/lib/operations/accountChangePlan.js +839 -0
  61. package/lib/operations/accountChangePlan.js.map +1 -0
  62. package/lib/operations/accountGrantActorPermissions.d.ts +1461 -0
  63. package/lib/operations/accountGrantActorPermissions.d.ts.map +1 -0
  64. package/lib/operations/accountGrantActorPermissions.js +839 -0
  65. package/lib/operations/accountGrantActorPermissions.js.map +1 -0
  66. package/lib/operations/accountRemoveProfileImage.d.ts +1457 -0
  67. package/lib/operations/accountRemoveProfileImage.d.ts.map +1 -0
  68. package/lib/operations/accountRemoveProfileImage.js +837 -0
  69. package/lib/operations/accountRemoveProfileImage.js.map +1 -0
  70. package/lib/operations/accountRename.d.ts +1459 -0
  71. package/lib/operations/accountRename.d.ts.map +1 -0
  72. package/lib/operations/accountRename.js +838 -0
  73. package/lib/operations/accountRename.js.map +1 -0
  74. package/lib/operations/accountRequestRefund.d.ts +19 -0
  75. package/lib/operations/accountRequestRefund.d.ts.map +1 -0
  76. package/lib/operations/accountRequestRefund.js +23 -0
  77. package/lib/operations/accountRequestRefund.js.map +1 -0
  78. package/lib/operations/accountRevokeActorPermissions.d.ts +1461 -0
  79. package/lib/operations/accountRevokeActorPermissions.d.ts.map +1 -0
  80. package/lib/operations/accountRevokeActorPermissions.js +839 -0
  81. package/lib/operations/accountRevokeActorPermissions.js.map +1 -0
  82. package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.d.ts +43 -0
  83. package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.d.ts.map +1 -0
  84. package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.js +51 -0
  85. package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.js.map +1 -0
  86. package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.d.ts +15 -0
  87. package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.d.ts.map +1 -0
  88. package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.js +21 -0
  89. package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.js.map +1 -0
  90. package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.d.ts +23 -0
  91. package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.d.ts.map +1 -0
  92. package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.js +33 -0
  93. package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.js.map +1 -0
  94. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.d.ts +43 -0
  95. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.d.ts.map +1 -0
  96. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.js +51 -0
  97. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.js.map +1 -0
  98. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.d.ts +31 -0
  99. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.d.ts.map +1 -0
  100. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.js +37 -0
  101. package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.js.map +1 -0
  102. package/lib/operations/accountSetDisplayName.d.ts +1459 -0
  103. package/lib/operations/accountSetDisplayName.d.ts.map +1 -0
  104. package/lib/operations/accountSetDisplayName.js +838 -0
  105. package/lib/operations/accountSetDisplayName.js.map +1 -0
  106. package/lib/operations/accountSetPushSecurityEnabled.d.ts +1459 -0
  107. package/lib/operations/accountSetPushSecurityEnabled.d.ts.map +1 -0
  108. package/lib/operations/accountSetPushSecurityEnabled.js +838 -0
  109. package/lib/operations/accountSetPushSecurityEnabled.js.map +1 -0
  110. package/lib/operations/accountSetRequireTwoFactor.d.ts +1459 -0
  111. package/lib/operations/accountSetRequireTwoFactor.d.ts.map +1 -0
  112. package/lib/operations/accountSetRequireTwoFactor.js +838 -0
  113. package/lib/operations/accountSetRequireTwoFactor.js.map +1 -0
  114. package/lib/operations/accountSetUserSpecifiedAccountUsage.d.ts +1459 -0
  115. package/lib/operations/accountSetUserSpecifiedAccountUsage.d.ts.map +1 -0
  116. package/lib/operations/accountSetUserSpecifiedAccountUsage.js +838 -0
  117. package/lib/operations/accountSetUserSpecifiedAccountUsage.js.map +1 -0
  118. package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.d.ts +25 -0
  119. package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.d.ts.map +1 -0
  120. package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.js +26 -0
  121. package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.js.map +1 -0
  122. package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.d.ts +107 -0
  123. package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.d.ts.map +1 -0
  124. package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.js +75 -0
  125. package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.js.map +1 -0
  126. package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.d.ts +15 -0
  127. package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.d.ts.map +1 -0
  128. package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.js +21 -0
  129. package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.js.map +1 -0
  130. package/lib/operations/androidAppBuildCredentialsSetDefault.d.ts +99 -0
  131. package/lib/operations/androidAppBuildCredentialsSetDefault.d.ts.map +1 -0
  132. package/lib/operations/androidAppBuildCredentialsSetDefault.js +71 -0
  133. package/lib/operations/androidAppBuildCredentialsSetDefault.js.map +1 -0
  134. package/lib/operations/androidAppBuildCredentialsSetKeystore.d.ts +99 -0
  135. package/lib/operations/androidAppBuildCredentialsSetKeystore.d.ts.map +1 -0
  136. package/lib/operations/androidAppBuildCredentialsSetKeystore.js +71 -0
  137. package/lib/operations/androidAppBuildCredentialsSetKeystore.js.map +1 -0
  138. package/lib/operations/androidAppBuildCredentialsSetName.d.ts +99 -0
  139. package/lib/operations/androidAppBuildCredentialsSetName.d.ts.map +1 -0
  140. package/lib/operations/androidAppBuildCredentialsSetName.js +71 -0
  141. package/lib/operations/androidAppBuildCredentialsSetName.js.map +1 -0
  142. package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.d.ts +733 -0
  143. package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.d.ts.map +1 -0
  144. package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.js +422 -0
  145. package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.js.map +1 -0
  146. package/lib/operations/androidAppCredentialsCreateFcmV1Credential.d.ts +723 -0
  147. package/lib/operations/androidAppCredentialsCreateFcmV1Credential.d.ts.map +1 -0
  148. package/lib/operations/androidAppCredentialsCreateFcmV1Credential.js +417 -0
  149. package/lib/operations/androidAppCredentialsCreateFcmV1Credential.js.map +1 -0
  150. package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.d.ts +15 -0
  151. package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.d.ts.map +1 -0
  152. package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.js +21 -0
  153. package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.js.map +1 -0
  154. package/lib/operations/androidAppCredentialsSetFcm.d.ts +723 -0
  155. package/lib/operations/androidAppCredentialsSetFcm.d.ts.map +1 -0
  156. package/lib/operations/androidAppCredentialsSetFcm.js +417 -0
  157. package/lib/operations/androidAppCredentialsSetFcm.js.map +1 -0
  158. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.d.ts +723 -0
  159. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.d.ts.map +1 -0
  160. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.js +417 -0
  161. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.js.map +1 -0
  162. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.d.ts +723 -0
  163. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.d.ts.map +1 -0
  164. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.js +417 -0
  165. package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.js.map +1 -0
  166. package/lib/operations/androidFcmDeleteAndroidFcm.d.ts +15 -0
  167. package/lib/operations/androidFcmDeleteAndroidFcm.d.ts.map +1 -0
  168. package/lib/operations/androidFcmDeleteAndroidFcm.js +21 -0
  169. package/lib/operations/androidFcmDeleteAndroidFcm.js.map +1 -0
  170. package/lib/operations/androidKeystoreCreateAndroidKeystore.d.ts +549 -0
  171. package/lib/operations/androidKeystoreCreateAndroidKeystore.d.ts.map +1 -0
  172. package/lib/operations/androidKeystoreCreateAndroidKeystore.js +350 -0
  173. package/lib/operations/androidKeystoreCreateAndroidKeystore.js.map +1 -0
  174. package/lib/operations/androidKeystoreDeleteAndroidKeystore.d.ts +15 -0
  175. package/lib/operations/androidKeystoreDeleteAndroidKeystore.d.ts.map +1 -0
  176. package/lib/operations/androidKeystoreDeleteAndroidKeystore.js +21 -0
  177. package/lib/operations/androidKeystoreDeleteAndroidKeystore.js.map +1 -0
  178. package/lib/operations/appByDevDomainName.d.ts +1371 -0
  179. package/lib/operations/appByDevDomainName.d.ts.map +1 -0
  180. package/lib/operations/appByDevDomainName.js +825 -0
  181. package/lib/operations/appByDevDomainName.js.map +1 -0
  182. package/lib/operations/appByFullName.d.ts +1371 -0
  183. package/lib/operations/appByFullName.d.ts.map +1 -0
  184. package/lib/operations/appByFullName.js +825 -0
  185. package/lib/operations/appByFullName.js.map +1 -0
  186. package/lib/operations/appById.d.ts +1371 -0
  187. package/lib/operations/appById.d.ts.map +1 -0
  188. package/lib/operations/appById.js +825 -0
  189. package/lib/operations/appById.js.map +1 -0
  190. package/lib/operations/appCreateApp.d.ts +1385 -0
  191. package/lib/operations/appCreateApp.d.ts.map +1 -0
  192. package/lib/operations/appCreateApp.js +832 -0
  193. package/lib/operations/appCreateApp.js.map +1 -0
  194. package/lib/operations/appRemoveProfileImage.d.ts +1373 -0
  195. package/lib/operations/appRemoveProfileImage.d.ts.map +1 -0
  196. package/lib/operations/appRemoveProfileImage.js +826 -0
  197. package/lib/operations/appRemoveProfileImage.js.map +1 -0
  198. package/lib/operations/appScheduleAppDeletion.d.ts +539 -0
  199. package/lib/operations/appScheduleAppDeletion.d.ts.map +1 -0
  200. package/lib/operations/appScheduleAppDeletion.js +346 -0
  201. package/lib/operations/appScheduleAppDeletion.js.map +1 -0
  202. package/lib/operations/appSetAppInfo.d.ts +1379 -0
  203. package/lib/operations/appSetAppInfo.d.ts.map +1 -0
  204. package/lib/operations/appSetAppInfo.js +829 -0
  205. package/lib/operations/appSetAppInfo.js.map +1 -0
  206. package/lib/operations/appSetPushSecurityEnabled.d.ts +1375 -0
  207. package/lib/operations/appSetPushSecurityEnabled.d.ts.map +1 -0
  208. package/lib/operations/appSetPushSecurityEnabled.js +827 -0
  209. package/lib/operations/appSetPushSecurityEnabled.js.map +1 -0
  210. package/lib/operations/appSetResourceClassExperiment.d.ts +1375 -0
  211. package/lib/operations/appSetResourceClassExperiment.d.ts.map +1 -0
  212. package/lib/operations/appSetResourceClassExperiment.js +827 -0
  213. package/lib/operations/appSetResourceClassExperiment.js.map +1 -0
  214. package/lib/operations/appStoreConnectApiKeyById.d.ts +613 -0
  215. package/lib/operations/appStoreConnectApiKeyById.d.ts.map +1 -0
  216. package/lib/operations/appStoreConnectApiKeyById.js +385 -0
  217. package/lib/operations/appStoreConnectApiKeyById.js.map +1 -0
  218. package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.d.ts +629 -0
  219. package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.d.ts.map +1 -0
  220. package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.js +419 -0
  221. package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.js.map +1 -0
  222. package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.d.ts +15 -0
  223. package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.d.ts.map +1 -0
  224. package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.js +21 -0
  225. package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.js.map +1 -0
  226. package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.d.ts +619 -0
  227. package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.d.ts.map +1 -0
  228. package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.js +397 -0
  229. package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.js.map +1 -0
  230. package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.d.ts +535 -0
  231. package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.d.ts.map +1 -0
  232. package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.js +328 -0
  233. package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.js.map +1 -0
  234. package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.d.ts +15 -0
  235. package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.d.ts.map +1 -0
  236. package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.js +21 -0
  237. package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.js.map +1 -0
  238. package/lib/operations/appVersionCreateAppVersion.d.ts +39 -0
  239. package/lib/operations/appVersionCreateAppVersion.d.ts.map +1 -0
  240. package/lib/operations/appVersionCreateAppVersion.js +33 -0
  241. package/lib/operations/appVersionCreateAppVersion.js.map +1 -0
  242. package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.d.ts +631 -0
  243. package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.d.ts.map +1 -0
  244. package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.js +394 -0
  245. package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.js.map +1 -0
  246. package/lib/operations/appleDeviceCreateAppleDevice.d.ts +651 -0
  247. package/lib/operations/appleDeviceCreateAppleDevice.d.ts.map +1 -0
  248. package/lib/operations/appleDeviceCreateAppleDevice.js +404 -0
  249. package/lib/operations/appleDeviceCreateAppleDevice.js.map +1 -0
  250. package/lib/operations/appleDeviceDeleteAppleDevice.d.ts +15 -0
  251. package/lib/operations/appleDeviceDeleteAppleDevice.d.ts.map +1 -0
  252. package/lib/operations/appleDeviceDeleteAppleDevice.js +21 -0
  253. package/lib/operations/appleDeviceDeleteAppleDevice.js.map +1 -0
  254. package/lib/operations/appleDeviceRegistrationRequestById.d.ts +619 -0
  255. package/lib/operations/appleDeviceRegistrationRequestById.d.ts.map +1 -0
  256. package/lib/operations/appleDeviceRegistrationRequestById.js +388 -0
  257. package/lib/operations/appleDeviceRegistrationRequestById.js.map +1 -0
  258. package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.d.ts +621 -0
  259. package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.d.ts.map +1 -0
  260. package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.js +394 -0
  261. package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.js.map +1 -0
  262. package/lib/operations/appleDeviceRegistrationRequestPublicDataById.d.ts +15 -0
  263. package/lib/operations/appleDeviceRegistrationRequestPublicDataById.d.ts.map +1 -0
  264. package/lib/operations/appleDeviceRegistrationRequestPublicDataById.js +21 -0
  265. package/lib/operations/appleDeviceRegistrationRequestPublicDataById.js.map +1 -0
  266. package/lib/operations/appleDeviceUpdateAppleDevice.d.ts +639 -0
  267. package/lib/operations/appleDeviceUpdateAppleDevice.d.ts.map +1 -0
  268. package/lib/operations/appleDeviceUpdateAppleDevice.js +398 -0
  269. package/lib/operations/appleDeviceUpdateAppleDevice.js.map +1 -0
  270. package/lib/operations/appleDistributionCertificateById.d.ts +643 -0
  271. package/lib/operations/appleDistributionCertificateById.d.ts.map +1 -0
  272. package/lib/operations/appleDistributionCertificateById.js +405 -0
  273. package/lib/operations/appleDistributionCertificateById.js.map +1 -0
  274. package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.d.ts +657 -0
  275. package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.d.ts.map +1 -0
  276. package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.js +421 -0
  277. package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.js.map +1 -0
  278. package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.d.ts +15 -0
  279. package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.d.ts.map +1 -0
  280. package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.js +21 -0
  281. package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.js.map +1 -0
  282. package/lib/operations/appleProvisioningProfileById.d.ts +789 -0
  283. package/lib/operations/appleProvisioningProfileById.d.ts.map +1 -0
  284. package/lib/operations/appleProvisioningProfileById.js +497 -0
  285. package/lib/operations/appleProvisioningProfileById.js.map +1 -0
  286. package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.d.ts +799 -0
  287. package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.d.ts.map +1 -0
  288. package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.js +511 -0
  289. package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.js.map +1 -0
  290. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.d.ts +15 -0
  291. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.d.ts.map +1 -0
  292. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.js +21 -0
  293. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.js.map +1 -0
  294. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.d.ts +15 -0
  295. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.d.ts.map +1 -0
  296. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.js +21 -0
  297. package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.js.map +1 -0
  298. package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.d.ts +797 -0
  299. package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.d.ts.map +1 -0
  300. package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.js +510 -0
  301. package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.js.map +1 -0
  302. package/lib/operations/applePushKeyCreateApplePushKey.d.ts +755 -0
  303. package/lib/operations/applePushKeyCreateApplePushKey.d.ts.map +1 -0
  304. package/lib/operations/applePushKeyCreateApplePushKey.js +497 -0
  305. package/lib/operations/applePushKeyCreateApplePushKey.js.map +1 -0
  306. package/lib/operations/applePushKeyDeleteApplePushKey.d.ts +15 -0
  307. package/lib/operations/applePushKeyDeleteApplePushKey.d.ts.map +1 -0
  308. package/lib/operations/applePushKeyDeleteApplePushKey.js +21 -0
  309. package/lib/operations/applePushKeyDeleteApplePushKey.js.map +1 -0
  310. package/lib/operations/appleTeamByAppleTeamIdentifier.d.ts +679 -0
  311. package/lib/operations/appleTeamByAppleTeamIdentifier.d.ts.map +1 -0
  312. package/lib/operations/appleTeamByAppleTeamIdentifier.js +436 -0
  313. package/lib/operations/appleTeamByAppleTeamIdentifier.js.map +1 -0
  314. package/lib/operations/appleTeamCreateAppleTeam.d.ts +687 -0
  315. package/lib/operations/appleTeamCreateAppleTeam.d.ts.map +1 -0
  316. package/lib/operations/appleTeamCreateAppleTeam.js +435 -0
  317. package/lib/operations/appleTeamCreateAppleTeam.js.map +1 -0
  318. package/lib/operations/appleTeamScheduleAppleTeamDeletion.d.ts +537 -0
  319. package/lib/operations/appleTeamScheduleAppleTeamDeletion.d.ts.map +1 -0
  320. package/lib/operations/appleTeamScheduleAppleTeamDeletion.js +345 -0
  321. package/lib/operations/appleTeamScheduleAppleTeamDeletion.js.map +1 -0
  322. package/lib/operations/appleTeamUpdateAppleTeam.d.ts +685 -0
  323. package/lib/operations/appleTeamUpdateAppleTeam.d.ts.map +1 -0
  324. package/lib/operations/appleTeamUpdateAppleTeam.js +434 -0
  325. package/lib/operations/appleTeamUpdateAppleTeam.js.map +1 -0
  326. package/lib/operations/assetByStorageKeys.d.ts +25 -0
  327. package/lib/operations/assetByStorageKeys.d.ts.map +1 -0
  328. package/lib/operations/assetByStorageKeys.js +26 -0
  329. package/lib/operations/assetByStorageKeys.js.map +1 -0
  330. package/lib/operations/assetGetSignedAssetUploadSpecifications.d.ts +15 -0
  331. package/lib/operations/assetGetSignedAssetUploadSpecifications.d.ts.map +1 -0
  332. package/lib/operations/assetGetSignedAssetUploadSpecifications.js +21 -0
  333. package/lib/operations/assetGetSignedAssetUploadSpecifications.js.map +1 -0
  334. package/lib/operations/assetMetadata.d.ts +17 -0
  335. package/lib/operations/assetMetadata.d.ts.map +1 -0
  336. package/lib/operations/assetMetadata.js +22 -0
  337. package/lib/operations/assetMetadata.js.map +1 -0
  338. package/lib/operations/assetSignedUrls.d.ts +21 -0
  339. package/lib/operations/assetSignedUrls.d.ts.map +1 -0
  340. package/lib/operations/assetSignedUrls.js +24 -0
  341. package/lib/operations/assetSignedUrls.js.map +1 -0
  342. package/lib/operations/auditLogExportAuditLogs.d.ts +551 -0
  343. package/lib/operations/auditLogExportAuditLogs.d.ts.map +1 -0
  344. package/lib/operations/auditLogExportAuditLogs.js +386 -0
  345. package/lib/operations/auditLogExportAuditLogs.js.map +1 -0
  346. package/lib/operations/auditLogs.d.ts +20 -0
  347. package/lib/operations/auditLogs.d.ts.map +1 -0
  348. package/lib/operations/auditLogs.js +59 -0
  349. package/lib/operations/auditLogs.js.map +1 -0
  350. package/lib/operations/backgroundJobReceiptById.d.ts +537 -0
  351. package/lib/operations/backgroundJobReceiptById.d.ts.map +1 -0
  352. package/lib/operations/backgroundJobReceiptById.js +345 -0
  353. package/lib/operations/backgroundJobReceiptById.js.map +1 -0
  354. package/lib/operations/branchesById.d.ts +449 -0
  355. package/lib/operations/branchesById.d.ts.map +1 -0
  356. package/lib/operations/branchesById.js +256 -0
  357. package/lib/operations/branchesById.js.map +1 -0
  358. package/lib/operations/build.d.ts +420 -0
  359. package/lib/operations/build.d.ts.map +1 -0
  360. package/lib/operations/build.js +329 -0
  361. package/lib/operations/build.js.map +1 -0
  362. package/lib/operations/buildAnnotationCreateBuildAnnotation.d.ts +51 -0
  363. package/lib/operations/buildAnnotationCreateBuildAnnotation.d.ts.map +1 -0
  364. package/lib/operations/buildAnnotationCreateBuildAnnotation.js +39 -0
  365. package/lib/operations/buildAnnotationCreateBuildAnnotation.js.map +1 -0
  366. package/lib/operations/buildAnnotationDeleteBuildAnnotation.d.ts +15 -0
  367. package/lib/operations/buildAnnotationDeleteBuildAnnotation.d.ts.map +1 -0
  368. package/lib/operations/buildAnnotationDeleteBuildAnnotation.js +21 -0
  369. package/lib/operations/buildAnnotationDeleteBuildAnnotation.js.map +1 -0
  370. package/lib/operations/buildAnnotationUpdateBuildAnnotation.d.ts +53 -0
  371. package/lib/operations/buildAnnotationUpdateBuildAnnotation.d.ts.map +1 -0
  372. package/lib/operations/buildAnnotationUpdateBuildAnnotation.js +40 -0
  373. package/lib/operations/buildAnnotationUpdateBuildAnnotation.js.map +1 -0
  374. package/lib/operations/buildAnnotationsAll.d.ts +37 -0
  375. package/lib/operations/buildAnnotationsAll.d.ts.map +1 -0
  376. package/lib/operations/buildAnnotationsAll.js +32 -0
  377. package/lib/operations/buildAnnotationsAll.js.map +1 -0
  378. package/lib/operations/buildAnnotationsById.d.ts +33 -0
  379. package/lib/operations/buildAnnotationsById.d.ts.map +1 -0
  380. package/lib/operations/buildAnnotationsById.js +30 -0
  381. package/lib/operations/buildAnnotationsById.js.map +1 -0
  382. package/lib/operations/buildPublicDataById.d.ts +41 -0
  383. package/lib/operations/buildPublicDataById.d.ts.map +1 -0
  384. package/lib/operations/buildPublicDataById.js +42 -0
  385. package/lib/operations/buildPublicDataById.js.map +1 -0
  386. package/lib/operations/buildsById.d.ts +1703 -0
  387. package/lib/operations/buildsById.d.ts.map +1 -0
  388. package/lib/operations/buildsById.js +1095 -0
  389. package/lib/operations/buildsById.js.map +1 -0
  390. package/lib/operations/channelsById.d.ts +457 -0
  391. package/lib/operations/channelsById.d.ts.map +1 -0
  392. package/lib/operations/channelsById.js +260 -0
  393. package/lib/operations/channelsById.js.map +1 -0
  394. package/lib/operations/convexIntegration.d.ts +14 -0
  395. package/lib/operations/convexIntegration.d.ts.map +1 -0
  396. package/lib/operations/convexIntegration.js +22 -0
  397. package/lib/operations/convexIntegration.js.map +1 -0
  398. package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.d.ts +519 -0
  399. package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.d.ts.map +1 -0
  400. package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.js +335 -0
  401. package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.js.map +1 -0
  402. package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.d.ts +511 -0
  403. package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.d.ts.map +1 -0
  404. package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.js +331 -0
  405. package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.js.map +1 -0
  406. package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.d.ts +15 -0
  407. package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.d.ts.map +1 -0
  408. package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.js +21 -0
  409. package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.js.map +1 -0
  410. package/lib/operations/customDomainDeleteCustomDomain.d.ts +19 -0
  411. package/lib/operations/customDomainDeleteCustomDomain.d.ts.map +1 -0
  412. package/lib/operations/customDomainDeleteCustomDomain.js +23 -0
  413. package/lib/operations/customDomainDeleteCustomDomain.js.map +1 -0
  414. package/lib/operations/customDomainRefreshCustomDomain.d.ts +117 -0
  415. package/lib/operations/customDomainRefreshCustomDomain.d.ts.map +1 -0
  416. package/lib/operations/customDomainRefreshCustomDomain.js +72 -0
  417. package/lib/operations/customDomainRefreshCustomDomain.js.map +1 -0
  418. package/lib/operations/customDomainRegisterCustomDomain.d.ts +121 -0
  419. package/lib/operations/customDomainRegisterCustomDomain.d.ts.map +1 -0
  420. package/lib/operations/customDomainRegisterCustomDomain.js +74 -0
  421. package/lib/operations/customDomainRegisterCustomDomain.js.map +1 -0
  422. package/lib/operations/deploymentsAssignAlias.d.ts +167 -0
  423. package/lib/operations/deploymentsAssignAlias.d.ts.map +1 -0
  424. package/lib/operations/deploymentsAssignAlias.js +97 -0
  425. package/lib/operations/deploymentsAssignAlias.js.map +1 -0
  426. package/lib/operations/deploymentsById.d.ts +231 -0
  427. package/lib/operations/deploymentsById.d.ts.map +1 -0
  428. package/lib/operations/deploymentsById.js +129 -0
  429. package/lib/operations/deploymentsById.js.map +1 -0
  430. package/lib/operations/deploymentsCreateSignedDeploymentUrl.d.ts +21 -0
  431. package/lib/operations/deploymentsCreateSignedDeploymentUrl.d.ts.map +1 -0
  432. package/lib/operations/deploymentsCreateSignedDeploymentUrl.js +24 -0
  433. package/lib/operations/deploymentsCreateSignedDeploymentUrl.js.map +1 -0
  434. package/lib/operations/deploymentsDeleteAlias.d.ts +19 -0
  435. package/lib/operations/deploymentsDeleteAlias.d.ts.map +1 -0
  436. package/lib/operations/deploymentsDeleteAlias.js +23 -0
  437. package/lib/operations/deploymentsDeleteAlias.js.map +1 -0
  438. package/lib/operations/deploymentsDeleteWorkerDeployment.d.ts +17 -0
  439. package/lib/operations/deploymentsDeleteWorkerDeployment.d.ts.map +1 -0
  440. package/lib/operations/deploymentsDeleteWorkerDeployment.js +22 -0
  441. package/lib/operations/deploymentsDeleteWorkerDeployment.js.map +1 -0
  442. package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.d.ts +19 -0
  443. package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.d.ts.map +1 -0
  444. package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.js +23 -0
  445. package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.js.map +1 -0
  446. package/lib/operations/devDomainNameAssignDevDomainName.d.ts +433 -0
  447. package/lib/operations/devDomainNameAssignDevDomainName.d.ts.map +1 -0
  448. package/lib/operations/devDomainNameAssignDevDomainName.js +248 -0
  449. package/lib/operations/devDomainNameAssignDevDomainName.js.map +1 -0
  450. package/lib/operations/devDomainNameChangeDevDomainName.d.ts +433 -0
  451. package/lib/operations/devDomainNameChangeDevDomainName.d.ts.map +1 -0
  452. package/lib/operations/devDomainNameChangeDevDomainName.js +248 -0
  453. package/lib/operations/devDomainNameChangeDevDomainName.js.map +1 -0
  454. package/lib/operations/deviceRunSessionCreateDeviceRunSession.d.ts +723 -0
  455. package/lib/operations/deviceRunSessionCreateDeviceRunSession.d.ts.map +1 -0
  456. package/lib/operations/deviceRunSessionCreateDeviceRunSession.js +412 -0
  457. package/lib/operations/deviceRunSessionCreateDeviceRunSession.js.map +1 -0
  458. package/lib/operations/deviceRunSessionStopDeviceRunSession.d.ts +713 -0
  459. package/lib/operations/deviceRunSessionStopDeviceRunSession.d.ts.map +1 -0
  460. package/lib/operations/deviceRunSessionStopDeviceRunSession.js +407 -0
  461. package/lib/operations/deviceRunSessionStopDeviceRunSession.js.map +1 -0
  462. package/lib/operations/deviceRunSessionsById.d.ts +713 -0
  463. package/lib/operations/deviceRunSessionsById.d.ts.map +1 -0
  464. package/lib/operations/deviceRunSessionsById.js +407 -0
  465. package/lib/operations/deviceRunSessionsById.js.map +1 -0
  466. package/lib/operations/discordUserDeleteDiscordUser.d.ts +15 -0
  467. package/lib/operations/discordUserDeleteDiscordUser.d.ts.map +1 -0
  468. package/lib/operations/discordUserDeleteDiscordUser.js +21 -0
  469. package/lib/operations/discordUserDeleteDiscordUser.js.map +1 -0
  470. package/lib/operations/echoChatById.d.ts +219 -0
  471. package/lib/operations/echoChatById.d.ts.map +1 -0
  472. package/lib/operations/echoChatById.js +136 -0
  473. package/lib/operations/echoChatById.js.map +1 -0
  474. package/lib/operations/echoChatCreateChat.d.ts +231 -0
  475. package/lib/operations/echoChatCreateChat.d.ts.map +1 -0
  476. package/lib/operations/echoChatCreateChat.js +142 -0
  477. package/lib/operations/echoChatCreateChat.js.map +1 -0
  478. package/lib/operations/echoChatDeleteChat.d.ts +219 -0
  479. package/lib/operations/echoChatDeleteChat.d.ts.map +1 -0
  480. package/lib/operations/echoChatDeleteChat.js +136 -0
  481. package/lib/operations/echoChatDeleteChat.js.map +1 -0
  482. package/lib/operations/echoChatUpdateChat.d.ts +233 -0
  483. package/lib/operations/echoChatUpdateChat.d.ts.map +1 -0
  484. package/lib/operations/echoChatUpdateChat.js +143 -0
  485. package/lib/operations/echoChatUpdateChat.js.map +1 -0
  486. package/lib/operations/echoMessageById.d.ts +449 -0
  487. package/lib/operations/echoMessageById.d.ts.map +1 -0
  488. package/lib/operations/echoMessageById.js +275 -0
  489. package/lib/operations/echoMessageById.js.map +1 -0
  490. package/lib/operations/echoMessageCompleteMessage.d.ts +451 -0
  491. package/lib/operations/echoMessageCompleteMessage.d.ts.map +1 -0
  492. package/lib/operations/echoMessageCompleteMessage.js +276 -0
  493. package/lib/operations/echoMessageCompleteMessage.js.map +1 -0
  494. package/lib/operations/echoMessageCreateMessage.d.ts +467 -0
  495. package/lib/operations/echoMessageCreateMessage.d.ts.map +1 -0
  496. package/lib/operations/echoMessageCreateMessage.js +284 -0
  497. package/lib/operations/echoMessageCreateMessage.js.map +1 -0
  498. package/lib/operations/echoMessagePartByEchoMessageId.d.ts +117 -0
  499. package/lib/operations/echoMessagePartByEchoMessageId.d.ts.map +1 -0
  500. package/lib/operations/echoMessagePartByEchoMessageId.js +82 -0
  501. package/lib/operations/echoMessagePartByEchoMessageId.js.map +1 -0
  502. package/lib/operations/echoMessagePartById.d.ts +117 -0
  503. package/lib/operations/echoMessagePartById.d.ts.map +1 -0
  504. package/lib/operations/echoMessagePartById.js +82 -0
  505. package/lib/operations/echoMessagePartById.js.map +1 -0
  506. package/lib/operations/echoMessagePartCreatePart.d.ts +129 -0
  507. package/lib/operations/echoMessagePartCreatePart.d.ts.map +1 -0
  508. package/lib/operations/echoMessagePartCreatePart.js +98 -0
  509. package/lib/operations/echoMessagePartCreatePart.js.map +1 -0
  510. package/lib/operations/echoMessagePartCreateParts.d.ts +129 -0
  511. package/lib/operations/echoMessagePartCreateParts.d.ts.map +1 -0
  512. package/lib/operations/echoMessagePartCreateParts.js +98 -0
  513. package/lib/operations/echoMessagePartCreateParts.js.map +1 -0
  514. package/lib/operations/echoMessagePartUpdatePart.d.ts +123 -0
  515. package/lib/operations/echoMessagePartUpdatePart.d.ts.map +1 -0
  516. package/lib/operations/echoMessagePartUpdatePart.js +85 -0
  517. package/lib/operations/echoMessagePartUpdatePart.js.map +1 -0
  518. package/lib/operations/echoProjectById.d.ts +777 -0
  519. package/lib/operations/echoProjectById.d.ts.map +1 -0
  520. package/lib/operations/echoProjectById.js +477 -0
  521. package/lib/operations/echoProjectById.js.map +1 -0
  522. package/lib/operations/echoProjectBySlug.d.ts +777 -0
  523. package/lib/operations/echoProjectBySlug.d.ts.map +1 -0
  524. package/lib/operations/echoProjectBySlug.js +477 -0
  525. package/lib/operations/echoProjectBySlug.js.map +1 -0
  526. package/lib/operations/echoProjectCreateEchoProject.d.ts +833 -0
  527. package/lib/operations/echoProjectCreateEchoProject.d.ts.map +1 -0
  528. package/lib/operations/echoProjectCreateEchoProject.js +500 -0
  529. package/lib/operations/echoProjectCreateEchoProject.js.map +1 -0
  530. package/lib/operations/echoProjectCreateEchoProjectIcons.d.ts +41 -0
  531. package/lib/operations/echoProjectCreateEchoProjectIcons.d.ts.map +1 -0
  532. package/lib/operations/echoProjectCreateEchoProjectIcons.js +34 -0
  533. package/lib/operations/echoProjectCreateEchoProjectIcons.js.map +1 -0
  534. package/lib/operations/echoProjectDeleteEchoProject.d.ts +777 -0
  535. package/lib/operations/echoProjectDeleteEchoProject.d.ts.map +1 -0
  536. package/lib/operations/echoProjectDeleteEchoProject.js +472 -0
  537. package/lib/operations/echoProjectDeleteEchoProject.js.map +1 -0
  538. package/lib/operations/echoProjectDeleteEchoProjectIcon.d.ts +29 -0
  539. package/lib/operations/echoProjectDeleteEchoProjectIcon.d.ts.map +1 -0
  540. package/lib/operations/echoProjectDeleteEchoProjectIcon.js +28 -0
  541. package/lib/operations/echoProjectDeleteEchoProjectIcon.js.map +1 -0
  542. package/lib/operations/echoProjectPublicByAccountName.d.ts +55 -0
  543. package/lib/operations/echoProjectPublicByAccountName.d.ts.map +1 -0
  544. package/lib/operations/echoProjectPublicByAccountName.js +41 -0
  545. package/lib/operations/echoProjectPublicByAccountName.js.map +1 -0
  546. package/lib/operations/echoProjectSelectEchoProjectIcon.d.ts +779 -0
  547. package/lib/operations/echoProjectSelectEchoProjectIcon.d.ts.map +1 -0
  548. package/lib/operations/echoProjectSelectEchoProjectIcon.js +473 -0
  549. package/lib/operations/echoProjectSelectEchoProjectIcon.js.map +1 -0
  550. package/lib/operations/echoProjectUpdateEchoProject.d.ts +833 -0
  551. package/lib/operations/echoProjectUpdateEchoProject.d.ts.map +1 -0
  552. package/lib/operations/echoProjectUpdateEchoProject.js +500 -0
  553. package/lib/operations/echoProjectUpdateEchoProject.js.map +1 -0
  554. package/lib/operations/echoRepositoryCreateEchoRepository.d.ts +43 -0
  555. package/lib/operations/echoRepositoryCreateEchoRepository.d.ts.map +1 -0
  556. package/lib/operations/echoRepositoryCreateEchoRepository.js +35 -0
  557. package/lib/operations/echoRepositoryCreateEchoRepository.js.map +1 -0
  558. package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.d.ts +29 -0
  559. package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.d.ts.map +1 -0
  560. package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.js +28 -0
  561. package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.js.map +1 -0
  562. package/lib/operations/echoTurnCompleteTurn.d.ts +193 -0
  563. package/lib/operations/echoTurnCompleteTurn.d.ts.map +1 -0
  564. package/lib/operations/echoTurnCompleteTurn.js +120 -0
  565. package/lib/operations/echoTurnCompleteTurn.js.map +1 -0
  566. package/lib/operations/echoVersionById.d.ts +293 -0
  567. package/lib/operations/echoVersionById.d.ts.map +1 -0
  568. package/lib/operations/echoVersionById.js +168 -0
  569. package/lib/operations/echoVersionById.js.map +1 -0
  570. package/lib/operations/echoVersionCreateVersion.d.ts +335 -0
  571. package/lib/operations/echoVersionCreateVersion.d.ts.map +1 -0
  572. package/lib/operations/echoVersionCreateVersion.js +189 -0
  573. package/lib/operations/echoVersionCreateVersion.js.map +1 -0
  574. package/lib/operations/echoVersionUpdateVersion.d.ts +323 -0
  575. package/lib/operations/echoVersionUpdateVersion.d.ts.map +1 -0
  576. package/lib/operations/echoVersionUpdateVersion.js +183 -0
  577. package/lib/operations/echoVersionUpdateVersion.js.map +1 -0
  578. package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.d.ts +33 -0
  579. package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.d.ts.map +1 -0
  580. package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.js +30 -0
  581. package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.js.map +1 -0
  582. package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.d.ts +33 -0
  583. package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.d.ts.map +1 -0
  584. package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.js +30 -0
  585. package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.js.map +1 -0
  586. package/lib/operations/environmentSecretDeleteEnvironmentSecret.d.ts +15 -0
  587. package/lib/operations/environmentSecretDeleteEnvironmentSecret.d.ts.map +1 -0
  588. package/lib/operations/environmentSecretDeleteEnvironmentSecret.js +21 -0
  589. package/lib/operations/environmentSecretDeleteEnvironmentSecret.js.map +1 -0
  590. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.d.ts +473 -0
  591. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.d.ts.map +1 -0
  592. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.js +271 -0
  593. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.js.map +1 -0
  594. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.d.ts +473 -0
  595. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.d.ts.map +1 -0
  596. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.js +271 -0
  597. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.js.map +1 -0
  598. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.d.ts +473 -0
  599. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.d.ts.map +1 -0
  600. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.js +271 -0
  601. package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.js.map +1 -0
  602. package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.d.ts +473 -0
  603. package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.d.ts.map +1 -0
  604. package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.js +271 -0
  605. package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.js.map +1 -0
  606. package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.d.ts +473 -0
  607. package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.d.ts.map +1 -0
  608. package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.js +271 -0
  609. package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.js.map +1 -0
  610. package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.d.ts +473 -0
  611. package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.d.ts.map +1 -0
  612. package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.js +271 -0
  613. package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.js.map +1 -0
  614. package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.d.ts +15 -0
  615. package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.d.ts.map +1 -0
  616. package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.js +21 -0
  617. package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.js.map +1 -0
  618. package/lib/operations/environmentVariableDeleteEnvironmentVariable.d.ts +15 -0
  619. package/lib/operations/environmentVariableDeleteEnvironmentVariable.d.ts.map +1 -0
  620. package/lib/operations/environmentVariableDeleteEnvironmentVariable.js +21 -0
  621. package/lib/operations/environmentVariableDeleteEnvironmentVariable.js.map +1 -0
  622. package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.d.ts +471 -0
  623. package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.d.ts.map +1 -0
  624. package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.js +270 -0
  625. package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.js.map +1 -0
  626. package/lib/operations/environmentVariableUpdateEnvironmentVariable.d.ts +471 -0
  627. package/lib/operations/environmentVariableUpdateEnvironmentVariable.d.ts.map +1 -0
  628. package/lib/operations/environmentVariableUpdateEnvironmentVariable.js +270 -0
  629. package/lib/operations/environmentVariableUpdateEnvironmentVariable.js.map +1 -0
  630. package/lib/operations/experimentation.d.ts +20 -0
  631. package/lib/operations/experimentation.d.ts.map +1 -0
  632. package/lib/operations/experimentation.js +25 -0
  633. package/lib/operations/experimentation.js.map +1 -0
  634. package/lib/operations/fingerprintCreateOrGetExistingFingerprint.d.ts +475 -0
  635. package/lib/operations/fingerprintCreateOrGetExistingFingerprint.d.ts.map +1 -0
  636. package/lib/operations/fingerprintCreateOrGetExistingFingerprint.js +269 -0
  637. package/lib/operations/fingerprintCreateOrGetExistingFingerprint.js.map +1 -0
  638. package/lib/operations/githubApp.d.ts +20 -0
  639. package/lib/operations/githubApp.d.ts.map +1 -0
  640. package/lib/operations/githubApp.js +25 -0
  641. package/lib/operations/githubApp.js.map +1 -0
  642. package/lib/operations/githubAppCreateGitHubBuild.d.ts +555 -0
  643. package/lib/operations/githubAppCreateGitHubBuild.d.ts.map +1 -0
  644. package/lib/operations/githubAppCreateGitHubBuild.js +354 -0
  645. package/lib/operations/githubAppCreateGitHubBuild.js.map +1 -0
  646. package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.d.ts +627 -0
  647. package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.d.ts.map +1 -0
  648. package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.js +401 -0
  649. package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.js.map +1 -0
  650. package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.d.ts +621 -0
  651. package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.d.ts.map +1 -0
  652. package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.js +398 -0
  653. package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.js.map +1 -0
  654. package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.d.ts +859 -0
  655. package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.d.ts.map +1 -0
  656. package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.js +569 -0
  657. package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.js.map +1 -0
  658. package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.d.ts +835 -0
  659. package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.d.ts.map +1 -0
  660. package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.js +553 -0
  661. package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.js.map +1 -0
  662. package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.d.ts +859 -0
  663. package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.d.ts.map +1 -0
  664. package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.js +569 -0
  665. package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.js.map +1 -0
  666. package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.d.ts +445 -0
  667. package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.d.ts.map +1 -0
  668. package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.js +251 -0
  669. package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.js.map +1 -0
  670. package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.d.ts +431 -0
  671. package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.d.ts.map +1 -0
  672. package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.js +244 -0
  673. package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.js.map +1 -0
  674. package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.d.ts +441 -0
  675. package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.d.ts.map +1 -0
  676. package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.js +249 -0
  677. package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.js.map +1 -0
  678. package/lib/operations/githubRepositoryConfigureEAS.d.ts +537 -0
  679. package/lib/operations/githubRepositoryConfigureEAS.d.ts.map +1 -0
  680. package/lib/operations/githubRepositoryConfigureEAS.js +345 -0
  681. package/lib/operations/githubRepositoryConfigureEAS.js.map +1 -0
  682. package/lib/operations/githubRepositoryCreateAndConfigureRepository.d.ts +543 -0
  683. package/lib/operations/githubRepositoryCreateAndConfigureRepository.d.ts.map +1 -0
  684. package/lib/operations/githubRepositoryCreateAndConfigureRepository.js +353 -0
  685. package/lib/operations/githubRepositoryCreateAndConfigureRepository.js.map +1 -0
  686. package/lib/operations/githubRepositoryCreateGitHubRepository.d.ts +547 -0
  687. package/lib/operations/githubRepositoryCreateGitHubRepository.d.ts.map +1 -0
  688. package/lib/operations/githubRepositoryCreateGitHubRepository.js +317 -0
  689. package/lib/operations/githubRepositoryCreateGitHubRepository.js.map +1 -0
  690. package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.d.ts +537 -0
  691. package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.d.ts.map +1 -0
  692. package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.js +350 -0
  693. package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.js.map +1 -0
  694. package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.d.ts +437 -0
  695. package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.d.ts.map +1 -0
  696. package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.js +250 -0
  697. package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.js.map +1 -0
  698. package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.d.ts +431 -0
  699. package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.d.ts.map +1 -0
  700. package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.js +247 -0
  701. package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.js.map +1 -0
  702. package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.d.ts +437 -0
  703. package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.d.ts.map +1 -0
  704. package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.js +250 -0
  705. package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.js.map +1 -0
  706. package/lib/operations/githubUser.d.ts +14 -0
  707. package/lib/operations/githubUser.d.ts.map +1 -0
  708. package/lib/operations/githubUser.js +22 -0
  709. package/lib/operations/githubUser.js.map +1 -0
  710. package/lib/operations/googleServiceAccountKeyById.d.ts +511 -0
  711. package/lib/operations/googleServiceAccountKeyById.d.ts.map +1 -0
  712. package/lib/operations/googleServiceAccountKeyById.js +326 -0
  713. package/lib/operations/googleServiceAccountKeyById.js.map +1 -0
  714. package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.d.ts +517 -0
  715. package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.d.ts.map +1 -0
  716. package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.js +334 -0
  717. package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.js.map +1 -0
  718. package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.d.ts +15 -0
  719. package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.d.ts.map +1 -0
  720. package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.js +21 -0
  721. package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.js.map +1 -0
  722. package/lib/operations/index.d.ts +287 -0
  723. package/lib/operations/index.d.ts.map +1 -0
  724. package/lib/operations/index.js +287 -0
  725. package/lib/operations/index.js.map +1 -0
  726. package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.d.ts +95 -0
  727. package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.d.ts.map +1 -0
  728. package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.js +61 -0
  729. package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.js.map +1 -0
  730. package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.d.ts +95 -0
  731. package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.d.ts.map +1 -0
  732. package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.js +61 -0
  733. package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.js.map +1 -0
  734. package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.d.ts +97 -0
  735. package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.d.ts.map +1 -0
  736. package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.js +62 -0
  737. package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.js.map +1 -0
  738. package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.d.ts +471 -0
  739. package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.d.ts.map +1 -0
  740. package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.js +336 -0
  741. package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.js.map +1 -0
  742. package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.d.ts +15 -0
  743. package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.d.ts.map +1 -0
  744. package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.js +21 -0
  745. package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.js.map +1 -0
  746. package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.d.ts +463 -0
  747. package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.d.ts.map +1 -0
  748. package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.js +327 -0
  749. package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.js.map +1 -0
  750. package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.d.ts +463 -0
  751. package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.d.ts.map +1 -0
  752. package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.js +327 -0
  753. package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.js.map +1 -0
  754. package/lib/operations/iosAppCredentialsCreateIosAppCredentials.d.ts +871 -0
  755. package/lib/operations/iosAppCredentialsCreateIosAppCredentials.d.ts.map +1 -0
  756. package/lib/operations/iosAppCredentialsCreateIosAppCredentials.js +557 -0
  757. package/lib/operations/iosAppCredentialsCreateIosAppCredentials.js.map +1 -0
  758. package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.d.ts +15 -0
  759. package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.d.ts.map +1 -0
  760. package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.js +21 -0
  761. package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.js.map +1 -0
  762. package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.d.ts +859 -0
  763. package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.d.ts.map +1 -0
  764. package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.js +555 -0
  765. package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.js.map +1 -0
  766. package/lib/operations/iosAppCredentialsSetPushKey.d.ts +859 -0
  767. package/lib/operations/iosAppCredentialsSetPushKey.d.ts.map +1 -0
  768. package/lib/operations/iosAppCredentialsSetPushKey.js +551 -0
  769. package/lib/operations/iosAppCredentialsSetPushKey.js.map +1 -0
  770. package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.d.ts +869 -0
  771. package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.d.ts.map +1 -0
  772. package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.js +556 -0
  773. package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.js.map +1 -0
  774. package/lib/operations/jobRunById.d.ts +597 -0
  775. package/lib/operations/jobRunById.d.ts.map +1 -0
  776. package/lib/operations/jobRunById.js +346 -0
  777. package/lib/operations/jobRunById.js.map +1 -0
  778. package/lib/operations/jobRunCancelJobRun.d.ts +597 -0
  779. package/lib/operations/jobRunCancelJobRun.d.ts.map +1 -0
  780. package/lib/operations/jobRunCancelJobRun.js +346 -0
  781. package/lib/operations/jobRunCancelJobRun.js.map +1 -0
  782. package/lib/operations/keystoreGenerationUrl.d.ts +17 -0
  783. package/lib/operations/keystoreGenerationUrl.d.ts.map +1 -0
  784. package/lib/operations/keystoreGenerationUrl.js +22 -0
  785. package/lib/operations/keystoreGenerationUrl.js.map +1 -0
  786. package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.d.ts +15 -0
  787. package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.d.ts.map +1 -0
  788. package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.js +21 -0
  789. package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.js.map +1 -0
  790. package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.d.ts +21 -0
  791. package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.d.ts.map +1 -0
  792. package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.js +24 -0
  793. package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.js.map +1 -0
  794. package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.d.ts +17 -0
  795. package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.d.ts.map +1 -0
  796. package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.js +22 -0
  797. package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.js.map +1 -0
  798. package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.d.ts +525 -0
  799. package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.d.ts.map +1 -0
  800. package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.js +338 -0
  801. package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.js.map +1 -0
  802. package/lib/operations/logRocketProjectCreateLogRocketProject.d.ts +433 -0
  803. package/lib/operations/logRocketProjectCreateLogRocketProject.d.ts.map +1 -0
  804. package/lib/operations/logRocketProjectCreateLogRocketProject.js +248 -0
  805. package/lib/operations/logRocketProjectCreateLogRocketProject.js.map +1 -0
  806. package/lib/operations/logRocketProjectDeleteLogRocketProject.d.ts +15 -0
  807. package/lib/operations/logRocketProjectDeleteLogRocketProject.d.ts.map +1 -0
  808. package/lib/operations/logRocketProjectDeleteLogRocketProject.js +21 -0
  809. package/lib/operations/logRocketProjectDeleteLogRocketProject.js.map +1 -0
  810. package/lib/operations/me.d.ts +1629 -0
  811. package/lib/operations/me.d.ts.map +1 -0
  812. package/lib/operations/me.js +991 -0
  813. package/lib/operations/me.js.map +1 -0
  814. package/lib/operations/meActor.d.ts +559 -0
  815. package/lib/operations/meActor.d.ts.map +1 -0
  816. package/lib/operations/meActor.js +357 -0
  817. package/lib/operations/meActor.js.map +1 -0
  818. package/lib/operations/meUserActor.d.ts +1417 -0
  819. package/lib/operations/meUserActor.d.ts.map +1 -0
  820. package/lib/operations/meUserActor.js +869 -0
  821. package/lib/operations/meUserActor.js.map +1 -0
  822. package/lib/operations/notificationPreferenceSetAccountNotificationPreference.d.ts +21 -0
  823. package/lib/operations/notificationPreferenceSetAccountNotificationPreference.d.ts.map +1 -0
  824. package/lib/operations/notificationPreferenceSetAccountNotificationPreference.js +32 -0
  825. package/lib/operations/notificationPreferenceSetAccountNotificationPreference.js.map +1 -0
  826. package/lib/operations/notificationPreferenceSetAppNotificationPreference.d.ts +21 -0
  827. package/lib/operations/notificationPreferenceSetAppNotificationPreference.d.ts.map +1 -0
  828. package/lib/operations/notificationPreferenceSetAppNotificationPreference.js +32 -0
  829. package/lib/operations/notificationPreferenceSetAppNotificationPreference.js.map +1 -0
  830. package/lib/operations/robotCreateRobotForAccount.d.ts +671 -0
  831. package/lib/operations/robotCreateRobotForAccount.d.ts.map +1 -0
  832. package/lib/operations/robotCreateRobotForAccount.js +423 -0
  833. package/lib/operations/robotCreateRobotForAccount.js.map +1 -0
  834. package/lib/operations/robotScheduleRobotDeletion.d.ts +537 -0
  835. package/lib/operations/robotScheduleRobotDeletion.d.ts.map +1 -0
  836. package/lib/operations/robotScheduleRobotDeletion.js +345 -0
  837. package/lib/operations/robotScheduleRobotDeletion.js.map +1 -0
  838. package/lib/operations/robotUpdateRobot.d.ts +669 -0
  839. package/lib/operations/robotUpdateRobot.d.ts.map +1 -0
  840. package/lib/operations/robotUpdateRobot.js +422 -0
  841. package/lib/operations/robotUpdateRobot.js.map +1 -0
  842. package/lib/operations/runtimesById.d.ts +553 -0
  843. package/lib/operations/runtimesById.d.ts.map +1 -0
  844. package/lib/operations/runtimesById.js +311 -0
  845. package/lib/operations/runtimesById.js.map +1 -0
  846. package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.d.ts +511 -0
  847. package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.d.ts.map +1 -0
  848. package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.js +331 -0
  849. package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.js.map +1 -0
  850. package/lib/operations/sentryInstallationDeleteSentryInstallation.d.ts +15 -0
  851. package/lib/operations/sentryInstallationDeleteSentryInstallation.d.ts.map +1 -0
  852. package/lib/operations/sentryInstallationDeleteSentryInstallation.js +21 -0
  853. package/lib/operations/sentryInstallationDeleteSentryInstallation.js.map +1 -0
  854. package/lib/operations/sentryInstallationGenerateSentryToken.d.ts +19 -0
  855. package/lib/operations/sentryInstallationGenerateSentryToken.d.ts.map +1 -0
  856. package/lib/operations/sentryInstallationGenerateSentryToken.js +23 -0
  857. package/lib/operations/sentryInstallationGenerateSentryToken.js.map +1 -0
  858. package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.d.ts +521 -0
  859. package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.d.ts.map +1 -0
  860. package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.js +336 -0
  861. package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.js.map +1 -0
  862. package/lib/operations/sentryProjectCreateSentryProject.d.ts +439 -0
  863. package/lib/operations/sentryProjectCreateSentryProject.d.ts.map +1 -0
  864. package/lib/operations/sentryProjectCreateSentryProject.js +251 -0
  865. package/lib/operations/sentryProjectCreateSentryProject.js.map +1 -0
  866. package/lib/operations/sentryProjectDeleteSentryProject.d.ts +15 -0
  867. package/lib/operations/sentryProjectDeleteSentryProject.d.ts.map +1 -0
  868. package/lib/operations/sentryProjectDeleteSentryProject.js +21 -0
  869. package/lib/operations/sentryProjectDeleteSentryProject.js.map +1 -0
  870. package/lib/operations/snackByHashId.d.ts +41 -0
  871. package/lib/operations/snackByHashId.d.ts.map +1 -0
  872. package/lib/operations/snackByHashId.js +34 -0
  873. package/lib/operations/snackByHashId.js.map +1 -0
  874. package/lib/operations/statuspageServiceByServiceNames.d.ts +53 -0
  875. package/lib/operations/statuspageServiceByServiceNames.d.ts.map +1 -0
  876. package/lib/operations/statuspageServiceByServiceNames.js +84 -0
  877. package/lib/operations/statuspageServiceByServiceNames.js.map +1 -0
  878. package/lib/operations/submissionCancelSubmission.d.ts +1603 -0
  879. package/lib/operations/submissionCancelSubmission.d.ts.map +1 -0
  880. package/lib/operations/submissionCancelSubmission.js +1056 -0
  881. package/lib/operations/submissionCancelSubmission.js.map +1 -0
  882. package/lib/operations/submissionCreateAndroidSubmission.d.ts +403 -0
  883. package/lib/operations/submissionCreateAndroidSubmission.d.ts.map +1 -0
  884. package/lib/operations/submissionCreateAndroidSubmission.js +285 -0
  885. package/lib/operations/submissionCreateAndroidSubmission.js.map +1 -0
  886. package/lib/operations/submissionCreateIosSubmission.d.ts +409 -0
  887. package/lib/operations/submissionCreateIosSubmission.d.ts.map +1 -0
  888. package/lib/operations/submissionCreateIosSubmission.js +288 -0
  889. package/lib/operations/submissionCreateIosSubmission.js.map +1 -0
  890. package/lib/operations/submissionRetrySubmission.d.ts +365 -0
  891. package/lib/operations/submissionRetrySubmission.d.ts.map +1 -0
  892. package/lib/operations/submissionRetrySubmission.js +261 -0
  893. package/lib/operations/submissionRetrySubmission.js.map +1 -0
  894. package/lib/operations/submissionsById.d.ts +1603 -0
  895. package/lib/operations/submissionsById.d.ts.map +1 -0
  896. package/lib/operations/submissionsById.js +1056 -0
  897. package/lib/operations/submissionsById.js.map +1 -0
  898. package/lib/operations/turtleBrownfieldArtifactsById.d.ts +29 -0
  899. package/lib/operations/turtleBrownfieldArtifactsById.d.ts.map +1 -0
  900. package/lib/operations/turtleBrownfieldArtifactsById.js +28 -0
  901. package/lib/operations/turtleBrownfieldArtifactsById.js.map +1 -0
  902. package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.d.ts +53 -0
  903. package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.d.ts.map +1 -0
  904. package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.js +40 -0
  905. package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.js.map +1 -0
  906. package/lib/operations/turtleBrownfieldArtifactsLatestForApp.d.ts +33 -0
  907. package/lib/operations/turtleBrownfieldArtifactsLatestForApp.d.ts.map +1 -0
  908. package/lib/operations/turtleBrownfieldArtifactsLatestForApp.js +30 -0
  909. package/lib/operations/turtleBrownfieldArtifactsLatestForApp.js.map +1 -0
  910. package/lib/operations/updateBranchCreateUpdateBranchForApp.d.ts +451 -0
  911. package/lib/operations/updateBranchCreateUpdateBranchForApp.d.ts.map +1 -0
  912. package/lib/operations/updateBranchCreateUpdateBranchForApp.js +257 -0
  913. package/lib/operations/updateBranchCreateUpdateBranchForApp.js.map +1 -0
  914. package/lib/operations/updateBranchEditUpdateBranch.d.ts +459 -0
  915. package/lib/operations/updateBranchEditUpdateBranch.d.ts.map +1 -0
  916. package/lib/operations/updateBranchEditUpdateBranch.js +261 -0
  917. package/lib/operations/updateBranchEditUpdateBranch.js.map +1 -0
  918. package/lib/operations/updateBranchPublishUpdateGroups.d.ts +1669 -0
  919. package/lib/operations/updateBranchPublishUpdateGroups.d.ts.map +1 -0
  920. package/lib/operations/updateBranchPublishUpdateGroups.js +982 -0
  921. package/lib/operations/updateBranchPublishUpdateGroups.js.map +1 -0
  922. package/lib/operations/updateBranchScheduleUpdateBranchDeletion.d.ts +537 -0
  923. package/lib/operations/updateBranchScheduleUpdateBranchDeletion.d.ts.map +1 -0
  924. package/lib/operations/updateBranchScheduleUpdateBranchDeletion.js +345 -0
  925. package/lib/operations/updateBranchScheduleUpdateBranchDeletion.js.map +1 -0
  926. package/lib/operations/updateChannelCreateUpdateChannelForApp.d.ts +461 -0
  927. package/lib/operations/updateChannelCreateUpdateChannelForApp.d.ts.map +1 -0
  928. package/lib/operations/updateChannelCreateUpdateChannelForApp.js +262 -0
  929. package/lib/operations/updateChannelCreateUpdateChannelForApp.js.map +1 -0
  930. package/lib/operations/updateChannelEditUpdateChannel.d.ts +459 -0
  931. package/lib/operations/updateChannelEditUpdateChannel.d.ts.map +1 -0
  932. package/lib/operations/updateChannelEditUpdateChannel.js +261 -0
  933. package/lib/operations/updateChannelEditUpdateChannel.js.map +1 -0
  934. package/lib/operations/updateChannelPauseUpdateChannel.d.ts +457 -0
  935. package/lib/operations/updateChannelPauseUpdateChannel.d.ts.map +1 -0
  936. package/lib/operations/updateChannelPauseUpdateChannel.js +260 -0
  937. package/lib/operations/updateChannelPauseUpdateChannel.js.map +1 -0
  938. package/lib/operations/updateChannelResumeUpdateChannel.d.ts +457 -0
  939. package/lib/operations/updateChannelResumeUpdateChannel.d.ts.map +1 -0
  940. package/lib/operations/updateChannelResumeUpdateChannel.js +260 -0
  941. package/lib/operations/updateChannelResumeUpdateChannel.js.map +1 -0
  942. package/lib/operations/updateChannelScheduleUpdateChannelDeletion.d.ts +537 -0
  943. package/lib/operations/updateChannelScheduleUpdateChannelDeletion.d.ts.map +1 -0
  944. package/lib/operations/updateChannelScheduleUpdateChannelDeletion.js +345 -0
  945. package/lib/operations/updateChannelScheduleUpdateChannelDeletion.js.map +1 -0
  946. package/lib/operations/updateScheduleUpdateGroupDeletion.d.ts +537 -0
  947. package/lib/operations/updateScheduleUpdateGroupDeletion.d.ts.map +1 -0
  948. package/lib/operations/updateScheduleUpdateGroupDeletion.js +345 -0
  949. package/lib/operations/updateScheduleUpdateGroupDeletion.js.map +1 -0
  950. package/lib/operations/updateSetCodeSigningInfo.d.ts +1419 -0
  951. package/lib/operations/updateSetCodeSigningInfo.d.ts.map +1 -0
  952. package/lib/operations/updateSetCodeSigningInfo.js +851 -0
  953. package/lib/operations/updateSetCodeSigningInfo.js.map +1 -0
  954. package/lib/operations/updateSetRolloutPercentage.d.ts +1411 -0
  955. package/lib/operations/updateSetRolloutPercentage.d.ts.map +1 -0
  956. package/lib/operations/updateSetRolloutPercentage.js +847 -0
  957. package/lib/operations/updateSetRolloutPercentage.js.map +1 -0
  958. package/lib/operations/updatesByGroup.d.ts +1414 -0
  959. package/lib/operations/updatesByGroup.d.ts.map +1 -0
  960. package/lib/operations/updatesByGroup.js +856 -0
  961. package/lib/operations/updatesByGroup.js.map +1 -0
  962. package/lib/operations/updatesById.d.ts +1409 -0
  963. package/lib/operations/updatesById.d.ts.map +1 -0
  964. package/lib/operations/updatesById.js +846 -0
  965. package/lib/operations/updatesById.js.map +1 -0
  966. package/lib/operations/uploadSessionCreateAccountScopedUploadSession.d.ts +13 -0
  967. package/lib/operations/uploadSessionCreateAccountScopedUploadSession.d.ts.map +1 -0
  968. package/lib/operations/uploadSessionCreateAccountScopedUploadSession.js +23 -0
  969. package/lib/operations/uploadSessionCreateAccountScopedUploadSession.js.map +1 -0
  970. package/lib/operations/uploadSessionCreateAppScopedUploadSession.d.ts +13 -0
  971. package/lib/operations/uploadSessionCreateAppScopedUploadSession.d.ts.map +1 -0
  972. package/lib/operations/uploadSessionCreateAppScopedUploadSession.js +20 -0
  973. package/lib/operations/uploadSessionCreateAppScopedUploadSession.js.map +1 -0
  974. package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.d.ts +13 -0
  975. package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.d.ts.map +1 -0
  976. package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.js +20 -0
  977. package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.js.map +1 -0
  978. package/lib/operations/uploadSessionCreateUploadSession.d.ts +13 -0
  979. package/lib/operations/uploadSessionCreateUploadSession.d.ts.map +1 -0
  980. package/lib/operations/uploadSessionCreateUploadSession.js +29 -0
  981. package/lib/operations/uploadSessionCreateUploadSession.js.map +1 -0
  982. package/lib/operations/userActorPublicDataByUsername.d.ts +23 -0
  983. package/lib/operations/userActorPublicDataByUsername.d.ts.map +1 -0
  984. package/lib/operations/userActorPublicDataByUsername.js +25 -0
  985. package/lib/operations/userActorPublicDataByUsername.js.map +1 -0
  986. package/lib/operations/userAppPinsPinApp.d.ts +11 -0
  987. package/lib/operations/userAppPinsPinApp.d.ts.map +1 -0
  988. package/lib/operations/userAppPinsPinApp.js +19 -0
  989. package/lib/operations/userAppPinsPinApp.js.map +1 -0
  990. package/lib/operations/userAppPinsUnpinApp.d.ts +11 -0
  991. package/lib/operations/userAppPinsUnpinApp.d.ts.map +1 -0
  992. package/lib/operations/userAppPinsUnpinApp.js +19 -0
  993. package/lib/operations/userAppPinsUnpinApp.js.map +1 -0
  994. package/lib/operations/userAuditLogExportUserAuditLogs.d.ts +551 -0
  995. package/lib/operations/userAuditLogExportUserAuditLogs.d.ts.map +1 -0
  996. package/lib/operations/userAuditLogExportUserAuditLogs.js +364 -0
  997. package/lib/operations/userAuditLogExportUserAuditLogs.js.map +1 -0
  998. package/lib/operations/userAuditLogs.d.ts +20 -0
  999. package/lib/operations/userAuditLogs.d.ts.map +1 -0
  1000. package/lib/operations/userAuditLogs.js +37 -0
  1001. package/lib/operations/userAuditLogs.js.map +1 -0
  1002. package/lib/operations/userDashboardViewPinsPinDashboardView.d.ts +519 -0
  1003. package/lib/operations/userDashboardViewPinsPinDashboardView.d.ts.map +1 -0
  1004. package/lib/operations/userDashboardViewPinsPinDashboardView.js +330 -0
  1005. package/lib/operations/userDashboardViewPinsPinDashboardView.js.map +1 -0
  1006. package/lib/operations/userDashboardViewPinsUnpinDashboardView.d.ts +517 -0
  1007. package/lib/operations/userDashboardViewPinsUnpinDashboardView.d.ts.map +1 -0
  1008. package/lib/operations/userDashboardViewPinsUnpinDashboardView.js +334 -0
  1009. package/lib/operations/userDashboardViewPinsUnpinDashboardView.js.map +1 -0
  1010. package/lib/operations/userInvitationAcceptUserInvitationAsViewer.d.ts +15 -0
  1011. package/lib/operations/userInvitationAcceptUserInvitationAsViewer.d.ts.map +1 -0
  1012. package/lib/operations/userInvitationAcceptUserInvitationAsViewer.js +21 -0
  1013. package/lib/operations/userInvitationAcceptUserInvitationAsViewer.js.map +1 -0
  1014. package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.d.ts +15 -0
  1015. package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.d.ts.map +1 -0
  1016. package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.js +21 -0
  1017. package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.js.map +1 -0
  1018. package/lib/operations/userInvitationCreateUserInvitationForAccount.d.ts +39 -0
  1019. package/lib/operations/userInvitationCreateUserInvitationForAccount.d.ts.map +1 -0
  1020. package/lib/operations/userInvitationCreateUserInvitationForAccount.js +41 -0
  1021. package/lib/operations/userInvitationCreateUserInvitationForAccount.js.map +1 -0
  1022. package/lib/operations/userInvitationDeleteUserInvitation.d.ts +15 -0
  1023. package/lib/operations/userInvitationDeleteUserInvitation.d.ts.map +1 -0
  1024. package/lib/operations/userInvitationDeleteUserInvitation.js +21 -0
  1025. package/lib/operations/userInvitationDeleteUserInvitation.js.map +1 -0
  1026. package/lib/operations/userInvitationDeleteUserInvitationByToken.d.ts +15 -0
  1027. package/lib/operations/userInvitationDeleteUserInvitationByToken.d.ts.map +1 -0
  1028. package/lib/operations/userInvitationDeleteUserInvitationByToken.js +21 -0
  1029. package/lib/operations/userInvitationDeleteUserInvitationByToken.js.map +1 -0
  1030. package/lib/operations/userInvitationPublicDataByToken.d.ts +31 -0
  1031. package/lib/operations/userInvitationPublicDataByToken.d.ts.map +1 -0
  1032. package/lib/operations/userInvitationPublicDataByToken.js +29 -0
  1033. package/lib/operations/userInvitationPublicDataByToken.js.map +1 -0
  1034. package/lib/operations/userInvitationResendUserInvitation.d.ts +35 -0
  1035. package/lib/operations/userInvitationResendUserInvitation.d.ts.map +1 -0
  1036. package/lib/operations/userInvitationResendUserInvitation.js +39 -0
  1037. package/lib/operations/userInvitationResendUserInvitation.js.map +1 -0
  1038. package/lib/operations/userInvitationUpdateUserInvitationPermissions.d.ts +37 -0
  1039. package/lib/operations/userInvitationUpdateUserInvitationPermissions.d.ts.map +1 -0
  1040. package/lib/operations/userInvitationUpdateUserInvitationPermissions.js +40 -0
  1041. package/lib/operations/userInvitationUpdateUserInvitationPermissions.js.map +1 -0
  1042. package/lib/operations/userPreferenceDelete.d.ts +23 -0
  1043. package/lib/operations/userPreferenceDelete.d.ts.map +1 -0
  1044. package/lib/operations/userPreferenceDelete.js +25 -0
  1045. package/lib/operations/userPreferenceDelete.js.map +1 -0
  1046. package/lib/operations/userPreferenceGet.d.ts +23 -0
  1047. package/lib/operations/userPreferenceGet.d.ts.map +1 -0
  1048. package/lib/operations/userPreferenceGet.js +25 -0
  1049. package/lib/operations/userPreferenceGet.js.map +1 -0
  1050. package/lib/operations/userPreferenceSet.d.ts +25 -0
  1051. package/lib/operations/userPreferenceSet.d.ts.map +1 -0
  1052. package/lib/operations/userPreferenceSet.js +26 -0
  1053. package/lib/operations/userPreferenceSet.js.map +1 -0
  1054. package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.d.ts +527 -0
  1055. package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.d.ts.map +1 -0
  1056. package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.js +339 -0
  1057. package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.js.map +1 -0
  1058. package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.d.ts +521 -0
  1059. package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.d.ts.map +1 -0
  1060. package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.js +336 -0
  1061. package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.js.map +1 -0
  1062. package/lib/operations/vexoAppCreateVexoApp.d.ts +447 -0
  1063. package/lib/operations/vexoAppCreateVexoApp.d.ts.map +1 -0
  1064. package/lib/operations/vexoAppCreateVexoApp.js +255 -0
  1065. package/lib/operations/vexoAppCreateVexoApp.js.map +1 -0
  1066. package/lib/operations/vexoAppDeleteVexoApp.d.ts +431 -0
  1067. package/lib/operations/vexoAppDeleteVexoApp.d.ts.map +1 -0
  1068. package/lib/operations/vexoAppDeleteVexoApp.js +247 -0
  1069. package/lib/operations/vexoAppDeleteVexoApp.js.map +1 -0
  1070. package/lib/operations/vexoAppUpdateVexoApp.d.ts +445 -0
  1071. package/lib/operations/vexoAppUpdateVexoApp.d.ts.map +1 -0
  1072. package/lib/operations/vexoAppUpdateVexoApp.js +254 -0
  1073. package/lib/operations/vexoAppUpdateVexoApp.js.map +1 -0
  1074. package/lib/operations/vexoIntegration.d.ts +14 -0
  1075. package/lib/operations/vexoIntegration.d.ts.map +1 -0
  1076. package/lib/operations/vexoIntegration.js +22 -0
  1077. package/lib/operations/vexoIntegration.js.map +1 -0
  1078. package/lib/operations/viewer.d.ts +1629 -0
  1079. package/lib/operations/viewer.d.ts.map +1 -0
  1080. package/lib/operations/viewer.js +991 -0
  1081. package/lib/operations/viewer.js.map +1 -0
  1082. package/lib/operations/webhookById.d.ts +25 -0
  1083. package/lib/operations/webhookById.d.ts.map +1 -0
  1084. package/lib/operations/webhookById.js +26 -0
  1085. package/lib/operations/webhookById.js.map +1 -0
  1086. package/lib/operations/webhookCreateWebhook.d.ts +35 -0
  1087. package/lib/operations/webhookCreateWebhook.d.ts.map +1 -0
  1088. package/lib/operations/webhookCreateWebhook.js +31 -0
  1089. package/lib/operations/webhookCreateWebhook.js.map +1 -0
  1090. package/lib/operations/webhookDeleteWebhook.d.ts +15 -0
  1091. package/lib/operations/webhookDeleteWebhook.d.ts.map +1 -0
  1092. package/lib/operations/webhookDeleteWebhook.js +21 -0
  1093. package/lib/operations/webhookDeleteWebhook.js.map +1 -0
  1094. package/lib/operations/webhookUpdateWebhook.d.ts +35 -0
  1095. package/lib/operations/webhookUpdateWebhook.d.ts.map +1 -0
  1096. package/lib/operations/webhookUpdateWebhook.js +31 -0
  1097. package/lib/operations/webhookUpdateWebhook.js.map +1 -0
  1098. package/lib/operations/websiteNotifications.d.ts +14 -0
  1099. package/lib/operations/websiteNotifications.d.ts.map +1 -0
  1100. package/lib/operations/websiteNotifications.js +22 -0
  1101. package/lib/operations/websiteNotifications.js.map +1 -0
  1102. package/lib/operations/workerDeploymentById.d.ts +671 -0
  1103. package/lib/operations/workerDeploymentById.d.ts.map +1 -0
  1104. package/lib/operations/workerDeploymentById.js +383 -0
  1105. package/lib/operations/workerDeploymentById.js.map +1 -0
  1106. package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.d.ts +59 -0
  1107. package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.d.ts.map +1 -0
  1108. package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.js +43 -0
  1109. package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.js.map +1 -0
  1110. package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.d.ts +595 -0
  1111. package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.d.ts.map +1 -0
  1112. package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.js +418 -0
  1113. package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.js.map +1 -0
  1114. package/lib/operations/workflowJobsById.d.ts +1193 -0
  1115. package/lib/operations/workflowJobsById.d.ts.map +1 -0
  1116. package/lib/operations/workflowJobsById.js +805 -0
  1117. package/lib/operations/workflowJobsById.js.map +1 -0
  1118. package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.d.ts +119 -0
  1119. package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.d.ts.map +1 -0
  1120. package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.js +76 -0
  1121. package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.js.map +1 -0
  1122. package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.d.ts +117 -0
  1123. package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.d.ts.map +1 -0
  1124. package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.js +75 -0
  1125. package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.js.map +1 -0
  1126. package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.d.ts +13 -0
  1127. package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.d.ts.map +1 -0
  1128. package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.js +20 -0
  1129. package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.js.map +1 -0
  1130. package/lib/operations/workflowRevisionsById.d.ts +115 -0
  1131. package/lib/operations/workflowRevisionsById.d.ts.map +1 -0
  1132. package/lib/operations/workflowRevisionsById.js +71 -0
  1133. package/lib/operations/workflowRevisionsById.js.map +1 -0
  1134. package/lib/operations/workflowRunCancelWorkflowRun.d.ts +667 -0
  1135. package/lib/operations/workflowRunCancelWorkflowRun.d.ts.map +1 -0
  1136. package/lib/operations/workflowRunCancelWorkflowRun.js +446 -0
  1137. package/lib/operations/workflowRunCancelWorkflowRun.js.map +1 -0
  1138. package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.d.ts +681 -0
  1139. package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.d.ts.map +1 -0
  1140. package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.js +453 -0
  1141. package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.js.map +1 -0
  1142. package/lib/operations/workflowRunCreateWorkflowRun.d.ts +695 -0
  1143. package/lib/operations/workflowRunCreateWorkflowRun.d.ts.map +1 -0
  1144. package/lib/operations/workflowRunCreateWorkflowRun.js +460 -0
  1145. package/lib/operations/workflowRunCreateWorkflowRun.js.map +1 -0
  1146. package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.d.ts +671 -0
  1147. package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.d.ts.map +1 -0
  1148. package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.js +448 -0
  1149. package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.js.map +1 -0
  1150. package/lib/operations/workflowRunRetryWorkflowRun.d.ts +669 -0
  1151. package/lib/operations/workflowRunRetryWorkflowRun.d.ts.map +1 -0
  1152. package/lib/operations/workflowRunRetryWorkflowRun.js +447 -0
  1153. package/lib/operations/workflowRunRetryWorkflowRun.js.map +1 -0
  1154. package/lib/operations/workflowRunsById.d.ts +667 -0
  1155. package/lib/operations/workflowRunsById.d.ts.map +1 -0
  1156. package/lib/operations/workflowRunsById.js +446 -0
  1157. package/lib/operations/workflowRunsById.js.map +1 -0
  1158. package/lib/operations/workflowsByAppIdAndFileName.d.ts +447 -0
  1159. package/lib/operations/workflowsByAppIdAndFileName.d.ts.map +1 -0
  1160. package/lib/operations/workflowsByAppIdAndFileName.js +255 -0
  1161. package/lib/operations/workflowsByAppIdAndFileName.js.map +1 -0
  1162. package/lib/operations/workflowsById.d.ts +445 -0
  1163. package/lib/operations/workflowsById.d.ts.map +1 -0
  1164. package/lib/operations/workflowsById.js +254 -0
  1165. package/lib/operations/workflowsById.js.map +1 -0
  1166. package/lib/operations/workflowsInsightsExportWorkflowRuns.d.ts +563 -0
  1167. package/lib/operations/workflowsInsightsExportWorkflowRuns.d.ts.map +1 -0
  1168. package/lib/operations/workflowsInsightsExportWorkflowRuns.js +381 -0
  1169. package/lib/operations/workflowsInsightsExportWorkflowRuns.js.map +1 -0
  1170. package/lib/retry.d.ts +22 -0
  1171. package/lib/retry.d.ts.map +1 -0
  1172. package/lib/retry.js +21 -0
  1173. package/lib/retry.js.map +1 -0
  1174. package/lib/sensitive.d.ts +5 -0
  1175. package/lib/sensitive.d.ts.map +1 -0
  1176. package/lib/sensitive.js +5 -0
  1177. package/lib/sensitive.js.map +1 -0
  1178. package/lib/traits.d.ts +5 -0
  1179. package/lib/traits.d.ts.map +1 -0
  1180. package/lib/traits.js +5 -0
  1181. package/lib/traits.js.map +1 -0
  1182. package/package.json +80 -7
  1183. package/src/category.ts +4 -0
  1184. package/src/client.ts +141 -0
  1185. package/src/credentials.ts +50 -0
  1186. package/src/errors.ts +231 -0
  1187. package/src/index.ts +15 -0
  1188. package/src/operations/accessTokenCreateAccessToken.ts +52 -0
  1189. package/src/operations/accessTokenDeleteAccessToken.ts +32 -0
  1190. package/src/operations/accessTokenSetAccessTokenRevoked.ts +95 -0
  1191. package/src/operations/accountById.ts +1005 -0
  1192. package/src/operations/accountByName.ts +1005 -0
  1193. package/src/operations/accountCancelAllSubscriptionsImmediately.ts +1008 -0
  1194. package/src/operations/accountCancelScheduledSubscriptionChange.ts +1008 -0
  1195. package/src/operations/accountChangeAdditionalAgentCreditsCount.ts +1009 -0
  1196. package/src/operations/accountChangeAdditionalConcurrenciesCount.ts +1009 -0
  1197. package/src/operations/accountChangePlan.ts +1008 -0
  1198. package/src/operations/accountGrantActorPermissions.ts +1016 -0
  1199. package/src/operations/accountRemoveProfileImage.ts +1008 -0
  1200. package/src/operations/accountRename.ts +1007 -0
  1201. package/src/operations/accountRequestRefund.ts +34 -0
  1202. package/src/operations/accountRevokeActorPermissions.ts +1016 -0
  1203. package/src/operations/accountSSOConfigurationCreateAccountSSOConfiguration.ts +68 -0
  1204. package/src/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.ts +38 -0
  1205. package/src/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.ts +50 -0
  1206. package/src/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.ts +68 -0
  1207. package/src/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.ts +58 -0
  1208. package/src/operations/accountSetDisplayName.ts +1008 -0
  1209. package/src/operations/accountSetPushSecurityEnabled.ts +1009 -0
  1210. package/src/operations/accountSetRequireTwoFactor.ts +1009 -0
  1211. package/src/operations/accountSetUserSpecifiedAccountUsage.ts +1009 -0
  1212. package/src/operations/actorExperimentCreateOrUpdateActorExperiment.ts +39 -0
  1213. package/src/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.ts +102 -0
  1214. package/src/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.ts +42 -0
  1215. package/src/operations/androidAppBuildCredentialsSetDefault.ts +88 -0
  1216. package/src/operations/androidAppBuildCredentialsSetKeystore.ts +88 -0
  1217. package/src/operations/androidAppBuildCredentialsSetName.ts +88 -0
  1218. package/src/operations/androidAppCredentialsCreateAndroidAppCredentials.ts +505 -0
  1219. package/src/operations/androidAppCredentialsCreateFcmV1Credential.ts +492 -0
  1220. package/src/operations/androidAppCredentialsDeleteAndroidAppCredentials.ts +36 -0
  1221. package/src/operations/androidAppCredentialsSetFcm.ts +492 -0
  1222. package/src/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.ts +498 -0
  1223. package/src/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.ts +502 -0
  1224. package/src/operations/androidFcmDeleteAndroidFcm.ts +32 -0
  1225. package/src/operations/androidKeystoreCreateAndroidKeystore.ts +427 -0
  1226. package/src/operations/androidKeystoreDeleteAndroidKeystore.ts +32 -0
  1227. package/src/operations/appByDevDomainName.ts +984 -0
  1228. package/src/operations/appByFullName.ts +984 -0
  1229. package/src/operations/appById.ts +984 -0
  1230. package/src/operations/appCreateApp.ts +995 -0
  1231. package/src/operations/appRemoveProfileImage.ts +986 -0
  1232. package/src/operations/appScheduleAppDeletion.ts +421 -0
  1233. package/src/operations/appSetAppInfo.ts +988 -0
  1234. package/src/operations/appSetPushSecurityEnabled.ts +988 -0
  1235. package/src/operations/appSetResourceClassExperiment.ts +990 -0
  1236. package/src/operations/appStoreConnectApiKeyById.ts +470 -0
  1237. package/src/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.ts +514 -0
  1238. package/src/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.ts +36 -0
  1239. package/src/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.ts +486 -0
  1240. package/src/operations/appStoreConnectAppCreateAppStoreConnectApp.ts +387 -0
  1241. package/src/operations/appStoreConnectAppDeleteAppStoreConnectApp.ts +32 -0
  1242. package/src/operations/appVersionCreateAppVersion.ts +44 -0
  1243. package/src/operations/appleAppIdentifierCreateAppleAppIdentifier.ts +481 -0
  1244. package/src/operations/appleDeviceCreateAppleDevice.ts +493 -0
  1245. package/src/operations/appleDeviceDeleteAppleDevice.ts +32 -0
  1246. package/src/operations/appleDeviceRegistrationRequestById.ts +473 -0
  1247. package/src/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.ts +489 -0
  1248. package/src/operations/appleDeviceRegistrationRequestPublicDataById.ts +34 -0
  1249. package/src/operations/appleDeviceUpdateAppleDevice.ts +485 -0
  1250. package/src/operations/appleDistributionCertificateById.ts +500 -0
  1251. package/src/operations/appleDistributionCertificateCreateAppleDistributionCertificate.ts +528 -0
  1252. package/src/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.ts +42 -0
  1253. package/src/operations/appleProvisioningProfileById.ts +602 -0
  1254. package/src/operations/appleProvisioningProfileCreateAppleProvisioningProfile.ts +622 -0
  1255. package/src/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.ts +38 -0
  1256. package/src/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.ts +40 -0
  1257. package/src/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.ts +621 -0
  1258. package/src/operations/applePushKeyCreateApplePushKey.ts +598 -0
  1259. package/src/operations/applePushKeyDeleteApplePushKey.ts +32 -0
  1260. package/src/operations/appleTeamByAppleTeamIdentifier.ts +531 -0
  1261. package/src/operations/appleTeamCreateAppleTeam.ts +532 -0
  1262. package/src/operations/appleTeamScheduleAppleTeamDeletion.ts +420 -0
  1263. package/src/operations/appleTeamUpdateAppleTeam.ts +531 -0
  1264. package/src/operations/assetByStorageKeys.ts +37 -0
  1265. package/src/operations/assetGetSignedAssetUploadSpecifications.ts +32 -0
  1266. package/src/operations/assetMetadata.ts +33 -0
  1267. package/src/operations/assetSignedUrls.ts +35 -0
  1268. package/src/operations/auditLogExportAuditLogs.ts +471 -0
  1269. package/src/operations/auditLogs.ts +70 -0
  1270. package/src/operations/backgroundJobReceiptById.ts +420 -0
  1271. package/src/operations/branchesById.ts +303 -0
  1272. package/src/operations/build.ts +372 -0
  1273. package/src/operations/buildAnnotationCreateBuildAnnotation.ts +50 -0
  1274. package/src/operations/buildAnnotationDeleteBuildAnnotation.ts +32 -0
  1275. package/src/operations/buildAnnotationUpdateBuildAnnotation.ts +51 -0
  1276. package/src/operations/buildAnnotationsAll.ts +47 -0
  1277. package/src/operations/buildAnnotationsById.ts +39 -0
  1278. package/src/operations/buildPublicDataById.ts +57 -0
  1279. package/src/operations/buildsById.ts +1242 -0
  1280. package/src/operations/channelsById.ts +307 -0
  1281. package/src/operations/convexIntegration.ts +31 -0
  1282. package/src/operations/convexTeamConnectionCreateConvexTeamConnection.ts +410 -0
  1283. package/src/operations/convexTeamConnectionDeleteConvexTeamConnection.ts +406 -0
  1284. package/src/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.ts +38 -0
  1285. package/src/operations/customDomainDeleteCustomDomain.ts +34 -0
  1286. package/src/operations/customDomainRefreshCustomDomain.ts +93 -0
  1287. package/src/operations/customDomainRegisterCustomDomain.ts +95 -0
  1288. package/src/operations/deploymentsAssignAlias.ts +112 -0
  1289. package/src/operations/deploymentsById.ts +140 -0
  1290. package/src/operations/deploymentsCreateSignedDeploymentUrl.ts +35 -0
  1291. package/src/operations/deploymentsDeleteAlias.ts +34 -0
  1292. package/src/operations/deploymentsDeleteWorkerDeployment.ts +33 -0
  1293. package/src/operations/deploymentsDeleteWorkerDeploymentByIdentifier.ts +37 -0
  1294. package/src/operations/devDomainNameAssignDevDomainName.ts +297 -0
  1295. package/src/operations/devDomainNameChangeDevDomainName.ts +297 -0
  1296. package/src/operations/deviceRunSessionCreateDeviceRunSession.ts +481 -0
  1297. package/src/operations/deviceRunSessionStopDeviceRunSession.ts +476 -0
  1298. package/src/operations/deviceRunSessionsById.ts +475 -0
  1299. package/src/operations/discordUserDeleteDiscordUser.ts +32 -0
  1300. package/src/operations/echoChatById.ts +169 -0
  1301. package/src/operations/echoChatCreateChat.ts +175 -0
  1302. package/src/operations/echoChatDeleteChat.ts +165 -0
  1303. package/src/operations/echoChatUpdateChat.ts +176 -0
  1304. package/src/operations/echoMessageById.ts +328 -0
  1305. package/src/operations/echoMessageCompleteMessage.ts +329 -0
  1306. package/src/operations/echoMessageCreateMessage.ts +337 -0
  1307. package/src/operations/echoMessagePartByEchoMessageId.ts +101 -0
  1308. package/src/operations/echoMessagePartById.ts +99 -0
  1309. package/src/operations/echoMessagePartCreatePart.ts +115 -0
  1310. package/src/operations/echoMessagePartCreateParts.ts +119 -0
  1311. package/src/operations/echoMessagePartUpdatePart.ts +102 -0
  1312. package/src/operations/echoProjectById.ts +586 -0
  1313. package/src/operations/echoProjectBySlug.ts +586 -0
  1314. package/src/operations/echoProjectCreateEchoProject.ts +623 -0
  1315. package/src/operations/echoProjectCreateEchoProjectIcons.ts +49 -0
  1316. package/src/operations/echoProjectDeleteEchoProject.ts +581 -0
  1317. package/src/operations/echoProjectDeleteEchoProjectIcon.ts +39 -0
  1318. package/src/operations/echoProjectPublicByAccountName.ts +54 -0
  1319. package/src/operations/echoProjectSelectEchoProjectIcon.ts +582 -0
  1320. package/src/operations/echoProjectUpdateEchoProject.ts +623 -0
  1321. package/src/operations/echoRepositoryCreateEchoRepository.ts +46 -0
  1322. package/src/operations/echoRepositoryGenerateEchoRepositoryAccessToken.ts +41 -0
  1323. package/src/operations/echoTurnCompleteTurn.ts +147 -0
  1324. package/src/operations/echoVersionById.ts +209 -0
  1325. package/src/operations/echoVersionCreateVersion.ts +234 -0
  1326. package/src/operations/echoVersionUpdateVersion.ts +232 -0
  1327. package/src/operations/environmentSecretCreateEnvironmentSecretForAccount.ts +49 -0
  1328. package/src/operations/environmentSecretCreateEnvironmentSecretForApp.ts +45 -0
  1329. package/src/operations/environmentSecretDeleteEnvironmentSecret.ts +32 -0
  1330. package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.ts +348 -0
  1331. package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.ts +344 -0
  1332. package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.ts +348 -0
  1333. package/src/operations/environmentVariableCreateEnvironmentVariableForAccount.ts +338 -0
  1334. package/src/operations/environmentVariableCreateEnvironmentVariableForApp.ts +338 -0
  1335. package/src/operations/environmentVariableCreateEnvironmentVariableForEchoProject.ts +342 -0
  1336. package/src/operations/environmentVariableDeleteBulkEnvironmentVariables.ts +38 -0
  1337. package/src/operations/environmentVariableDeleteEnvironmentVariable.ts +34 -0
  1338. package/src/operations/environmentVariableUpdateBulkEnvironmentVariables.ts +343 -0
  1339. package/src/operations/environmentVariableUpdateEnvironmentVariable.ts +333 -0
  1340. package/src/operations/experimentation.ts +34 -0
  1341. package/src/operations/fingerprintCreateOrGetExistingFingerprint.ts +324 -0
  1342. package/src/operations/githubApp.ts +34 -0
  1343. package/src/operations/githubAppCreateGitHubBuild.ts +429 -0
  1344. package/src/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.ts +498 -0
  1345. package/src/operations/githubAppInstallationDeleteGitHubAppInstallation.ts +489 -0
  1346. package/src/operations/githubBuildTriggerCreateGitHubBuildTrigger.ts +652 -0
  1347. package/src/operations/githubBuildTriggerDeleteGitHubBuildTrigger.ts +636 -0
  1348. package/src/operations/githubBuildTriggerUpdateGitHubBuildTrigger.ts +652 -0
  1349. package/src/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.ts +300 -0
  1350. package/src/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.ts +293 -0
  1351. package/src/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.ts +298 -0
  1352. package/src/operations/githubRepositoryConfigureEAS.ts +420 -0
  1353. package/src/operations/githubRepositoryCreateAndConfigureRepository.ts +430 -0
  1354. package/src/operations/githubRepositoryCreateGitHubRepository.ts +372 -0
  1355. package/src/operations/githubRepositoryScheduleGitHubRepositoryDeletion.ts +429 -0
  1356. package/src/operations/githubRepositorySettingsCreateGitHubRepositorySettings.ts +303 -0
  1357. package/src/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.ts +300 -0
  1358. package/src/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.ts +303 -0
  1359. package/src/operations/githubUser.ts +31 -0
  1360. package/src/operations/googleServiceAccountKeyById.ts +399 -0
  1361. package/src/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.ts +413 -0
  1362. package/src/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.ts +38 -0
  1363. package/src/operations/index.ts +286 -0
  1364. package/src/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.ts +89 -0
  1365. package/src/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.ts +90 -0
  1366. package/src/operations/invoicePreviewInvoiceForSubscriptionUpdate.ts +79 -0
  1367. package/src/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.ts +409 -0
  1368. package/src/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.ts +38 -0
  1369. package/src/operations/iosAppBuildCredentialsSetDistributionCertificate.ts +398 -0
  1370. package/src/operations/iosAppBuildCredentialsSetProvisioningProfile.ts +396 -0
  1371. package/src/operations/iosAppCredentialsCreateIosAppCredentials.ts +668 -0
  1372. package/src/operations/iosAppCredentialsDeleteIosAppCredentials.ts +32 -0
  1373. package/src/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.ts +668 -0
  1374. package/src/operations/iosAppCredentialsSetPushKey.ts +658 -0
  1375. package/src/operations/iosAppCredentialsUpdateIosAppCredentials.ts +667 -0
  1376. package/src/operations/jobRunById.ts +409 -0
  1377. package/src/operations/jobRunCancelJobRun.ts +409 -0
  1378. package/src/operations/keystoreGenerationUrl.ts +32 -0
  1379. package/src/operations/logRocketOrganizationDeleteLogRocketOrganization.ts +36 -0
  1380. package/src/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.ts +45 -0
  1381. package/src/operations/logRocketOrganizationGenerateLogRocketReplayToken.ts +37 -0
  1382. package/src/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.ts +421 -0
  1383. package/src/operations/logRocketProjectCreateLogRocketProject.ts +295 -0
  1384. package/src/operations/logRocketProjectDeleteLogRocketProject.ts +32 -0
  1385. package/src/operations/me.ts +1194 -0
  1386. package/src/operations/meActor.ts +438 -0
  1387. package/src/operations/meUserActor.ts +1060 -0
  1388. package/src/operations/notificationPreferenceSetAccountNotificationPreference.ts +49 -0
  1389. package/src/operations/notificationPreferenceSetAppNotificationPreference.ts +49 -0
  1390. package/src/operations/robotCreateRobotForAccount.ts +520 -0
  1391. package/src/operations/robotScheduleRobotDeletion.ts +420 -0
  1392. package/src/operations/robotUpdateRobot.ts +511 -0
  1393. package/src/operations/runtimesById.ts +362 -0
  1394. package/src/operations/sentryInstallationConfirmPendingSentryInstallation.ts +410 -0
  1395. package/src/operations/sentryInstallationDeleteSentryInstallation.ts +32 -0
  1396. package/src/operations/sentryInstallationGenerateSentryToken.ts +34 -0
  1397. package/src/operations/sentryInstallationLinkSentryInstallationToExpoAccount.ts +415 -0
  1398. package/src/operations/sentryProjectCreateSentryProject.ts +298 -0
  1399. package/src/operations/sentryProjectDeleteSentryProject.ts +32 -0
  1400. package/src/operations/snackByHashId.ts +43 -0
  1401. package/src/operations/statuspageServiceByServiceNames.ts +103 -0
  1402. package/src/operations/submissionCancelSubmission.ts +1215 -0
  1403. package/src/operations/submissionCreateAndroidSubmission.ts +334 -0
  1404. package/src/operations/submissionCreateIosSubmission.ts +335 -0
  1405. package/src/operations/submissionRetrySubmission.ts +300 -0
  1406. package/src/operations/submissionsById.ts +1213 -0
  1407. package/src/operations/turtleBrownfieldArtifactsById.ts +39 -0
  1408. package/src/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.ts +57 -0
  1409. package/src/operations/turtleBrownfieldArtifactsLatestForApp.ts +43 -0
  1410. package/src/operations/updateBranchCreateUpdateBranchForApp.ts +306 -0
  1411. package/src/operations/updateBranchEditUpdateBranch.ts +310 -0
  1412. package/src/operations/updateBranchPublishUpdateGroups.ts +1219 -0
  1413. package/src/operations/updateBranchScheduleUpdateBranchDeletion.ts +420 -0
  1414. package/src/operations/updateChannelCreateUpdateChannelForApp.ts +311 -0
  1415. package/src/operations/updateChannelEditUpdateChannel.ts +310 -0
  1416. package/src/operations/updateChannelPauseUpdateChannel.ts +309 -0
  1417. package/src/operations/updateChannelResumeUpdateChannel.ts +309 -0
  1418. package/src/operations/updateChannelScheduleUpdateChannelDeletion.ts +420 -0
  1419. package/src/operations/updateScheduleUpdateGroupDeletion.ts +420 -0
  1420. package/src/operations/updateSetCodeSigningInfo.ts +958 -0
  1421. package/src/operations/updateSetRolloutPercentage.ts +954 -0
  1422. package/src/operations/updatesByGroup.ts +967 -0
  1423. package/src/operations/updatesById.ts +951 -0
  1424. package/src/operations/uploadSessionCreateAccountScopedUploadSession.ts +39 -0
  1425. package/src/operations/uploadSessionCreateAppScopedUploadSession.ts +34 -0
  1426. package/src/operations/uploadSessionCreateEchoProjectScopedUploadSession.ts +37 -0
  1427. package/src/operations/uploadSessionCreateUploadSession.ts +42 -0
  1428. package/src/operations/userActorPublicDataByUsername.ts +36 -0
  1429. package/src/operations/userAppPinsPinApp.ts +30 -0
  1430. package/src/operations/userAppPinsUnpinApp.ts +30 -0
  1431. package/src/operations/userAuditLogExportUserAuditLogs.ts +449 -0
  1432. package/src/operations/userAuditLogs.ts +48 -0
  1433. package/src/operations/userDashboardViewPinsPinDashboardView.ts +405 -0
  1434. package/src/operations/userDashboardViewPinsUnpinDashboardView.ts +411 -0
  1435. package/src/operations/userInvitationAcceptUserInvitationAsViewer.ts +32 -0
  1436. package/src/operations/userInvitationAcceptUserInvitationByTokenAsViewer.ts +36 -0
  1437. package/src/operations/userInvitationCreateUserInvitationForAccount.ts +58 -0
  1438. package/src/operations/userInvitationDeleteUserInvitation.ts +32 -0
  1439. package/src/operations/userInvitationDeleteUserInvitationByToken.ts +32 -0
  1440. package/src/operations/userInvitationPublicDataByToken.ts +40 -0
  1441. package/src/operations/userInvitationResendUserInvitation.ts +52 -0
  1442. package/src/operations/userInvitationUpdateUserInvitationPermissions.ts +58 -0
  1443. package/src/operations/userPreferenceDelete.ts +36 -0
  1444. package/src/operations/userPreferenceGet.ts +36 -0
  1445. package/src/operations/userPreferenceSet.ts +35 -0
  1446. package/src/operations/vexoAccountConnectionCreateVexoAccountConnection.ts +416 -0
  1447. package/src/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.ts +418 -0
  1448. package/src/operations/vexoAppCreateVexoApp.ts +300 -0
  1449. package/src/operations/vexoAppDeleteVexoApp.ts +292 -0
  1450. package/src/operations/vexoAppUpdateVexoApp.ts +299 -0
  1451. package/src/operations/vexoIntegration.ts +31 -0
  1452. package/src/operations/viewer.ts +1194 -0
  1453. package/src/operations/webhookById.ts +35 -0
  1454. package/src/operations/webhookCreateWebhook.ts +40 -0
  1455. package/src/operations/webhookDeleteWebhook.ts +30 -0
  1456. package/src/operations/webhookUpdateWebhook.ts +40 -0
  1457. package/src/operations/websiteNotifications.ts +31 -0
  1458. package/src/operations/workerDeploymentById.ts +458 -0
  1459. package/src/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.ts +68 -0
  1460. package/src/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.ts +479 -0
  1461. package/src/operations/workflowJobsById.ts +910 -0
  1462. package/src/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.ts +93 -0
  1463. package/src/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.ts +92 -0
  1464. package/src/operations/workflowRevisionValidateWorkflowYamlConfig.ts +34 -0
  1465. package/src/operations/workflowRevisionsById.ts +81 -0
  1466. package/src/operations/workflowRunCancelWorkflowRun.ts +501 -0
  1467. package/src/operations/workflowRunCreateExpoGoRepackWorkflowRun.ts +508 -0
  1468. package/src/operations/workflowRunCreateWorkflowRun.ts +515 -0
  1469. package/src/operations/workflowRunCreateWorkflowRunFromGitRef.ts +503 -0
  1470. package/src/operations/workflowRunRetryWorkflowRun.ts +502 -0
  1471. package/src/operations/workflowRunsById.ts +499 -0
  1472. package/src/operations/workflowsByAppIdAndFileName.ts +304 -0
  1473. package/src/operations/workflowsById.ts +301 -0
  1474. package/src/operations/workflowsInsightsExportWorkflowRuns.ts +476 -0
  1475. package/src/retry.ts +35 -0
  1476. package/src/sensitive.ts +4 -0
  1477. package/src/traits.ts +4 -0
  1478. package/bun.lock +0 -26
  1479. package/index.ts +0 -1
  1480. package/tsconfig.json +0 -29
@@ -0,0 +1,755 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const ApplePushKeyCreateApplePushKeyInput: Schema.Struct<{
3
+ readonly accountId: Schema.String;
4
+ readonly applePushKeyInput: Schema.Struct<{
5
+ readonly appleTeamId: Schema.String;
6
+ readonly keyIdentifier: Schema.String;
7
+ readonly keyP8: Schema.String;
8
+ }>;
9
+ }>;
10
+ export type ApplePushKeyCreateApplePushKeyInput = typeof ApplePushKeyCreateApplePushKeyInput.Type;
11
+ export declare const ApplePushKeyCreateApplePushKeyOutput: Schema.Struct<{
12
+ readonly account: Schema.Struct<{
13
+ readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
14
+ readonly createdAt: Schema.String;
15
+ readonly id: Schema.String;
16
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
17
+ readonly note: Schema.NullOr<Schema.String>;
18
+ readonly revokedAt: Schema.NullOr<Schema.String>;
19
+ readonly updatedAt: Schema.String;
20
+ readonly visibleTokenPrefix: Schema.String;
21
+ }>>>;
22
+ readonly appCount: Schema.Number;
23
+ readonly appStoreConnectApiKeys: Schema.$Array<Schema.Struct<{
24
+ readonly createdAt: Schema.String;
25
+ readonly id: Schema.String;
26
+ readonly issuerIdentifier: Schema.String;
27
+ readonly keyIdentifier: Schema.String;
28
+ readonly keyP8: Schema.String;
29
+ readonly name: Schema.NullOr<Schema.String>;
30
+ readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
31
+ readonly updatedAt: Schema.String;
32
+ }>>;
33
+ readonly appleDistributionCertificates: Schema.$Array<Schema.Struct<{
34
+ readonly certificateP12: Schema.NullOr<Schema.String>;
35
+ readonly certificatePassword: Schema.NullOr<Schema.String>;
36
+ readonly certificatePrivateSigningKey: Schema.NullOr<Schema.String>;
37
+ readonly createdAt: Schema.String;
38
+ readonly developerPortalIdentifier: Schema.NullOr<Schema.String>;
39
+ readonly id: Schema.String;
40
+ readonly serialNumber: Schema.String;
41
+ readonly updatedAt: Schema.String;
42
+ readonly validityNotAfter: Schema.String;
43
+ readonly validityNotBefore: Schema.String;
44
+ }>>;
45
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
46
+ readonly billing: Schema.NullOr<Schema.Struct<{
47
+ readonly id: Schema.String;
48
+ }>>;
49
+ readonly convexTeamConnections: Schema.$Array<Schema.Struct<{
50
+ readonly convexTeamIdentifier: Schema.String;
51
+ readonly createdAt: Schema.String;
52
+ readonly id: Schema.String;
53
+ readonly updatedAt: Schema.String;
54
+ }>>;
55
+ readonly createdAt: Schema.String;
56
+ readonly displayName: Schema.NullOr<Schema.String>;
57
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
58
+ readonly githubAppInstallations: Schema.$Array<Schema.Struct<{
59
+ readonly id: Schema.String;
60
+ readonly installationIdentifier: Schema.Number;
61
+ }>>;
62
+ readonly googleServiceAccountKeys: Schema.$Array<Schema.Struct<{
63
+ readonly clientEmail: Schema.String;
64
+ readonly clientIdentifier: Schema.String;
65
+ readonly createdAt: Schema.String;
66
+ readonly id: Schema.String;
67
+ readonly keyJson: Schema.String;
68
+ readonly privateKeyIdentifier: Schema.String;
69
+ readonly projectIdentifier: Schema.String;
70
+ readonly updatedAt: Schema.String;
71
+ }>>;
72
+ readonly hasBuilds: Schema.Boolean;
73
+ readonly id: Schema.String;
74
+ readonly isCurrent: Schema.Boolean;
75
+ readonly isDisabled: Schema.Boolean;
76
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
77
+ readonly isSSOEnabled: Schema.Boolean;
78
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
79
+ readonly logRocketOrganization: Schema.NullOr<Schema.Struct<{
80
+ readonly createdAt: Schema.String;
81
+ readonly id: Schema.String;
82
+ readonly orgName: Schema.String;
83
+ readonly orgSlug: Schema.String;
84
+ }>>;
85
+ readonly memberStats: Schema.Struct<{
86
+ readonly allHave2FAEnabled: Schema.Boolean;
87
+ readonly humanCount: Schema.Number;
88
+ readonly ownerCount: Schema.Number;
89
+ readonly robotCount: Schema.Number;
90
+ readonly ssoUserCount: Schema.Number;
91
+ readonly totalCount: Schema.Number;
92
+ }>;
93
+ readonly name: Schema.String;
94
+ readonly offers: Schema.NullOr<Schema.$Array<Schema.Struct<{
95
+ readonly features: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Literals<readonly ["BUILDS", "OPEN_SOURCE", "SUPPORT", "TEAMS"]>>>>;
96
+ readonly id: Schema.String;
97
+ readonly price: Schema.Number;
98
+ readonly quantity: Schema.NullOr<Schema.Number>;
99
+ readonly stripeId: Schema.String;
100
+ readonly trialLength: Schema.NullOr<Schema.Number>;
101
+ readonly type: Schema.Literals<readonly ["ADDON", "PREPAID", "SUBSCRIPTION"]>;
102
+ }>>>;
103
+ readonly onboardingStats: Schema.Struct<{
104
+ readonly firstBuildCompletedAt: Schema.NullOr<Schema.String>;
105
+ readonly firstProjectCreatedAt: Schema.NullOr<Schema.String>;
106
+ readonly firstSubmissionCompletedAt: Schema.NullOr<Schema.String>;
107
+ readonly firstUpdateCreatedAt: Schema.NullOr<Schema.String>;
108
+ readonly hasConfiguredUpdate: Schema.Boolean;
109
+ readonly hasConfiguredWorkflow: Schema.Boolean;
110
+ readonly hasTeamMembers: Schema.Boolean;
111
+ }>;
112
+ readonly owner: Schema.NullOr<Schema.Struct<{
113
+ readonly appCount: Schema.Number;
114
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
115
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
116
+ readonly created: Schema.String;
117
+ readonly displayName: Schema.String;
118
+ readonly email: Schema.String;
119
+ readonly emailVerified: Schema.Boolean;
120
+ readonly firstName: Schema.NullOr<Schema.String>;
121
+ readonly fullName: Schema.NullOr<Schema.String>;
122
+ readonly githubUsername: Schema.NullOr<Schema.String>;
123
+ readonly hasPassword: Schema.Boolean;
124
+ readonly hasPendingUserInvitations: Schema.Boolean;
125
+ readonly id: Schema.String;
126
+ readonly industry: Schema.NullOr<Schema.String>;
127
+ readonly isExpoAdmin: Schema.Boolean;
128
+ readonly isLegacy: Schema.Boolean;
129
+ readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
130
+ readonly isStaffModeEnabled: Schema.Boolean;
131
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
132
+ readonly lastName: Schema.NullOr<Schema.String>;
133
+ readonly location: Schema.NullOr<Schema.String>;
134
+ readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
135
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
136
+ readonly profilePhoto: Schema.String;
137
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
138
+ readonly username: Schema.String;
139
+ }>>;
140
+ readonly ownerUserActor: Schema.NullOr<Schema.Struct<{
141
+ readonly appCount: Schema.Number;
142
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
143
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
144
+ readonly created: Schema.String;
145
+ readonly displayName: Schema.String;
146
+ readonly firstName: Schema.NullOr<Schema.String>;
147
+ readonly fullName: Schema.NullOr<Schema.String>;
148
+ readonly githubUsername: Schema.NullOr<Schema.String>;
149
+ readonly id: Schema.String;
150
+ readonly industry: Schema.NullOr<Schema.String>;
151
+ readonly isExpoAdmin: Schema.Boolean;
152
+ readonly isStaffModeEnabled: Schema.Boolean;
153
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
154
+ readonly lastName: Schema.NullOr<Schema.String>;
155
+ readonly location: Schema.NullOr<Schema.String>;
156
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
157
+ readonly profilePhoto: Schema.String;
158
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
159
+ readonly username: Schema.String;
160
+ }>>;
161
+ readonly pendingSentryInstallation: Schema.NullOr<Schema.Struct<{
162
+ readonly createdAt: Schema.String;
163
+ readonly id: Schema.String;
164
+ readonly installationId: Schema.String;
165
+ readonly orgSlug: Schema.String;
166
+ }>>;
167
+ readonly profileImageUrl: Schema.String;
168
+ readonly pushSecurityEnabled: Schema.Boolean;
169
+ readonly requireTwoFactor: Schema.Boolean;
170
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
171
+ readonly sentryInstallation: Schema.NullOr<Schema.Struct<{
172
+ readonly createdAt: Schema.String;
173
+ readonly id: Schema.String;
174
+ readonly installationId: Schema.String;
175
+ readonly orgSlug: Schema.String;
176
+ }>>;
177
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
178
+ readonly ssoConfiguration: Schema.NullOr<Schema.Struct<{
179
+ readonly authProtocol: Schema.Literals<readonly ["OIDC"]>;
180
+ readonly authProviderIdentifier: Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>;
181
+ readonly clientIdentifier: Schema.String;
182
+ readonly clientSecret: Schema.String;
183
+ readonly createdAt: Schema.String;
184
+ readonly id: Schema.String;
185
+ readonly issuer: Schema.String;
186
+ readonly updatedAt: Schema.String;
187
+ }>>;
188
+ readonly subscription: Schema.NullOr<Schema.Struct<{
189
+ readonly cancelAt: Schema.NullOr<Schema.String>;
190
+ readonly endedAt: Schema.NullOr<Schema.String>;
191
+ readonly id: Schema.String;
192
+ readonly isDowngrading: Schema.NullOr<Schema.Boolean>;
193
+ readonly name: Schema.NullOr<Schema.String>;
194
+ readonly nextInvoice: Schema.NullOr<Schema.String>;
195
+ readonly nextInvoiceAmountDueCents: Schema.NullOr<Schema.Number>;
196
+ readonly planId: Schema.NullOr<Schema.String>;
197
+ readonly price: Schema.Number;
198
+ readonly recurringCents: Schema.NullOr<Schema.Number>;
199
+ readonly status: Schema.NullOr<Schema.String>;
200
+ readonly trialEnd: Schema.NullOr<Schema.String>;
201
+ readonly willCancel: Schema.NullOr<Schema.Boolean>;
202
+ }>>;
203
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
204
+ readonly unlimitedBuilds: Schema.Boolean;
205
+ readonly updatedAt: Schema.String;
206
+ readonly userActorOwner: Schema.NullOr<Schema.Struct<{
207
+ readonly appCount: Schema.Number;
208
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
209
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
210
+ readonly created: Schema.String;
211
+ readonly displayName: Schema.String;
212
+ readonly firstName: Schema.NullOr<Schema.String>;
213
+ readonly fullName: Schema.NullOr<Schema.String>;
214
+ readonly githubUsername: Schema.NullOr<Schema.String>;
215
+ readonly id: Schema.String;
216
+ readonly industry: Schema.NullOr<Schema.String>;
217
+ readonly isExpoAdmin: Schema.Boolean;
218
+ readonly isStaffModeEnabled: Schema.Boolean;
219
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
220
+ readonly lastName: Schema.NullOr<Schema.String>;
221
+ readonly location: Schema.NullOr<Schema.String>;
222
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
223
+ readonly profilePhoto: Schema.String;
224
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
225
+ readonly username: Schema.String;
226
+ }>>;
227
+ readonly userInvitations: Schema.$Array<Schema.Struct<{
228
+ readonly accountName: Schema.String;
229
+ readonly accountProfileImageUrl: Schema.String;
230
+ readonly accountProfilePhoto: Schema.NullOr<Schema.String>;
231
+ readonly accountRequiresTwoFactor: Schema.Boolean;
232
+ readonly created: Schema.String;
233
+ readonly email: Schema.String;
234
+ readonly expires: Schema.String;
235
+ readonly id: Schema.String;
236
+ readonly isForOrganization: Schema.Boolean;
237
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
238
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
239
+ }>>;
240
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
241
+ readonly users: Schema.$Array<Schema.Struct<{
242
+ readonly id: Schema.String;
243
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
244
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
245
+ }>>;
246
+ readonly vexoAccountConnection: Schema.NullOr<Schema.Struct<{
247
+ readonly id: Schema.String;
248
+ }>>;
249
+ readonly viewerUserPermission: Schema.Struct<{
250
+ readonly id: Schema.String;
251
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
252
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
253
+ }>;
254
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
255
+ }>;
256
+ readonly appleTeam: Schema.NullOr<Schema.Struct<{
257
+ readonly account: Schema.Struct<{
258
+ readonly appCount: Schema.Number;
259
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
260
+ readonly createdAt: Schema.String;
261
+ readonly displayName: Schema.NullOr<Schema.String>;
262
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
263
+ readonly hasBuilds: Schema.Boolean;
264
+ readonly id: Schema.String;
265
+ readonly isCurrent: Schema.Boolean;
266
+ readonly isDisabled: Schema.Boolean;
267
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
268
+ readonly isSSOEnabled: Schema.Boolean;
269
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
270
+ readonly name: Schema.String;
271
+ readonly profileImageUrl: Schema.String;
272
+ readonly pushSecurityEnabled: Schema.Boolean;
273
+ readonly requireTwoFactor: Schema.Boolean;
274
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
275
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
276
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
277
+ readonly unlimitedBuilds: Schema.Boolean;
278
+ readonly updatedAt: Schema.String;
279
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
280
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
281
+ }>;
282
+ readonly appleDistributionCertificates: Schema.$Array<Schema.Struct<{
283
+ readonly certificateP12: Schema.NullOr<Schema.String>;
284
+ readonly certificatePassword: Schema.NullOr<Schema.String>;
285
+ readonly certificatePrivateSigningKey: Schema.NullOr<Schema.String>;
286
+ readonly createdAt: Schema.String;
287
+ readonly developerPortalIdentifier: Schema.NullOr<Schema.String>;
288
+ readonly id: Schema.String;
289
+ readonly serialNumber: Schema.String;
290
+ readonly updatedAt: Schema.String;
291
+ readonly validityNotAfter: Schema.String;
292
+ readonly validityNotBefore: Schema.String;
293
+ }>>;
294
+ readonly appleTeamIdentifier: Schema.String;
295
+ readonly appleTeamName: Schema.NullOr<Schema.String>;
296
+ readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
297
+ readonly id: Schema.String;
298
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
299
+ }>>;
300
+ readonly createdAt: Schema.String;
301
+ readonly id: Schema.String;
302
+ readonly iosAppCredentialsList: Schema.$Array<Schema.Struct<{
303
+ readonly app: Schema.Struct<{
304
+ readonly appStoreUrl: Schema.NullOr<Schema.String>;
305
+ readonly assetLimitPerUpdateGroup: Schema.Number;
306
+ readonly buildProfiles: Schema.$Array<Schema.String>;
307
+ readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
308
+ readonly description: Schema.String;
309
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
310
+ readonly fullName: Schema.String;
311
+ readonly githubUrl: Schema.NullOr<Schema.String>;
312
+ readonly iconUrl: Schema.NullOr<Schema.String>;
313
+ readonly id: Schema.String;
314
+ readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
315
+ readonly isDeleting: Schema.Boolean;
316
+ readonly isDeprecated: Schema.Boolean;
317
+ readonly isLikedByMe: Schema.Boolean;
318
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
319
+ readonly lastPublishedTime: Schema.String;
320
+ readonly latestActivity: Schema.String;
321
+ readonly latestReleaseId: Schema.String;
322
+ readonly likeCount: Schema.Number;
323
+ readonly name: Schema.String;
324
+ readonly packageName: Schema.String;
325
+ readonly packageUsername: Schema.String;
326
+ readonly playStoreUrl: Schema.NullOr<Schema.String>;
327
+ readonly privacy: Schema.String;
328
+ readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
329
+ readonly published: Schema.Boolean;
330
+ readonly pushSecurityEnabled: Schema.Boolean;
331
+ readonly releaseChannels: Schema.$Array<Schema.String>;
332
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
333
+ readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
334
+ readonly scopeKey: Schema.String;
335
+ readonly sdkVersion: Schema.String;
336
+ readonly slug: Schema.String;
337
+ readonly suggestedDevDomainName: Schema.String;
338
+ readonly trendScore: Schema.Number;
339
+ readonly updated: Schema.String;
340
+ readonly username: Schema.String;
341
+ }>;
342
+ readonly appStoreConnectApiKeyForBuilds: Schema.NullOr<Schema.Struct<{
343
+ readonly createdAt: Schema.String;
344
+ readonly id: Schema.String;
345
+ readonly issuerIdentifier: Schema.String;
346
+ readonly keyIdentifier: Schema.String;
347
+ readonly keyP8: Schema.String;
348
+ readonly name: Schema.NullOr<Schema.String>;
349
+ readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
350
+ readonly updatedAt: Schema.String;
351
+ }>>;
352
+ readonly appStoreConnectApiKeyForSubmissions: Schema.NullOr<Schema.Struct<{
353
+ readonly createdAt: Schema.String;
354
+ readonly id: Schema.String;
355
+ readonly issuerIdentifier: Schema.String;
356
+ readonly keyIdentifier: Schema.String;
357
+ readonly keyP8: Schema.String;
358
+ readonly name: Schema.NullOr<Schema.String>;
359
+ readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
360
+ readonly updatedAt: Schema.String;
361
+ }>>;
362
+ readonly appleAppIdentifier: Schema.Struct<{
363
+ readonly bundleIdentifier: Schema.String;
364
+ readonly id: Schema.String;
365
+ }>;
366
+ readonly appleTeam: Schema.NullOr<Schema.Struct<{
367
+ readonly appleTeamIdentifier: Schema.String;
368
+ readonly appleTeamName: Schema.NullOr<Schema.String>;
369
+ readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
370
+ readonly id: Schema.String;
371
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
372
+ }>>;
373
+ readonly id: Schema.String;
374
+ }>>;
375
+ readonly keyIdentifier: Schema.String;
376
+ readonly keyP8: Schema.String;
377
+ readonly updatedAt: Schema.String;
378
+ }>;
379
+ export type ApplePushKeyCreateApplePushKeyOutput = typeof ApplePushKeyCreateApplePushKeyOutput.Type;
380
+ export declare const applePushKeyCreateApplePushKey: import("@distilled.cloud/core/client").OperationMethod<{
381
+ readonly accountId: string;
382
+ readonly applePushKeyInput: {
383
+ readonly appleTeamId: string;
384
+ readonly keyIdentifier: string;
385
+ readonly keyP8: string;
386
+ };
387
+ }, {
388
+ readonly account: {
389
+ readonly accessTokens: readonly ({
390
+ readonly createdAt: string;
391
+ readonly id: string;
392
+ readonly lastUsedAt: string | null;
393
+ readonly note: string | null;
394
+ readonly revokedAt: string | null;
395
+ readonly updatedAt: string;
396
+ readonly visibleTokenPrefix: string;
397
+ } | null)[];
398
+ readonly appCount: number;
399
+ readonly appStoreConnectApiKeys: readonly {
400
+ readonly createdAt: string;
401
+ readonly id: string;
402
+ readonly issuerIdentifier: string;
403
+ readonly keyIdentifier: string;
404
+ readonly keyP8: string;
405
+ readonly name: string | null;
406
+ readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
407
+ readonly updatedAt: string;
408
+ }[];
409
+ readonly appleDistributionCertificates: readonly {
410
+ readonly certificateP12: string | null;
411
+ readonly certificatePassword: string | null;
412
+ readonly certificatePrivateSigningKey: string | null;
413
+ readonly createdAt: string;
414
+ readonly developerPortalIdentifier: string | null;
415
+ readonly id: string;
416
+ readonly serialNumber: string;
417
+ readonly updatedAt: string;
418
+ readonly validityNotAfter: string;
419
+ readonly validityNotBefore: string;
420
+ }[];
421
+ readonly availableBuilds: number | null;
422
+ readonly billing: {
423
+ readonly id: string;
424
+ } | null;
425
+ readonly convexTeamConnections: readonly {
426
+ readonly convexTeamIdentifier: string;
427
+ readonly createdAt: string;
428
+ readonly id: string;
429
+ readonly updatedAt: string;
430
+ }[];
431
+ readonly createdAt: string;
432
+ readonly displayName: string | null;
433
+ readonly environmentVariableEnvironments: readonly unknown[];
434
+ readonly githubAppInstallations: readonly {
435
+ readonly id: string;
436
+ readonly installationIdentifier: number;
437
+ }[];
438
+ readonly googleServiceAccountKeys: readonly {
439
+ readonly clientEmail: string;
440
+ readonly clientIdentifier: string;
441
+ readonly createdAt: string;
442
+ readonly id: string;
443
+ readonly keyJson: string;
444
+ readonly privateKeyIdentifier: string;
445
+ readonly projectIdentifier: string;
446
+ readonly updatedAt: string;
447
+ }[];
448
+ readonly hasBuilds: boolean;
449
+ readonly id: string;
450
+ readonly isCurrent: boolean;
451
+ readonly isDisabled: boolean;
452
+ readonly isFreeAppDevDomainTier: boolean;
453
+ readonly isSSOEnabled: boolean;
454
+ readonly lastDeletionAttemptTime: string | null;
455
+ readonly logRocketOrganization: {
456
+ readonly createdAt: string;
457
+ readonly id: string;
458
+ readonly orgName: string;
459
+ readonly orgSlug: string;
460
+ } | null;
461
+ readonly memberStats: {
462
+ readonly allHave2FAEnabled: boolean;
463
+ readonly humanCount: number;
464
+ readonly ownerCount: number;
465
+ readonly robotCount: number;
466
+ readonly ssoUserCount: number;
467
+ readonly totalCount: number;
468
+ };
469
+ readonly name: string;
470
+ readonly offers: readonly {
471
+ readonly features: readonly ("BUILDS" | "OPEN_SOURCE" | "SUPPORT" | "TEAMS" | null)[] | null;
472
+ readonly id: string;
473
+ readonly price: number;
474
+ readonly quantity: number | null;
475
+ readonly stripeId: string;
476
+ readonly trialLength: number | null;
477
+ readonly type: "ADDON" | "PREPAID" | "SUBSCRIPTION";
478
+ }[] | null;
479
+ readonly onboardingStats: {
480
+ readonly firstBuildCompletedAt: string | null;
481
+ readonly firstProjectCreatedAt: string | null;
482
+ readonly firstSubmissionCompletedAt: string | null;
483
+ readonly firstUpdateCreatedAt: string | null;
484
+ readonly hasConfiguredUpdate: boolean;
485
+ readonly hasConfiguredWorkflow: boolean;
486
+ readonly hasTeamMembers: boolean;
487
+ };
488
+ readonly owner: {
489
+ readonly appCount: number;
490
+ readonly appetizeCode: string | null;
491
+ readonly bestContactEmail: string | null;
492
+ readonly created: string;
493
+ readonly displayName: string;
494
+ readonly email: string;
495
+ readonly emailVerified: boolean;
496
+ readonly firstName: string | null;
497
+ readonly fullName: string | null;
498
+ readonly githubUsername: string | null;
499
+ readonly hasPassword: boolean;
500
+ readonly hasPendingUserInvitations: boolean;
501
+ readonly id: string;
502
+ readonly industry: string | null;
503
+ readonly isExpoAdmin: boolean;
504
+ readonly isLegacy: boolean;
505
+ readonly isSecondFactorAuthenticationEnabled: boolean;
506
+ readonly isStaffModeEnabled: boolean;
507
+ readonly lastDeletionAttemptTime: string | null;
508
+ readonly lastName: string | null;
509
+ readonly location: string | null;
510
+ readonly newEmailPendingVerification: string | null;
511
+ readonly primaryAccountProfileImageUrl: string | null;
512
+ readonly profilePhoto: string;
513
+ readonly twitterUsername: string | null;
514
+ readonly username: string;
515
+ } | null;
516
+ readonly ownerUserActor: {
517
+ readonly appCount: number;
518
+ readonly appetizeCode: string | null;
519
+ readonly bestContactEmail: string | null;
520
+ readonly created: string;
521
+ readonly displayName: string;
522
+ readonly firstName: string | null;
523
+ readonly fullName: string | null;
524
+ readonly githubUsername: string | null;
525
+ readonly id: string;
526
+ readonly industry: string | null;
527
+ readonly isExpoAdmin: boolean;
528
+ readonly isStaffModeEnabled: boolean;
529
+ readonly lastDeletionAttemptTime: string | null;
530
+ readonly lastName: string | null;
531
+ readonly location: string | null;
532
+ readonly primaryAccountProfileImageUrl: string | null;
533
+ readonly profilePhoto: string;
534
+ readonly twitterUsername: string | null;
535
+ readonly username: string;
536
+ } | null;
537
+ readonly pendingSentryInstallation: {
538
+ readonly createdAt: string;
539
+ readonly id: string;
540
+ readonly installationId: string;
541
+ readonly orgSlug: string;
542
+ } | null;
543
+ readonly profileImageUrl: string;
544
+ readonly pushSecurityEnabled: boolean;
545
+ readonly requireTwoFactor: boolean;
546
+ readonly requiresAccessTokenForPushSecurity: boolean;
547
+ readonly sentryInstallation: {
548
+ readonly createdAt: string;
549
+ readonly id: string;
550
+ readonly installationId: string;
551
+ readonly orgSlug: string;
552
+ } | null;
553
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
554
+ readonly ssoConfiguration: {
555
+ readonly authProtocol: "OIDC";
556
+ readonly authProviderIdentifier: "AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP";
557
+ readonly clientIdentifier: string;
558
+ readonly clientSecret: string;
559
+ readonly createdAt: string;
560
+ readonly id: string;
561
+ readonly issuer: string;
562
+ readonly updatedAt: string;
563
+ } | null;
564
+ readonly subscription: {
565
+ readonly cancelAt: string | null;
566
+ readonly endedAt: string | null;
567
+ readonly id: string;
568
+ readonly isDowngrading: boolean | null;
569
+ readonly name: string | null;
570
+ readonly nextInvoice: string | null;
571
+ readonly nextInvoiceAmountDueCents: number | null;
572
+ readonly planId: string | null;
573
+ readonly price: number;
574
+ readonly recurringCents: number | null;
575
+ readonly status: string | null;
576
+ readonly trialEnd: string | null;
577
+ readonly willCancel: boolean | null;
578
+ } | null;
579
+ readonly subscriptionChangesPending: boolean | null;
580
+ readonly unlimitedBuilds: boolean;
581
+ readonly updatedAt: string;
582
+ readonly userActorOwner: {
583
+ readonly appCount: number;
584
+ readonly appetizeCode: string | null;
585
+ readonly bestContactEmail: string | null;
586
+ readonly created: string;
587
+ readonly displayName: string;
588
+ readonly firstName: string | null;
589
+ readonly fullName: string | null;
590
+ readonly githubUsername: string | null;
591
+ readonly id: string;
592
+ readonly industry: string | null;
593
+ readonly isExpoAdmin: boolean;
594
+ readonly isStaffModeEnabled: boolean;
595
+ readonly lastDeletionAttemptTime: string | null;
596
+ readonly lastName: string | null;
597
+ readonly location: string | null;
598
+ readonly primaryAccountProfileImageUrl: string | null;
599
+ readonly profilePhoto: string;
600
+ readonly twitterUsername: string | null;
601
+ readonly username: string;
602
+ } | null;
603
+ readonly userInvitations: readonly {
604
+ readonly accountName: string;
605
+ readonly accountProfileImageUrl: string;
606
+ readonly accountProfilePhoto: string | null;
607
+ readonly accountRequiresTwoFactor: boolean;
608
+ readonly created: string;
609
+ readonly email: string;
610
+ readonly expires: string;
611
+ readonly id: string;
612
+ readonly isForOrganization: boolean;
613
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
614
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
615
+ }[];
616
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
617
+ readonly users: readonly {
618
+ readonly id: string;
619
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
620
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
621
+ }[];
622
+ readonly vexoAccountConnection: {
623
+ readonly id: string;
624
+ } | null;
625
+ readonly viewerUserPermission: {
626
+ readonly id: string;
627
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
628
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
629
+ };
630
+ readonly willAutoRenewBuilds: boolean | null;
631
+ };
632
+ readonly appleTeam: {
633
+ readonly account: {
634
+ readonly appCount: number;
635
+ readonly availableBuilds: number | null;
636
+ readonly createdAt: string;
637
+ readonly displayName: string | null;
638
+ readonly environmentVariableEnvironments: readonly unknown[];
639
+ readonly hasBuilds: boolean;
640
+ readonly id: string;
641
+ readonly isCurrent: boolean;
642
+ readonly isDisabled: boolean;
643
+ readonly isFreeAppDevDomainTier: boolean;
644
+ readonly isSSOEnabled: boolean;
645
+ readonly lastDeletionAttemptTime: string | null;
646
+ readonly name: string;
647
+ readonly profileImageUrl: string;
648
+ readonly pushSecurityEnabled: boolean;
649
+ readonly requireTwoFactor: boolean;
650
+ readonly requiresAccessTokenForPushSecurity: boolean;
651
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
652
+ readonly subscriptionChangesPending: boolean | null;
653
+ readonly unlimitedBuilds: boolean;
654
+ readonly updatedAt: string;
655
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
656
+ readonly willAutoRenewBuilds: boolean | null;
657
+ };
658
+ readonly appleDistributionCertificates: readonly {
659
+ readonly certificateP12: string | null;
660
+ readonly certificatePassword: string | null;
661
+ readonly certificatePrivateSigningKey: string | null;
662
+ readonly createdAt: string;
663
+ readonly developerPortalIdentifier: string | null;
664
+ readonly id: string;
665
+ readonly serialNumber: string;
666
+ readonly updatedAt: string;
667
+ readonly validityNotAfter: string;
668
+ readonly validityNotBefore: string;
669
+ }[];
670
+ readonly appleTeamIdentifier: string;
671
+ readonly appleTeamName: string | null;
672
+ readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
673
+ readonly id: string;
674
+ readonly lastDeletionAttemptTime: string | null;
675
+ } | null;
676
+ readonly createdAt: string;
677
+ readonly id: string;
678
+ readonly iosAppCredentialsList: readonly {
679
+ readonly app: {
680
+ readonly appStoreUrl: string | null;
681
+ readonly assetLimitPerUpdateGroup: number;
682
+ readonly buildProfiles: readonly string[];
683
+ readonly buildsReleaseChannels: readonly string[];
684
+ readonly description: string;
685
+ readonly environmentVariableEnvironments: readonly unknown[];
686
+ readonly fullName: string;
687
+ readonly githubUrl: string | null;
688
+ readonly iconUrl: string | null;
689
+ readonly id: string;
690
+ readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
691
+ readonly isDeleting: boolean;
692
+ readonly isDeprecated: boolean;
693
+ readonly isLikedByMe: boolean;
694
+ readonly lastDeletionAttemptTime: string | null;
695
+ readonly lastPublishedTime: string;
696
+ readonly latestActivity: string;
697
+ readonly latestReleaseId: string;
698
+ readonly likeCount: number;
699
+ readonly name: string;
700
+ readonly packageName: string;
701
+ readonly packageUsername: string;
702
+ readonly playStoreUrl: string | null;
703
+ readonly privacy: string;
704
+ readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
705
+ readonly published: boolean;
706
+ readonly pushSecurityEnabled: boolean;
707
+ readonly releaseChannels: readonly string[];
708
+ readonly requiresAccessTokenForPushSecurity: boolean;
709
+ readonly resourceClassExperiment: "C3D" | "N2" | null;
710
+ readonly scopeKey: string;
711
+ readonly sdkVersion: string;
712
+ readonly slug: string;
713
+ readonly suggestedDevDomainName: string;
714
+ readonly trendScore: number;
715
+ readonly updated: string;
716
+ readonly username: string;
717
+ };
718
+ readonly appStoreConnectApiKeyForBuilds: {
719
+ readonly createdAt: string;
720
+ readonly id: string;
721
+ readonly issuerIdentifier: string;
722
+ readonly keyIdentifier: string;
723
+ readonly keyP8: string;
724
+ readonly name: string | null;
725
+ readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
726
+ readonly updatedAt: string;
727
+ } | null;
728
+ readonly appStoreConnectApiKeyForSubmissions: {
729
+ readonly createdAt: string;
730
+ readonly id: string;
731
+ readonly issuerIdentifier: string;
732
+ readonly keyIdentifier: string;
733
+ readonly keyP8: string;
734
+ readonly name: string | null;
735
+ readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
736
+ readonly updatedAt: string;
737
+ } | null;
738
+ readonly appleAppIdentifier: {
739
+ readonly bundleIdentifier: string;
740
+ readonly id: string;
741
+ };
742
+ readonly appleTeam: {
743
+ readonly appleTeamIdentifier: string;
744
+ readonly appleTeamName: string | null;
745
+ readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
746
+ readonly id: string;
747
+ readonly lastDeletionAttemptTime: string | null;
748
+ } | null;
749
+ readonly id: string;
750
+ }[];
751
+ readonly keyIdentifier: string;
752
+ readonly keyP8: string;
753
+ readonly updatedAt: string;
754
+ }, never, import("~/credentials.ts").Credentials>;
755
+ //# sourceMappingURL=applePushKeyCreateApplePushKey.d.ts.map