@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,859 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const GithubBuildTriggerCreateGitHubBuildTriggerInput: Schema.Struct<{
3
+ readonly githubBuildTriggerData: Schema.Struct<{
4
+ readonly appId: Schema.String;
5
+ readonly autoSubmit: Schema.Boolean;
6
+ readonly buildProfile: Schema.String;
7
+ readonly environment: Schema.optional<Schema.NullOr<Schema.Unknown>>;
8
+ readonly executionBehavior: Schema.Literals<readonly ["ALWAYS", "BASE_DIRECTORY_CHANGED"]>;
9
+ readonly isActive: Schema.Boolean;
10
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
11
+ readonly sourcePattern: Schema.String;
12
+ readonly submitProfile: Schema.optional<Schema.NullOr<Schema.String>>;
13
+ readonly targetPattern: Schema.optional<Schema.NullOr<Schema.String>>;
14
+ readonly type: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH", "TAG_UPDATED"]>;
15
+ }>;
16
+ }>;
17
+ export type GithubBuildTriggerCreateGitHubBuildTriggerInput = typeof GithubBuildTriggerCreateGitHubBuildTriggerInput.Type;
18
+ export declare const GithubBuildTriggerCreateGitHubBuildTriggerOutput: Schema.Struct<{
19
+ readonly app: Schema.Struct<{
20
+ readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
21
+ readonly createdAt: Schema.String;
22
+ readonly id: Schema.String;
23
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
24
+ readonly note: Schema.NullOr<Schema.String>;
25
+ readonly revokedAt: Schema.NullOr<Schema.String>;
26
+ readonly updatedAt: Schema.String;
27
+ readonly visibleTokenPrefix: Schema.String;
28
+ }>>>;
29
+ readonly appStoreConnectApp: Schema.NullOr<Schema.Struct<{
30
+ readonly ascAppIdentifier: Schema.String;
31
+ readonly createdAt: Schema.String;
32
+ readonly id: Schema.String;
33
+ readonly updatedAt: Schema.String;
34
+ readonly webhookEventTypes: Schema.$Array<Schema.String>;
35
+ readonly webhookIdentifier: Schema.String;
36
+ }>>;
37
+ readonly appStoreUrl: Schema.NullOr<Schema.String>;
38
+ readonly assetLimitPerUpdateGroup: Schema.Number;
39
+ readonly buildProfiles: Schema.$Array<Schema.String>;
40
+ readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
41
+ readonly convexProject: Schema.NullOr<Schema.Struct<{
42
+ readonly convexProjectIdentifier: Schema.String;
43
+ readonly convexProjectName: Schema.String;
44
+ readonly convexProjectSlug: Schema.String;
45
+ readonly createdAt: Schema.String;
46
+ readonly id: Schema.String;
47
+ readonly updatedAt: Schema.String;
48
+ }>>;
49
+ readonly description: Schema.String;
50
+ readonly devDomainName: Schema.NullOr<Schema.Struct<{
51
+ readonly id: Schema.String;
52
+ readonly name: Schema.Unknown;
53
+ }>>;
54
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
55
+ readonly fullName: Schema.String;
56
+ readonly githubJobRunTriggers: Schema.$Array<Schema.Struct<{
57
+ readonly createdAt: Schema.String;
58
+ readonly id: Schema.String;
59
+ readonly isActive: Schema.Boolean;
60
+ readonly jobType: Schema.NullOr<Schema.Literals<readonly ["PUBLISH_UPDATE"]>>;
61
+ readonly lastRunAt: Schema.NullOr<Schema.String>;
62
+ readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
63
+ readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
64
+ readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
65
+ readonly sourcePattern: Schema.String;
66
+ readonly targetPattern: Schema.NullOr<Schema.String>;
67
+ readonly triggerType: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH"]>;
68
+ }>>;
69
+ readonly githubRepository: Schema.NullOr<Schema.Struct<{
70
+ readonly createdAt: Schema.String;
71
+ readonly githubRepositoryIdentifier: Schema.Number;
72
+ readonly githubRepositoryUrl: Schema.NullOr<Schema.String>;
73
+ readonly id: Schema.String;
74
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
75
+ readonly nodeIdentifier: Schema.String;
76
+ }>>;
77
+ readonly githubRepositorySettings: Schema.NullOr<Schema.Struct<{
78
+ readonly baseDirectory: Schema.String;
79
+ readonly id: Schema.String;
80
+ }>>;
81
+ readonly githubUrl: Schema.NullOr<Schema.String>;
82
+ readonly icon: Schema.NullOr<Schema.Struct<{
83
+ readonly colorPalette: Schema.NullOr<Schema.Unknown>;
84
+ readonly originalUrl: Schema.String;
85
+ readonly primaryColor: Schema.NullOr<Schema.String>;
86
+ readonly url: Schema.String;
87
+ }>>;
88
+ readonly iconUrl: Schema.NullOr<Schema.String>;
89
+ readonly id: Schema.String;
90
+ readonly insights: Schema.Struct<{
91
+ readonly hasEventsFromExpoInsightsClientModule: Schema.Boolean;
92
+ }>;
93
+ readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
94
+ readonly isDeleting: Schema.Boolean;
95
+ readonly isDeprecated: Schema.Boolean;
96
+ readonly isLikedByMe: Schema.Boolean;
97
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
98
+ readonly lastPublishedTime: Schema.String;
99
+ readonly latestActivity: Schema.String;
100
+ readonly latestReleaseId: Schema.String;
101
+ readonly likeCount: Schema.Number;
102
+ readonly logRocketProject: Schema.NullOr<Schema.Struct<{
103
+ readonly createdAt: Schema.String;
104
+ readonly id: Schema.String;
105
+ readonly logRocketOrgId: Schema.String;
106
+ readonly logRocketProjectSlug: Schema.String;
107
+ readonly updatedAt: Schema.String;
108
+ }>>;
109
+ readonly name: Schema.String;
110
+ readonly observe: Schema.Struct<{
111
+ readonly totalEventCount: Schema.Number;
112
+ }>;
113
+ readonly ownerAccount: Schema.Struct<{
114
+ readonly appCount: Schema.Number;
115
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
116
+ readonly createdAt: Schema.String;
117
+ readonly displayName: Schema.NullOr<Schema.String>;
118
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
119
+ readonly hasBuilds: Schema.Boolean;
120
+ readonly id: Schema.String;
121
+ readonly isCurrent: Schema.Boolean;
122
+ readonly isDisabled: Schema.Boolean;
123
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
124
+ readonly isSSOEnabled: Schema.Boolean;
125
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
126
+ readonly name: Schema.String;
127
+ readonly profileImageUrl: Schema.String;
128
+ readonly pushSecurityEnabled: Schema.Boolean;
129
+ readonly requireTwoFactor: Schema.Boolean;
130
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
131
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
132
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
133
+ readonly unlimitedBuilds: Schema.Boolean;
134
+ readonly updatedAt: Schema.String;
135
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
136
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
137
+ }>;
138
+ readonly packageName: Schema.String;
139
+ readonly packageUsername: Schema.String;
140
+ readonly playStoreUrl: Schema.NullOr<Schema.String>;
141
+ readonly privacy: Schema.String;
142
+ readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
143
+ readonly published: Schema.Boolean;
144
+ readonly pushNotifications: Schema.Struct<{
145
+ readonly id: Schema.String;
146
+ }>;
147
+ readonly pushSecurityEnabled: Schema.Boolean;
148
+ readonly releaseChannels: Schema.$Array<Schema.String>;
149
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
150
+ readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
151
+ readonly scopeKey: Schema.String;
152
+ readonly sdkVersion: Schema.String;
153
+ readonly sentryProject: Schema.NullOr<Schema.Struct<{
154
+ readonly createdAt: Schema.String;
155
+ readonly id: Schema.String;
156
+ readonly sentryInstallationId: Schema.String;
157
+ readonly sentryProjectId: Schema.String;
158
+ readonly sentryProjectSlug: Schema.String;
159
+ readonly updatedAt: Schema.String;
160
+ }>>;
161
+ readonly slug: Schema.String;
162
+ readonly suggestedDevDomainName: Schema.String;
163
+ readonly trendScore: Schema.Number;
164
+ readonly updated: Schema.String;
165
+ readonly username: Schema.String;
166
+ readonly users: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Struct<{
167
+ readonly appCount: Schema.Number;
168
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
169
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
170
+ readonly created: Schema.String;
171
+ readonly displayName: Schema.String;
172
+ readonly email: Schema.String;
173
+ readonly emailVerified: Schema.Boolean;
174
+ readonly firstName: Schema.NullOr<Schema.String>;
175
+ readonly fullName: Schema.NullOr<Schema.String>;
176
+ readonly githubUsername: Schema.NullOr<Schema.String>;
177
+ readonly hasPassword: Schema.Boolean;
178
+ readonly hasPendingUserInvitations: Schema.Boolean;
179
+ readonly id: Schema.String;
180
+ readonly industry: Schema.NullOr<Schema.String>;
181
+ readonly isExpoAdmin: Schema.Boolean;
182
+ readonly isLegacy: Schema.Boolean;
183
+ readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
184
+ readonly isStaffModeEnabled: Schema.Boolean;
185
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
186
+ readonly lastName: Schema.NullOr<Schema.String>;
187
+ readonly location: Schema.NullOr<Schema.String>;
188
+ readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
189
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
190
+ readonly profilePhoto: Schema.String;
191
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
192
+ readonly username: Schema.String;
193
+ }>>>>;
194
+ readonly vexoApp: Schema.NullOr<Schema.Struct<{
195
+ readonly domain: Schema.NullOr<Schema.String>;
196
+ readonly iconUrl: Schema.NullOr<Schema.String>;
197
+ readonly id: Schema.String;
198
+ readonly name: Schema.String;
199
+ readonly owner: Schema.String;
200
+ readonly slug: Schema.String;
201
+ readonly vexoIdentifier: Schema.String;
202
+ }>>;
203
+ readonly workerCustomDomain: Schema.NullOr<Schema.Struct<{
204
+ readonly createdAt: Schema.String;
205
+ readonly devDomainName: Schema.Unknown;
206
+ readonly hostname: Schema.String;
207
+ readonly id: Schema.String;
208
+ readonly updatedAt: Schema.String;
209
+ }>>;
210
+ }>;
211
+ readonly autoSubmit: Schema.Boolean;
212
+ readonly buildProfile: Schema.String;
213
+ readonly createdAt: Schema.String;
214
+ readonly environment: Schema.NullOr<Schema.Unknown>;
215
+ readonly executionBehavior: Schema.Literals<readonly ["ALWAYS", "BASE_DIRECTORY_CHANGED"]>;
216
+ readonly id: Schema.String;
217
+ readonly isActive: Schema.Boolean;
218
+ readonly lastRunAt: Schema.NullOr<Schema.String>;
219
+ readonly lastRunBuild: Schema.NullOr<Schema.Struct<{
220
+ readonly activityTimestamp: Schema.String;
221
+ readonly actor: Schema.NullOr<Schema.Struct<{
222
+ readonly created: Schema.String;
223
+ readonly displayName: Schema.String;
224
+ readonly firstName: Schema.NullOr<Schema.String>;
225
+ readonly id: Schema.String;
226
+ readonly isExpoAdmin: Schema.Boolean;
227
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
228
+ }>>;
229
+ readonly app: Schema.Struct<{
230
+ readonly appStoreUrl: Schema.NullOr<Schema.String>;
231
+ readonly assetLimitPerUpdateGroup: Schema.Number;
232
+ readonly buildProfiles: Schema.$Array<Schema.String>;
233
+ readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
234
+ readonly description: Schema.String;
235
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
236
+ readonly fullName: Schema.String;
237
+ readonly githubUrl: Schema.NullOr<Schema.String>;
238
+ readonly iconUrl: Schema.NullOr<Schema.String>;
239
+ readonly id: Schema.String;
240
+ readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
241
+ readonly isDeleting: Schema.Boolean;
242
+ readonly isDeprecated: Schema.Boolean;
243
+ readonly isLikedByMe: Schema.Boolean;
244
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
245
+ readonly lastPublishedTime: Schema.String;
246
+ readonly latestActivity: Schema.String;
247
+ readonly latestReleaseId: Schema.String;
248
+ readonly likeCount: Schema.Number;
249
+ readonly name: Schema.String;
250
+ readonly packageName: Schema.String;
251
+ readonly packageUsername: Schema.String;
252
+ readonly playStoreUrl: Schema.NullOr<Schema.String>;
253
+ readonly privacy: Schema.String;
254
+ readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
255
+ readonly published: Schema.Boolean;
256
+ readonly pushSecurityEnabled: Schema.Boolean;
257
+ readonly releaseChannels: Schema.$Array<Schema.String>;
258
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
259
+ readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
260
+ readonly scopeKey: Schema.String;
261
+ readonly sdkVersion: Schema.String;
262
+ readonly slug: Schema.String;
263
+ readonly suggestedDevDomainName: Schema.String;
264
+ readonly trendScore: Schema.Number;
265
+ readonly updated: Schema.String;
266
+ readonly username: Schema.String;
267
+ }>;
268
+ readonly appBuildVersion: Schema.NullOr<Schema.String>;
269
+ readonly appIdentifier: Schema.NullOr<Schema.String>;
270
+ readonly appVersion: Schema.NullOr<Schema.String>;
271
+ readonly artifacts: Schema.NullOr<Schema.Struct<{
272
+ readonly applicationArchiveUrl: Schema.NullOr<Schema.String>;
273
+ readonly buildArtifactsUrl: Schema.NullOr<Schema.String>;
274
+ readonly buildUrl: Schema.NullOr<Schema.String>;
275
+ readonly fingerprintUrl: Schema.NullOr<Schema.String>;
276
+ readonly xcodeBuildLogsUrl: Schema.NullOr<Schema.String>;
277
+ }>>;
278
+ readonly buildMode: Schema.NullOr<Schema.Literals<readonly ["BUILD", "CUSTOM", "LOCAL", "REPACK", "RESIGN"]>>;
279
+ readonly buildProfile: Schema.NullOr<Schema.String>;
280
+ readonly cancelingActor: Schema.NullOr<Schema.Struct<{
281
+ readonly created: Schema.String;
282
+ readonly displayName: Schema.String;
283
+ readonly firstName: Schema.NullOr<Schema.String>;
284
+ readonly id: Schema.String;
285
+ readonly isExpoAdmin: Schema.Boolean;
286
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
287
+ }>>;
288
+ readonly channel: Schema.NullOr<Schema.String>;
289
+ readonly cliVersion: Schema.NullOr<Schema.String>;
290
+ readonly completedAt: Schema.NullOr<Schema.String>;
291
+ readonly createdAt: Schema.String;
292
+ readonly customNodeVersion: Schema.NullOr<Schema.String>;
293
+ readonly customWorkflowName: Schema.NullOr<Schema.String>;
294
+ readonly deployment: Schema.NullOr<Schema.Struct<{
295
+ readonly id: Schema.String;
296
+ }>>;
297
+ readonly developmentClient: Schema.NullOr<Schema.Boolean>;
298
+ readonly distribution: Schema.NullOr<Schema.Literals<readonly ["INTERNAL", "SIMULATOR", "STORE"]>>;
299
+ readonly enqueuedAt: Schema.NullOr<Schema.String>;
300
+ readonly error: Schema.NullOr<Schema.Struct<{
301
+ readonly buildPhase: Schema.NullOr<Schema.Literals<readonly ["BUILDER_INFO", "CACHE_STATS", "CALCULATE_EXPO_UPDATES_RUNTIME_VERSION", "CLEAN_UP_CREDENTIALS", "COMPLETE_BUILD", "COMPLETE_JOB", "CONFIGURE_ANDROID_VERSION", "CONFIGURE_EXPO_UPDATES", "CONFIGURE_XCODE_PROJECT", "CUSTOM", "DOWNLOAD_APPLICATION_ARCHIVE", "EAGER_BUNDLE", "EAS_BUILD_INTERNAL", "FAIL_BUILD", "FIX_GRADLEW", "INSTALL_CUSTOM_TOOLS", "INSTALL_DEPENDENCIES", "INSTALL_PODS", "ON_BUILD_CANCEL_HOOK", "ON_BUILD_COMPLETE_HOOK", "ON_BUILD_ERROR_HOOK", "ON_BUILD_SUCCESS_HOOK", "PARSE_CUSTOM_WORKFLOW_CONFIG", "POST_INSTALL_HOOK", "PREBUILD", "PREPARE_ARTIFACTS", "PREPARE_CREDENTIALS", "PREPARE_PROJECT", "PRE_INSTALL_HOOK", "PRE_UPLOAD_ARTIFACTS_HOOK", "QUEUE", "READ_APP_CONFIG", "READ_EAS_JSON", "READ_PACKAGE_JSON", "RESTORE_CACHE", "RUN_EXPO_DOCTOR", "RUN_FASTLANE", "RUN_GRADLEW", "SAVE_CACHE", "SET_UP_BUILD_ENVIRONMENT", "SPIN_UP_BUILDER", "START_BUILD", "UNKNOWN", "UPLOAD_APPLICATION_ARCHIVE", "UPLOAD_ARTIFACTS", "UPLOAD_BUILD_ARTIFACTS"]>>;
302
+ readonly docsUrl: Schema.NullOr<Schema.String>;
303
+ readonly errorCode: Schema.String;
304
+ readonly message: Schema.String;
305
+ }>>;
306
+ readonly estimatedWaitTimeLeftSeconds: Schema.NullOr<Schema.Number>;
307
+ readonly expirationDate: Schema.NullOr<Schema.String>;
308
+ readonly fingerprint: Schema.NullOr<Schema.Struct<{
309
+ readonly buildCount: Schema.Number;
310
+ readonly createdAt: Schema.String;
311
+ readonly debugInfoUrl: Schema.NullOr<Schema.String>;
312
+ readonly hash: Schema.String;
313
+ readonly id: Schema.String;
314
+ readonly updateCount: Schema.Number;
315
+ readonly updatedAt: Schema.String;
316
+ }>>;
317
+ readonly gitCommitHash: Schema.NullOr<Schema.String>;
318
+ readonly gitCommitMessage: Schema.NullOr<Schema.String>;
319
+ readonly gitRef: Schema.NullOr<Schema.String>;
320
+ readonly githubRepositoryOwnerAndName: Schema.NullOr<Schema.String>;
321
+ readonly id: Schema.String;
322
+ readonly initialQueuePosition: Schema.NullOr<Schema.Number>;
323
+ readonly initiatingActor: Schema.NullOr<Schema.Struct<{
324
+ readonly created: Schema.String;
325
+ readonly displayName: Schema.String;
326
+ readonly firstName: Schema.NullOr<Schema.String>;
327
+ readonly id: Schema.String;
328
+ readonly isExpoAdmin: Schema.Boolean;
329
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
330
+ }>>;
331
+ readonly iosEnterpriseProvisioning: Schema.NullOr<Schema.Literals<readonly ["ADHOC", "UNIVERSAL"]>>;
332
+ readonly isForIosSimulator: Schema.Boolean;
333
+ readonly isGitWorkingTreeDirty: Schema.NullOr<Schema.Boolean>;
334
+ readonly isWaived: Schema.Boolean;
335
+ readonly logFiles: Schema.$Array<Schema.String>;
336
+ readonly maxBuildTimeSeconds: Schema.Number;
337
+ readonly maxRetryTimeMinutes: Schema.NullOr<Schema.Number>;
338
+ readonly message: Schema.NullOr<Schema.String>;
339
+ readonly metrics: Schema.NullOr<Schema.Struct<{
340
+ readonly buildDuration: Schema.NullOr<Schema.Number>;
341
+ readonly buildQueueTime: Schema.NullOr<Schema.Number>;
342
+ readonly buildWaitTime: Schema.NullOr<Schema.Number>;
343
+ }>>;
344
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
345
+ readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL", "NORMAL_PLUS"]>;
346
+ readonly project: Schema.Struct<{
347
+ readonly description: Schema.String;
348
+ readonly fullName: Schema.String;
349
+ readonly iconUrl: Schema.NullOr<Schema.String>;
350
+ readonly id: Schema.String;
351
+ readonly name: Schema.String;
352
+ readonly published: Schema.Boolean;
353
+ readonly slug: Schema.String;
354
+ readonly updated: Schema.String;
355
+ readonly username: Schema.String;
356
+ }>;
357
+ readonly projectMetadataFileUrl: Schema.NullOr<Schema.String>;
358
+ readonly projectRootDirectory: Schema.NullOr<Schema.String>;
359
+ readonly provisioningStartedAt: Schema.NullOr<Schema.String>;
360
+ readonly queuePosition: Schema.NullOr<Schema.Number>;
361
+ readonly reactNativeVersion: Schema.NullOr<Schema.String>;
362
+ readonly releaseChannel: Schema.NullOr<Schema.String>;
363
+ readonly requiredPackageManager: Schema.NullOr<Schema.String>;
364
+ readonly resolvedEnvironment: Schema.NullOr<Schema.Unknown>;
365
+ readonly resourceClass: Schema.Literals<readonly ["ANDROID_DEFAULT", "ANDROID_LARGE", "ANDROID_MEDIUM", "IOS_DEFAULT", "IOS_INTEL_LARGE", "IOS_INTEL_MEDIUM", "IOS_LARGE", "IOS_M1_LARGE", "IOS_M1_MEDIUM", "IOS_MEDIUM", "IOS_M_LARGE", "IOS_M_MEDIUM", "LEGACY", "LINUX_LARGE", "LINUX_MEDIUM"]>;
366
+ readonly resourceClassDisplayName: Schema.String;
367
+ readonly runFromCI: Schema.NullOr<Schema.Boolean>;
368
+ readonly runtime: Schema.NullOr<Schema.Struct<{
369
+ readonly createdAt: Schema.String;
370
+ readonly firstBuildCreatedAt: Schema.NullOr<Schema.String>;
371
+ readonly id: Schema.String;
372
+ readonly isFingerprint: Schema.Boolean;
373
+ readonly updatedAt: Schema.String;
374
+ readonly version: Schema.String;
375
+ }>>;
376
+ readonly runtimeVersion: Schema.NullOr<Schema.String>;
377
+ readonly sdkVersion: Schema.NullOr<Schema.String>;
378
+ readonly selectedImage: Schema.NullOr<Schema.String>;
379
+ readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
380
+ readonly submissions: Schema.$Array<Schema.Struct<{
381
+ readonly activityTimestamp: Schema.String;
382
+ readonly archiveUrl: Schema.NullOr<Schema.String>;
383
+ readonly canRetry: Schema.Boolean;
384
+ readonly completedAt: Schema.NullOr<Schema.String>;
385
+ readonly createdAt: Schema.String;
386
+ readonly id: Schema.String;
387
+ readonly logFiles: Schema.$Array<Schema.String>;
388
+ readonly logsUrl: Schema.NullOr<Schema.String>;
389
+ readonly maxRetryTimeMinutes: Schema.Number;
390
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
391
+ readonly priority: Schema.NullOr<Schema.Literals<readonly ["HIGH", "NORMAL"]>>;
392
+ readonly status: Schema.Literals<readonly ["AWAITING_BUILD", "CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE"]>;
393
+ readonly updatedAt: Schema.String;
394
+ }>>;
395
+ readonly updateChannel: Schema.NullOr<Schema.Struct<{
396
+ readonly appId: Schema.String;
397
+ readonly branchMapping: Schema.String;
398
+ readonly createdAt: Schema.String;
399
+ readonly id: Schema.String;
400
+ readonly isPaused: Schema.Boolean;
401
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
402
+ readonly name: Schema.String;
403
+ readonly updatedAt: Schema.String;
404
+ }>>;
405
+ readonly updatedAt: Schema.String;
406
+ readonly waiverType: Schema.NullOr<Schema.Literals<readonly ["FAST_FAILED_BUILD", "SYSTEM_ERROR"]>>;
407
+ readonly workerStartedAt: Schema.NullOr<Schema.String>;
408
+ readonly workflowJob: Schema.NullOr<Schema.Struct<{
409
+ readonly createdAt: Schema.String;
410
+ readonly environment: Schema.NullOr<Schema.String>;
411
+ readonly id: Schema.String;
412
+ readonly key: Schema.String;
413
+ readonly name: Schema.String;
414
+ readonly outputs: Schema.Unknown;
415
+ readonly requiredJobKeys: Schema.$Array<Schema.String>;
416
+ readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "PENDING_CANCEL", "SKIPPED", "SUCCESS"]>;
417
+ readonly type: Schema.Literals<readonly ["APPLE_DEVICE_REGISTRATION_REQUEST", "BUILD", "CUSTOM", "DEPLOY", "DOC", "FINGERPRINT", "GET_BUILD", "GITHUB_COMMENT", "MAESTRO_CLOUD", "MAESTRO_TEST", "REPACK", "REQUIRE_APPROVAL", "SLACK", "SUBMISSION", "TESTFLIGHT", "UPDATE"]>;
418
+ readonly updatedAt: Schema.String;
419
+ }>>;
420
+ }>>;
421
+ readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
422
+ readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
423
+ readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
424
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
425
+ readonly sourcePattern: Schema.String;
426
+ readonly submitProfile: Schema.NullOr<Schema.String>;
427
+ readonly targetPattern: Schema.NullOr<Schema.String>;
428
+ readonly type: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH", "TAG_UPDATED"]>;
429
+ readonly updatedAt: Schema.String;
430
+ }>;
431
+ export type GithubBuildTriggerCreateGitHubBuildTriggerOutput = typeof GithubBuildTriggerCreateGitHubBuildTriggerOutput.Type;
432
+ export declare const githubBuildTriggerCreateGitHubBuildTrigger: import("@distilled.cloud/core/client").OperationMethod<{
433
+ readonly githubBuildTriggerData: {
434
+ readonly appId: string;
435
+ readonly autoSubmit: boolean;
436
+ readonly buildProfile: string;
437
+ readonly environment?: unknown;
438
+ readonly executionBehavior: "ALWAYS" | "BASE_DIRECTORY_CHANGED";
439
+ readonly isActive: boolean;
440
+ readonly platform: "ANDROID" | "IOS";
441
+ readonly sourcePattern: string;
442
+ readonly submitProfile?: string | null | undefined;
443
+ readonly targetPattern?: string | null | undefined;
444
+ readonly type: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH" | "TAG_UPDATED";
445
+ };
446
+ }, {
447
+ readonly app: {
448
+ readonly accessTokens: readonly ({
449
+ readonly createdAt: string;
450
+ readonly id: string;
451
+ readonly lastUsedAt: string | null;
452
+ readonly note: string | null;
453
+ readonly revokedAt: string | null;
454
+ readonly updatedAt: string;
455
+ readonly visibleTokenPrefix: string;
456
+ } | null)[];
457
+ readonly appStoreConnectApp: {
458
+ readonly ascAppIdentifier: string;
459
+ readonly createdAt: string;
460
+ readonly id: string;
461
+ readonly updatedAt: string;
462
+ readonly webhookEventTypes: readonly string[];
463
+ readonly webhookIdentifier: string;
464
+ } | null;
465
+ readonly appStoreUrl: string | null;
466
+ readonly assetLimitPerUpdateGroup: number;
467
+ readonly buildProfiles: readonly string[];
468
+ readonly buildsReleaseChannels: readonly string[];
469
+ readonly convexProject: {
470
+ readonly convexProjectIdentifier: string;
471
+ readonly convexProjectName: string;
472
+ readonly convexProjectSlug: string;
473
+ readonly createdAt: string;
474
+ readonly id: string;
475
+ readonly updatedAt: string;
476
+ } | null;
477
+ readonly description: string;
478
+ readonly devDomainName: {
479
+ readonly id: string;
480
+ readonly name: unknown;
481
+ } | null;
482
+ readonly environmentVariableEnvironments: readonly unknown[];
483
+ readonly fullName: string;
484
+ readonly githubJobRunTriggers: readonly {
485
+ readonly createdAt: string;
486
+ readonly id: string;
487
+ readonly isActive: boolean;
488
+ readonly jobType: "PUBLISH_UPDATE" | null;
489
+ readonly lastRunAt: string | null;
490
+ readonly lastRunErrorCode: string | null;
491
+ readonly lastRunErrorMessage: string | null;
492
+ readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
493
+ readonly sourcePattern: string;
494
+ readonly targetPattern: string | null;
495
+ readonly triggerType: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH";
496
+ }[];
497
+ readonly githubRepository: {
498
+ readonly createdAt: string;
499
+ readonly githubRepositoryIdentifier: number;
500
+ readonly githubRepositoryUrl: string | null;
501
+ readonly id: string;
502
+ readonly lastDeletionAttemptTime: string | null;
503
+ readonly nodeIdentifier: string;
504
+ } | null;
505
+ readonly githubRepositorySettings: {
506
+ readonly baseDirectory: string;
507
+ readonly id: string;
508
+ } | null;
509
+ readonly githubUrl: string | null;
510
+ readonly icon: {
511
+ readonly colorPalette: unknown;
512
+ readonly originalUrl: string;
513
+ readonly primaryColor: string | null;
514
+ readonly url: string;
515
+ } | null;
516
+ readonly iconUrl: string | null;
517
+ readonly id: string;
518
+ readonly insights: {
519
+ readonly hasEventsFromExpoInsightsClientModule: boolean;
520
+ };
521
+ readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
522
+ readonly isDeleting: boolean;
523
+ readonly isDeprecated: boolean;
524
+ readonly isLikedByMe: boolean;
525
+ readonly lastDeletionAttemptTime: string | null;
526
+ readonly lastPublishedTime: string;
527
+ readonly latestActivity: string;
528
+ readonly latestReleaseId: string;
529
+ readonly likeCount: number;
530
+ readonly logRocketProject: {
531
+ readonly createdAt: string;
532
+ readonly id: string;
533
+ readonly logRocketOrgId: string;
534
+ readonly logRocketProjectSlug: string;
535
+ readonly updatedAt: string;
536
+ } | null;
537
+ readonly name: string;
538
+ readonly observe: {
539
+ readonly totalEventCount: number;
540
+ };
541
+ readonly ownerAccount: {
542
+ readonly appCount: number;
543
+ readonly availableBuilds: number | null;
544
+ readonly createdAt: string;
545
+ readonly displayName: string | null;
546
+ readonly environmentVariableEnvironments: readonly unknown[];
547
+ readonly hasBuilds: boolean;
548
+ readonly id: string;
549
+ readonly isCurrent: boolean;
550
+ readonly isDisabled: boolean;
551
+ readonly isFreeAppDevDomainTier: boolean;
552
+ readonly isSSOEnabled: boolean;
553
+ readonly lastDeletionAttemptTime: string | null;
554
+ readonly name: string;
555
+ readonly profileImageUrl: string;
556
+ readonly pushSecurityEnabled: boolean;
557
+ readonly requireTwoFactor: boolean;
558
+ readonly requiresAccessTokenForPushSecurity: boolean;
559
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
560
+ readonly subscriptionChangesPending: boolean | null;
561
+ readonly unlimitedBuilds: boolean;
562
+ readonly updatedAt: string;
563
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
564
+ readonly willAutoRenewBuilds: boolean | null;
565
+ };
566
+ readonly packageName: string;
567
+ readonly packageUsername: string;
568
+ readonly playStoreUrl: string | null;
569
+ readonly privacy: string;
570
+ readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
571
+ readonly published: boolean;
572
+ readonly pushNotifications: {
573
+ readonly id: string;
574
+ };
575
+ readonly pushSecurityEnabled: boolean;
576
+ readonly releaseChannels: readonly string[];
577
+ readonly requiresAccessTokenForPushSecurity: boolean;
578
+ readonly resourceClassExperiment: "C3D" | "N2" | null;
579
+ readonly scopeKey: string;
580
+ readonly sdkVersion: string;
581
+ readonly sentryProject: {
582
+ readonly createdAt: string;
583
+ readonly id: string;
584
+ readonly sentryInstallationId: string;
585
+ readonly sentryProjectId: string;
586
+ readonly sentryProjectSlug: string;
587
+ readonly updatedAt: string;
588
+ } | null;
589
+ readonly slug: string;
590
+ readonly suggestedDevDomainName: string;
591
+ readonly trendScore: number;
592
+ readonly updated: string;
593
+ readonly username: string;
594
+ readonly users: readonly ({
595
+ readonly appCount: number;
596
+ readonly appetizeCode: string | null;
597
+ readonly bestContactEmail: string | null;
598
+ readonly created: string;
599
+ readonly displayName: string;
600
+ readonly email: string;
601
+ readonly emailVerified: boolean;
602
+ readonly firstName: string | null;
603
+ readonly fullName: string | null;
604
+ readonly githubUsername: string | null;
605
+ readonly hasPassword: boolean;
606
+ readonly hasPendingUserInvitations: boolean;
607
+ readonly id: string;
608
+ readonly industry: string | null;
609
+ readonly isExpoAdmin: boolean;
610
+ readonly isLegacy: boolean;
611
+ readonly isSecondFactorAuthenticationEnabled: boolean;
612
+ readonly isStaffModeEnabled: boolean;
613
+ readonly lastDeletionAttemptTime: string | null;
614
+ readonly lastName: string | null;
615
+ readonly location: string | null;
616
+ readonly newEmailPendingVerification: string | null;
617
+ readonly primaryAccountProfileImageUrl: string | null;
618
+ readonly profilePhoto: string;
619
+ readonly twitterUsername: string | null;
620
+ readonly username: string;
621
+ } | null)[] | null;
622
+ readonly vexoApp: {
623
+ readonly domain: string | null;
624
+ readonly iconUrl: string | null;
625
+ readonly id: string;
626
+ readonly name: string;
627
+ readonly owner: string;
628
+ readonly slug: string;
629
+ readonly vexoIdentifier: string;
630
+ } | null;
631
+ readonly workerCustomDomain: {
632
+ readonly createdAt: string;
633
+ readonly devDomainName: unknown;
634
+ readonly hostname: string;
635
+ readonly id: string;
636
+ readonly updatedAt: string;
637
+ } | null;
638
+ };
639
+ readonly autoSubmit: boolean;
640
+ readonly buildProfile: string;
641
+ readonly createdAt: string;
642
+ readonly environment: unknown;
643
+ readonly executionBehavior: "ALWAYS" | "BASE_DIRECTORY_CHANGED";
644
+ readonly id: string;
645
+ readonly isActive: boolean;
646
+ readonly lastRunAt: string | null;
647
+ readonly lastRunBuild: {
648
+ readonly activityTimestamp: string;
649
+ readonly actor: {
650
+ readonly created: string;
651
+ readonly displayName: string;
652
+ readonly firstName: string | null;
653
+ readonly id: string;
654
+ readonly isExpoAdmin: boolean;
655
+ readonly lastDeletionAttemptTime: string | null;
656
+ } | null;
657
+ readonly app: {
658
+ readonly appStoreUrl: string | null;
659
+ readonly assetLimitPerUpdateGroup: number;
660
+ readonly buildProfiles: readonly string[];
661
+ readonly buildsReleaseChannels: readonly string[];
662
+ readonly description: string;
663
+ readonly environmentVariableEnvironments: readonly unknown[];
664
+ readonly fullName: string;
665
+ readonly githubUrl: string | null;
666
+ readonly iconUrl: string | null;
667
+ readonly id: string;
668
+ readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
669
+ readonly isDeleting: boolean;
670
+ readonly isDeprecated: boolean;
671
+ readonly isLikedByMe: boolean;
672
+ readonly lastDeletionAttemptTime: string | null;
673
+ readonly lastPublishedTime: string;
674
+ readonly latestActivity: string;
675
+ readonly latestReleaseId: string;
676
+ readonly likeCount: number;
677
+ readonly name: string;
678
+ readonly packageName: string;
679
+ readonly packageUsername: string;
680
+ readonly playStoreUrl: string | null;
681
+ readonly privacy: string;
682
+ readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
683
+ readonly published: boolean;
684
+ readonly pushSecurityEnabled: boolean;
685
+ readonly releaseChannels: readonly string[];
686
+ readonly requiresAccessTokenForPushSecurity: boolean;
687
+ readonly resourceClassExperiment: "C3D" | "N2" | null;
688
+ readonly scopeKey: string;
689
+ readonly sdkVersion: string;
690
+ readonly slug: string;
691
+ readonly suggestedDevDomainName: string;
692
+ readonly trendScore: number;
693
+ readonly updated: string;
694
+ readonly username: string;
695
+ };
696
+ readonly appBuildVersion: string | null;
697
+ readonly appIdentifier: string | null;
698
+ readonly appVersion: string | null;
699
+ readonly artifacts: {
700
+ readonly applicationArchiveUrl: string | null;
701
+ readonly buildArtifactsUrl: string | null;
702
+ readonly buildUrl: string | null;
703
+ readonly fingerprintUrl: string | null;
704
+ readonly xcodeBuildLogsUrl: string | null;
705
+ } | null;
706
+ readonly buildMode: "BUILD" | "CUSTOM" | "LOCAL" | "REPACK" | "RESIGN" | null;
707
+ readonly buildProfile: string | null;
708
+ readonly cancelingActor: {
709
+ readonly created: string;
710
+ readonly displayName: string;
711
+ readonly firstName: string | null;
712
+ readonly id: string;
713
+ readonly isExpoAdmin: boolean;
714
+ readonly lastDeletionAttemptTime: string | null;
715
+ } | null;
716
+ readonly channel: string | null;
717
+ readonly cliVersion: string | null;
718
+ readonly completedAt: string | null;
719
+ readonly createdAt: string;
720
+ readonly customNodeVersion: string | null;
721
+ readonly customWorkflowName: string | null;
722
+ readonly deployment: {
723
+ readonly id: string;
724
+ } | null;
725
+ readonly developmentClient: boolean | null;
726
+ readonly distribution: "INTERNAL" | "SIMULATOR" | "STORE" | null;
727
+ readonly enqueuedAt: string | null;
728
+ readonly error: {
729
+ readonly buildPhase: "BUILDER_INFO" | "CACHE_STATS" | "CALCULATE_EXPO_UPDATES_RUNTIME_VERSION" | "CLEAN_UP_CREDENTIALS" | "COMPLETE_BUILD" | "COMPLETE_JOB" | "CONFIGURE_ANDROID_VERSION" | "CONFIGURE_EXPO_UPDATES" | "CONFIGURE_XCODE_PROJECT" | "CUSTOM" | "DOWNLOAD_APPLICATION_ARCHIVE" | "EAGER_BUNDLE" | "EAS_BUILD_INTERNAL" | "FAIL_BUILD" | "FIX_GRADLEW" | "INSTALL_CUSTOM_TOOLS" | "INSTALL_DEPENDENCIES" | "INSTALL_PODS" | "ON_BUILD_CANCEL_HOOK" | "ON_BUILD_COMPLETE_HOOK" | "ON_BUILD_ERROR_HOOK" | "ON_BUILD_SUCCESS_HOOK" | "PARSE_CUSTOM_WORKFLOW_CONFIG" | "POST_INSTALL_HOOK" | "PREBUILD" | "PREPARE_ARTIFACTS" | "PREPARE_CREDENTIALS" | "PREPARE_PROJECT" | "PRE_INSTALL_HOOK" | "PRE_UPLOAD_ARTIFACTS_HOOK" | "QUEUE" | "READ_APP_CONFIG" | "READ_EAS_JSON" | "READ_PACKAGE_JSON" | "RESTORE_CACHE" | "RUN_EXPO_DOCTOR" | "RUN_FASTLANE" | "RUN_GRADLEW" | "SAVE_CACHE" | "SET_UP_BUILD_ENVIRONMENT" | "SPIN_UP_BUILDER" | "START_BUILD" | "UNKNOWN" | "UPLOAD_APPLICATION_ARCHIVE" | "UPLOAD_ARTIFACTS" | "UPLOAD_BUILD_ARTIFACTS" | null;
730
+ readonly docsUrl: string | null;
731
+ readonly errorCode: string;
732
+ readonly message: string;
733
+ } | null;
734
+ readonly estimatedWaitTimeLeftSeconds: number | null;
735
+ readonly expirationDate: string | null;
736
+ readonly fingerprint: {
737
+ readonly buildCount: number;
738
+ readonly createdAt: string;
739
+ readonly debugInfoUrl: string | null;
740
+ readonly hash: string;
741
+ readonly id: string;
742
+ readonly updateCount: number;
743
+ readonly updatedAt: string;
744
+ } | null;
745
+ readonly gitCommitHash: string | null;
746
+ readonly gitCommitMessage: string | null;
747
+ readonly gitRef: string | null;
748
+ readonly githubRepositoryOwnerAndName: string | null;
749
+ readonly id: string;
750
+ readonly initialQueuePosition: number | null;
751
+ readonly initiatingActor: {
752
+ readonly created: string;
753
+ readonly displayName: string;
754
+ readonly firstName: string | null;
755
+ readonly id: string;
756
+ readonly isExpoAdmin: boolean;
757
+ readonly lastDeletionAttemptTime: string | null;
758
+ } | null;
759
+ readonly iosEnterpriseProvisioning: "ADHOC" | "UNIVERSAL" | null;
760
+ readonly isForIosSimulator: boolean;
761
+ readonly isGitWorkingTreeDirty: boolean | null;
762
+ readonly isWaived: boolean;
763
+ readonly logFiles: readonly string[];
764
+ readonly maxBuildTimeSeconds: number;
765
+ readonly maxRetryTimeMinutes: number | null;
766
+ readonly message: string | null;
767
+ readonly metrics: {
768
+ readonly buildDuration: number | null;
769
+ readonly buildQueueTime: number | null;
770
+ readonly buildWaitTime: number | null;
771
+ } | null;
772
+ readonly platform: "ANDROID" | "IOS";
773
+ readonly priority: "HIGH" | "NORMAL" | "NORMAL_PLUS";
774
+ readonly project: {
775
+ readonly description: string;
776
+ readonly fullName: string;
777
+ readonly iconUrl: string | null;
778
+ readonly id: string;
779
+ readonly name: string;
780
+ readonly published: boolean;
781
+ readonly slug: string;
782
+ readonly updated: string;
783
+ readonly username: string;
784
+ };
785
+ readonly projectMetadataFileUrl: string | null;
786
+ readonly projectRootDirectory: string | null;
787
+ readonly provisioningStartedAt: string | null;
788
+ readonly queuePosition: number | null;
789
+ readonly reactNativeVersion: string | null;
790
+ readonly releaseChannel: string | null;
791
+ readonly requiredPackageManager: string | null;
792
+ readonly resolvedEnvironment: unknown;
793
+ readonly resourceClass: "ANDROID_DEFAULT" | "ANDROID_LARGE" | "ANDROID_MEDIUM" | "IOS_DEFAULT" | "IOS_INTEL_LARGE" | "IOS_INTEL_MEDIUM" | "IOS_LARGE" | "IOS_M1_LARGE" | "IOS_M1_MEDIUM" | "IOS_MEDIUM" | "IOS_M_LARGE" | "IOS_M_MEDIUM" | "LEGACY" | "LINUX_LARGE" | "LINUX_MEDIUM";
794
+ readonly resourceClassDisplayName: string;
795
+ readonly runFromCI: boolean | null;
796
+ readonly runtime: {
797
+ readonly createdAt: string;
798
+ readonly firstBuildCreatedAt: string | null;
799
+ readonly id: string;
800
+ readonly isFingerprint: boolean;
801
+ readonly updatedAt: string;
802
+ readonly version: string;
803
+ } | null;
804
+ readonly runtimeVersion: string | null;
805
+ readonly sdkVersion: string | null;
806
+ readonly selectedImage: string | null;
807
+ readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
808
+ readonly submissions: readonly {
809
+ readonly activityTimestamp: string;
810
+ readonly archiveUrl: string | null;
811
+ readonly canRetry: boolean;
812
+ readonly completedAt: string | null;
813
+ readonly createdAt: string;
814
+ readonly id: string;
815
+ readonly logFiles: readonly string[];
816
+ readonly logsUrl: string | null;
817
+ readonly maxRetryTimeMinutes: number;
818
+ readonly platform: "ANDROID" | "IOS";
819
+ readonly priority: "HIGH" | "NORMAL" | null;
820
+ readonly status: "AWAITING_BUILD" | "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE";
821
+ readonly updatedAt: string;
822
+ }[];
823
+ readonly updateChannel: {
824
+ readonly appId: string;
825
+ readonly branchMapping: string;
826
+ readonly createdAt: string;
827
+ readonly id: string;
828
+ readonly isPaused: boolean;
829
+ readonly lastDeletionAttemptTime: string | null;
830
+ readonly name: string;
831
+ readonly updatedAt: string;
832
+ } | null;
833
+ readonly updatedAt: string;
834
+ readonly waiverType: "FAST_FAILED_BUILD" | "SYSTEM_ERROR" | null;
835
+ readonly workerStartedAt: string | null;
836
+ readonly workflowJob: {
837
+ readonly createdAt: string;
838
+ readonly environment: string | null;
839
+ readonly id: string;
840
+ readonly key: string;
841
+ readonly name: string;
842
+ readonly outputs: unknown;
843
+ readonly requiredJobKeys: readonly string[];
844
+ readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "PENDING_CANCEL" | "SKIPPED" | "SUCCESS";
845
+ readonly type: "APPLE_DEVICE_REGISTRATION_REQUEST" | "BUILD" | "CUSTOM" | "DEPLOY" | "DOC" | "FINGERPRINT" | "GET_BUILD" | "GITHUB_COMMENT" | "MAESTRO_CLOUD" | "MAESTRO_TEST" | "REPACK" | "REQUIRE_APPROVAL" | "SLACK" | "SUBMISSION" | "TESTFLIGHT" | "UPDATE";
846
+ readonly updatedAt: string;
847
+ } | null;
848
+ } | null;
849
+ readonly lastRunErrorCode: string | null;
850
+ readonly lastRunErrorMessage: string | null;
851
+ readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
852
+ readonly platform: "ANDROID" | "IOS";
853
+ readonly sourcePattern: string;
854
+ readonly submitProfile: string | null;
855
+ readonly targetPattern: string | null;
856
+ readonly type: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH" | "TAG_UPDATED";
857
+ readonly updatedAt: string;
858
+ }, never, import("~/credentials.ts").Credentials>;
859
+ //# sourceMappingURL=githubBuildTriggerCreateGitHubBuildTrigger.d.ts.map