@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,555 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const GithubAppCreateGitHubBuildInput: Schema.Struct<{
3
+ readonly buildInput: Schema.Struct<{
4
+ readonly appId: Schema.String;
5
+ readonly autoSubmit: Schema.optional<Schema.NullOr<Schema.Boolean>>;
6
+ readonly baseDirectory: Schema.optional<Schema.NullOr<Schema.String>>;
7
+ readonly buildProfile: Schema.String;
8
+ readonly environment: Schema.optional<Schema.NullOr<Schema.Unknown>>;
9
+ readonly gitRef: Schema.String;
10
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
11
+ readonly submitProfile: Schema.optional<Schema.NullOr<Schema.String>>;
12
+ }>;
13
+ }>;
14
+ export type GithubAppCreateGitHubBuildInput = typeof GithubAppCreateGitHubBuildInput.Type;
15
+ export declare const GithubAppCreateGitHubBuildOutput: Schema.Struct<{
16
+ readonly account: Schema.Struct<{
17
+ readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
18
+ readonly createdAt: Schema.String;
19
+ readonly id: Schema.String;
20
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
21
+ readonly note: Schema.NullOr<Schema.String>;
22
+ readonly revokedAt: Schema.NullOr<Schema.String>;
23
+ readonly updatedAt: Schema.String;
24
+ readonly visibleTokenPrefix: Schema.String;
25
+ }>>>;
26
+ readonly appCount: Schema.Number;
27
+ readonly appStoreConnectApiKeys: Schema.$Array<Schema.Struct<{
28
+ readonly createdAt: Schema.String;
29
+ readonly id: Schema.String;
30
+ readonly issuerIdentifier: Schema.String;
31
+ readonly keyIdentifier: Schema.String;
32
+ readonly keyP8: Schema.String;
33
+ readonly name: Schema.NullOr<Schema.String>;
34
+ readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
35
+ readonly updatedAt: Schema.String;
36
+ }>>;
37
+ readonly appleDistributionCertificates: Schema.$Array<Schema.Struct<{
38
+ readonly certificateP12: Schema.NullOr<Schema.String>;
39
+ readonly certificatePassword: Schema.NullOr<Schema.String>;
40
+ readonly certificatePrivateSigningKey: Schema.NullOr<Schema.String>;
41
+ readonly createdAt: Schema.String;
42
+ readonly developerPortalIdentifier: Schema.NullOr<Schema.String>;
43
+ readonly id: Schema.String;
44
+ readonly serialNumber: Schema.String;
45
+ readonly updatedAt: Schema.String;
46
+ readonly validityNotAfter: Schema.String;
47
+ readonly validityNotBefore: Schema.String;
48
+ }>>;
49
+ readonly applePushKeys: Schema.$Array<Schema.Struct<{
50
+ readonly createdAt: Schema.String;
51
+ readonly id: Schema.String;
52
+ readonly keyIdentifier: Schema.String;
53
+ readonly keyP8: Schema.String;
54
+ readonly updatedAt: Schema.String;
55
+ }>>;
56
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
57
+ readonly billing: Schema.NullOr<Schema.Struct<{
58
+ readonly id: Schema.String;
59
+ }>>;
60
+ readonly convexTeamConnections: Schema.$Array<Schema.Struct<{
61
+ readonly convexTeamIdentifier: Schema.String;
62
+ readonly createdAt: Schema.String;
63
+ readonly id: Schema.String;
64
+ readonly updatedAt: Schema.String;
65
+ }>>;
66
+ readonly createdAt: Schema.String;
67
+ readonly displayName: Schema.NullOr<Schema.String>;
68
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
69
+ readonly githubAppInstallations: Schema.$Array<Schema.Struct<{
70
+ readonly id: Schema.String;
71
+ readonly installationIdentifier: Schema.Number;
72
+ }>>;
73
+ readonly googleServiceAccountKeys: Schema.$Array<Schema.Struct<{
74
+ readonly clientEmail: Schema.String;
75
+ readonly clientIdentifier: Schema.String;
76
+ readonly createdAt: Schema.String;
77
+ readonly id: Schema.String;
78
+ readonly keyJson: Schema.String;
79
+ readonly privateKeyIdentifier: Schema.String;
80
+ readonly projectIdentifier: Schema.String;
81
+ readonly updatedAt: Schema.String;
82
+ }>>;
83
+ readonly hasBuilds: Schema.Boolean;
84
+ readonly id: Schema.String;
85
+ readonly isCurrent: Schema.Boolean;
86
+ readonly isDisabled: Schema.Boolean;
87
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
88
+ readonly isSSOEnabled: Schema.Boolean;
89
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
90
+ readonly logRocketOrganization: Schema.NullOr<Schema.Struct<{
91
+ readonly createdAt: Schema.String;
92
+ readonly id: Schema.String;
93
+ readonly orgName: Schema.String;
94
+ readonly orgSlug: Schema.String;
95
+ }>>;
96
+ readonly memberStats: Schema.Struct<{
97
+ readonly allHave2FAEnabled: Schema.Boolean;
98
+ readonly humanCount: Schema.Number;
99
+ readonly ownerCount: Schema.Number;
100
+ readonly robotCount: Schema.Number;
101
+ readonly ssoUserCount: Schema.Number;
102
+ readonly totalCount: Schema.Number;
103
+ }>;
104
+ readonly name: Schema.String;
105
+ readonly offers: Schema.NullOr<Schema.$Array<Schema.Struct<{
106
+ readonly features: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Literals<readonly ["BUILDS", "OPEN_SOURCE", "SUPPORT", "TEAMS"]>>>>;
107
+ readonly id: Schema.String;
108
+ readonly price: Schema.Number;
109
+ readonly quantity: Schema.NullOr<Schema.Number>;
110
+ readonly stripeId: Schema.String;
111
+ readonly trialLength: Schema.NullOr<Schema.Number>;
112
+ readonly type: Schema.Literals<readonly ["ADDON", "PREPAID", "SUBSCRIPTION"]>;
113
+ }>>>;
114
+ readonly onboardingStats: Schema.Struct<{
115
+ readonly firstBuildCompletedAt: Schema.NullOr<Schema.String>;
116
+ readonly firstProjectCreatedAt: Schema.NullOr<Schema.String>;
117
+ readonly firstSubmissionCompletedAt: Schema.NullOr<Schema.String>;
118
+ readonly firstUpdateCreatedAt: Schema.NullOr<Schema.String>;
119
+ readonly hasConfiguredUpdate: Schema.Boolean;
120
+ readonly hasConfiguredWorkflow: Schema.Boolean;
121
+ readonly hasTeamMembers: Schema.Boolean;
122
+ }>;
123
+ readonly owner: Schema.NullOr<Schema.Struct<{
124
+ readonly appCount: Schema.Number;
125
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
126
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
127
+ readonly created: Schema.String;
128
+ readonly displayName: Schema.String;
129
+ readonly email: Schema.String;
130
+ readonly emailVerified: Schema.Boolean;
131
+ readonly firstName: Schema.NullOr<Schema.String>;
132
+ readonly fullName: Schema.NullOr<Schema.String>;
133
+ readonly githubUsername: Schema.NullOr<Schema.String>;
134
+ readonly hasPassword: Schema.Boolean;
135
+ readonly hasPendingUserInvitations: Schema.Boolean;
136
+ readonly id: Schema.String;
137
+ readonly industry: Schema.NullOr<Schema.String>;
138
+ readonly isExpoAdmin: Schema.Boolean;
139
+ readonly isLegacy: Schema.Boolean;
140
+ readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
141
+ readonly isStaffModeEnabled: Schema.Boolean;
142
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
143
+ readonly lastName: Schema.NullOr<Schema.String>;
144
+ readonly location: Schema.NullOr<Schema.String>;
145
+ readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
146
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
147
+ readonly profilePhoto: Schema.String;
148
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
149
+ readonly username: Schema.String;
150
+ }>>;
151
+ readonly ownerUserActor: Schema.NullOr<Schema.Struct<{
152
+ readonly appCount: Schema.Number;
153
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
154
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
155
+ readonly created: Schema.String;
156
+ readonly displayName: Schema.String;
157
+ readonly firstName: Schema.NullOr<Schema.String>;
158
+ readonly fullName: Schema.NullOr<Schema.String>;
159
+ readonly githubUsername: Schema.NullOr<Schema.String>;
160
+ readonly id: Schema.String;
161
+ readonly industry: Schema.NullOr<Schema.String>;
162
+ readonly isExpoAdmin: Schema.Boolean;
163
+ readonly isStaffModeEnabled: Schema.Boolean;
164
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
165
+ readonly lastName: Schema.NullOr<Schema.String>;
166
+ readonly location: Schema.NullOr<Schema.String>;
167
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
168
+ readonly profilePhoto: Schema.String;
169
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
170
+ readonly username: Schema.String;
171
+ }>>;
172
+ readonly pendingSentryInstallation: Schema.NullOr<Schema.Struct<{
173
+ readonly createdAt: Schema.String;
174
+ readonly id: Schema.String;
175
+ readonly installationId: Schema.String;
176
+ readonly orgSlug: Schema.String;
177
+ }>>;
178
+ readonly profileImageUrl: Schema.String;
179
+ readonly pushSecurityEnabled: Schema.Boolean;
180
+ readonly requireTwoFactor: Schema.Boolean;
181
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
182
+ readonly sentryInstallation: Schema.NullOr<Schema.Struct<{
183
+ readonly createdAt: Schema.String;
184
+ readonly id: Schema.String;
185
+ readonly installationId: Schema.String;
186
+ readonly orgSlug: Schema.String;
187
+ }>>;
188
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
189
+ readonly ssoConfiguration: Schema.NullOr<Schema.Struct<{
190
+ readonly authProtocol: Schema.Literals<readonly ["OIDC"]>;
191
+ readonly authProviderIdentifier: Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>;
192
+ readonly clientIdentifier: Schema.String;
193
+ readonly clientSecret: Schema.String;
194
+ readonly createdAt: Schema.String;
195
+ readonly id: Schema.String;
196
+ readonly issuer: Schema.String;
197
+ readonly updatedAt: Schema.String;
198
+ }>>;
199
+ readonly subscription: Schema.NullOr<Schema.Struct<{
200
+ readonly cancelAt: Schema.NullOr<Schema.String>;
201
+ readonly endedAt: Schema.NullOr<Schema.String>;
202
+ readonly id: Schema.String;
203
+ readonly isDowngrading: Schema.NullOr<Schema.Boolean>;
204
+ readonly name: Schema.NullOr<Schema.String>;
205
+ readonly nextInvoice: Schema.NullOr<Schema.String>;
206
+ readonly nextInvoiceAmountDueCents: Schema.NullOr<Schema.Number>;
207
+ readonly planId: Schema.NullOr<Schema.String>;
208
+ readonly price: Schema.Number;
209
+ readonly recurringCents: Schema.NullOr<Schema.Number>;
210
+ readonly status: Schema.NullOr<Schema.String>;
211
+ readonly trialEnd: Schema.NullOr<Schema.String>;
212
+ readonly willCancel: Schema.NullOr<Schema.Boolean>;
213
+ }>>;
214
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
215
+ readonly unlimitedBuilds: Schema.Boolean;
216
+ readonly updatedAt: Schema.String;
217
+ readonly userActorOwner: Schema.NullOr<Schema.Struct<{
218
+ readonly appCount: Schema.Number;
219
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
220
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
221
+ readonly created: Schema.String;
222
+ readonly displayName: Schema.String;
223
+ readonly firstName: Schema.NullOr<Schema.String>;
224
+ readonly fullName: Schema.NullOr<Schema.String>;
225
+ readonly githubUsername: Schema.NullOr<Schema.String>;
226
+ readonly id: Schema.String;
227
+ readonly industry: Schema.NullOr<Schema.String>;
228
+ readonly isExpoAdmin: Schema.Boolean;
229
+ readonly isStaffModeEnabled: Schema.Boolean;
230
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
231
+ readonly lastName: Schema.NullOr<Schema.String>;
232
+ readonly location: Schema.NullOr<Schema.String>;
233
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
234
+ readonly profilePhoto: Schema.String;
235
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
236
+ readonly username: Schema.String;
237
+ }>>;
238
+ readonly userInvitations: Schema.$Array<Schema.Struct<{
239
+ readonly accountName: Schema.String;
240
+ readonly accountProfileImageUrl: Schema.String;
241
+ readonly accountProfilePhoto: Schema.NullOr<Schema.String>;
242
+ readonly accountRequiresTwoFactor: Schema.Boolean;
243
+ readonly created: Schema.String;
244
+ readonly email: Schema.String;
245
+ readonly expires: Schema.String;
246
+ readonly id: Schema.String;
247
+ readonly isForOrganization: Schema.Boolean;
248
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
249
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
250
+ }>>;
251
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
252
+ readonly users: Schema.$Array<Schema.Struct<{
253
+ readonly id: Schema.String;
254
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
255
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
256
+ }>>;
257
+ readonly vexoAccountConnection: Schema.NullOr<Schema.Struct<{
258
+ readonly id: Schema.String;
259
+ }>>;
260
+ readonly viewerUserPermission: Schema.Struct<{
261
+ readonly id: Schema.String;
262
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
263
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
264
+ }>;
265
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
266
+ }>;
267
+ readonly createdAt: Schema.String;
268
+ readonly errorCode: Schema.NullOr<Schema.String>;
269
+ readonly errorMessage: Schema.NullOr<Schema.String>;
270
+ readonly id: Schema.String;
271
+ readonly resultData: Schema.NullOr<Schema.Unknown>;
272
+ readonly resultId: Schema.NullOr<Schema.String>;
273
+ readonly resultType: Schema.Literals<readonly ["AUDIT_LOGS_EXPORT", "GITHUB_BUILD", "USER_AUDIT_LOGS_EXPORT", "VOID", "WORKFLOWS_INSIGHTS_EXPORT"]>;
274
+ readonly state: Schema.Literals<readonly ["FAILURE", "IN_PROGRESS", "QUEUED", "SUCCESS"]>;
275
+ readonly tries: Schema.Number;
276
+ readonly updatedAt: Schema.String;
277
+ readonly willRetry: Schema.Boolean;
278
+ }>;
279
+ export type GithubAppCreateGitHubBuildOutput = typeof GithubAppCreateGitHubBuildOutput.Type;
280
+ export declare const githubAppCreateGitHubBuild: import("@distilled.cloud/core/client").OperationMethod<{
281
+ readonly buildInput: {
282
+ readonly appId: string;
283
+ readonly autoSubmit?: boolean | null | undefined;
284
+ readonly baseDirectory?: string | null | undefined;
285
+ readonly buildProfile: string;
286
+ readonly environment?: unknown;
287
+ readonly gitRef: string;
288
+ readonly platform: "ANDROID" | "IOS";
289
+ readonly submitProfile?: string | null | undefined;
290
+ };
291
+ }, {
292
+ readonly account: {
293
+ readonly accessTokens: readonly ({
294
+ readonly createdAt: string;
295
+ readonly id: string;
296
+ readonly lastUsedAt: string | null;
297
+ readonly note: string | null;
298
+ readonly revokedAt: string | null;
299
+ readonly updatedAt: string;
300
+ readonly visibleTokenPrefix: string;
301
+ } | null)[];
302
+ readonly appCount: number;
303
+ readonly appStoreConnectApiKeys: readonly {
304
+ readonly createdAt: string;
305
+ readonly id: string;
306
+ readonly issuerIdentifier: string;
307
+ readonly keyIdentifier: string;
308
+ readonly keyP8: string;
309
+ readonly name: string | null;
310
+ readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
311
+ readonly updatedAt: string;
312
+ }[];
313
+ readonly appleDistributionCertificates: readonly {
314
+ readonly certificateP12: string | null;
315
+ readonly certificatePassword: string | null;
316
+ readonly certificatePrivateSigningKey: string | null;
317
+ readonly createdAt: string;
318
+ readonly developerPortalIdentifier: string | null;
319
+ readonly id: string;
320
+ readonly serialNumber: string;
321
+ readonly updatedAt: string;
322
+ readonly validityNotAfter: string;
323
+ readonly validityNotBefore: string;
324
+ }[];
325
+ readonly applePushKeys: readonly {
326
+ readonly createdAt: string;
327
+ readonly id: string;
328
+ readonly keyIdentifier: string;
329
+ readonly keyP8: string;
330
+ readonly updatedAt: string;
331
+ }[];
332
+ readonly availableBuilds: number | null;
333
+ readonly billing: {
334
+ readonly id: string;
335
+ } | null;
336
+ readonly convexTeamConnections: readonly {
337
+ readonly convexTeamIdentifier: string;
338
+ readonly createdAt: string;
339
+ readonly id: string;
340
+ readonly updatedAt: string;
341
+ }[];
342
+ readonly createdAt: string;
343
+ readonly displayName: string | null;
344
+ readonly environmentVariableEnvironments: readonly unknown[];
345
+ readonly githubAppInstallations: readonly {
346
+ readonly id: string;
347
+ readonly installationIdentifier: number;
348
+ }[];
349
+ readonly googleServiceAccountKeys: readonly {
350
+ readonly clientEmail: string;
351
+ readonly clientIdentifier: string;
352
+ readonly createdAt: string;
353
+ readonly id: string;
354
+ readonly keyJson: string;
355
+ readonly privateKeyIdentifier: string;
356
+ readonly projectIdentifier: string;
357
+ readonly updatedAt: string;
358
+ }[];
359
+ readonly hasBuilds: boolean;
360
+ readonly id: string;
361
+ readonly isCurrent: boolean;
362
+ readonly isDisabled: boolean;
363
+ readonly isFreeAppDevDomainTier: boolean;
364
+ readonly isSSOEnabled: boolean;
365
+ readonly lastDeletionAttemptTime: string | null;
366
+ readonly logRocketOrganization: {
367
+ readonly createdAt: string;
368
+ readonly id: string;
369
+ readonly orgName: string;
370
+ readonly orgSlug: string;
371
+ } | null;
372
+ readonly memberStats: {
373
+ readonly allHave2FAEnabled: boolean;
374
+ readonly humanCount: number;
375
+ readonly ownerCount: number;
376
+ readonly robotCount: number;
377
+ readonly ssoUserCount: number;
378
+ readonly totalCount: number;
379
+ };
380
+ readonly name: string;
381
+ readonly offers: readonly {
382
+ readonly features: readonly ("BUILDS" | "OPEN_SOURCE" | "SUPPORT" | "TEAMS" | null)[] | null;
383
+ readonly id: string;
384
+ readonly price: number;
385
+ readonly quantity: number | null;
386
+ readonly stripeId: string;
387
+ readonly trialLength: number | null;
388
+ readonly type: "ADDON" | "PREPAID" | "SUBSCRIPTION";
389
+ }[] | null;
390
+ readonly onboardingStats: {
391
+ readonly firstBuildCompletedAt: string | null;
392
+ readonly firstProjectCreatedAt: string | null;
393
+ readonly firstSubmissionCompletedAt: string | null;
394
+ readonly firstUpdateCreatedAt: string | null;
395
+ readonly hasConfiguredUpdate: boolean;
396
+ readonly hasConfiguredWorkflow: boolean;
397
+ readonly hasTeamMembers: boolean;
398
+ };
399
+ readonly owner: {
400
+ readonly appCount: number;
401
+ readonly appetizeCode: string | null;
402
+ readonly bestContactEmail: string | null;
403
+ readonly created: string;
404
+ readonly displayName: string;
405
+ readonly email: string;
406
+ readonly emailVerified: boolean;
407
+ readonly firstName: string | null;
408
+ readonly fullName: string | null;
409
+ readonly githubUsername: string | null;
410
+ readonly hasPassword: boolean;
411
+ readonly hasPendingUserInvitations: boolean;
412
+ readonly id: string;
413
+ readonly industry: string | null;
414
+ readonly isExpoAdmin: boolean;
415
+ readonly isLegacy: boolean;
416
+ readonly isSecondFactorAuthenticationEnabled: boolean;
417
+ readonly isStaffModeEnabled: boolean;
418
+ readonly lastDeletionAttemptTime: string | null;
419
+ readonly lastName: string | null;
420
+ readonly location: string | null;
421
+ readonly newEmailPendingVerification: string | null;
422
+ readonly primaryAccountProfileImageUrl: string | null;
423
+ readonly profilePhoto: string;
424
+ readonly twitterUsername: string | null;
425
+ readonly username: string;
426
+ } | null;
427
+ readonly ownerUserActor: {
428
+ readonly appCount: number;
429
+ readonly appetizeCode: string | null;
430
+ readonly bestContactEmail: string | null;
431
+ readonly created: string;
432
+ readonly displayName: string;
433
+ readonly firstName: string | null;
434
+ readonly fullName: string | null;
435
+ readonly githubUsername: string | null;
436
+ readonly id: string;
437
+ readonly industry: string | null;
438
+ readonly isExpoAdmin: boolean;
439
+ readonly isStaffModeEnabled: boolean;
440
+ readonly lastDeletionAttemptTime: string | null;
441
+ readonly lastName: string | null;
442
+ readonly location: string | null;
443
+ readonly primaryAccountProfileImageUrl: string | null;
444
+ readonly profilePhoto: string;
445
+ readonly twitterUsername: string | null;
446
+ readonly username: string;
447
+ } | null;
448
+ readonly pendingSentryInstallation: {
449
+ readonly createdAt: string;
450
+ readonly id: string;
451
+ readonly installationId: string;
452
+ readonly orgSlug: string;
453
+ } | null;
454
+ readonly profileImageUrl: string;
455
+ readonly pushSecurityEnabled: boolean;
456
+ readonly requireTwoFactor: boolean;
457
+ readonly requiresAccessTokenForPushSecurity: boolean;
458
+ readonly sentryInstallation: {
459
+ readonly createdAt: string;
460
+ readonly id: string;
461
+ readonly installationId: string;
462
+ readonly orgSlug: string;
463
+ } | null;
464
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
465
+ readonly ssoConfiguration: {
466
+ readonly authProtocol: "OIDC";
467
+ readonly authProviderIdentifier: "AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP";
468
+ readonly clientIdentifier: string;
469
+ readonly clientSecret: string;
470
+ readonly createdAt: string;
471
+ readonly id: string;
472
+ readonly issuer: string;
473
+ readonly updatedAt: string;
474
+ } | null;
475
+ readonly subscription: {
476
+ readonly cancelAt: string | null;
477
+ readonly endedAt: string | null;
478
+ readonly id: string;
479
+ readonly isDowngrading: boolean | null;
480
+ readonly name: string | null;
481
+ readonly nextInvoice: string | null;
482
+ readonly nextInvoiceAmountDueCents: number | null;
483
+ readonly planId: string | null;
484
+ readonly price: number;
485
+ readonly recurringCents: number | null;
486
+ readonly status: string | null;
487
+ readonly trialEnd: string | null;
488
+ readonly willCancel: boolean | null;
489
+ } | null;
490
+ readonly subscriptionChangesPending: boolean | null;
491
+ readonly unlimitedBuilds: boolean;
492
+ readonly updatedAt: string;
493
+ readonly userActorOwner: {
494
+ readonly appCount: number;
495
+ readonly appetizeCode: string | null;
496
+ readonly bestContactEmail: string | null;
497
+ readonly created: string;
498
+ readonly displayName: string;
499
+ readonly firstName: string | null;
500
+ readonly fullName: string | null;
501
+ readonly githubUsername: string | null;
502
+ readonly id: string;
503
+ readonly industry: string | null;
504
+ readonly isExpoAdmin: boolean;
505
+ readonly isStaffModeEnabled: boolean;
506
+ readonly lastDeletionAttemptTime: string | null;
507
+ readonly lastName: string | null;
508
+ readonly location: string | null;
509
+ readonly primaryAccountProfileImageUrl: string | null;
510
+ readonly profilePhoto: string;
511
+ readonly twitterUsername: string | null;
512
+ readonly username: string;
513
+ } | null;
514
+ readonly userInvitations: readonly {
515
+ readonly accountName: string;
516
+ readonly accountProfileImageUrl: string;
517
+ readonly accountProfilePhoto: string | null;
518
+ readonly accountRequiresTwoFactor: boolean;
519
+ readonly created: string;
520
+ readonly email: string;
521
+ readonly expires: string;
522
+ readonly id: string;
523
+ readonly isForOrganization: boolean;
524
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
525
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
526
+ }[];
527
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
528
+ readonly users: readonly {
529
+ readonly id: string;
530
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
531
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
532
+ }[];
533
+ readonly vexoAccountConnection: {
534
+ readonly id: string;
535
+ } | null;
536
+ readonly viewerUserPermission: {
537
+ readonly id: string;
538
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
539
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
540
+ };
541
+ readonly willAutoRenewBuilds: boolean | null;
542
+ };
543
+ readonly createdAt: string;
544
+ readonly errorCode: string | null;
545
+ readonly errorMessage: string | null;
546
+ readonly id: string;
547
+ readonly resultData: unknown;
548
+ readonly resultId: string | null;
549
+ readonly resultType: "AUDIT_LOGS_EXPORT" | "GITHUB_BUILD" | "USER_AUDIT_LOGS_EXPORT" | "VOID" | "WORKFLOWS_INSIGHTS_EXPORT";
550
+ readonly state: "FAILURE" | "IN_PROGRESS" | "QUEUED" | "SUCCESS";
551
+ readonly tries: number;
552
+ readonly updatedAt: string;
553
+ readonly willRetry: boolean;
554
+ }, never, import("~/credentials.ts").Credentials>;
555
+ //# sourceMappingURL=githubAppCreateGitHubBuild.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"githubAppCreateGitHubBuild.d.ts","sourceRoot":"","sources":["../../src/operations/githubAppCreateGitHubBuild.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,eAAO,MAAM,+BAA+B;;;;;;;;;;;EAkB3C,CAAC;AACF,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsYS,CAAC;AACvD,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAE/C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAGpC,CAAC"}