@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,723 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Input: Schema.Struct<{
3
+ readonly googleServiceAccountKeyId: Schema.String;
4
+ readonly id: Schema.String;
5
+ }>;
6
+ export type AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Input = typeof AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Input.Type;
7
+ export declare const AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Output: Schema.Struct<{
8
+ readonly androidAppBuildCredentialsArray: Schema.$Array<Schema.Struct<{
9
+ readonly androidKeystore: Schema.NullOr<Schema.Struct<{
10
+ readonly createdAt: Schema.String;
11
+ readonly id: Schema.String;
12
+ readonly keyAlias: Schema.String;
13
+ readonly keyPassword: Schema.NullOr<Schema.String>;
14
+ readonly keystore: Schema.String;
15
+ readonly keystorePassword: Schema.String;
16
+ readonly md5CertificateFingerprint: Schema.NullOr<Schema.String>;
17
+ readonly sha1CertificateFingerprint: Schema.NullOr<Schema.String>;
18
+ readonly sha256CertificateFingerprint: Schema.NullOr<Schema.String>;
19
+ readonly type: Schema.Literals<readonly ["JKS", "PKCS12", "UNKNOWN"]>;
20
+ readonly updatedAt: Schema.String;
21
+ }>>;
22
+ readonly id: Schema.String;
23
+ readonly isDefault: Schema.Boolean;
24
+ readonly isLegacy: Schema.Boolean;
25
+ readonly name: Schema.String;
26
+ }>>;
27
+ readonly androidAppBuildCredentialsList: Schema.$Array<Schema.Struct<{
28
+ readonly androidKeystore: Schema.NullOr<Schema.Struct<{
29
+ readonly createdAt: Schema.String;
30
+ readonly id: Schema.String;
31
+ readonly keyAlias: Schema.String;
32
+ readonly keyPassword: Schema.NullOr<Schema.String>;
33
+ readonly keystore: Schema.String;
34
+ readonly keystorePassword: Schema.String;
35
+ readonly md5CertificateFingerprint: Schema.NullOr<Schema.String>;
36
+ readonly sha1CertificateFingerprint: Schema.NullOr<Schema.String>;
37
+ readonly sha256CertificateFingerprint: Schema.NullOr<Schema.String>;
38
+ readonly type: Schema.Literals<readonly ["JKS", "PKCS12", "UNKNOWN"]>;
39
+ readonly updatedAt: Schema.String;
40
+ }>>;
41
+ readonly id: Schema.String;
42
+ readonly isDefault: Schema.Boolean;
43
+ readonly isLegacy: Schema.Boolean;
44
+ readonly name: Schema.String;
45
+ }>>;
46
+ readonly androidFcm: Schema.NullOr<Schema.Struct<{
47
+ readonly account: Schema.Struct<{
48
+ readonly appCount: Schema.Number;
49
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
50
+ readonly createdAt: Schema.String;
51
+ readonly displayName: Schema.NullOr<Schema.String>;
52
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
53
+ readonly hasBuilds: Schema.Boolean;
54
+ readonly id: Schema.String;
55
+ readonly isCurrent: Schema.Boolean;
56
+ readonly isDisabled: Schema.Boolean;
57
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
58
+ readonly isSSOEnabled: Schema.Boolean;
59
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
60
+ readonly name: Schema.String;
61
+ readonly profileImageUrl: Schema.String;
62
+ readonly pushSecurityEnabled: Schema.Boolean;
63
+ readonly requireTwoFactor: Schema.Boolean;
64
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
65
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
66
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
67
+ readonly unlimitedBuilds: Schema.Boolean;
68
+ readonly updatedAt: Schema.String;
69
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
70
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
71
+ }>;
72
+ readonly createdAt: Schema.String;
73
+ readonly credential: Schema.Unknown;
74
+ readonly id: Schema.String;
75
+ readonly updatedAt: Schema.String;
76
+ readonly version: Schema.Literals<readonly ["LEGACY", "V1"]>;
77
+ }>>;
78
+ readonly app: Schema.Struct<{
79
+ readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
80
+ readonly createdAt: Schema.String;
81
+ readonly id: Schema.String;
82
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
83
+ readonly note: Schema.NullOr<Schema.String>;
84
+ readonly revokedAt: Schema.NullOr<Schema.String>;
85
+ readonly updatedAt: Schema.String;
86
+ readonly visibleTokenPrefix: Schema.String;
87
+ }>>>;
88
+ readonly appStoreConnectApp: Schema.NullOr<Schema.Struct<{
89
+ readonly ascAppIdentifier: Schema.String;
90
+ readonly createdAt: Schema.String;
91
+ readonly id: Schema.String;
92
+ readonly updatedAt: Schema.String;
93
+ readonly webhookEventTypes: Schema.$Array<Schema.String>;
94
+ readonly webhookIdentifier: Schema.String;
95
+ }>>;
96
+ readonly appStoreUrl: Schema.NullOr<Schema.String>;
97
+ readonly assetLimitPerUpdateGroup: Schema.Number;
98
+ readonly buildProfiles: Schema.$Array<Schema.String>;
99
+ readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
100
+ readonly convexProject: Schema.NullOr<Schema.Struct<{
101
+ readonly convexProjectIdentifier: Schema.String;
102
+ readonly convexProjectName: Schema.String;
103
+ readonly convexProjectSlug: Schema.String;
104
+ readonly createdAt: Schema.String;
105
+ readonly id: Schema.String;
106
+ readonly updatedAt: Schema.String;
107
+ }>>;
108
+ readonly description: Schema.String;
109
+ readonly devDomainName: Schema.NullOr<Schema.Struct<{
110
+ readonly id: Schema.String;
111
+ readonly name: Schema.Unknown;
112
+ }>>;
113
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
114
+ readonly fullName: Schema.String;
115
+ readonly githubBuildTriggers: Schema.$Array<Schema.Struct<{
116
+ readonly autoSubmit: Schema.Boolean;
117
+ readonly buildProfile: Schema.String;
118
+ readonly createdAt: Schema.String;
119
+ readonly environment: Schema.NullOr<Schema.Unknown>;
120
+ readonly executionBehavior: Schema.Literals<readonly ["ALWAYS", "BASE_DIRECTORY_CHANGED"]>;
121
+ readonly id: Schema.String;
122
+ readonly isActive: Schema.Boolean;
123
+ readonly lastRunAt: Schema.NullOr<Schema.String>;
124
+ readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
125
+ readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
126
+ readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
127
+ readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
128
+ readonly sourcePattern: Schema.String;
129
+ readonly submitProfile: Schema.NullOr<Schema.String>;
130
+ readonly targetPattern: Schema.NullOr<Schema.String>;
131
+ readonly type: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH", "TAG_UPDATED"]>;
132
+ readonly updatedAt: Schema.String;
133
+ }>>;
134
+ readonly githubJobRunTriggers: Schema.$Array<Schema.Struct<{
135
+ readonly createdAt: Schema.String;
136
+ readonly id: Schema.String;
137
+ readonly isActive: Schema.Boolean;
138
+ readonly jobType: Schema.NullOr<Schema.Literals<readonly ["PUBLISH_UPDATE"]>>;
139
+ readonly lastRunAt: Schema.NullOr<Schema.String>;
140
+ readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
141
+ readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
142
+ readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
143
+ readonly sourcePattern: Schema.String;
144
+ readonly targetPattern: Schema.NullOr<Schema.String>;
145
+ readonly triggerType: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH"]>;
146
+ }>>;
147
+ readonly githubRepository: Schema.NullOr<Schema.Struct<{
148
+ readonly createdAt: Schema.String;
149
+ readonly githubRepositoryIdentifier: Schema.Number;
150
+ readonly githubRepositoryUrl: Schema.NullOr<Schema.String>;
151
+ readonly id: Schema.String;
152
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
153
+ readonly nodeIdentifier: Schema.String;
154
+ }>>;
155
+ readonly githubRepositorySettings: Schema.NullOr<Schema.Struct<{
156
+ readonly baseDirectory: Schema.String;
157
+ readonly id: Schema.String;
158
+ }>>;
159
+ readonly githubUrl: Schema.NullOr<Schema.String>;
160
+ readonly icon: Schema.NullOr<Schema.Struct<{
161
+ readonly colorPalette: Schema.NullOr<Schema.Unknown>;
162
+ readonly originalUrl: Schema.String;
163
+ readonly primaryColor: Schema.NullOr<Schema.String>;
164
+ readonly url: Schema.String;
165
+ }>>;
166
+ readonly iconUrl: Schema.NullOr<Schema.String>;
167
+ readonly id: Schema.String;
168
+ readonly insights: Schema.Struct<{
169
+ readonly hasEventsFromExpoInsightsClientModule: Schema.Boolean;
170
+ }>;
171
+ readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
172
+ readonly isDeleting: Schema.Boolean;
173
+ readonly isDeprecated: Schema.Boolean;
174
+ readonly isLikedByMe: Schema.Boolean;
175
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
176
+ readonly lastPublishedTime: Schema.String;
177
+ readonly latestActivity: Schema.String;
178
+ readonly latestReleaseId: Schema.String;
179
+ readonly likeCount: Schema.Number;
180
+ readonly logRocketProject: Schema.NullOr<Schema.Struct<{
181
+ readonly createdAt: Schema.String;
182
+ readonly id: Schema.String;
183
+ readonly logRocketOrgId: Schema.String;
184
+ readonly logRocketProjectSlug: Schema.String;
185
+ readonly updatedAt: Schema.String;
186
+ }>>;
187
+ readonly name: Schema.String;
188
+ readonly observe: Schema.Struct<{
189
+ readonly totalEventCount: Schema.Number;
190
+ }>;
191
+ readonly ownerAccount: Schema.Struct<{
192
+ readonly appCount: Schema.Number;
193
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
194
+ readonly createdAt: Schema.String;
195
+ readonly displayName: Schema.NullOr<Schema.String>;
196
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
197
+ readonly hasBuilds: Schema.Boolean;
198
+ readonly id: Schema.String;
199
+ readonly isCurrent: Schema.Boolean;
200
+ readonly isDisabled: Schema.Boolean;
201
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
202
+ readonly isSSOEnabled: Schema.Boolean;
203
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
204
+ readonly name: Schema.String;
205
+ readonly profileImageUrl: Schema.String;
206
+ readonly pushSecurityEnabled: Schema.Boolean;
207
+ readonly requireTwoFactor: Schema.Boolean;
208
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
209
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
210
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
211
+ readonly unlimitedBuilds: Schema.Boolean;
212
+ readonly updatedAt: Schema.String;
213
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
214
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
215
+ }>;
216
+ readonly packageName: Schema.String;
217
+ readonly packageUsername: Schema.String;
218
+ readonly playStoreUrl: Schema.NullOr<Schema.String>;
219
+ readonly privacy: Schema.String;
220
+ readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
221
+ readonly published: Schema.Boolean;
222
+ readonly pushNotifications: Schema.Struct<{
223
+ readonly id: Schema.String;
224
+ }>;
225
+ readonly pushSecurityEnabled: Schema.Boolean;
226
+ readonly releaseChannels: Schema.$Array<Schema.String>;
227
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
228
+ readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
229
+ readonly scopeKey: Schema.String;
230
+ readonly sdkVersion: Schema.String;
231
+ readonly sentryProject: Schema.NullOr<Schema.Struct<{
232
+ readonly createdAt: Schema.String;
233
+ readonly id: Schema.String;
234
+ readonly sentryInstallationId: Schema.String;
235
+ readonly sentryProjectId: Schema.String;
236
+ readonly sentryProjectSlug: Schema.String;
237
+ readonly updatedAt: Schema.String;
238
+ }>>;
239
+ readonly slug: Schema.String;
240
+ readonly suggestedDevDomainName: Schema.String;
241
+ readonly trendScore: Schema.Number;
242
+ readonly updated: Schema.String;
243
+ readonly username: Schema.String;
244
+ readonly users: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Struct<{
245
+ readonly appCount: Schema.Number;
246
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
247
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
248
+ readonly created: Schema.String;
249
+ readonly displayName: Schema.String;
250
+ readonly email: Schema.String;
251
+ readonly emailVerified: Schema.Boolean;
252
+ readonly firstName: Schema.NullOr<Schema.String>;
253
+ readonly fullName: Schema.NullOr<Schema.String>;
254
+ readonly githubUsername: Schema.NullOr<Schema.String>;
255
+ readonly hasPassword: Schema.Boolean;
256
+ readonly hasPendingUserInvitations: Schema.Boolean;
257
+ readonly id: Schema.String;
258
+ readonly industry: Schema.NullOr<Schema.String>;
259
+ readonly isExpoAdmin: Schema.Boolean;
260
+ readonly isLegacy: Schema.Boolean;
261
+ readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
262
+ readonly isStaffModeEnabled: Schema.Boolean;
263
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
264
+ readonly lastName: Schema.NullOr<Schema.String>;
265
+ readonly location: Schema.NullOr<Schema.String>;
266
+ readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
267
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
268
+ readonly profilePhoto: Schema.String;
269
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
270
+ readonly username: Schema.String;
271
+ }>>>>;
272
+ readonly vexoApp: Schema.NullOr<Schema.Struct<{
273
+ readonly domain: Schema.NullOr<Schema.String>;
274
+ readonly iconUrl: Schema.NullOr<Schema.String>;
275
+ readonly id: Schema.String;
276
+ readonly name: Schema.String;
277
+ readonly owner: Schema.String;
278
+ readonly slug: Schema.String;
279
+ readonly vexoIdentifier: Schema.String;
280
+ }>>;
281
+ readonly workerCustomDomain: Schema.NullOr<Schema.Struct<{
282
+ readonly createdAt: Schema.String;
283
+ readonly devDomainName: Schema.Unknown;
284
+ readonly hostname: Schema.String;
285
+ readonly id: Schema.String;
286
+ readonly updatedAt: Schema.String;
287
+ }>>;
288
+ }>;
289
+ readonly applicationIdentifier: Schema.NullOr<Schema.String>;
290
+ readonly googleServiceAccountKeyForFcmV1: Schema.NullOr<Schema.Struct<{
291
+ readonly account: Schema.Struct<{
292
+ readonly appCount: Schema.Number;
293
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
294
+ readonly createdAt: Schema.String;
295
+ readonly displayName: Schema.NullOr<Schema.String>;
296
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
297
+ readonly hasBuilds: Schema.Boolean;
298
+ readonly id: Schema.String;
299
+ readonly isCurrent: Schema.Boolean;
300
+ readonly isDisabled: Schema.Boolean;
301
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
302
+ readonly isSSOEnabled: Schema.Boolean;
303
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
304
+ readonly name: Schema.String;
305
+ readonly profileImageUrl: Schema.String;
306
+ readonly pushSecurityEnabled: Schema.Boolean;
307
+ readonly requireTwoFactor: Schema.Boolean;
308
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
309
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
310
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
311
+ readonly unlimitedBuilds: Schema.Boolean;
312
+ readonly updatedAt: Schema.String;
313
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
314
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
315
+ }>;
316
+ readonly clientEmail: Schema.String;
317
+ readonly clientIdentifier: Schema.String;
318
+ readonly createdAt: Schema.String;
319
+ readonly id: Schema.String;
320
+ readonly keyJson: Schema.String;
321
+ readonly privateKeyIdentifier: Schema.String;
322
+ readonly projectIdentifier: Schema.String;
323
+ readonly updatedAt: Schema.String;
324
+ }>>;
325
+ readonly googleServiceAccountKeyForSubmissions: Schema.NullOr<Schema.Struct<{
326
+ readonly account: Schema.Struct<{
327
+ readonly appCount: Schema.Number;
328
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
329
+ readonly createdAt: Schema.String;
330
+ readonly displayName: Schema.NullOr<Schema.String>;
331
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
332
+ readonly hasBuilds: Schema.Boolean;
333
+ readonly id: Schema.String;
334
+ readonly isCurrent: Schema.Boolean;
335
+ readonly isDisabled: Schema.Boolean;
336
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
337
+ readonly isSSOEnabled: Schema.Boolean;
338
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
339
+ readonly name: Schema.String;
340
+ readonly profileImageUrl: Schema.String;
341
+ readonly pushSecurityEnabled: Schema.Boolean;
342
+ readonly requireTwoFactor: Schema.Boolean;
343
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
344
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
345
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
346
+ readonly unlimitedBuilds: Schema.Boolean;
347
+ readonly updatedAt: Schema.String;
348
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
349
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
350
+ }>;
351
+ readonly clientEmail: Schema.String;
352
+ readonly clientIdentifier: Schema.String;
353
+ readonly createdAt: Schema.String;
354
+ readonly id: Schema.String;
355
+ readonly keyJson: Schema.String;
356
+ readonly privateKeyIdentifier: Schema.String;
357
+ readonly projectIdentifier: Schema.String;
358
+ readonly updatedAt: Schema.String;
359
+ }>>;
360
+ readonly id: Schema.String;
361
+ readonly isLegacy: Schema.Boolean;
362
+ }>;
363
+ export type AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Output = typeof AndroidAppCredentialsSetGoogleServiceAccountKeyForFcmV1Output.Type;
364
+ export declare const androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1: import("@distilled.cloud/core/client").OperationMethod<{
365
+ readonly googleServiceAccountKeyId: string;
366
+ readonly id: string;
367
+ }, {
368
+ readonly androidAppBuildCredentialsArray: readonly {
369
+ readonly androidKeystore: {
370
+ readonly createdAt: string;
371
+ readonly id: string;
372
+ readonly keyAlias: string;
373
+ readonly keyPassword: string | null;
374
+ readonly keystore: string;
375
+ readonly keystorePassword: string;
376
+ readonly md5CertificateFingerprint: string | null;
377
+ readonly sha1CertificateFingerprint: string | null;
378
+ readonly sha256CertificateFingerprint: string | null;
379
+ readonly type: "JKS" | "PKCS12" | "UNKNOWN";
380
+ readonly updatedAt: string;
381
+ } | null;
382
+ readonly id: string;
383
+ readonly isDefault: boolean;
384
+ readonly isLegacy: boolean;
385
+ readonly name: string;
386
+ }[];
387
+ readonly androidAppBuildCredentialsList: readonly {
388
+ readonly androidKeystore: {
389
+ readonly createdAt: string;
390
+ readonly id: string;
391
+ readonly keyAlias: string;
392
+ readonly keyPassword: string | null;
393
+ readonly keystore: string;
394
+ readonly keystorePassword: string;
395
+ readonly md5CertificateFingerprint: string | null;
396
+ readonly sha1CertificateFingerprint: string | null;
397
+ readonly sha256CertificateFingerprint: string | null;
398
+ readonly type: "JKS" | "PKCS12" | "UNKNOWN";
399
+ readonly updatedAt: string;
400
+ } | null;
401
+ readonly id: string;
402
+ readonly isDefault: boolean;
403
+ readonly isLegacy: boolean;
404
+ readonly name: string;
405
+ }[];
406
+ readonly androidFcm: {
407
+ readonly account: {
408
+ readonly appCount: number;
409
+ readonly availableBuilds: number | null;
410
+ readonly createdAt: string;
411
+ readonly displayName: string | null;
412
+ readonly environmentVariableEnvironments: readonly unknown[];
413
+ readonly hasBuilds: boolean;
414
+ readonly id: string;
415
+ readonly isCurrent: boolean;
416
+ readonly isDisabled: boolean;
417
+ readonly isFreeAppDevDomainTier: boolean;
418
+ readonly isSSOEnabled: boolean;
419
+ readonly lastDeletionAttemptTime: string | null;
420
+ readonly name: string;
421
+ readonly profileImageUrl: string;
422
+ readonly pushSecurityEnabled: boolean;
423
+ readonly requireTwoFactor: boolean;
424
+ readonly requiresAccessTokenForPushSecurity: boolean;
425
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
426
+ readonly subscriptionChangesPending: boolean | null;
427
+ readonly unlimitedBuilds: boolean;
428
+ readonly updatedAt: string;
429
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
430
+ readonly willAutoRenewBuilds: boolean | null;
431
+ };
432
+ readonly createdAt: string;
433
+ readonly credential: unknown;
434
+ readonly id: string;
435
+ readonly updatedAt: string;
436
+ readonly version: "LEGACY" | "V1";
437
+ } | null;
438
+ readonly app: {
439
+ readonly accessTokens: readonly ({
440
+ readonly createdAt: string;
441
+ readonly id: string;
442
+ readonly lastUsedAt: string | null;
443
+ readonly note: string | null;
444
+ readonly revokedAt: string | null;
445
+ readonly updatedAt: string;
446
+ readonly visibleTokenPrefix: string;
447
+ } | null)[];
448
+ readonly appStoreConnectApp: {
449
+ readonly ascAppIdentifier: string;
450
+ readonly createdAt: string;
451
+ readonly id: string;
452
+ readonly updatedAt: string;
453
+ readonly webhookEventTypes: readonly string[];
454
+ readonly webhookIdentifier: string;
455
+ } | null;
456
+ readonly appStoreUrl: string | null;
457
+ readonly assetLimitPerUpdateGroup: number;
458
+ readonly buildProfiles: readonly string[];
459
+ readonly buildsReleaseChannels: readonly string[];
460
+ readonly convexProject: {
461
+ readonly convexProjectIdentifier: string;
462
+ readonly convexProjectName: string;
463
+ readonly convexProjectSlug: string;
464
+ readonly createdAt: string;
465
+ readonly id: string;
466
+ readonly updatedAt: string;
467
+ } | null;
468
+ readonly description: string;
469
+ readonly devDomainName: {
470
+ readonly id: string;
471
+ readonly name: unknown;
472
+ } | null;
473
+ readonly environmentVariableEnvironments: readonly unknown[];
474
+ readonly fullName: string;
475
+ readonly githubBuildTriggers: readonly {
476
+ readonly autoSubmit: boolean;
477
+ readonly buildProfile: string;
478
+ readonly createdAt: string;
479
+ readonly environment: unknown;
480
+ readonly executionBehavior: "ALWAYS" | "BASE_DIRECTORY_CHANGED";
481
+ readonly id: string;
482
+ readonly isActive: boolean;
483
+ readonly lastRunAt: string | null;
484
+ readonly lastRunErrorCode: string | null;
485
+ readonly lastRunErrorMessage: string | null;
486
+ readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
487
+ readonly platform: "ANDROID" | "IOS";
488
+ readonly sourcePattern: string;
489
+ readonly submitProfile: string | null;
490
+ readonly targetPattern: string | null;
491
+ readonly type: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH" | "TAG_UPDATED";
492
+ readonly updatedAt: string;
493
+ }[];
494
+ readonly githubJobRunTriggers: readonly {
495
+ readonly createdAt: string;
496
+ readonly id: string;
497
+ readonly isActive: boolean;
498
+ readonly jobType: "PUBLISH_UPDATE" | null;
499
+ readonly lastRunAt: string | null;
500
+ readonly lastRunErrorCode: string | null;
501
+ readonly lastRunErrorMessage: string | null;
502
+ readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
503
+ readonly sourcePattern: string;
504
+ readonly targetPattern: string | null;
505
+ readonly triggerType: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH";
506
+ }[];
507
+ readonly githubRepository: {
508
+ readonly createdAt: string;
509
+ readonly githubRepositoryIdentifier: number;
510
+ readonly githubRepositoryUrl: string | null;
511
+ readonly id: string;
512
+ readonly lastDeletionAttemptTime: string | null;
513
+ readonly nodeIdentifier: string;
514
+ } | null;
515
+ readonly githubRepositorySettings: {
516
+ readonly baseDirectory: string;
517
+ readonly id: string;
518
+ } | null;
519
+ readonly githubUrl: string | null;
520
+ readonly icon: {
521
+ readonly colorPalette: unknown;
522
+ readonly originalUrl: string;
523
+ readonly primaryColor: string | null;
524
+ readonly url: string;
525
+ } | null;
526
+ readonly iconUrl: string | null;
527
+ readonly id: string;
528
+ readonly insights: {
529
+ readonly hasEventsFromExpoInsightsClientModule: boolean;
530
+ };
531
+ readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
532
+ readonly isDeleting: boolean;
533
+ readonly isDeprecated: boolean;
534
+ readonly isLikedByMe: boolean;
535
+ readonly lastDeletionAttemptTime: string | null;
536
+ readonly lastPublishedTime: string;
537
+ readonly latestActivity: string;
538
+ readonly latestReleaseId: string;
539
+ readonly likeCount: number;
540
+ readonly logRocketProject: {
541
+ readonly createdAt: string;
542
+ readonly id: string;
543
+ readonly logRocketOrgId: string;
544
+ readonly logRocketProjectSlug: string;
545
+ readonly updatedAt: string;
546
+ } | null;
547
+ readonly name: string;
548
+ readonly observe: {
549
+ readonly totalEventCount: number;
550
+ };
551
+ readonly ownerAccount: {
552
+ readonly appCount: number;
553
+ readonly availableBuilds: number | null;
554
+ readonly createdAt: string;
555
+ readonly displayName: string | null;
556
+ readonly environmentVariableEnvironments: readonly unknown[];
557
+ readonly hasBuilds: boolean;
558
+ readonly id: string;
559
+ readonly isCurrent: boolean;
560
+ readonly isDisabled: boolean;
561
+ readonly isFreeAppDevDomainTier: boolean;
562
+ readonly isSSOEnabled: boolean;
563
+ readonly lastDeletionAttemptTime: string | null;
564
+ readonly name: string;
565
+ readonly profileImageUrl: string;
566
+ readonly pushSecurityEnabled: boolean;
567
+ readonly requireTwoFactor: boolean;
568
+ readonly requiresAccessTokenForPushSecurity: boolean;
569
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
570
+ readonly subscriptionChangesPending: boolean | null;
571
+ readonly unlimitedBuilds: boolean;
572
+ readonly updatedAt: string;
573
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
574
+ readonly willAutoRenewBuilds: boolean | null;
575
+ };
576
+ readonly packageName: string;
577
+ readonly packageUsername: string;
578
+ readonly playStoreUrl: string | null;
579
+ readonly privacy: string;
580
+ readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
581
+ readonly published: boolean;
582
+ readonly pushNotifications: {
583
+ readonly id: string;
584
+ };
585
+ readonly pushSecurityEnabled: boolean;
586
+ readonly releaseChannels: readonly string[];
587
+ readonly requiresAccessTokenForPushSecurity: boolean;
588
+ readonly resourceClassExperiment: "C3D" | "N2" | null;
589
+ readonly scopeKey: string;
590
+ readonly sdkVersion: string;
591
+ readonly sentryProject: {
592
+ readonly createdAt: string;
593
+ readonly id: string;
594
+ readonly sentryInstallationId: string;
595
+ readonly sentryProjectId: string;
596
+ readonly sentryProjectSlug: string;
597
+ readonly updatedAt: string;
598
+ } | null;
599
+ readonly slug: string;
600
+ readonly suggestedDevDomainName: string;
601
+ readonly trendScore: number;
602
+ readonly updated: string;
603
+ readonly username: string;
604
+ readonly users: readonly ({
605
+ readonly appCount: number;
606
+ readonly appetizeCode: string | null;
607
+ readonly bestContactEmail: string | null;
608
+ readonly created: string;
609
+ readonly displayName: string;
610
+ readonly email: string;
611
+ readonly emailVerified: boolean;
612
+ readonly firstName: string | null;
613
+ readonly fullName: string | null;
614
+ readonly githubUsername: string | null;
615
+ readonly hasPassword: boolean;
616
+ readonly hasPendingUserInvitations: boolean;
617
+ readonly id: string;
618
+ readonly industry: string | null;
619
+ readonly isExpoAdmin: boolean;
620
+ readonly isLegacy: boolean;
621
+ readonly isSecondFactorAuthenticationEnabled: boolean;
622
+ readonly isStaffModeEnabled: boolean;
623
+ readonly lastDeletionAttemptTime: string | null;
624
+ readonly lastName: string | null;
625
+ readonly location: string | null;
626
+ readonly newEmailPendingVerification: string | null;
627
+ readonly primaryAccountProfileImageUrl: string | null;
628
+ readonly profilePhoto: string;
629
+ readonly twitterUsername: string | null;
630
+ readonly username: string;
631
+ } | null)[] | null;
632
+ readonly vexoApp: {
633
+ readonly domain: string | null;
634
+ readonly iconUrl: string | null;
635
+ readonly id: string;
636
+ readonly name: string;
637
+ readonly owner: string;
638
+ readonly slug: string;
639
+ readonly vexoIdentifier: string;
640
+ } | null;
641
+ readonly workerCustomDomain: {
642
+ readonly createdAt: string;
643
+ readonly devDomainName: unknown;
644
+ readonly hostname: string;
645
+ readonly id: string;
646
+ readonly updatedAt: string;
647
+ } | null;
648
+ };
649
+ readonly applicationIdentifier: string | null;
650
+ readonly googleServiceAccountKeyForFcmV1: {
651
+ readonly account: {
652
+ readonly appCount: number;
653
+ readonly availableBuilds: number | null;
654
+ readonly createdAt: string;
655
+ readonly displayName: string | null;
656
+ readonly environmentVariableEnvironments: readonly unknown[];
657
+ readonly hasBuilds: boolean;
658
+ readonly id: string;
659
+ readonly isCurrent: boolean;
660
+ readonly isDisabled: boolean;
661
+ readonly isFreeAppDevDomainTier: boolean;
662
+ readonly isSSOEnabled: boolean;
663
+ readonly lastDeletionAttemptTime: string | null;
664
+ readonly name: string;
665
+ readonly profileImageUrl: string;
666
+ readonly pushSecurityEnabled: boolean;
667
+ readonly requireTwoFactor: boolean;
668
+ readonly requiresAccessTokenForPushSecurity: boolean;
669
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
670
+ readonly subscriptionChangesPending: boolean | null;
671
+ readonly unlimitedBuilds: boolean;
672
+ readonly updatedAt: string;
673
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
674
+ readonly willAutoRenewBuilds: boolean | null;
675
+ };
676
+ readonly clientEmail: string;
677
+ readonly clientIdentifier: string;
678
+ readonly createdAt: string;
679
+ readonly id: string;
680
+ readonly keyJson: string;
681
+ readonly privateKeyIdentifier: string;
682
+ readonly projectIdentifier: string;
683
+ readonly updatedAt: string;
684
+ } | null;
685
+ readonly googleServiceAccountKeyForSubmissions: {
686
+ readonly account: {
687
+ readonly appCount: number;
688
+ readonly availableBuilds: number | null;
689
+ readonly createdAt: string;
690
+ readonly displayName: string | null;
691
+ readonly environmentVariableEnvironments: readonly unknown[];
692
+ readonly hasBuilds: boolean;
693
+ readonly id: string;
694
+ readonly isCurrent: boolean;
695
+ readonly isDisabled: boolean;
696
+ readonly isFreeAppDevDomainTier: boolean;
697
+ readonly isSSOEnabled: boolean;
698
+ readonly lastDeletionAttemptTime: string | null;
699
+ readonly name: string;
700
+ readonly profileImageUrl: string;
701
+ readonly pushSecurityEnabled: boolean;
702
+ readonly requireTwoFactor: boolean;
703
+ readonly requiresAccessTokenForPushSecurity: boolean;
704
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
705
+ readonly subscriptionChangesPending: boolean | null;
706
+ readonly unlimitedBuilds: boolean;
707
+ readonly updatedAt: string;
708
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
709
+ readonly willAutoRenewBuilds: boolean | null;
710
+ };
711
+ readonly clientEmail: string;
712
+ readonly clientIdentifier: string;
713
+ readonly createdAt: string;
714
+ readonly id: string;
715
+ readonly keyJson: string;
716
+ readonly privateKeyIdentifier: string;
717
+ readonly projectIdentifier: string;
718
+ readonly updatedAt: string;
719
+ } | null;
720
+ readonly id: string;
721
+ readonly isLegacy: boolean;
722
+ }, never, import("~/credentials.ts").Credentials>;
723
+ //# sourceMappingURL=androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.d.ts.map