@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,833 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const EchoProjectCreateEchoProjectInput: Schema.Struct<{
3
+ readonly input: Schema.Struct<{
4
+ readonly accountId: Schema.String;
5
+ readonly currentPreviewEchoVersionId: Schema.optional<Schema.NullOr<Schema.String>>;
6
+ readonly description: Schema.optional<Schema.NullOr<Schema.String>>;
7
+ readonly displayName: Schema.optional<Schema.NullOr<Schema.String>>;
8
+ readonly githubInfo: Schema.optional<Schema.NullOr<Schema.Struct<{
9
+ readonly accountType: Schema.optional<Schema.NullOr<Schema.String>>;
10
+ readonly branch: Schema.String;
11
+ readonly installationId: Schema.Number;
12
+ readonly repoName: Schema.String;
13
+ readonly repoOwner: Schema.String;
14
+ readonly repoUrl: Schema.String;
15
+ }>>>;
16
+ readonly icon: Schema.optional<Schema.NullOr<Schema.Struct<{
17
+ readonly accentColor: Schema.optional<Schema.NullOr<Schema.String>>;
18
+ readonly url: Schema.String;
19
+ }>>>;
20
+ readonly initFromEchoProjectId: Schema.optional<Schema.NullOr<Schema.String>>;
21
+ readonly initFromGitHubUrl: Schema.optional<Schema.NullOr<Schema.String>>;
22
+ readonly slug: Schema.optional<Schema.NullOr<Schema.String>>;
23
+ readonly thumbnail: Schema.optional<Schema.NullOr<Schema.Struct<{
24
+ readonly accentColor: Schema.optional<Schema.NullOr<Schema.String>>;
25
+ readonly height: Schema.optional<Schema.NullOr<Schema.Number>>;
26
+ readonly url: Schema.String;
27
+ readonly visualHash: Schema.optional<Schema.NullOr<Schema.String>>;
28
+ readonly width: Schema.optional<Schema.NullOr<Schema.Number>>;
29
+ }>>>;
30
+ readonly visibility: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>>>;
31
+ }>;
32
+ }>;
33
+ export type EchoProjectCreateEchoProjectInput = typeof EchoProjectCreateEchoProjectInput.Type;
34
+ export declare const EchoProjectCreateEchoProjectOutput: Schema.Struct<{
35
+ readonly account: Schema.Struct<{
36
+ readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
37
+ readonly createdAt: Schema.String;
38
+ readonly id: Schema.String;
39
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
40
+ readonly note: Schema.NullOr<Schema.String>;
41
+ readonly revokedAt: Schema.NullOr<Schema.String>;
42
+ readonly updatedAt: Schema.String;
43
+ readonly visibleTokenPrefix: Schema.String;
44
+ }>>>;
45
+ readonly appCount: Schema.Number;
46
+ readonly appStoreConnectApiKeys: Schema.$Array<Schema.Struct<{
47
+ readonly createdAt: Schema.String;
48
+ readonly id: Schema.String;
49
+ readonly issuerIdentifier: Schema.String;
50
+ readonly keyIdentifier: Schema.String;
51
+ readonly keyP8: Schema.String;
52
+ readonly name: Schema.NullOr<Schema.String>;
53
+ readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
54
+ readonly updatedAt: Schema.String;
55
+ }>>;
56
+ readonly appleDistributionCertificates: Schema.$Array<Schema.Struct<{
57
+ readonly certificateP12: Schema.NullOr<Schema.String>;
58
+ readonly certificatePassword: Schema.NullOr<Schema.String>;
59
+ readonly certificatePrivateSigningKey: Schema.NullOr<Schema.String>;
60
+ readonly createdAt: Schema.String;
61
+ readonly developerPortalIdentifier: Schema.NullOr<Schema.String>;
62
+ readonly id: Schema.String;
63
+ readonly serialNumber: Schema.String;
64
+ readonly updatedAt: Schema.String;
65
+ readonly validityNotAfter: Schema.String;
66
+ readonly validityNotBefore: Schema.String;
67
+ }>>;
68
+ readonly applePushKeys: Schema.$Array<Schema.Struct<{
69
+ readonly createdAt: Schema.String;
70
+ readonly id: Schema.String;
71
+ readonly keyIdentifier: Schema.String;
72
+ readonly keyP8: Schema.String;
73
+ readonly updatedAt: Schema.String;
74
+ }>>;
75
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
76
+ readonly billing: Schema.NullOr<Schema.Struct<{
77
+ readonly id: Schema.String;
78
+ }>>;
79
+ readonly convexTeamConnections: Schema.$Array<Schema.Struct<{
80
+ readonly convexTeamIdentifier: Schema.String;
81
+ readonly createdAt: Schema.String;
82
+ readonly id: Schema.String;
83
+ readonly updatedAt: Schema.String;
84
+ }>>;
85
+ readonly createdAt: Schema.String;
86
+ readonly displayName: Schema.NullOr<Schema.String>;
87
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
88
+ readonly githubAppInstallations: Schema.$Array<Schema.Struct<{
89
+ readonly id: Schema.String;
90
+ readonly installationIdentifier: Schema.Number;
91
+ }>>;
92
+ readonly googleServiceAccountKeys: Schema.$Array<Schema.Struct<{
93
+ readonly clientEmail: Schema.String;
94
+ readonly clientIdentifier: Schema.String;
95
+ readonly createdAt: Schema.String;
96
+ readonly id: Schema.String;
97
+ readonly keyJson: Schema.String;
98
+ readonly privateKeyIdentifier: Schema.String;
99
+ readonly projectIdentifier: Schema.String;
100
+ readonly updatedAt: Schema.String;
101
+ }>>;
102
+ readonly hasBuilds: Schema.Boolean;
103
+ readonly id: Schema.String;
104
+ readonly isCurrent: Schema.Boolean;
105
+ readonly isDisabled: Schema.Boolean;
106
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
107
+ readonly isSSOEnabled: Schema.Boolean;
108
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
109
+ readonly logRocketOrganization: Schema.NullOr<Schema.Struct<{
110
+ readonly createdAt: Schema.String;
111
+ readonly id: Schema.String;
112
+ readonly orgName: Schema.String;
113
+ readonly orgSlug: Schema.String;
114
+ }>>;
115
+ readonly memberStats: Schema.Struct<{
116
+ readonly allHave2FAEnabled: Schema.Boolean;
117
+ readonly humanCount: Schema.Number;
118
+ readonly ownerCount: Schema.Number;
119
+ readonly robotCount: Schema.Number;
120
+ readonly ssoUserCount: Schema.Number;
121
+ readonly totalCount: Schema.Number;
122
+ }>;
123
+ readonly name: Schema.String;
124
+ readonly offers: Schema.NullOr<Schema.$Array<Schema.Struct<{
125
+ readonly features: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Literals<readonly ["BUILDS", "OPEN_SOURCE", "SUPPORT", "TEAMS"]>>>>;
126
+ readonly id: Schema.String;
127
+ readonly price: Schema.Number;
128
+ readonly quantity: Schema.NullOr<Schema.Number>;
129
+ readonly stripeId: Schema.String;
130
+ readonly trialLength: Schema.NullOr<Schema.Number>;
131
+ readonly type: Schema.Literals<readonly ["ADDON", "PREPAID", "SUBSCRIPTION"]>;
132
+ }>>>;
133
+ readonly onboardingStats: Schema.Struct<{
134
+ readonly firstBuildCompletedAt: Schema.NullOr<Schema.String>;
135
+ readonly firstProjectCreatedAt: Schema.NullOr<Schema.String>;
136
+ readonly firstSubmissionCompletedAt: Schema.NullOr<Schema.String>;
137
+ readonly firstUpdateCreatedAt: Schema.NullOr<Schema.String>;
138
+ readonly hasConfiguredUpdate: Schema.Boolean;
139
+ readonly hasConfiguredWorkflow: Schema.Boolean;
140
+ readonly hasTeamMembers: Schema.Boolean;
141
+ }>;
142
+ readonly owner: Schema.NullOr<Schema.Struct<{
143
+ readonly appCount: Schema.Number;
144
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
145
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
146
+ readonly created: Schema.String;
147
+ readonly displayName: Schema.String;
148
+ readonly email: Schema.String;
149
+ readonly emailVerified: Schema.Boolean;
150
+ readonly firstName: Schema.NullOr<Schema.String>;
151
+ readonly fullName: Schema.NullOr<Schema.String>;
152
+ readonly githubUsername: Schema.NullOr<Schema.String>;
153
+ readonly hasPassword: Schema.Boolean;
154
+ readonly hasPendingUserInvitations: Schema.Boolean;
155
+ readonly id: Schema.String;
156
+ readonly industry: Schema.NullOr<Schema.String>;
157
+ readonly isExpoAdmin: Schema.Boolean;
158
+ readonly isLegacy: Schema.Boolean;
159
+ readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
160
+ readonly isStaffModeEnabled: Schema.Boolean;
161
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
162
+ readonly lastName: Schema.NullOr<Schema.String>;
163
+ readonly location: Schema.NullOr<Schema.String>;
164
+ readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
165
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
166
+ readonly profilePhoto: Schema.String;
167
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
168
+ readonly username: Schema.String;
169
+ }>>;
170
+ readonly ownerUserActor: Schema.NullOr<Schema.Struct<{
171
+ readonly appCount: Schema.Number;
172
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
173
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
174
+ readonly created: Schema.String;
175
+ readonly displayName: Schema.String;
176
+ readonly firstName: Schema.NullOr<Schema.String>;
177
+ readonly fullName: Schema.NullOr<Schema.String>;
178
+ readonly githubUsername: Schema.NullOr<Schema.String>;
179
+ readonly id: Schema.String;
180
+ readonly industry: Schema.NullOr<Schema.String>;
181
+ readonly isExpoAdmin: Schema.Boolean;
182
+ readonly isStaffModeEnabled: Schema.Boolean;
183
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
184
+ readonly lastName: Schema.NullOr<Schema.String>;
185
+ readonly location: Schema.NullOr<Schema.String>;
186
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
187
+ readonly profilePhoto: Schema.String;
188
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
189
+ readonly username: Schema.String;
190
+ }>>;
191
+ readonly pendingSentryInstallation: Schema.NullOr<Schema.Struct<{
192
+ readonly createdAt: Schema.String;
193
+ readonly id: Schema.String;
194
+ readonly installationId: Schema.String;
195
+ readonly orgSlug: Schema.String;
196
+ }>>;
197
+ readonly profileImageUrl: Schema.String;
198
+ readonly pushSecurityEnabled: Schema.Boolean;
199
+ readonly requireTwoFactor: Schema.Boolean;
200
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
201
+ readonly sentryInstallation: Schema.NullOr<Schema.Struct<{
202
+ readonly createdAt: Schema.String;
203
+ readonly id: Schema.String;
204
+ readonly installationId: Schema.String;
205
+ readonly orgSlug: Schema.String;
206
+ }>>;
207
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
208
+ readonly ssoConfiguration: Schema.NullOr<Schema.Struct<{
209
+ readonly authProtocol: Schema.Literals<readonly ["OIDC"]>;
210
+ readonly authProviderIdentifier: Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>;
211
+ readonly clientIdentifier: Schema.String;
212
+ readonly clientSecret: Schema.String;
213
+ readonly createdAt: Schema.String;
214
+ readonly id: Schema.String;
215
+ readonly issuer: Schema.String;
216
+ readonly updatedAt: Schema.String;
217
+ }>>;
218
+ readonly subscription: Schema.NullOr<Schema.Struct<{
219
+ readonly cancelAt: Schema.NullOr<Schema.String>;
220
+ readonly endedAt: Schema.NullOr<Schema.String>;
221
+ readonly id: Schema.String;
222
+ readonly isDowngrading: Schema.NullOr<Schema.Boolean>;
223
+ readonly name: Schema.NullOr<Schema.String>;
224
+ readonly nextInvoice: Schema.NullOr<Schema.String>;
225
+ readonly nextInvoiceAmountDueCents: Schema.NullOr<Schema.Number>;
226
+ readonly planId: Schema.NullOr<Schema.String>;
227
+ readonly price: Schema.Number;
228
+ readonly recurringCents: Schema.NullOr<Schema.Number>;
229
+ readonly status: Schema.NullOr<Schema.String>;
230
+ readonly trialEnd: Schema.NullOr<Schema.String>;
231
+ readonly willCancel: Schema.NullOr<Schema.Boolean>;
232
+ }>>;
233
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
234
+ readonly unlimitedBuilds: Schema.Boolean;
235
+ readonly updatedAt: Schema.String;
236
+ readonly userActorOwner: Schema.NullOr<Schema.Struct<{
237
+ readonly appCount: Schema.Number;
238
+ readonly appetizeCode: Schema.NullOr<Schema.String>;
239
+ readonly bestContactEmail: Schema.NullOr<Schema.String>;
240
+ readonly created: Schema.String;
241
+ readonly displayName: Schema.String;
242
+ readonly firstName: Schema.NullOr<Schema.String>;
243
+ readonly fullName: Schema.NullOr<Schema.String>;
244
+ readonly githubUsername: Schema.NullOr<Schema.String>;
245
+ readonly id: Schema.String;
246
+ readonly industry: Schema.NullOr<Schema.String>;
247
+ readonly isExpoAdmin: Schema.Boolean;
248
+ readonly isStaffModeEnabled: Schema.Boolean;
249
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
250
+ readonly lastName: Schema.NullOr<Schema.String>;
251
+ readonly location: Schema.NullOr<Schema.String>;
252
+ readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
253
+ readonly profilePhoto: Schema.String;
254
+ readonly twitterUsername: Schema.NullOr<Schema.String>;
255
+ readonly username: Schema.String;
256
+ }>>;
257
+ readonly userInvitations: Schema.$Array<Schema.Struct<{
258
+ readonly accountName: Schema.String;
259
+ readonly accountProfileImageUrl: Schema.String;
260
+ readonly accountProfilePhoto: Schema.NullOr<Schema.String>;
261
+ readonly accountRequiresTwoFactor: Schema.Boolean;
262
+ readonly created: Schema.String;
263
+ readonly email: Schema.String;
264
+ readonly expires: Schema.String;
265
+ readonly id: Schema.String;
266
+ readonly isForOrganization: Schema.Boolean;
267
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
268
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
269
+ }>>;
270
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
271
+ readonly users: Schema.$Array<Schema.Struct<{
272
+ readonly id: Schema.String;
273
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
274
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
275
+ }>>;
276
+ readonly vexoAccountConnection: Schema.NullOr<Schema.Struct<{
277
+ readonly id: Schema.String;
278
+ }>>;
279
+ readonly viewerUserPermission: Schema.Struct<{
280
+ readonly id: Schema.String;
281
+ readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
282
+ readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
283
+ }>;
284
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
285
+ }>;
286
+ readonly createdByActor: Schema.NullOr<Schema.Struct<{
287
+ readonly accessTokens: Schema.$Array<Schema.Struct<{
288
+ readonly createdAt: Schema.String;
289
+ readonly id: Schema.String;
290
+ readonly lastUsedAt: Schema.NullOr<Schema.String>;
291
+ readonly note: Schema.NullOr<Schema.String>;
292
+ readonly revokedAt: Schema.NullOr<Schema.String>;
293
+ readonly updatedAt: Schema.String;
294
+ readonly visibleTokenPrefix: Schema.String;
295
+ }>>;
296
+ readonly accounts: Schema.$Array<Schema.Struct<{
297
+ readonly appCount: Schema.Number;
298
+ readonly availableBuilds: Schema.NullOr<Schema.Number>;
299
+ readonly createdAt: Schema.String;
300
+ readonly displayName: Schema.NullOr<Schema.String>;
301
+ readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
302
+ readonly hasBuilds: Schema.Boolean;
303
+ readonly id: Schema.String;
304
+ readonly isCurrent: Schema.Boolean;
305
+ readonly isDisabled: Schema.Boolean;
306
+ readonly isFreeAppDevDomainTier: Schema.Boolean;
307
+ readonly isSSOEnabled: Schema.Boolean;
308
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
309
+ readonly name: Schema.String;
310
+ readonly profileImageUrl: Schema.String;
311
+ readonly pushSecurityEnabled: Schema.Boolean;
312
+ readonly requireTwoFactor: Schema.Boolean;
313
+ readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
314
+ readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
315
+ readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
316
+ readonly unlimitedBuilds: Schema.Boolean;
317
+ readonly updatedAt: Schema.String;
318
+ readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
319
+ readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
320
+ }>>;
321
+ readonly created: Schema.String;
322
+ readonly displayName: Schema.String;
323
+ readonly experiments: Schema.$Array<Schema.Struct<{
324
+ readonly createdAt: Schema.String;
325
+ readonly enabled: Schema.Boolean;
326
+ readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
327
+ readonly id: Schema.String;
328
+ readonly updatedAt: Schema.String;
329
+ }>>;
330
+ readonly firstName: Schema.NullOr<Schema.String>;
331
+ readonly id: Schema.String;
332
+ readonly isExpoAdmin: Schema.Boolean;
333
+ readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
334
+ }>>;
335
+ readonly currentPreviewEchoVersion: Schema.NullOr<Schema.Struct<{
336
+ readonly buildError: Schema.NullOr<Schema.String>;
337
+ readonly buildStatus: Schema.Literals<readonly ["BUILDING", "FAILED", "PENDING", "SUCCESS"]>;
338
+ readonly diffs: Schema.Unknown;
339
+ readonly echoChat: Schema.NullOr<Schema.Struct<{
340
+ readonly agentMetadata: Schema.NullOr<Schema.Unknown>;
341
+ readonly agentType: Schema.NullOr<Schema.Literals<readonly ["CLAUDE_CODE", "CODEX", "GEMINI"]>>;
342
+ readonly id: Schema.String;
343
+ readonly state: Schema.Literals<readonly ["ACTIVE", "ARCHIVED"]>;
344
+ readonly stats: Schema.NullOr<Schema.Unknown>;
345
+ readonly title: Schema.NullOr<Schema.String>;
346
+ }>>;
347
+ readonly echoTurn: Schema.NullOr<Schema.Struct<{
348
+ readonly completedAt: Schema.NullOr<Schema.String>;
349
+ readonly createdAt: Schema.String;
350
+ readonly id: Schema.String;
351
+ }>>;
352
+ readonly gitBranch: Schema.String;
353
+ readonly gitCommitHash: Schema.NullOr<Schema.String>;
354
+ readonly gitCommitMessage: Schema.NullOr<Schema.String>;
355
+ readonly id: Schema.String;
356
+ readonly previewDeployment: Schema.NullOr<Schema.Unknown>;
357
+ readonly source: Schema.Literals<readonly ["AGENT", "GITHUB", "MANUAL", "REVERT"]>;
358
+ readonly thumbnail: Schema.NullOr<Schema.Struct<{
359
+ readonly accentColor: Schema.NullOr<Schema.String>;
360
+ readonly height: Schema.NullOr<Schema.Number>;
361
+ readonly url: Schema.String;
362
+ readonly visualHash: Schema.NullOr<Schema.String>;
363
+ readonly width: Schema.NullOr<Schema.Number>;
364
+ }>>;
365
+ readonly turnId: Schema.NullOr<Schema.String>;
366
+ }>>;
367
+ readonly description: Schema.NullOr<Schema.String>;
368
+ readonly displayName: Schema.NullOr<Schema.String>;
369
+ readonly echoProjectIcon: Schema.NullOr<Schema.Struct<{
370
+ readonly accentColor: Schema.NullOr<Schema.String>;
371
+ readonly createdAt: Schema.String;
372
+ readonly id: Schema.String;
373
+ readonly model: Schema.NullOr<Schema.String>;
374
+ readonly prompt: Schema.NullOr<Schema.String>;
375
+ readonly source: Schema.Literals<readonly ["AI_GENERATED", "USER_UPLOADED"]>;
376
+ readonly url: Schema.String;
377
+ }>>;
378
+ readonly githubInfo: Schema.NullOr<Schema.Struct<{
379
+ readonly accountType: Schema.NullOr<Schema.String>;
380
+ readonly branch: Schema.String;
381
+ readonly installationId: Schema.Number;
382
+ readonly repoName: Schema.String;
383
+ readonly repoOwner: Schema.String;
384
+ readonly repoUrl: Schema.String;
385
+ }>>;
386
+ readonly icon: Schema.NullOr<Schema.Struct<{
387
+ readonly accentColor: Schema.NullOr<Schema.String>;
388
+ readonly url: Schema.String;
389
+ }>>;
390
+ readonly iconGallery: Schema.$Array<Schema.Struct<{
391
+ readonly accentColor: Schema.NullOr<Schema.String>;
392
+ readonly createdAt: Schema.String;
393
+ readonly id: Schema.String;
394
+ readonly model: Schema.NullOr<Schema.String>;
395
+ readonly prompt: Schema.NullOr<Schema.String>;
396
+ readonly source: Schema.Literals<readonly ["AI_GENERATED", "USER_UPLOADED"]>;
397
+ readonly url: Schema.String;
398
+ }>>;
399
+ readonly id: Schema.String;
400
+ readonly images: Schema.$Array<Schema.Struct<{
401
+ readonly createdAt: Schema.String;
402
+ readonly id: Schema.String;
403
+ readonly url: Schema.String;
404
+ }>>;
405
+ readonly initFromGitHubUrl: Schema.NullOr<Schema.String>;
406
+ readonly lastMessageAt: Schema.NullOr<Schema.String>;
407
+ readonly slug: Schema.NullOr<Schema.String>;
408
+ readonly thumbnail: Schema.NullOr<Schema.Struct<{
409
+ readonly accentColor: Schema.NullOr<Schema.String>;
410
+ readonly height: Schema.NullOr<Schema.Number>;
411
+ readonly url: Schema.String;
412
+ readonly visualHash: Schema.NullOr<Schema.String>;
413
+ readonly width: Schema.NullOr<Schema.Number>;
414
+ }>>;
415
+ readonly updatedAt: Schema.String;
416
+ readonly visibility: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
417
+ }>;
418
+ export type EchoProjectCreateEchoProjectOutput = typeof EchoProjectCreateEchoProjectOutput.Type;
419
+ export declare const echoProjectCreateEchoProject: import("@distilled.cloud/core/client").OperationMethod<{
420
+ readonly input: {
421
+ readonly accountId: string;
422
+ readonly currentPreviewEchoVersionId?: string | null | undefined;
423
+ readonly description?: string | null | undefined;
424
+ readonly displayName?: string | null | undefined;
425
+ readonly githubInfo?: {
426
+ readonly accountType?: string | null | undefined;
427
+ readonly branch: string;
428
+ readonly installationId: number;
429
+ readonly repoName: string;
430
+ readonly repoOwner: string;
431
+ readonly repoUrl: string;
432
+ } | null | undefined;
433
+ readonly icon?: {
434
+ readonly accentColor?: string | null | undefined;
435
+ readonly url: string;
436
+ } | null | undefined;
437
+ readonly initFromEchoProjectId?: string | null | undefined;
438
+ readonly initFromGitHubUrl?: string | null | undefined;
439
+ readonly slug?: string | null | undefined;
440
+ readonly thumbnail?: {
441
+ readonly accentColor?: string | null | undefined;
442
+ readonly height?: number | null | undefined;
443
+ readonly url: string;
444
+ readonly visualHash?: string | null | undefined;
445
+ readonly width?: number | null | undefined;
446
+ } | null | undefined;
447
+ readonly visibility?: "PRIVATE" | "PUBLIC" | null | undefined;
448
+ };
449
+ }, {
450
+ readonly account: {
451
+ readonly accessTokens: readonly ({
452
+ readonly createdAt: string;
453
+ readonly id: string;
454
+ readonly lastUsedAt: string | null;
455
+ readonly note: string | null;
456
+ readonly revokedAt: string | null;
457
+ readonly updatedAt: string;
458
+ readonly visibleTokenPrefix: string;
459
+ } | null)[];
460
+ readonly appCount: number;
461
+ readonly appStoreConnectApiKeys: readonly {
462
+ readonly createdAt: string;
463
+ readonly id: string;
464
+ readonly issuerIdentifier: string;
465
+ readonly keyIdentifier: string;
466
+ readonly keyP8: string;
467
+ readonly name: string | null;
468
+ readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
469
+ readonly updatedAt: string;
470
+ }[];
471
+ readonly appleDistributionCertificates: readonly {
472
+ readonly certificateP12: string | null;
473
+ readonly certificatePassword: string | null;
474
+ readonly certificatePrivateSigningKey: string | null;
475
+ readonly createdAt: string;
476
+ readonly developerPortalIdentifier: string | null;
477
+ readonly id: string;
478
+ readonly serialNumber: string;
479
+ readonly updatedAt: string;
480
+ readonly validityNotAfter: string;
481
+ readonly validityNotBefore: string;
482
+ }[];
483
+ readonly applePushKeys: readonly {
484
+ readonly createdAt: string;
485
+ readonly id: string;
486
+ readonly keyIdentifier: string;
487
+ readonly keyP8: string;
488
+ readonly updatedAt: string;
489
+ }[];
490
+ readonly availableBuilds: number | null;
491
+ readonly billing: {
492
+ readonly id: string;
493
+ } | null;
494
+ readonly convexTeamConnections: readonly {
495
+ readonly convexTeamIdentifier: string;
496
+ readonly createdAt: string;
497
+ readonly id: string;
498
+ readonly updatedAt: string;
499
+ }[];
500
+ readonly createdAt: string;
501
+ readonly displayName: string | null;
502
+ readonly environmentVariableEnvironments: readonly unknown[];
503
+ readonly githubAppInstallations: readonly {
504
+ readonly id: string;
505
+ readonly installationIdentifier: number;
506
+ }[];
507
+ readonly googleServiceAccountKeys: readonly {
508
+ readonly clientEmail: string;
509
+ readonly clientIdentifier: string;
510
+ readonly createdAt: string;
511
+ readonly id: string;
512
+ readonly keyJson: string;
513
+ readonly privateKeyIdentifier: string;
514
+ readonly projectIdentifier: string;
515
+ readonly updatedAt: string;
516
+ }[];
517
+ readonly hasBuilds: boolean;
518
+ readonly id: string;
519
+ readonly isCurrent: boolean;
520
+ readonly isDisabled: boolean;
521
+ readonly isFreeAppDevDomainTier: boolean;
522
+ readonly isSSOEnabled: boolean;
523
+ readonly lastDeletionAttemptTime: string | null;
524
+ readonly logRocketOrganization: {
525
+ readonly createdAt: string;
526
+ readonly id: string;
527
+ readonly orgName: string;
528
+ readonly orgSlug: string;
529
+ } | null;
530
+ readonly memberStats: {
531
+ readonly allHave2FAEnabled: boolean;
532
+ readonly humanCount: number;
533
+ readonly ownerCount: number;
534
+ readonly robotCount: number;
535
+ readonly ssoUserCount: number;
536
+ readonly totalCount: number;
537
+ };
538
+ readonly name: string;
539
+ readonly offers: readonly {
540
+ readonly features: readonly ("BUILDS" | "OPEN_SOURCE" | "SUPPORT" | "TEAMS" | null)[] | null;
541
+ readonly id: string;
542
+ readonly price: number;
543
+ readonly quantity: number | null;
544
+ readonly stripeId: string;
545
+ readonly trialLength: number | null;
546
+ readonly type: "ADDON" | "PREPAID" | "SUBSCRIPTION";
547
+ }[] | null;
548
+ readonly onboardingStats: {
549
+ readonly firstBuildCompletedAt: string | null;
550
+ readonly firstProjectCreatedAt: string | null;
551
+ readonly firstSubmissionCompletedAt: string | null;
552
+ readonly firstUpdateCreatedAt: string | null;
553
+ readonly hasConfiguredUpdate: boolean;
554
+ readonly hasConfiguredWorkflow: boolean;
555
+ readonly hasTeamMembers: boolean;
556
+ };
557
+ readonly owner: {
558
+ readonly appCount: number;
559
+ readonly appetizeCode: string | null;
560
+ readonly bestContactEmail: string | null;
561
+ readonly created: string;
562
+ readonly displayName: string;
563
+ readonly email: string;
564
+ readonly emailVerified: boolean;
565
+ readonly firstName: string | null;
566
+ readonly fullName: string | null;
567
+ readonly githubUsername: string | null;
568
+ readonly hasPassword: boolean;
569
+ readonly hasPendingUserInvitations: boolean;
570
+ readonly id: string;
571
+ readonly industry: string | null;
572
+ readonly isExpoAdmin: boolean;
573
+ readonly isLegacy: boolean;
574
+ readonly isSecondFactorAuthenticationEnabled: boolean;
575
+ readonly isStaffModeEnabled: boolean;
576
+ readonly lastDeletionAttemptTime: string | null;
577
+ readonly lastName: string | null;
578
+ readonly location: string | null;
579
+ readonly newEmailPendingVerification: string | null;
580
+ readonly primaryAccountProfileImageUrl: string | null;
581
+ readonly profilePhoto: string;
582
+ readonly twitterUsername: string | null;
583
+ readonly username: string;
584
+ } | null;
585
+ readonly ownerUserActor: {
586
+ readonly appCount: number;
587
+ readonly appetizeCode: string | null;
588
+ readonly bestContactEmail: string | null;
589
+ readonly created: string;
590
+ readonly displayName: string;
591
+ readonly firstName: string | null;
592
+ readonly fullName: string | null;
593
+ readonly githubUsername: string | null;
594
+ readonly id: string;
595
+ readonly industry: string | null;
596
+ readonly isExpoAdmin: boolean;
597
+ readonly isStaffModeEnabled: boolean;
598
+ readonly lastDeletionAttemptTime: string | null;
599
+ readonly lastName: string | null;
600
+ readonly location: string | null;
601
+ readonly primaryAccountProfileImageUrl: string | null;
602
+ readonly profilePhoto: string;
603
+ readonly twitterUsername: string | null;
604
+ readonly username: string;
605
+ } | null;
606
+ readonly pendingSentryInstallation: {
607
+ readonly createdAt: string;
608
+ readonly id: string;
609
+ readonly installationId: string;
610
+ readonly orgSlug: string;
611
+ } | null;
612
+ readonly profileImageUrl: string;
613
+ readonly pushSecurityEnabled: boolean;
614
+ readonly requireTwoFactor: boolean;
615
+ readonly requiresAccessTokenForPushSecurity: boolean;
616
+ readonly sentryInstallation: {
617
+ readonly createdAt: string;
618
+ readonly id: string;
619
+ readonly installationId: string;
620
+ readonly orgSlug: string;
621
+ } | null;
622
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
623
+ readonly ssoConfiguration: {
624
+ readonly authProtocol: "OIDC";
625
+ readonly authProviderIdentifier: "AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP";
626
+ readonly clientIdentifier: string;
627
+ readonly clientSecret: string;
628
+ readonly createdAt: string;
629
+ readonly id: string;
630
+ readonly issuer: string;
631
+ readonly updatedAt: string;
632
+ } | null;
633
+ readonly subscription: {
634
+ readonly cancelAt: string | null;
635
+ readonly endedAt: string | null;
636
+ readonly id: string;
637
+ readonly isDowngrading: boolean | null;
638
+ readonly name: string | null;
639
+ readonly nextInvoice: string | null;
640
+ readonly nextInvoiceAmountDueCents: number | null;
641
+ readonly planId: string | null;
642
+ readonly price: number;
643
+ readonly recurringCents: number | null;
644
+ readonly status: string | null;
645
+ readonly trialEnd: string | null;
646
+ readonly willCancel: boolean | null;
647
+ } | null;
648
+ readonly subscriptionChangesPending: boolean | null;
649
+ readonly unlimitedBuilds: boolean;
650
+ readonly updatedAt: string;
651
+ readonly userActorOwner: {
652
+ readonly appCount: number;
653
+ readonly appetizeCode: string | null;
654
+ readonly bestContactEmail: string | null;
655
+ readonly created: string;
656
+ readonly displayName: string;
657
+ readonly firstName: string | null;
658
+ readonly fullName: string | null;
659
+ readonly githubUsername: string | null;
660
+ readonly id: string;
661
+ readonly industry: string | null;
662
+ readonly isExpoAdmin: boolean;
663
+ readonly isStaffModeEnabled: boolean;
664
+ readonly lastDeletionAttemptTime: string | null;
665
+ readonly lastName: string | null;
666
+ readonly location: string | null;
667
+ readonly primaryAccountProfileImageUrl: string | null;
668
+ readonly profilePhoto: string;
669
+ readonly twitterUsername: string | null;
670
+ readonly username: string;
671
+ } | null;
672
+ readonly userInvitations: readonly {
673
+ readonly accountName: string;
674
+ readonly accountProfileImageUrl: string;
675
+ readonly accountProfilePhoto: string | null;
676
+ readonly accountRequiresTwoFactor: boolean;
677
+ readonly created: string;
678
+ readonly email: string;
679
+ readonly expires: string;
680
+ readonly id: string;
681
+ readonly isForOrganization: boolean;
682
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
683
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
684
+ }[];
685
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
686
+ readonly users: readonly {
687
+ readonly id: string;
688
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
689
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
690
+ }[];
691
+ readonly vexoAccountConnection: {
692
+ readonly id: string;
693
+ } | null;
694
+ readonly viewerUserPermission: {
695
+ readonly id: string;
696
+ readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
697
+ readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
698
+ };
699
+ readonly willAutoRenewBuilds: boolean | null;
700
+ };
701
+ readonly createdByActor: {
702
+ readonly accessTokens: readonly {
703
+ readonly createdAt: string;
704
+ readonly id: string;
705
+ readonly lastUsedAt: string | null;
706
+ readonly note: string | null;
707
+ readonly revokedAt: string | null;
708
+ readonly updatedAt: string;
709
+ readonly visibleTokenPrefix: string;
710
+ }[];
711
+ readonly accounts: readonly {
712
+ readonly appCount: number;
713
+ readonly availableBuilds: number | null;
714
+ readonly createdAt: string;
715
+ readonly displayName: string | null;
716
+ readonly environmentVariableEnvironments: readonly unknown[];
717
+ readonly hasBuilds: boolean;
718
+ readonly id: string;
719
+ readonly isCurrent: boolean;
720
+ readonly isDisabled: boolean;
721
+ readonly isFreeAppDevDomainTier: boolean;
722
+ readonly isSSOEnabled: boolean;
723
+ readonly lastDeletionAttemptTime: string | null;
724
+ readonly name: string;
725
+ readonly profileImageUrl: string;
726
+ readonly pushSecurityEnabled: boolean;
727
+ readonly requireTwoFactor: boolean;
728
+ readonly requiresAccessTokenForPushSecurity: boolean;
729
+ readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
730
+ readonly subscriptionChangesPending: boolean | null;
731
+ readonly unlimitedBuilds: boolean;
732
+ readonly updatedAt: string;
733
+ readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
734
+ readonly willAutoRenewBuilds: boolean | null;
735
+ }[];
736
+ readonly created: string;
737
+ readonly displayName: string;
738
+ readonly experiments: readonly {
739
+ readonly createdAt: string;
740
+ readonly enabled: boolean;
741
+ readonly experiment: "ORBIT";
742
+ readonly id: string;
743
+ readonly updatedAt: string;
744
+ }[];
745
+ readonly firstName: string | null;
746
+ readonly id: string;
747
+ readonly isExpoAdmin: boolean;
748
+ readonly lastDeletionAttemptTime: string | null;
749
+ } | null;
750
+ readonly currentPreviewEchoVersion: {
751
+ readonly buildError: string | null;
752
+ readonly buildStatus: "BUILDING" | "FAILED" | "PENDING" | "SUCCESS";
753
+ readonly diffs: unknown;
754
+ readonly echoChat: {
755
+ readonly agentMetadata: unknown;
756
+ readonly agentType: "CLAUDE_CODE" | "CODEX" | "GEMINI" | null;
757
+ readonly id: string;
758
+ readonly state: "ACTIVE" | "ARCHIVED";
759
+ readonly stats: unknown;
760
+ readonly title: string | null;
761
+ } | null;
762
+ readonly echoTurn: {
763
+ readonly completedAt: string | null;
764
+ readonly createdAt: string;
765
+ readonly id: string;
766
+ } | null;
767
+ readonly gitBranch: string;
768
+ readonly gitCommitHash: string | null;
769
+ readonly gitCommitMessage: string | null;
770
+ readonly id: string;
771
+ readonly previewDeployment: unknown;
772
+ readonly source: "AGENT" | "GITHUB" | "MANUAL" | "REVERT";
773
+ readonly thumbnail: {
774
+ readonly accentColor: string | null;
775
+ readonly height: number | null;
776
+ readonly url: string;
777
+ readonly visualHash: string | null;
778
+ readonly width: number | null;
779
+ } | null;
780
+ readonly turnId: string | null;
781
+ } | null;
782
+ readonly description: string | null;
783
+ readonly displayName: string | null;
784
+ readonly echoProjectIcon: {
785
+ readonly accentColor: string | null;
786
+ readonly createdAt: string;
787
+ readonly id: string;
788
+ readonly model: string | null;
789
+ readonly prompt: string | null;
790
+ readonly source: "AI_GENERATED" | "USER_UPLOADED";
791
+ readonly url: string;
792
+ } | null;
793
+ readonly githubInfo: {
794
+ readonly accountType: string | null;
795
+ readonly branch: string;
796
+ readonly installationId: number;
797
+ readonly repoName: string;
798
+ readonly repoOwner: string;
799
+ readonly repoUrl: string;
800
+ } | null;
801
+ readonly icon: {
802
+ readonly accentColor: string | null;
803
+ readonly url: string;
804
+ } | null;
805
+ readonly iconGallery: readonly {
806
+ readonly accentColor: string | null;
807
+ readonly createdAt: string;
808
+ readonly id: string;
809
+ readonly model: string | null;
810
+ readonly prompt: string | null;
811
+ readonly source: "AI_GENERATED" | "USER_UPLOADED";
812
+ readonly url: string;
813
+ }[];
814
+ readonly id: string;
815
+ readonly images: readonly {
816
+ readonly createdAt: string;
817
+ readonly id: string;
818
+ readonly url: string;
819
+ }[];
820
+ readonly initFromGitHubUrl: string | null;
821
+ readonly lastMessageAt: string | null;
822
+ readonly slug: string | null;
823
+ readonly thumbnail: {
824
+ readonly accentColor: string | null;
825
+ readonly height: number | null;
826
+ readonly url: string;
827
+ readonly visualHash: string | null;
828
+ readonly width: number | null;
829
+ } | null;
830
+ readonly updatedAt: string;
831
+ readonly visibility: "PRIVATE" | "PUBLIC";
832
+ }, never, import("~/credentials.ts").Credentials>;
833
+ //# sourceMappingURL=echoProjectCreateEchoProject.d.ts.map