@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.
- package/README.md +72 -6
- package/lib/category.d.ts +5 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +5 -0
- package/lib/category.js.map +1 -0
- package/lib/client.d.ts +11 -0
- package/lib/client.d.ts.map +1 -0
- package/lib/client.js +110 -0
- package/lib/client.js.map +1 -0
- package/lib/credentials.d.ts +25 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +36 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +216 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +158 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +16 -0
- package/lib/index.js.map +1 -0
- package/lib/operations/accessTokenCreateAccessToken.d.ts +55 -0
- package/lib/operations/accessTokenCreateAccessToken.d.ts.map +1 -0
- package/lib/operations/accessTokenCreateAccessToken.js +41 -0
- package/lib/operations/accessTokenCreateAccessToken.js.map +1 -0
- package/lib/operations/accessTokenDeleteAccessToken.d.ts +15 -0
- package/lib/operations/accessTokenDeleteAccessToken.d.ts.map +1 -0
- package/lib/operations/accessTokenDeleteAccessToken.js +21 -0
- package/lib/operations/accessTokenDeleteAccessToken.js.map +1 -0
- package/lib/operations/accessTokenSetAccessTokenRevoked.d.ts +109 -0
- package/lib/operations/accessTokenSetAccessTokenRevoked.d.ts.map +1 -0
- package/lib/operations/accessTokenSetAccessTokenRevoked.js +76 -0
- package/lib/operations/accessTokenSetAccessTokenRevoked.js.map +1 -0
- package/lib/operations/accountById.d.ts +1455 -0
- package/lib/operations/accountById.d.ts.map +1 -0
- package/lib/operations/accountById.js +836 -0
- package/lib/operations/accountById.js.map +1 -0
- package/lib/operations/accountByName.d.ts +1455 -0
- package/lib/operations/accountByName.d.ts.map +1 -0
- package/lib/operations/accountByName.js +836 -0
- package/lib/operations/accountByName.js.map +1 -0
- package/lib/operations/accountCancelAllSubscriptionsImmediately.d.ts +1457 -0
- package/lib/operations/accountCancelAllSubscriptionsImmediately.d.ts.map +1 -0
- package/lib/operations/accountCancelAllSubscriptionsImmediately.js +837 -0
- package/lib/operations/accountCancelAllSubscriptionsImmediately.js.map +1 -0
- package/lib/operations/accountCancelScheduledSubscriptionChange.d.ts +1457 -0
- package/lib/operations/accountCancelScheduledSubscriptionChange.d.ts.map +1 -0
- package/lib/operations/accountCancelScheduledSubscriptionChange.js +837 -0
- package/lib/operations/accountCancelScheduledSubscriptionChange.js.map +1 -0
- package/lib/operations/accountChangeAdditionalAgentCreditsCount.d.ts +1459 -0
- package/lib/operations/accountChangeAdditionalAgentCreditsCount.d.ts.map +1 -0
- package/lib/operations/accountChangeAdditionalAgentCreditsCount.js +838 -0
- package/lib/operations/accountChangeAdditionalAgentCreditsCount.js.map +1 -0
- package/lib/operations/accountChangeAdditionalConcurrenciesCount.d.ts +1459 -0
- package/lib/operations/accountChangeAdditionalConcurrenciesCount.d.ts.map +1 -0
- package/lib/operations/accountChangeAdditionalConcurrenciesCount.js +838 -0
- package/lib/operations/accountChangeAdditionalConcurrenciesCount.js.map +1 -0
- package/lib/operations/accountChangePlan.d.ts +1461 -0
- package/lib/operations/accountChangePlan.d.ts.map +1 -0
- package/lib/operations/accountChangePlan.js +839 -0
- package/lib/operations/accountChangePlan.js.map +1 -0
- package/lib/operations/accountGrantActorPermissions.d.ts +1461 -0
- package/lib/operations/accountGrantActorPermissions.d.ts.map +1 -0
- package/lib/operations/accountGrantActorPermissions.js +839 -0
- package/lib/operations/accountGrantActorPermissions.js.map +1 -0
- package/lib/operations/accountRemoveProfileImage.d.ts +1457 -0
- package/lib/operations/accountRemoveProfileImage.d.ts.map +1 -0
- package/lib/operations/accountRemoveProfileImage.js +837 -0
- package/lib/operations/accountRemoveProfileImage.js.map +1 -0
- package/lib/operations/accountRename.d.ts +1459 -0
- package/lib/operations/accountRename.d.ts.map +1 -0
- package/lib/operations/accountRename.js +838 -0
- package/lib/operations/accountRename.js.map +1 -0
- package/lib/operations/accountRequestRefund.d.ts +19 -0
- package/lib/operations/accountRequestRefund.d.ts.map +1 -0
- package/lib/operations/accountRequestRefund.js +23 -0
- package/lib/operations/accountRequestRefund.js.map +1 -0
- package/lib/operations/accountRevokeActorPermissions.d.ts +1461 -0
- package/lib/operations/accountRevokeActorPermissions.d.ts.map +1 -0
- package/lib/operations/accountRevokeActorPermissions.js +839 -0
- package/lib/operations/accountRevokeActorPermissions.js.map +1 -0
- package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.d.ts +43 -0
- package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.d.ts.map +1 -0
- package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.js +51 -0
- package/lib/operations/accountSSOConfigurationCreateAccountSSOConfiguration.js.map +1 -0
- package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.d.ts +15 -0
- package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.d.ts.map +1 -0
- package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.js +21 -0
- package/lib/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.js.map +1 -0
- package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.d.ts +23 -0
- package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.d.ts.map +1 -0
- package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.js +33 -0
- package/lib/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.js.map +1 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.d.ts +43 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.d.ts.map +1 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.js +51 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.js.map +1 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.d.ts +31 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.d.ts.map +1 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.js +37 -0
- package/lib/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.js.map +1 -0
- package/lib/operations/accountSetDisplayName.d.ts +1459 -0
- package/lib/operations/accountSetDisplayName.d.ts.map +1 -0
- package/lib/operations/accountSetDisplayName.js +838 -0
- package/lib/operations/accountSetDisplayName.js.map +1 -0
- package/lib/operations/accountSetPushSecurityEnabled.d.ts +1459 -0
- package/lib/operations/accountSetPushSecurityEnabled.d.ts.map +1 -0
- package/lib/operations/accountSetPushSecurityEnabled.js +838 -0
- package/lib/operations/accountSetPushSecurityEnabled.js.map +1 -0
- package/lib/operations/accountSetRequireTwoFactor.d.ts +1459 -0
- package/lib/operations/accountSetRequireTwoFactor.d.ts.map +1 -0
- package/lib/operations/accountSetRequireTwoFactor.js +838 -0
- package/lib/operations/accountSetRequireTwoFactor.js.map +1 -0
- package/lib/operations/accountSetUserSpecifiedAccountUsage.d.ts +1459 -0
- package/lib/operations/accountSetUserSpecifiedAccountUsage.d.ts.map +1 -0
- package/lib/operations/accountSetUserSpecifiedAccountUsage.js +838 -0
- package/lib/operations/accountSetUserSpecifiedAccountUsage.js.map +1 -0
- package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.d.ts +25 -0
- package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.d.ts.map +1 -0
- package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.js +26 -0
- package/lib/operations/actorExperimentCreateOrUpdateActorExperiment.js.map +1 -0
- package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.d.ts +107 -0
- package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.d.ts.map +1 -0
- package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.js +75 -0
- package/lib/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.js.map +1 -0
- package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.d.ts +15 -0
- package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.d.ts.map +1 -0
- package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.js +21 -0
- package/lib/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.js.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetDefault.d.ts +99 -0
- package/lib/operations/androidAppBuildCredentialsSetDefault.d.ts.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetDefault.js +71 -0
- package/lib/operations/androidAppBuildCredentialsSetDefault.js.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetKeystore.d.ts +99 -0
- package/lib/operations/androidAppBuildCredentialsSetKeystore.d.ts.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetKeystore.js +71 -0
- package/lib/operations/androidAppBuildCredentialsSetKeystore.js.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetName.d.ts +99 -0
- package/lib/operations/androidAppBuildCredentialsSetName.d.ts.map +1 -0
- package/lib/operations/androidAppBuildCredentialsSetName.js +71 -0
- package/lib/operations/androidAppBuildCredentialsSetName.js.map +1 -0
- package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.d.ts +733 -0
- package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.js +422 -0
- package/lib/operations/androidAppCredentialsCreateAndroidAppCredentials.js.map +1 -0
- package/lib/operations/androidAppCredentialsCreateFcmV1Credential.d.ts +723 -0
- package/lib/operations/androidAppCredentialsCreateFcmV1Credential.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsCreateFcmV1Credential.js +417 -0
- package/lib/operations/androidAppCredentialsCreateFcmV1Credential.js.map +1 -0
- package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.d.ts +15 -0
- package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.js +21 -0
- package/lib/operations/androidAppCredentialsDeleteAndroidAppCredentials.js.map +1 -0
- package/lib/operations/androidAppCredentialsSetFcm.d.ts +723 -0
- package/lib/operations/androidAppCredentialsSetFcm.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsSetFcm.js +417 -0
- package/lib/operations/androidAppCredentialsSetFcm.js.map +1 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.d.ts +723 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.js +417 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.js.map +1 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.d.ts +723 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.d.ts.map +1 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.js +417 -0
- package/lib/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.js.map +1 -0
- package/lib/operations/androidFcmDeleteAndroidFcm.d.ts +15 -0
- package/lib/operations/androidFcmDeleteAndroidFcm.d.ts.map +1 -0
- package/lib/operations/androidFcmDeleteAndroidFcm.js +21 -0
- package/lib/operations/androidFcmDeleteAndroidFcm.js.map +1 -0
- package/lib/operations/androidKeystoreCreateAndroidKeystore.d.ts +549 -0
- package/lib/operations/androidKeystoreCreateAndroidKeystore.d.ts.map +1 -0
- package/lib/operations/androidKeystoreCreateAndroidKeystore.js +350 -0
- package/lib/operations/androidKeystoreCreateAndroidKeystore.js.map +1 -0
- package/lib/operations/androidKeystoreDeleteAndroidKeystore.d.ts +15 -0
- package/lib/operations/androidKeystoreDeleteAndroidKeystore.d.ts.map +1 -0
- package/lib/operations/androidKeystoreDeleteAndroidKeystore.js +21 -0
- package/lib/operations/androidKeystoreDeleteAndroidKeystore.js.map +1 -0
- package/lib/operations/appByDevDomainName.d.ts +1371 -0
- package/lib/operations/appByDevDomainName.d.ts.map +1 -0
- package/lib/operations/appByDevDomainName.js +825 -0
- package/lib/operations/appByDevDomainName.js.map +1 -0
- package/lib/operations/appByFullName.d.ts +1371 -0
- package/lib/operations/appByFullName.d.ts.map +1 -0
- package/lib/operations/appByFullName.js +825 -0
- package/lib/operations/appByFullName.js.map +1 -0
- package/lib/operations/appById.d.ts +1371 -0
- package/lib/operations/appById.d.ts.map +1 -0
- package/lib/operations/appById.js +825 -0
- package/lib/operations/appById.js.map +1 -0
- package/lib/operations/appCreateApp.d.ts +1385 -0
- package/lib/operations/appCreateApp.d.ts.map +1 -0
- package/lib/operations/appCreateApp.js +832 -0
- package/lib/operations/appCreateApp.js.map +1 -0
- package/lib/operations/appRemoveProfileImage.d.ts +1373 -0
- package/lib/operations/appRemoveProfileImage.d.ts.map +1 -0
- package/lib/operations/appRemoveProfileImage.js +826 -0
- package/lib/operations/appRemoveProfileImage.js.map +1 -0
- package/lib/operations/appScheduleAppDeletion.d.ts +539 -0
- package/lib/operations/appScheduleAppDeletion.d.ts.map +1 -0
- package/lib/operations/appScheduleAppDeletion.js +346 -0
- package/lib/operations/appScheduleAppDeletion.js.map +1 -0
- package/lib/operations/appSetAppInfo.d.ts +1379 -0
- package/lib/operations/appSetAppInfo.d.ts.map +1 -0
- package/lib/operations/appSetAppInfo.js +829 -0
- package/lib/operations/appSetAppInfo.js.map +1 -0
- package/lib/operations/appSetPushSecurityEnabled.d.ts +1375 -0
- package/lib/operations/appSetPushSecurityEnabled.d.ts.map +1 -0
- package/lib/operations/appSetPushSecurityEnabled.js +827 -0
- package/lib/operations/appSetPushSecurityEnabled.js.map +1 -0
- package/lib/operations/appSetResourceClassExperiment.d.ts +1375 -0
- package/lib/operations/appSetResourceClassExperiment.d.ts.map +1 -0
- package/lib/operations/appSetResourceClassExperiment.js +827 -0
- package/lib/operations/appSetResourceClassExperiment.js.map +1 -0
- package/lib/operations/appStoreConnectApiKeyById.d.ts +613 -0
- package/lib/operations/appStoreConnectApiKeyById.d.ts.map +1 -0
- package/lib/operations/appStoreConnectApiKeyById.js +385 -0
- package/lib/operations/appStoreConnectApiKeyById.js.map +1 -0
- package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.d.ts +629 -0
- package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.d.ts.map +1 -0
- package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.js +419 -0
- package/lib/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.js.map +1 -0
- package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.d.ts +15 -0
- package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.d.ts.map +1 -0
- package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.js +21 -0
- package/lib/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.js.map +1 -0
- package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.d.ts +619 -0
- package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.d.ts.map +1 -0
- package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.js +397 -0
- package/lib/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.js.map +1 -0
- package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.d.ts +535 -0
- package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.d.ts.map +1 -0
- package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.js +328 -0
- package/lib/operations/appStoreConnectAppCreateAppStoreConnectApp.js.map +1 -0
- package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.d.ts +15 -0
- package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.d.ts.map +1 -0
- package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.js +21 -0
- package/lib/operations/appStoreConnectAppDeleteAppStoreConnectApp.js.map +1 -0
- package/lib/operations/appVersionCreateAppVersion.d.ts +39 -0
- package/lib/operations/appVersionCreateAppVersion.d.ts.map +1 -0
- package/lib/operations/appVersionCreateAppVersion.js +33 -0
- package/lib/operations/appVersionCreateAppVersion.js.map +1 -0
- package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.d.ts +631 -0
- package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.d.ts.map +1 -0
- package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.js +394 -0
- package/lib/operations/appleAppIdentifierCreateAppleAppIdentifier.js.map +1 -0
- package/lib/operations/appleDeviceCreateAppleDevice.d.ts +651 -0
- package/lib/operations/appleDeviceCreateAppleDevice.d.ts.map +1 -0
- package/lib/operations/appleDeviceCreateAppleDevice.js +404 -0
- package/lib/operations/appleDeviceCreateAppleDevice.js.map +1 -0
- package/lib/operations/appleDeviceDeleteAppleDevice.d.ts +15 -0
- package/lib/operations/appleDeviceDeleteAppleDevice.d.ts.map +1 -0
- package/lib/operations/appleDeviceDeleteAppleDevice.js +21 -0
- package/lib/operations/appleDeviceDeleteAppleDevice.js.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestById.d.ts +619 -0
- package/lib/operations/appleDeviceRegistrationRequestById.d.ts.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestById.js +388 -0
- package/lib/operations/appleDeviceRegistrationRequestById.js.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.d.ts +621 -0
- package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.d.ts.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.js +394 -0
- package/lib/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.js.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestPublicDataById.d.ts +15 -0
- package/lib/operations/appleDeviceRegistrationRequestPublicDataById.d.ts.map +1 -0
- package/lib/operations/appleDeviceRegistrationRequestPublicDataById.js +21 -0
- package/lib/operations/appleDeviceRegistrationRequestPublicDataById.js.map +1 -0
- package/lib/operations/appleDeviceUpdateAppleDevice.d.ts +639 -0
- package/lib/operations/appleDeviceUpdateAppleDevice.d.ts.map +1 -0
- package/lib/operations/appleDeviceUpdateAppleDevice.js +398 -0
- package/lib/operations/appleDeviceUpdateAppleDevice.js.map +1 -0
- package/lib/operations/appleDistributionCertificateById.d.ts +643 -0
- package/lib/operations/appleDistributionCertificateById.d.ts.map +1 -0
- package/lib/operations/appleDistributionCertificateById.js +405 -0
- package/lib/operations/appleDistributionCertificateById.js.map +1 -0
- package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.d.ts +657 -0
- package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.d.ts.map +1 -0
- package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.js +421 -0
- package/lib/operations/appleDistributionCertificateCreateAppleDistributionCertificate.js.map +1 -0
- package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.d.ts +15 -0
- package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.d.ts.map +1 -0
- package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.js +21 -0
- package/lib/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.js.map +1 -0
- package/lib/operations/appleProvisioningProfileById.d.ts +789 -0
- package/lib/operations/appleProvisioningProfileById.d.ts.map +1 -0
- package/lib/operations/appleProvisioningProfileById.js +497 -0
- package/lib/operations/appleProvisioningProfileById.js.map +1 -0
- package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.d.ts +799 -0
- package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.d.ts.map +1 -0
- package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.js +511 -0
- package/lib/operations/appleProvisioningProfileCreateAppleProvisioningProfile.js.map +1 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.d.ts +15 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.d.ts.map +1 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.js +21 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.js.map +1 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.d.ts +15 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.d.ts.map +1 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.js +21 -0
- package/lib/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.js.map +1 -0
- package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.d.ts +797 -0
- package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.d.ts.map +1 -0
- package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.js +510 -0
- package/lib/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.js.map +1 -0
- package/lib/operations/applePushKeyCreateApplePushKey.d.ts +755 -0
- package/lib/operations/applePushKeyCreateApplePushKey.d.ts.map +1 -0
- package/lib/operations/applePushKeyCreateApplePushKey.js +497 -0
- package/lib/operations/applePushKeyCreateApplePushKey.js.map +1 -0
- package/lib/operations/applePushKeyDeleteApplePushKey.d.ts +15 -0
- package/lib/operations/applePushKeyDeleteApplePushKey.d.ts.map +1 -0
- package/lib/operations/applePushKeyDeleteApplePushKey.js +21 -0
- package/lib/operations/applePushKeyDeleteApplePushKey.js.map +1 -0
- package/lib/operations/appleTeamByAppleTeamIdentifier.d.ts +679 -0
- package/lib/operations/appleTeamByAppleTeamIdentifier.d.ts.map +1 -0
- package/lib/operations/appleTeamByAppleTeamIdentifier.js +436 -0
- package/lib/operations/appleTeamByAppleTeamIdentifier.js.map +1 -0
- package/lib/operations/appleTeamCreateAppleTeam.d.ts +687 -0
- package/lib/operations/appleTeamCreateAppleTeam.d.ts.map +1 -0
- package/lib/operations/appleTeamCreateAppleTeam.js +435 -0
- package/lib/operations/appleTeamCreateAppleTeam.js.map +1 -0
- package/lib/operations/appleTeamScheduleAppleTeamDeletion.d.ts +537 -0
- package/lib/operations/appleTeamScheduleAppleTeamDeletion.d.ts.map +1 -0
- package/lib/operations/appleTeamScheduleAppleTeamDeletion.js +345 -0
- package/lib/operations/appleTeamScheduleAppleTeamDeletion.js.map +1 -0
- package/lib/operations/appleTeamUpdateAppleTeam.d.ts +685 -0
- package/lib/operations/appleTeamUpdateAppleTeam.d.ts.map +1 -0
- package/lib/operations/appleTeamUpdateAppleTeam.js +434 -0
- package/lib/operations/appleTeamUpdateAppleTeam.js.map +1 -0
- package/lib/operations/assetByStorageKeys.d.ts +25 -0
- package/lib/operations/assetByStorageKeys.d.ts.map +1 -0
- package/lib/operations/assetByStorageKeys.js +26 -0
- package/lib/operations/assetByStorageKeys.js.map +1 -0
- package/lib/operations/assetGetSignedAssetUploadSpecifications.d.ts +15 -0
- package/lib/operations/assetGetSignedAssetUploadSpecifications.d.ts.map +1 -0
- package/lib/operations/assetGetSignedAssetUploadSpecifications.js +21 -0
- package/lib/operations/assetGetSignedAssetUploadSpecifications.js.map +1 -0
- package/lib/operations/assetMetadata.d.ts +17 -0
- package/lib/operations/assetMetadata.d.ts.map +1 -0
- package/lib/operations/assetMetadata.js +22 -0
- package/lib/operations/assetMetadata.js.map +1 -0
- package/lib/operations/assetSignedUrls.d.ts +21 -0
- package/lib/operations/assetSignedUrls.d.ts.map +1 -0
- package/lib/operations/assetSignedUrls.js +24 -0
- package/lib/operations/assetSignedUrls.js.map +1 -0
- package/lib/operations/auditLogExportAuditLogs.d.ts +551 -0
- package/lib/operations/auditLogExportAuditLogs.d.ts.map +1 -0
- package/lib/operations/auditLogExportAuditLogs.js +386 -0
- package/lib/operations/auditLogExportAuditLogs.js.map +1 -0
- package/lib/operations/auditLogs.d.ts +20 -0
- package/lib/operations/auditLogs.d.ts.map +1 -0
- package/lib/operations/auditLogs.js +59 -0
- package/lib/operations/auditLogs.js.map +1 -0
- package/lib/operations/backgroundJobReceiptById.d.ts +537 -0
- package/lib/operations/backgroundJobReceiptById.d.ts.map +1 -0
- package/lib/operations/backgroundJobReceiptById.js +345 -0
- package/lib/operations/backgroundJobReceiptById.js.map +1 -0
- package/lib/operations/branchesById.d.ts +449 -0
- package/lib/operations/branchesById.d.ts.map +1 -0
- package/lib/operations/branchesById.js +256 -0
- package/lib/operations/branchesById.js.map +1 -0
- package/lib/operations/build.d.ts +420 -0
- package/lib/operations/build.d.ts.map +1 -0
- package/lib/operations/build.js +329 -0
- package/lib/operations/build.js.map +1 -0
- package/lib/operations/buildAnnotationCreateBuildAnnotation.d.ts +51 -0
- package/lib/operations/buildAnnotationCreateBuildAnnotation.d.ts.map +1 -0
- package/lib/operations/buildAnnotationCreateBuildAnnotation.js +39 -0
- package/lib/operations/buildAnnotationCreateBuildAnnotation.js.map +1 -0
- package/lib/operations/buildAnnotationDeleteBuildAnnotation.d.ts +15 -0
- package/lib/operations/buildAnnotationDeleteBuildAnnotation.d.ts.map +1 -0
- package/lib/operations/buildAnnotationDeleteBuildAnnotation.js +21 -0
- package/lib/operations/buildAnnotationDeleteBuildAnnotation.js.map +1 -0
- package/lib/operations/buildAnnotationUpdateBuildAnnotation.d.ts +53 -0
- package/lib/operations/buildAnnotationUpdateBuildAnnotation.d.ts.map +1 -0
- package/lib/operations/buildAnnotationUpdateBuildAnnotation.js +40 -0
- package/lib/operations/buildAnnotationUpdateBuildAnnotation.js.map +1 -0
- package/lib/operations/buildAnnotationsAll.d.ts +37 -0
- package/lib/operations/buildAnnotationsAll.d.ts.map +1 -0
- package/lib/operations/buildAnnotationsAll.js +32 -0
- package/lib/operations/buildAnnotationsAll.js.map +1 -0
- package/lib/operations/buildAnnotationsById.d.ts +33 -0
- package/lib/operations/buildAnnotationsById.d.ts.map +1 -0
- package/lib/operations/buildAnnotationsById.js +30 -0
- package/lib/operations/buildAnnotationsById.js.map +1 -0
- package/lib/operations/buildPublicDataById.d.ts +41 -0
- package/lib/operations/buildPublicDataById.d.ts.map +1 -0
- package/lib/operations/buildPublicDataById.js +42 -0
- package/lib/operations/buildPublicDataById.js.map +1 -0
- package/lib/operations/buildsById.d.ts +1703 -0
- package/lib/operations/buildsById.d.ts.map +1 -0
- package/lib/operations/buildsById.js +1095 -0
- package/lib/operations/buildsById.js.map +1 -0
- package/lib/operations/channelsById.d.ts +457 -0
- package/lib/operations/channelsById.d.ts.map +1 -0
- package/lib/operations/channelsById.js +260 -0
- package/lib/operations/channelsById.js.map +1 -0
- package/lib/operations/convexIntegration.d.ts +14 -0
- package/lib/operations/convexIntegration.d.ts.map +1 -0
- package/lib/operations/convexIntegration.js +22 -0
- package/lib/operations/convexIntegration.js.map +1 -0
- package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.d.ts +519 -0
- package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.d.ts.map +1 -0
- package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.js +335 -0
- package/lib/operations/convexTeamConnectionCreateConvexTeamConnection.js.map +1 -0
- package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.d.ts +511 -0
- package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.d.ts.map +1 -0
- package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.js +331 -0
- package/lib/operations/convexTeamConnectionDeleteConvexTeamConnection.js.map +1 -0
- package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.d.ts +15 -0
- package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.d.ts.map +1 -0
- package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.js +21 -0
- package/lib/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.js.map +1 -0
- package/lib/operations/customDomainDeleteCustomDomain.d.ts +19 -0
- package/lib/operations/customDomainDeleteCustomDomain.d.ts.map +1 -0
- package/lib/operations/customDomainDeleteCustomDomain.js +23 -0
- package/lib/operations/customDomainDeleteCustomDomain.js.map +1 -0
- package/lib/operations/customDomainRefreshCustomDomain.d.ts +117 -0
- package/lib/operations/customDomainRefreshCustomDomain.d.ts.map +1 -0
- package/lib/operations/customDomainRefreshCustomDomain.js +72 -0
- package/lib/operations/customDomainRefreshCustomDomain.js.map +1 -0
- package/lib/operations/customDomainRegisterCustomDomain.d.ts +121 -0
- package/lib/operations/customDomainRegisterCustomDomain.d.ts.map +1 -0
- package/lib/operations/customDomainRegisterCustomDomain.js +74 -0
- package/lib/operations/customDomainRegisterCustomDomain.js.map +1 -0
- package/lib/operations/deploymentsAssignAlias.d.ts +167 -0
- package/lib/operations/deploymentsAssignAlias.d.ts.map +1 -0
- package/lib/operations/deploymentsAssignAlias.js +97 -0
- package/lib/operations/deploymentsAssignAlias.js.map +1 -0
- package/lib/operations/deploymentsById.d.ts +231 -0
- package/lib/operations/deploymentsById.d.ts.map +1 -0
- package/lib/operations/deploymentsById.js +129 -0
- package/lib/operations/deploymentsById.js.map +1 -0
- package/lib/operations/deploymentsCreateSignedDeploymentUrl.d.ts +21 -0
- package/lib/operations/deploymentsCreateSignedDeploymentUrl.d.ts.map +1 -0
- package/lib/operations/deploymentsCreateSignedDeploymentUrl.js +24 -0
- package/lib/operations/deploymentsCreateSignedDeploymentUrl.js.map +1 -0
- package/lib/operations/deploymentsDeleteAlias.d.ts +19 -0
- package/lib/operations/deploymentsDeleteAlias.d.ts.map +1 -0
- package/lib/operations/deploymentsDeleteAlias.js +23 -0
- package/lib/operations/deploymentsDeleteAlias.js.map +1 -0
- package/lib/operations/deploymentsDeleteWorkerDeployment.d.ts +17 -0
- package/lib/operations/deploymentsDeleteWorkerDeployment.d.ts.map +1 -0
- package/lib/operations/deploymentsDeleteWorkerDeployment.js +22 -0
- package/lib/operations/deploymentsDeleteWorkerDeployment.js.map +1 -0
- package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.d.ts +19 -0
- package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.d.ts.map +1 -0
- package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.js +23 -0
- package/lib/operations/deploymentsDeleteWorkerDeploymentByIdentifier.js.map +1 -0
- package/lib/operations/devDomainNameAssignDevDomainName.d.ts +433 -0
- package/lib/operations/devDomainNameAssignDevDomainName.d.ts.map +1 -0
- package/lib/operations/devDomainNameAssignDevDomainName.js +248 -0
- package/lib/operations/devDomainNameAssignDevDomainName.js.map +1 -0
- package/lib/operations/devDomainNameChangeDevDomainName.d.ts +433 -0
- package/lib/operations/devDomainNameChangeDevDomainName.d.ts.map +1 -0
- package/lib/operations/devDomainNameChangeDevDomainName.js +248 -0
- package/lib/operations/devDomainNameChangeDevDomainName.js.map +1 -0
- package/lib/operations/deviceRunSessionCreateDeviceRunSession.d.ts +723 -0
- package/lib/operations/deviceRunSessionCreateDeviceRunSession.d.ts.map +1 -0
- package/lib/operations/deviceRunSessionCreateDeviceRunSession.js +412 -0
- package/lib/operations/deviceRunSessionCreateDeviceRunSession.js.map +1 -0
- package/lib/operations/deviceRunSessionStopDeviceRunSession.d.ts +713 -0
- package/lib/operations/deviceRunSessionStopDeviceRunSession.d.ts.map +1 -0
- package/lib/operations/deviceRunSessionStopDeviceRunSession.js +407 -0
- package/lib/operations/deviceRunSessionStopDeviceRunSession.js.map +1 -0
- package/lib/operations/deviceRunSessionsById.d.ts +713 -0
- package/lib/operations/deviceRunSessionsById.d.ts.map +1 -0
- package/lib/operations/deviceRunSessionsById.js +407 -0
- package/lib/operations/deviceRunSessionsById.js.map +1 -0
- package/lib/operations/discordUserDeleteDiscordUser.d.ts +15 -0
- package/lib/operations/discordUserDeleteDiscordUser.d.ts.map +1 -0
- package/lib/operations/discordUserDeleteDiscordUser.js +21 -0
- package/lib/operations/discordUserDeleteDiscordUser.js.map +1 -0
- package/lib/operations/echoChatById.d.ts +219 -0
- package/lib/operations/echoChatById.d.ts.map +1 -0
- package/lib/operations/echoChatById.js +136 -0
- package/lib/operations/echoChatById.js.map +1 -0
- package/lib/operations/echoChatCreateChat.d.ts +231 -0
- package/lib/operations/echoChatCreateChat.d.ts.map +1 -0
- package/lib/operations/echoChatCreateChat.js +142 -0
- package/lib/operations/echoChatCreateChat.js.map +1 -0
- package/lib/operations/echoChatDeleteChat.d.ts +219 -0
- package/lib/operations/echoChatDeleteChat.d.ts.map +1 -0
- package/lib/operations/echoChatDeleteChat.js +136 -0
- package/lib/operations/echoChatDeleteChat.js.map +1 -0
- package/lib/operations/echoChatUpdateChat.d.ts +233 -0
- package/lib/operations/echoChatUpdateChat.d.ts.map +1 -0
- package/lib/operations/echoChatUpdateChat.js +143 -0
- package/lib/operations/echoChatUpdateChat.js.map +1 -0
- package/lib/operations/echoMessageById.d.ts +449 -0
- package/lib/operations/echoMessageById.d.ts.map +1 -0
- package/lib/operations/echoMessageById.js +275 -0
- package/lib/operations/echoMessageById.js.map +1 -0
- package/lib/operations/echoMessageCompleteMessage.d.ts +451 -0
- package/lib/operations/echoMessageCompleteMessage.d.ts.map +1 -0
- package/lib/operations/echoMessageCompleteMessage.js +276 -0
- package/lib/operations/echoMessageCompleteMessage.js.map +1 -0
- package/lib/operations/echoMessageCreateMessage.d.ts +467 -0
- package/lib/operations/echoMessageCreateMessage.d.ts.map +1 -0
- package/lib/operations/echoMessageCreateMessage.js +284 -0
- package/lib/operations/echoMessageCreateMessage.js.map +1 -0
- package/lib/operations/echoMessagePartByEchoMessageId.d.ts +117 -0
- package/lib/operations/echoMessagePartByEchoMessageId.d.ts.map +1 -0
- package/lib/operations/echoMessagePartByEchoMessageId.js +82 -0
- package/lib/operations/echoMessagePartByEchoMessageId.js.map +1 -0
- package/lib/operations/echoMessagePartById.d.ts +117 -0
- package/lib/operations/echoMessagePartById.d.ts.map +1 -0
- package/lib/operations/echoMessagePartById.js +82 -0
- package/lib/operations/echoMessagePartById.js.map +1 -0
- package/lib/operations/echoMessagePartCreatePart.d.ts +129 -0
- package/lib/operations/echoMessagePartCreatePart.d.ts.map +1 -0
- package/lib/operations/echoMessagePartCreatePart.js +98 -0
- package/lib/operations/echoMessagePartCreatePart.js.map +1 -0
- package/lib/operations/echoMessagePartCreateParts.d.ts +129 -0
- package/lib/operations/echoMessagePartCreateParts.d.ts.map +1 -0
- package/lib/operations/echoMessagePartCreateParts.js +98 -0
- package/lib/operations/echoMessagePartCreateParts.js.map +1 -0
- package/lib/operations/echoMessagePartUpdatePart.d.ts +123 -0
- package/lib/operations/echoMessagePartUpdatePart.d.ts.map +1 -0
- package/lib/operations/echoMessagePartUpdatePart.js +85 -0
- package/lib/operations/echoMessagePartUpdatePart.js.map +1 -0
- package/lib/operations/echoProjectById.d.ts +777 -0
- package/lib/operations/echoProjectById.d.ts.map +1 -0
- package/lib/operations/echoProjectById.js +477 -0
- package/lib/operations/echoProjectById.js.map +1 -0
- package/lib/operations/echoProjectBySlug.d.ts +777 -0
- package/lib/operations/echoProjectBySlug.d.ts.map +1 -0
- package/lib/operations/echoProjectBySlug.js +477 -0
- package/lib/operations/echoProjectBySlug.js.map +1 -0
- package/lib/operations/echoProjectCreateEchoProject.d.ts +833 -0
- package/lib/operations/echoProjectCreateEchoProject.d.ts.map +1 -0
- package/lib/operations/echoProjectCreateEchoProject.js +500 -0
- package/lib/operations/echoProjectCreateEchoProject.js.map +1 -0
- package/lib/operations/echoProjectCreateEchoProjectIcons.d.ts +41 -0
- package/lib/operations/echoProjectCreateEchoProjectIcons.d.ts.map +1 -0
- package/lib/operations/echoProjectCreateEchoProjectIcons.js +34 -0
- package/lib/operations/echoProjectCreateEchoProjectIcons.js.map +1 -0
- package/lib/operations/echoProjectDeleteEchoProject.d.ts +777 -0
- package/lib/operations/echoProjectDeleteEchoProject.d.ts.map +1 -0
- package/lib/operations/echoProjectDeleteEchoProject.js +472 -0
- package/lib/operations/echoProjectDeleteEchoProject.js.map +1 -0
- package/lib/operations/echoProjectDeleteEchoProjectIcon.d.ts +29 -0
- package/lib/operations/echoProjectDeleteEchoProjectIcon.d.ts.map +1 -0
- package/lib/operations/echoProjectDeleteEchoProjectIcon.js +28 -0
- package/lib/operations/echoProjectDeleteEchoProjectIcon.js.map +1 -0
- package/lib/operations/echoProjectPublicByAccountName.d.ts +55 -0
- package/lib/operations/echoProjectPublicByAccountName.d.ts.map +1 -0
- package/lib/operations/echoProjectPublicByAccountName.js +41 -0
- package/lib/operations/echoProjectPublicByAccountName.js.map +1 -0
- package/lib/operations/echoProjectSelectEchoProjectIcon.d.ts +779 -0
- package/lib/operations/echoProjectSelectEchoProjectIcon.d.ts.map +1 -0
- package/lib/operations/echoProjectSelectEchoProjectIcon.js +473 -0
- package/lib/operations/echoProjectSelectEchoProjectIcon.js.map +1 -0
- package/lib/operations/echoProjectUpdateEchoProject.d.ts +833 -0
- package/lib/operations/echoProjectUpdateEchoProject.d.ts.map +1 -0
- package/lib/operations/echoProjectUpdateEchoProject.js +500 -0
- package/lib/operations/echoProjectUpdateEchoProject.js.map +1 -0
- package/lib/operations/echoRepositoryCreateEchoRepository.d.ts +43 -0
- package/lib/operations/echoRepositoryCreateEchoRepository.d.ts.map +1 -0
- package/lib/operations/echoRepositoryCreateEchoRepository.js +35 -0
- package/lib/operations/echoRepositoryCreateEchoRepository.js.map +1 -0
- package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.d.ts +29 -0
- package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.d.ts.map +1 -0
- package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.js +28 -0
- package/lib/operations/echoRepositoryGenerateEchoRepositoryAccessToken.js.map +1 -0
- package/lib/operations/echoTurnCompleteTurn.d.ts +193 -0
- package/lib/operations/echoTurnCompleteTurn.d.ts.map +1 -0
- package/lib/operations/echoTurnCompleteTurn.js +120 -0
- package/lib/operations/echoTurnCompleteTurn.js.map +1 -0
- package/lib/operations/echoVersionById.d.ts +293 -0
- package/lib/operations/echoVersionById.d.ts.map +1 -0
- package/lib/operations/echoVersionById.js +168 -0
- package/lib/operations/echoVersionById.js.map +1 -0
- package/lib/operations/echoVersionCreateVersion.d.ts +335 -0
- package/lib/operations/echoVersionCreateVersion.d.ts.map +1 -0
- package/lib/operations/echoVersionCreateVersion.js +189 -0
- package/lib/operations/echoVersionCreateVersion.js.map +1 -0
- package/lib/operations/echoVersionUpdateVersion.d.ts +323 -0
- package/lib/operations/echoVersionUpdateVersion.d.ts.map +1 -0
- package/lib/operations/echoVersionUpdateVersion.js +183 -0
- package/lib/operations/echoVersionUpdateVersion.js.map +1 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.d.ts +33 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.d.ts.map +1 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.js +30 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForAccount.js.map +1 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.d.ts +33 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.d.ts.map +1 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.js +30 -0
- package/lib/operations/environmentSecretCreateEnvironmentSecretForApp.js.map +1 -0
- package/lib/operations/environmentSecretDeleteEnvironmentSecret.d.ts +15 -0
- package/lib/operations/environmentSecretDeleteEnvironmentSecret.d.ts.map +1 -0
- package/lib/operations/environmentSecretDeleteEnvironmentSecret.js +21 -0
- package/lib/operations/environmentSecretDeleteEnvironmentSecret.js.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.d.ts +473 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.js +271 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.js.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.d.ts +473 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.js +271 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.js.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.d.ts +473 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.js +271 -0
- package/lib/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.js.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.d.ts +473 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.js +271 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForAccount.js.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.d.ts +473 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.js +271 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForApp.js.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.d.ts +473 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.d.ts.map +1 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.js +271 -0
- package/lib/operations/environmentVariableCreateEnvironmentVariableForEchoProject.js.map +1 -0
- package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.d.ts +15 -0
- package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.d.ts.map +1 -0
- package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.js +21 -0
- package/lib/operations/environmentVariableDeleteBulkEnvironmentVariables.js.map +1 -0
- package/lib/operations/environmentVariableDeleteEnvironmentVariable.d.ts +15 -0
- package/lib/operations/environmentVariableDeleteEnvironmentVariable.d.ts.map +1 -0
- package/lib/operations/environmentVariableDeleteEnvironmentVariable.js +21 -0
- package/lib/operations/environmentVariableDeleteEnvironmentVariable.js.map +1 -0
- package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.d.ts +471 -0
- package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.d.ts.map +1 -0
- package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.js +270 -0
- package/lib/operations/environmentVariableUpdateBulkEnvironmentVariables.js.map +1 -0
- package/lib/operations/environmentVariableUpdateEnvironmentVariable.d.ts +471 -0
- package/lib/operations/environmentVariableUpdateEnvironmentVariable.d.ts.map +1 -0
- package/lib/operations/environmentVariableUpdateEnvironmentVariable.js +270 -0
- package/lib/operations/environmentVariableUpdateEnvironmentVariable.js.map +1 -0
- package/lib/operations/experimentation.d.ts +20 -0
- package/lib/operations/experimentation.d.ts.map +1 -0
- package/lib/operations/experimentation.js +25 -0
- package/lib/operations/experimentation.js.map +1 -0
- package/lib/operations/fingerprintCreateOrGetExistingFingerprint.d.ts +475 -0
- package/lib/operations/fingerprintCreateOrGetExistingFingerprint.d.ts.map +1 -0
- package/lib/operations/fingerprintCreateOrGetExistingFingerprint.js +269 -0
- package/lib/operations/fingerprintCreateOrGetExistingFingerprint.js.map +1 -0
- package/lib/operations/githubApp.d.ts +20 -0
- package/lib/operations/githubApp.d.ts.map +1 -0
- package/lib/operations/githubApp.js +25 -0
- package/lib/operations/githubApp.js.map +1 -0
- package/lib/operations/githubAppCreateGitHubBuild.d.ts +555 -0
- package/lib/operations/githubAppCreateGitHubBuild.d.ts.map +1 -0
- package/lib/operations/githubAppCreateGitHubBuild.js +354 -0
- package/lib/operations/githubAppCreateGitHubBuild.js.map +1 -0
- package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.d.ts +627 -0
- package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.d.ts.map +1 -0
- package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.js +401 -0
- package/lib/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.js.map +1 -0
- package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.d.ts +621 -0
- package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.d.ts.map +1 -0
- package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.js +398 -0
- package/lib/operations/githubAppInstallationDeleteGitHubAppInstallation.js.map +1 -0
- package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.d.ts +859 -0
- package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.d.ts.map +1 -0
- package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.js +569 -0
- package/lib/operations/githubBuildTriggerCreateGitHubBuildTrigger.js.map +1 -0
- package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.d.ts +835 -0
- package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.d.ts.map +1 -0
- package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.js +553 -0
- package/lib/operations/githubBuildTriggerDeleteGitHubBuildTrigger.js.map +1 -0
- package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.d.ts +859 -0
- package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.d.ts.map +1 -0
- package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.js +569 -0
- package/lib/operations/githubBuildTriggerUpdateGitHubBuildTrigger.js.map +1 -0
- package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.d.ts +445 -0
- package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.d.ts.map +1 -0
- package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.js +251 -0
- package/lib/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.js.map +1 -0
- package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.d.ts +431 -0
- package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.d.ts.map +1 -0
- package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.js +244 -0
- package/lib/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.js.map +1 -0
- package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.d.ts +441 -0
- package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.d.ts.map +1 -0
- package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.js +249 -0
- package/lib/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.js.map +1 -0
- package/lib/operations/githubRepositoryConfigureEAS.d.ts +537 -0
- package/lib/operations/githubRepositoryConfigureEAS.d.ts.map +1 -0
- package/lib/operations/githubRepositoryConfigureEAS.js +345 -0
- package/lib/operations/githubRepositoryConfigureEAS.js.map +1 -0
- package/lib/operations/githubRepositoryCreateAndConfigureRepository.d.ts +543 -0
- package/lib/operations/githubRepositoryCreateAndConfigureRepository.d.ts.map +1 -0
- package/lib/operations/githubRepositoryCreateAndConfigureRepository.js +353 -0
- package/lib/operations/githubRepositoryCreateAndConfigureRepository.js.map +1 -0
- package/lib/operations/githubRepositoryCreateGitHubRepository.d.ts +547 -0
- package/lib/operations/githubRepositoryCreateGitHubRepository.d.ts.map +1 -0
- package/lib/operations/githubRepositoryCreateGitHubRepository.js +317 -0
- package/lib/operations/githubRepositoryCreateGitHubRepository.js.map +1 -0
- package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.d.ts +537 -0
- package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.d.ts.map +1 -0
- package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.js +350 -0
- package/lib/operations/githubRepositoryScheduleGitHubRepositoryDeletion.js.map +1 -0
- package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.d.ts +437 -0
- package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.d.ts.map +1 -0
- package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.js +250 -0
- package/lib/operations/githubRepositorySettingsCreateGitHubRepositorySettings.js.map +1 -0
- package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.d.ts +431 -0
- package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.d.ts.map +1 -0
- package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.js +247 -0
- package/lib/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.js.map +1 -0
- package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.d.ts +437 -0
- package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.d.ts.map +1 -0
- package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.js +250 -0
- package/lib/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.js.map +1 -0
- package/lib/operations/githubUser.d.ts +14 -0
- package/lib/operations/githubUser.d.ts.map +1 -0
- package/lib/operations/githubUser.js +22 -0
- package/lib/operations/githubUser.js.map +1 -0
- package/lib/operations/googleServiceAccountKeyById.d.ts +511 -0
- package/lib/operations/googleServiceAccountKeyById.d.ts.map +1 -0
- package/lib/operations/googleServiceAccountKeyById.js +326 -0
- package/lib/operations/googleServiceAccountKeyById.js.map +1 -0
- package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.d.ts +517 -0
- package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.d.ts.map +1 -0
- package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.js +334 -0
- package/lib/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.js.map +1 -0
- package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.d.ts +15 -0
- package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.d.ts.map +1 -0
- package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.js +21 -0
- package/lib/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.js.map +1 -0
- package/lib/operations/index.d.ts +287 -0
- package/lib/operations/index.d.ts.map +1 -0
- package/lib/operations/index.js +287 -0
- package/lib/operations/index.js.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.d.ts +95 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.d.ts.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.js +61 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.js.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.d.ts +95 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.d.ts.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.js +61 -0
- package/lib/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.js.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.d.ts +97 -0
- package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.d.ts.map +1 -0
- package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.js +62 -0
- package/lib/operations/invoicePreviewInvoiceForSubscriptionUpdate.js.map +1 -0
- package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.d.ts +471 -0
- package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.d.ts.map +1 -0
- package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.js +336 -0
- package/lib/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.js.map +1 -0
- package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.d.ts +15 -0
- package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.d.ts.map +1 -0
- package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.js +21 -0
- package/lib/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.js.map +1 -0
- package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.d.ts +463 -0
- package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.d.ts.map +1 -0
- package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.js +327 -0
- package/lib/operations/iosAppBuildCredentialsSetDistributionCertificate.js.map +1 -0
- package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.d.ts +463 -0
- package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.d.ts.map +1 -0
- package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.js +327 -0
- package/lib/operations/iosAppBuildCredentialsSetProvisioningProfile.js.map +1 -0
- package/lib/operations/iosAppCredentialsCreateIosAppCredentials.d.ts +871 -0
- package/lib/operations/iosAppCredentialsCreateIosAppCredentials.d.ts.map +1 -0
- package/lib/operations/iosAppCredentialsCreateIosAppCredentials.js +557 -0
- package/lib/operations/iosAppCredentialsCreateIosAppCredentials.js.map +1 -0
- package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.d.ts +15 -0
- package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.d.ts.map +1 -0
- package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.js +21 -0
- package/lib/operations/iosAppCredentialsDeleteIosAppCredentials.js.map +1 -0
- package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.d.ts +859 -0
- package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.d.ts.map +1 -0
- package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.js +555 -0
- package/lib/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.js.map +1 -0
- package/lib/operations/iosAppCredentialsSetPushKey.d.ts +859 -0
- package/lib/operations/iosAppCredentialsSetPushKey.d.ts.map +1 -0
- package/lib/operations/iosAppCredentialsSetPushKey.js +551 -0
- package/lib/operations/iosAppCredentialsSetPushKey.js.map +1 -0
- package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.d.ts +869 -0
- package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.d.ts.map +1 -0
- package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.js +556 -0
- package/lib/operations/iosAppCredentialsUpdateIosAppCredentials.js.map +1 -0
- package/lib/operations/jobRunById.d.ts +597 -0
- package/lib/operations/jobRunById.d.ts.map +1 -0
- package/lib/operations/jobRunById.js +346 -0
- package/lib/operations/jobRunById.js.map +1 -0
- package/lib/operations/jobRunCancelJobRun.d.ts +597 -0
- package/lib/operations/jobRunCancelJobRun.d.ts.map +1 -0
- package/lib/operations/jobRunCancelJobRun.js +346 -0
- package/lib/operations/jobRunCancelJobRun.js.map +1 -0
- package/lib/operations/keystoreGenerationUrl.d.ts +17 -0
- package/lib/operations/keystoreGenerationUrl.d.ts.map +1 -0
- package/lib/operations/keystoreGenerationUrl.js +22 -0
- package/lib/operations/keystoreGenerationUrl.js.map +1 -0
- package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.d.ts +15 -0
- package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.d.ts.map +1 -0
- package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.js +21 -0
- package/lib/operations/logRocketOrganizationDeleteLogRocketOrganization.js.map +1 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.d.ts +21 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.d.ts.map +1 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.js +24 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.js.map +1 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.d.ts +17 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.d.ts.map +1 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.js +22 -0
- package/lib/operations/logRocketOrganizationGenerateLogRocketReplayToken.js.map +1 -0
- package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.d.ts +525 -0
- package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.d.ts.map +1 -0
- package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.js +338 -0
- package/lib/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.js.map +1 -0
- package/lib/operations/logRocketProjectCreateLogRocketProject.d.ts +433 -0
- package/lib/operations/logRocketProjectCreateLogRocketProject.d.ts.map +1 -0
- package/lib/operations/logRocketProjectCreateLogRocketProject.js +248 -0
- package/lib/operations/logRocketProjectCreateLogRocketProject.js.map +1 -0
- package/lib/operations/logRocketProjectDeleteLogRocketProject.d.ts +15 -0
- package/lib/operations/logRocketProjectDeleteLogRocketProject.d.ts.map +1 -0
- package/lib/operations/logRocketProjectDeleteLogRocketProject.js +21 -0
- package/lib/operations/logRocketProjectDeleteLogRocketProject.js.map +1 -0
- package/lib/operations/me.d.ts +1629 -0
- package/lib/operations/me.d.ts.map +1 -0
- package/lib/operations/me.js +991 -0
- package/lib/operations/me.js.map +1 -0
- package/lib/operations/meActor.d.ts +559 -0
- package/lib/operations/meActor.d.ts.map +1 -0
- package/lib/operations/meActor.js +357 -0
- package/lib/operations/meActor.js.map +1 -0
- package/lib/operations/meUserActor.d.ts +1417 -0
- package/lib/operations/meUserActor.d.ts.map +1 -0
- package/lib/operations/meUserActor.js +869 -0
- package/lib/operations/meUserActor.js.map +1 -0
- package/lib/operations/notificationPreferenceSetAccountNotificationPreference.d.ts +21 -0
- package/lib/operations/notificationPreferenceSetAccountNotificationPreference.d.ts.map +1 -0
- package/lib/operations/notificationPreferenceSetAccountNotificationPreference.js +32 -0
- package/lib/operations/notificationPreferenceSetAccountNotificationPreference.js.map +1 -0
- package/lib/operations/notificationPreferenceSetAppNotificationPreference.d.ts +21 -0
- package/lib/operations/notificationPreferenceSetAppNotificationPreference.d.ts.map +1 -0
- package/lib/operations/notificationPreferenceSetAppNotificationPreference.js +32 -0
- package/lib/operations/notificationPreferenceSetAppNotificationPreference.js.map +1 -0
- package/lib/operations/robotCreateRobotForAccount.d.ts +671 -0
- package/lib/operations/robotCreateRobotForAccount.d.ts.map +1 -0
- package/lib/operations/robotCreateRobotForAccount.js +423 -0
- package/lib/operations/robotCreateRobotForAccount.js.map +1 -0
- package/lib/operations/robotScheduleRobotDeletion.d.ts +537 -0
- package/lib/operations/robotScheduleRobotDeletion.d.ts.map +1 -0
- package/lib/operations/robotScheduleRobotDeletion.js +345 -0
- package/lib/operations/robotScheduleRobotDeletion.js.map +1 -0
- package/lib/operations/robotUpdateRobot.d.ts +669 -0
- package/lib/operations/robotUpdateRobot.d.ts.map +1 -0
- package/lib/operations/robotUpdateRobot.js +422 -0
- package/lib/operations/robotUpdateRobot.js.map +1 -0
- package/lib/operations/runtimesById.d.ts +553 -0
- package/lib/operations/runtimesById.d.ts.map +1 -0
- package/lib/operations/runtimesById.js +311 -0
- package/lib/operations/runtimesById.js.map +1 -0
- package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.d.ts +511 -0
- package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.d.ts.map +1 -0
- package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.js +331 -0
- package/lib/operations/sentryInstallationConfirmPendingSentryInstallation.js.map +1 -0
- package/lib/operations/sentryInstallationDeleteSentryInstallation.d.ts +15 -0
- package/lib/operations/sentryInstallationDeleteSentryInstallation.d.ts.map +1 -0
- package/lib/operations/sentryInstallationDeleteSentryInstallation.js +21 -0
- package/lib/operations/sentryInstallationDeleteSentryInstallation.js.map +1 -0
- package/lib/operations/sentryInstallationGenerateSentryToken.d.ts +19 -0
- package/lib/operations/sentryInstallationGenerateSentryToken.d.ts.map +1 -0
- package/lib/operations/sentryInstallationGenerateSentryToken.js +23 -0
- package/lib/operations/sentryInstallationGenerateSentryToken.js.map +1 -0
- package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.d.ts +521 -0
- package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.d.ts.map +1 -0
- package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.js +336 -0
- package/lib/operations/sentryInstallationLinkSentryInstallationToExpoAccount.js.map +1 -0
- package/lib/operations/sentryProjectCreateSentryProject.d.ts +439 -0
- package/lib/operations/sentryProjectCreateSentryProject.d.ts.map +1 -0
- package/lib/operations/sentryProjectCreateSentryProject.js +251 -0
- package/lib/operations/sentryProjectCreateSentryProject.js.map +1 -0
- package/lib/operations/sentryProjectDeleteSentryProject.d.ts +15 -0
- package/lib/operations/sentryProjectDeleteSentryProject.d.ts.map +1 -0
- package/lib/operations/sentryProjectDeleteSentryProject.js +21 -0
- package/lib/operations/sentryProjectDeleteSentryProject.js.map +1 -0
- package/lib/operations/snackByHashId.d.ts +41 -0
- package/lib/operations/snackByHashId.d.ts.map +1 -0
- package/lib/operations/snackByHashId.js +34 -0
- package/lib/operations/snackByHashId.js.map +1 -0
- package/lib/operations/statuspageServiceByServiceNames.d.ts +53 -0
- package/lib/operations/statuspageServiceByServiceNames.d.ts.map +1 -0
- package/lib/operations/statuspageServiceByServiceNames.js +84 -0
- package/lib/operations/statuspageServiceByServiceNames.js.map +1 -0
- package/lib/operations/submissionCancelSubmission.d.ts +1603 -0
- package/lib/operations/submissionCancelSubmission.d.ts.map +1 -0
- package/lib/operations/submissionCancelSubmission.js +1056 -0
- package/lib/operations/submissionCancelSubmission.js.map +1 -0
- package/lib/operations/submissionCreateAndroidSubmission.d.ts +403 -0
- package/lib/operations/submissionCreateAndroidSubmission.d.ts.map +1 -0
- package/lib/operations/submissionCreateAndroidSubmission.js +285 -0
- package/lib/operations/submissionCreateAndroidSubmission.js.map +1 -0
- package/lib/operations/submissionCreateIosSubmission.d.ts +409 -0
- package/lib/operations/submissionCreateIosSubmission.d.ts.map +1 -0
- package/lib/operations/submissionCreateIosSubmission.js +288 -0
- package/lib/operations/submissionCreateIosSubmission.js.map +1 -0
- package/lib/operations/submissionRetrySubmission.d.ts +365 -0
- package/lib/operations/submissionRetrySubmission.d.ts.map +1 -0
- package/lib/operations/submissionRetrySubmission.js +261 -0
- package/lib/operations/submissionRetrySubmission.js.map +1 -0
- package/lib/operations/submissionsById.d.ts +1603 -0
- package/lib/operations/submissionsById.d.ts.map +1 -0
- package/lib/operations/submissionsById.js +1056 -0
- package/lib/operations/submissionsById.js.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsById.d.ts +29 -0
- package/lib/operations/turtleBrownfieldArtifactsById.d.ts.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsById.js +28 -0
- package/lib/operations/turtleBrownfieldArtifactsById.js.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.d.ts +53 -0
- package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.d.ts.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.js +40 -0
- package/lib/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.js.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsLatestForApp.d.ts +33 -0
- package/lib/operations/turtleBrownfieldArtifactsLatestForApp.d.ts.map +1 -0
- package/lib/operations/turtleBrownfieldArtifactsLatestForApp.js +30 -0
- package/lib/operations/turtleBrownfieldArtifactsLatestForApp.js.map +1 -0
- package/lib/operations/updateBranchCreateUpdateBranchForApp.d.ts +451 -0
- package/lib/operations/updateBranchCreateUpdateBranchForApp.d.ts.map +1 -0
- package/lib/operations/updateBranchCreateUpdateBranchForApp.js +257 -0
- package/lib/operations/updateBranchCreateUpdateBranchForApp.js.map +1 -0
- package/lib/operations/updateBranchEditUpdateBranch.d.ts +459 -0
- package/lib/operations/updateBranchEditUpdateBranch.d.ts.map +1 -0
- package/lib/operations/updateBranchEditUpdateBranch.js +261 -0
- package/lib/operations/updateBranchEditUpdateBranch.js.map +1 -0
- package/lib/operations/updateBranchPublishUpdateGroups.d.ts +1669 -0
- package/lib/operations/updateBranchPublishUpdateGroups.d.ts.map +1 -0
- package/lib/operations/updateBranchPublishUpdateGroups.js +982 -0
- package/lib/operations/updateBranchPublishUpdateGroups.js.map +1 -0
- package/lib/operations/updateBranchScheduleUpdateBranchDeletion.d.ts +537 -0
- package/lib/operations/updateBranchScheduleUpdateBranchDeletion.d.ts.map +1 -0
- package/lib/operations/updateBranchScheduleUpdateBranchDeletion.js +345 -0
- package/lib/operations/updateBranchScheduleUpdateBranchDeletion.js.map +1 -0
- package/lib/operations/updateChannelCreateUpdateChannelForApp.d.ts +461 -0
- package/lib/operations/updateChannelCreateUpdateChannelForApp.d.ts.map +1 -0
- package/lib/operations/updateChannelCreateUpdateChannelForApp.js +262 -0
- package/lib/operations/updateChannelCreateUpdateChannelForApp.js.map +1 -0
- package/lib/operations/updateChannelEditUpdateChannel.d.ts +459 -0
- package/lib/operations/updateChannelEditUpdateChannel.d.ts.map +1 -0
- package/lib/operations/updateChannelEditUpdateChannel.js +261 -0
- package/lib/operations/updateChannelEditUpdateChannel.js.map +1 -0
- package/lib/operations/updateChannelPauseUpdateChannel.d.ts +457 -0
- package/lib/operations/updateChannelPauseUpdateChannel.d.ts.map +1 -0
- package/lib/operations/updateChannelPauseUpdateChannel.js +260 -0
- package/lib/operations/updateChannelPauseUpdateChannel.js.map +1 -0
- package/lib/operations/updateChannelResumeUpdateChannel.d.ts +457 -0
- package/lib/operations/updateChannelResumeUpdateChannel.d.ts.map +1 -0
- package/lib/operations/updateChannelResumeUpdateChannel.js +260 -0
- package/lib/operations/updateChannelResumeUpdateChannel.js.map +1 -0
- package/lib/operations/updateChannelScheduleUpdateChannelDeletion.d.ts +537 -0
- package/lib/operations/updateChannelScheduleUpdateChannelDeletion.d.ts.map +1 -0
- package/lib/operations/updateChannelScheduleUpdateChannelDeletion.js +345 -0
- package/lib/operations/updateChannelScheduleUpdateChannelDeletion.js.map +1 -0
- package/lib/operations/updateScheduleUpdateGroupDeletion.d.ts +537 -0
- package/lib/operations/updateScheduleUpdateGroupDeletion.d.ts.map +1 -0
- package/lib/operations/updateScheduleUpdateGroupDeletion.js +345 -0
- package/lib/operations/updateScheduleUpdateGroupDeletion.js.map +1 -0
- package/lib/operations/updateSetCodeSigningInfo.d.ts +1419 -0
- package/lib/operations/updateSetCodeSigningInfo.d.ts.map +1 -0
- package/lib/operations/updateSetCodeSigningInfo.js +851 -0
- package/lib/operations/updateSetCodeSigningInfo.js.map +1 -0
- package/lib/operations/updateSetRolloutPercentage.d.ts +1411 -0
- package/lib/operations/updateSetRolloutPercentage.d.ts.map +1 -0
- package/lib/operations/updateSetRolloutPercentage.js +847 -0
- package/lib/operations/updateSetRolloutPercentage.js.map +1 -0
- package/lib/operations/updatesByGroup.d.ts +1414 -0
- package/lib/operations/updatesByGroup.d.ts.map +1 -0
- package/lib/operations/updatesByGroup.js +856 -0
- package/lib/operations/updatesByGroup.js.map +1 -0
- package/lib/operations/updatesById.d.ts +1409 -0
- package/lib/operations/updatesById.d.ts.map +1 -0
- package/lib/operations/updatesById.js +846 -0
- package/lib/operations/updatesById.js.map +1 -0
- package/lib/operations/uploadSessionCreateAccountScopedUploadSession.d.ts +13 -0
- package/lib/operations/uploadSessionCreateAccountScopedUploadSession.d.ts.map +1 -0
- package/lib/operations/uploadSessionCreateAccountScopedUploadSession.js +23 -0
- package/lib/operations/uploadSessionCreateAccountScopedUploadSession.js.map +1 -0
- package/lib/operations/uploadSessionCreateAppScopedUploadSession.d.ts +13 -0
- package/lib/operations/uploadSessionCreateAppScopedUploadSession.d.ts.map +1 -0
- package/lib/operations/uploadSessionCreateAppScopedUploadSession.js +20 -0
- package/lib/operations/uploadSessionCreateAppScopedUploadSession.js.map +1 -0
- package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.d.ts +13 -0
- package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.d.ts.map +1 -0
- package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.js +20 -0
- package/lib/operations/uploadSessionCreateEchoProjectScopedUploadSession.js.map +1 -0
- package/lib/operations/uploadSessionCreateUploadSession.d.ts +13 -0
- package/lib/operations/uploadSessionCreateUploadSession.d.ts.map +1 -0
- package/lib/operations/uploadSessionCreateUploadSession.js +29 -0
- package/lib/operations/uploadSessionCreateUploadSession.js.map +1 -0
- package/lib/operations/userActorPublicDataByUsername.d.ts +23 -0
- package/lib/operations/userActorPublicDataByUsername.d.ts.map +1 -0
- package/lib/operations/userActorPublicDataByUsername.js +25 -0
- package/lib/operations/userActorPublicDataByUsername.js.map +1 -0
- package/lib/operations/userAppPinsPinApp.d.ts +11 -0
- package/lib/operations/userAppPinsPinApp.d.ts.map +1 -0
- package/lib/operations/userAppPinsPinApp.js +19 -0
- package/lib/operations/userAppPinsPinApp.js.map +1 -0
- package/lib/operations/userAppPinsUnpinApp.d.ts +11 -0
- package/lib/operations/userAppPinsUnpinApp.d.ts.map +1 -0
- package/lib/operations/userAppPinsUnpinApp.js +19 -0
- package/lib/operations/userAppPinsUnpinApp.js.map +1 -0
- package/lib/operations/userAuditLogExportUserAuditLogs.d.ts +551 -0
- package/lib/operations/userAuditLogExportUserAuditLogs.d.ts.map +1 -0
- package/lib/operations/userAuditLogExportUserAuditLogs.js +364 -0
- package/lib/operations/userAuditLogExportUserAuditLogs.js.map +1 -0
- package/lib/operations/userAuditLogs.d.ts +20 -0
- package/lib/operations/userAuditLogs.d.ts.map +1 -0
- package/lib/operations/userAuditLogs.js +37 -0
- package/lib/operations/userAuditLogs.js.map +1 -0
- package/lib/operations/userDashboardViewPinsPinDashboardView.d.ts +519 -0
- package/lib/operations/userDashboardViewPinsPinDashboardView.d.ts.map +1 -0
- package/lib/operations/userDashboardViewPinsPinDashboardView.js +330 -0
- package/lib/operations/userDashboardViewPinsPinDashboardView.js.map +1 -0
- package/lib/operations/userDashboardViewPinsUnpinDashboardView.d.ts +517 -0
- package/lib/operations/userDashboardViewPinsUnpinDashboardView.d.ts.map +1 -0
- package/lib/operations/userDashboardViewPinsUnpinDashboardView.js +334 -0
- package/lib/operations/userDashboardViewPinsUnpinDashboardView.js.map +1 -0
- package/lib/operations/userInvitationAcceptUserInvitationAsViewer.d.ts +15 -0
- package/lib/operations/userInvitationAcceptUserInvitationAsViewer.d.ts.map +1 -0
- package/lib/operations/userInvitationAcceptUserInvitationAsViewer.js +21 -0
- package/lib/operations/userInvitationAcceptUserInvitationAsViewer.js.map +1 -0
- package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.d.ts +15 -0
- package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.d.ts.map +1 -0
- package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.js +21 -0
- package/lib/operations/userInvitationAcceptUserInvitationByTokenAsViewer.js.map +1 -0
- package/lib/operations/userInvitationCreateUserInvitationForAccount.d.ts +39 -0
- package/lib/operations/userInvitationCreateUserInvitationForAccount.d.ts.map +1 -0
- package/lib/operations/userInvitationCreateUserInvitationForAccount.js +41 -0
- package/lib/operations/userInvitationCreateUserInvitationForAccount.js.map +1 -0
- package/lib/operations/userInvitationDeleteUserInvitation.d.ts +15 -0
- package/lib/operations/userInvitationDeleteUserInvitation.d.ts.map +1 -0
- package/lib/operations/userInvitationDeleteUserInvitation.js +21 -0
- package/lib/operations/userInvitationDeleteUserInvitation.js.map +1 -0
- package/lib/operations/userInvitationDeleteUserInvitationByToken.d.ts +15 -0
- package/lib/operations/userInvitationDeleteUserInvitationByToken.d.ts.map +1 -0
- package/lib/operations/userInvitationDeleteUserInvitationByToken.js +21 -0
- package/lib/operations/userInvitationDeleteUserInvitationByToken.js.map +1 -0
- package/lib/operations/userInvitationPublicDataByToken.d.ts +31 -0
- package/lib/operations/userInvitationPublicDataByToken.d.ts.map +1 -0
- package/lib/operations/userInvitationPublicDataByToken.js +29 -0
- package/lib/operations/userInvitationPublicDataByToken.js.map +1 -0
- package/lib/operations/userInvitationResendUserInvitation.d.ts +35 -0
- package/lib/operations/userInvitationResendUserInvitation.d.ts.map +1 -0
- package/lib/operations/userInvitationResendUserInvitation.js +39 -0
- package/lib/operations/userInvitationResendUserInvitation.js.map +1 -0
- package/lib/operations/userInvitationUpdateUserInvitationPermissions.d.ts +37 -0
- package/lib/operations/userInvitationUpdateUserInvitationPermissions.d.ts.map +1 -0
- package/lib/operations/userInvitationUpdateUserInvitationPermissions.js +40 -0
- package/lib/operations/userInvitationUpdateUserInvitationPermissions.js.map +1 -0
- package/lib/operations/userPreferenceDelete.d.ts +23 -0
- package/lib/operations/userPreferenceDelete.d.ts.map +1 -0
- package/lib/operations/userPreferenceDelete.js +25 -0
- package/lib/operations/userPreferenceDelete.js.map +1 -0
- package/lib/operations/userPreferenceGet.d.ts +23 -0
- package/lib/operations/userPreferenceGet.d.ts.map +1 -0
- package/lib/operations/userPreferenceGet.js +25 -0
- package/lib/operations/userPreferenceGet.js.map +1 -0
- package/lib/operations/userPreferenceSet.d.ts +25 -0
- package/lib/operations/userPreferenceSet.d.ts.map +1 -0
- package/lib/operations/userPreferenceSet.js +26 -0
- package/lib/operations/userPreferenceSet.js.map +1 -0
- package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.d.ts +527 -0
- package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.d.ts.map +1 -0
- package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.js +339 -0
- package/lib/operations/vexoAccountConnectionCreateVexoAccountConnection.js.map +1 -0
- package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.d.ts +521 -0
- package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.d.ts.map +1 -0
- package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.js +336 -0
- package/lib/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.js.map +1 -0
- package/lib/operations/vexoAppCreateVexoApp.d.ts +447 -0
- package/lib/operations/vexoAppCreateVexoApp.d.ts.map +1 -0
- package/lib/operations/vexoAppCreateVexoApp.js +255 -0
- package/lib/operations/vexoAppCreateVexoApp.js.map +1 -0
- package/lib/operations/vexoAppDeleteVexoApp.d.ts +431 -0
- package/lib/operations/vexoAppDeleteVexoApp.d.ts.map +1 -0
- package/lib/operations/vexoAppDeleteVexoApp.js +247 -0
- package/lib/operations/vexoAppDeleteVexoApp.js.map +1 -0
- package/lib/operations/vexoAppUpdateVexoApp.d.ts +445 -0
- package/lib/operations/vexoAppUpdateVexoApp.d.ts.map +1 -0
- package/lib/operations/vexoAppUpdateVexoApp.js +254 -0
- package/lib/operations/vexoAppUpdateVexoApp.js.map +1 -0
- package/lib/operations/vexoIntegration.d.ts +14 -0
- package/lib/operations/vexoIntegration.d.ts.map +1 -0
- package/lib/operations/vexoIntegration.js +22 -0
- package/lib/operations/vexoIntegration.js.map +1 -0
- package/lib/operations/viewer.d.ts +1629 -0
- package/lib/operations/viewer.d.ts.map +1 -0
- package/lib/operations/viewer.js +991 -0
- package/lib/operations/viewer.js.map +1 -0
- package/lib/operations/webhookById.d.ts +25 -0
- package/lib/operations/webhookById.d.ts.map +1 -0
- package/lib/operations/webhookById.js +26 -0
- package/lib/operations/webhookById.js.map +1 -0
- package/lib/operations/webhookCreateWebhook.d.ts +35 -0
- package/lib/operations/webhookCreateWebhook.d.ts.map +1 -0
- package/lib/operations/webhookCreateWebhook.js +31 -0
- package/lib/operations/webhookCreateWebhook.js.map +1 -0
- package/lib/operations/webhookDeleteWebhook.d.ts +15 -0
- package/lib/operations/webhookDeleteWebhook.d.ts.map +1 -0
- package/lib/operations/webhookDeleteWebhook.js +21 -0
- package/lib/operations/webhookDeleteWebhook.js.map +1 -0
- package/lib/operations/webhookUpdateWebhook.d.ts +35 -0
- package/lib/operations/webhookUpdateWebhook.d.ts.map +1 -0
- package/lib/operations/webhookUpdateWebhook.js +31 -0
- package/lib/operations/webhookUpdateWebhook.js.map +1 -0
- package/lib/operations/websiteNotifications.d.ts +14 -0
- package/lib/operations/websiteNotifications.d.ts.map +1 -0
- package/lib/operations/websiteNotifications.js +22 -0
- package/lib/operations/websiteNotifications.js.map +1 -0
- package/lib/operations/workerDeploymentById.d.ts +671 -0
- package/lib/operations/workerDeploymentById.d.ts.map +1 -0
- package/lib/operations/workerDeploymentById.js +383 -0
- package/lib/operations/workerDeploymentById.js.map +1 -0
- package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.d.ts +59 -0
- package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.d.ts.map +1 -0
- package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.js +43 -0
- package/lib/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.js.map +1 -0
- package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.d.ts +595 -0
- package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.d.ts.map +1 -0
- package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.js +418 -0
- package/lib/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.js.map +1 -0
- package/lib/operations/workflowJobsById.d.ts +1193 -0
- package/lib/operations/workflowJobsById.d.ts.map +1 -0
- package/lib/operations/workflowJobsById.js +805 -0
- package/lib/operations/workflowJobsById.js.map +1 -0
- package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.d.ts +119 -0
- package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.d.ts.map +1 -0
- package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.js +76 -0
- package/lib/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.js.map +1 -0
- package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.d.ts +117 -0
- package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.d.ts.map +1 -0
- package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.js +75 -0
- package/lib/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.js.map +1 -0
- package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.d.ts +13 -0
- package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.d.ts.map +1 -0
- package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.js +20 -0
- package/lib/operations/workflowRevisionValidateWorkflowYamlConfig.js.map +1 -0
- package/lib/operations/workflowRevisionsById.d.ts +115 -0
- package/lib/operations/workflowRevisionsById.d.ts.map +1 -0
- package/lib/operations/workflowRevisionsById.js +71 -0
- package/lib/operations/workflowRevisionsById.js.map +1 -0
- package/lib/operations/workflowRunCancelWorkflowRun.d.ts +667 -0
- package/lib/operations/workflowRunCancelWorkflowRun.d.ts.map +1 -0
- package/lib/operations/workflowRunCancelWorkflowRun.js +446 -0
- package/lib/operations/workflowRunCancelWorkflowRun.js.map +1 -0
- package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.d.ts +681 -0
- package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.d.ts.map +1 -0
- package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.js +453 -0
- package/lib/operations/workflowRunCreateExpoGoRepackWorkflowRun.js.map +1 -0
- package/lib/operations/workflowRunCreateWorkflowRun.d.ts +695 -0
- package/lib/operations/workflowRunCreateWorkflowRun.d.ts.map +1 -0
- package/lib/operations/workflowRunCreateWorkflowRun.js +460 -0
- package/lib/operations/workflowRunCreateWorkflowRun.js.map +1 -0
- package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.d.ts +671 -0
- package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.d.ts.map +1 -0
- package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.js +448 -0
- package/lib/operations/workflowRunCreateWorkflowRunFromGitRef.js.map +1 -0
- package/lib/operations/workflowRunRetryWorkflowRun.d.ts +669 -0
- package/lib/operations/workflowRunRetryWorkflowRun.d.ts.map +1 -0
- package/lib/operations/workflowRunRetryWorkflowRun.js +447 -0
- package/lib/operations/workflowRunRetryWorkflowRun.js.map +1 -0
- package/lib/operations/workflowRunsById.d.ts +667 -0
- package/lib/operations/workflowRunsById.d.ts.map +1 -0
- package/lib/operations/workflowRunsById.js +446 -0
- package/lib/operations/workflowRunsById.js.map +1 -0
- package/lib/operations/workflowsByAppIdAndFileName.d.ts +447 -0
- package/lib/operations/workflowsByAppIdAndFileName.d.ts.map +1 -0
- package/lib/operations/workflowsByAppIdAndFileName.js +255 -0
- package/lib/operations/workflowsByAppIdAndFileName.js.map +1 -0
- package/lib/operations/workflowsById.d.ts +445 -0
- package/lib/operations/workflowsById.d.ts.map +1 -0
- package/lib/operations/workflowsById.js +254 -0
- package/lib/operations/workflowsById.js.map +1 -0
- package/lib/operations/workflowsInsightsExportWorkflowRuns.d.ts +563 -0
- package/lib/operations/workflowsInsightsExportWorkflowRuns.d.ts.map +1 -0
- package/lib/operations/workflowsInsightsExportWorkflowRuns.js +381 -0
- package/lib/operations/workflowsInsightsExportWorkflowRuns.js.map +1 -0
- package/lib/retry.d.ts +22 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +21 -0
- package/lib/retry.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/traits.d.ts +5 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +5 -0
- package/lib/traits.js.map +1 -0
- package/package.json +80 -7
- package/src/category.ts +4 -0
- package/src/client.ts +141 -0
- package/src/credentials.ts +50 -0
- package/src/errors.ts +231 -0
- package/src/index.ts +15 -0
- package/src/operations/accessTokenCreateAccessToken.ts +52 -0
- package/src/operations/accessTokenDeleteAccessToken.ts +32 -0
- package/src/operations/accessTokenSetAccessTokenRevoked.ts +95 -0
- package/src/operations/accountById.ts +1005 -0
- package/src/operations/accountByName.ts +1005 -0
- package/src/operations/accountCancelAllSubscriptionsImmediately.ts +1008 -0
- package/src/operations/accountCancelScheduledSubscriptionChange.ts +1008 -0
- package/src/operations/accountChangeAdditionalAgentCreditsCount.ts +1009 -0
- package/src/operations/accountChangeAdditionalConcurrenciesCount.ts +1009 -0
- package/src/operations/accountChangePlan.ts +1008 -0
- package/src/operations/accountGrantActorPermissions.ts +1016 -0
- package/src/operations/accountRemoveProfileImage.ts +1008 -0
- package/src/operations/accountRename.ts +1007 -0
- package/src/operations/accountRequestRefund.ts +34 -0
- package/src/operations/accountRevokeActorPermissions.ts +1016 -0
- package/src/operations/accountSSOConfigurationCreateAccountSSOConfiguration.ts +68 -0
- package/src/operations/accountSSOConfigurationDeleteAccountSSOConfiguration.ts +38 -0
- package/src/operations/accountSSOConfigurationPublicDataPublicDataByAccountName.ts +50 -0
- package/src/operations/accountSSOConfigurationUpdateAccountSSOConfiguration.ts +68 -0
- package/src/operations/accountSSOConfigurationUpdateAccountSSOConfigurationClientSecret.ts +58 -0
- package/src/operations/accountSetDisplayName.ts +1008 -0
- package/src/operations/accountSetPushSecurityEnabled.ts +1009 -0
- package/src/operations/accountSetRequireTwoFactor.ts +1009 -0
- package/src/operations/accountSetUserSpecifiedAccountUsage.ts +1009 -0
- package/src/operations/actorExperimentCreateOrUpdateActorExperiment.ts +39 -0
- package/src/operations/androidAppBuildCredentialsCreateAndroidAppBuildCredentials.ts +102 -0
- package/src/operations/androidAppBuildCredentialsDeleteAndroidAppBuildCredentials.ts +42 -0
- package/src/operations/androidAppBuildCredentialsSetDefault.ts +88 -0
- package/src/operations/androidAppBuildCredentialsSetKeystore.ts +88 -0
- package/src/operations/androidAppBuildCredentialsSetName.ts +88 -0
- package/src/operations/androidAppCredentialsCreateAndroidAppCredentials.ts +505 -0
- package/src/operations/androidAppCredentialsCreateFcmV1Credential.ts +492 -0
- package/src/operations/androidAppCredentialsDeleteAndroidAppCredentials.ts +36 -0
- package/src/operations/androidAppCredentialsSetFcm.ts +492 -0
- package/src/operations/androidAppCredentialsSetGoogleServiceAccountKeyForFcmV1.ts +498 -0
- package/src/operations/androidAppCredentialsSetGoogleServiceAccountKeyForSubmissions.ts +502 -0
- package/src/operations/androidFcmDeleteAndroidFcm.ts +32 -0
- package/src/operations/androidKeystoreCreateAndroidKeystore.ts +427 -0
- package/src/operations/androidKeystoreDeleteAndroidKeystore.ts +32 -0
- package/src/operations/appByDevDomainName.ts +984 -0
- package/src/operations/appByFullName.ts +984 -0
- package/src/operations/appById.ts +984 -0
- package/src/operations/appCreateApp.ts +995 -0
- package/src/operations/appRemoveProfileImage.ts +986 -0
- package/src/operations/appScheduleAppDeletion.ts +421 -0
- package/src/operations/appSetAppInfo.ts +988 -0
- package/src/operations/appSetPushSecurityEnabled.ts +988 -0
- package/src/operations/appSetResourceClassExperiment.ts +990 -0
- package/src/operations/appStoreConnectApiKeyById.ts +470 -0
- package/src/operations/appStoreConnectApiKeyCreateAppStoreConnectApiKey.ts +514 -0
- package/src/operations/appStoreConnectApiKeyDeleteAppStoreConnectApiKey.ts +36 -0
- package/src/operations/appStoreConnectApiKeyUpdateAppStoreConnectApiKey.ts +486 -0
- package/src/operations/appStoreConnectAppCreateAppStoreConnectApp.ts +387 -0
- package/src/operations/appStoreConnectAppDeleteAppStoreConnectApp.ts +32 -0
- package/src/operations/appVersionCreateAppVersion.ts +44 -0
- package/src/operations/appleAppIdentifierCreateAppleAppIdentifier.ts +481 -0
- package/src/operations/appleDeviceCreateAppleDevice.ts +493 -0
- package/src/operations/appleDeviceDeleteAppleDevice.ts +32 -0
- package/src/operations/appleDeviceRegistrationRequestById.ts +473 -0
- package/src/operations/appleDeviceRegistrationRequestCreateAppleDeviceRegistrationRequest.ts +489 -0
- package/src/operations/appleDeviceRegistrationRequestPublicDataById.ts +34 -0
- package/src/operations/appleDeviceUpdateAppleDevice.ts +485 -0
- package/src/operations/appleDistributionCertificateById.ts +500 -0
- package/src/operations/appleDistributionCertificateCreateAppleDistributionCertificate.ts +528 -0
- package/src/operations/appleDistributionCertificateDeleteAppleDistributionCertificate.ts +42 -0
- package/src/operations/appleProvisioningProfileById.ts +602 -0
- package/src/operations/appleProvisioningProfileCreateAppleProvisioningProfile.ts +622 -0
- package/src/operations/appleProvisioningProfileDeleteAppleProvisioningProfile.ts +38 -0
- package/src/operations/appleProvisioningProfileDeleteAppleProvisioningProfiles.ts +40 -0
- package/src/operations/appleProvisioningProfileUpdateAppleProvisioningProfile.ts +621 -0
- package/src/operations/applePushKeyCreateApplePushKey.ts +598 -0
- package/src/operations/applePushKeyDeleteApplePushKey.ts +32 -0
- package/src/operations/appleTeamByAppleTeamIdentifier.ts +531 -0
- package/src/operations/appleTeamCreateAppleTeam.ts +532 -0
- package/src/operations/appleTeamScheduleAppleTeamDeletion.ts +420 -0
- package/src/operations/appleTeamUpdateAppleTeam.ts +531 -0
- package/src/operations/assetByStorageKeys.ts +37 -0
- package/src/operations/assetGetSignedAssetUploadSpecifications.ts +32 -0
- package/src/operations/assetMetadata.ts +33 -0
- package/src/operations/assetSignedUrls.ts +35 -0
- package/src/operations/auditLogExportAuditLogs.ts +471 -0
- package/src/operations/auditLogs.ts +70 -0
- package/src/operations/backgroundJobReceiptById.ts +420 -0
- package/src/operations/branchesById.ts +303 -0
- package/src/operations/build.ts +372 -0
- package/src/operations/buildAnnotationCreateBuildAnnotation.ts +50 -0
- package/src/operations/buildAnnotationDeleteBuildAnnotation.ts +32 -0
- package/src/operations/buildAnnotationUpdateBuildAnnotation.ts +51 -0
- package/src/operations/buildAnnotationsAll.ts +47 -0
- package/src/operations/buildAnnotationsById.ts +39 -0
- package/src/operations/buildPublicDataById.ts +57 -0
- package/src/operations/buildsById.ts +1242 -0
- package/src/operations/channelsById.ts +307 -0
- package/src/operations/convexIntegration.ts +31 -0
- package/src/operations/convexTeamConnectionCreateConvexTeamConnection.ts +410 -0
- package/src/operations/convexTeamConnectionDeleteConvexTeamConnection.ts +406 -0
- package/src/operations/convexTeamConnectionSendConvexTeamInviteToVerifiedEmail.ts +38 -0
- package/src/operations/customDomainDeleteCustomDomain.ts +34 -0
- package/src/operations/customDomainRefreshCustomDomain.ts +93 -0
- package/src/operations/customDomainRegisterCustomDomain.ts +95 -0
- package/src/operations/deploymentsAssignAlias.ts +112 -0
- package/src/operations/deploymentsById.ts +140 -0
- package/src/operations/deploymentsCreateSignedDeploymentUrl.ts +35 -0
- package/src/operations/deploymentsDeleteAlias.ts +34 -0
- package/src/operations/deploymentsDeleteWorkerDeployment.ts +33 -0
- package/src/operations/deploymentsDeleteWorkerDeploymentByIdentifier.ts +37 -0
- package/src/operations/devDomainNameAssignDevDomainName.ts +297 -0
- package/src/operations/devDomainNameChangeDevDomainName.ts +297 -0
- package/src/operations/deviceRunSessionCreateDeviceRunSession.ts +481 -0
- package/src/operations/deviceRunSessionStopDeviceRunSession.ts +476 -0
- package/src/operations/deviceRunSessionsById.ts +475 -0
- package/src/operations/discordUserDeleteDiscordUser.ts +32 -0
- package/src/operations/echoChatById.ts +169 -0
- package/src/operations/echoChatCreateChat.ts +175 -0
- package/src/operations/echoChatDeleteChat.ts +165 -0
- package/src/operations/echoChatUpdateChat.ts +176 -0
- package/src/operations/echoMessageById.ts +328 -0
- package/src/operations/echoMessageCompleteMessage.ts +329 -0
- package/src/operations/echoMessageCreateMessage.ts +337 -0
- package/src/operations/echoMessagePartByEchoMessageId.ts +101 -0
- package/src/operations/echoMessagePartById.ts +99 -0
- package/src/operations/echoMessagePartCreatePart.ts +115 -0
- package/src/operations/echoMessagePartCreateParts.ts +119 -0
- package/src/operations/echoMessagePartUpdatePart.ts +102 -0
- package/src/operations/echoProjectById.ts +586 -0
- package/src/operations/echoProjectBySlug.ts +586 -0
- package/src/operations/echoProjectCreateEchoProject.ts +623 -0
- package/src/operations/echoProjectCreateEchoProjectIcons.ts +49 -0
- package/src/operations/echoProjectDeleteEchoProject.ts +581 -0
- package/src/operations/echoProjectDeleteEchoProjectIcon.ts +39 -0
- package/src/operations/echoProjectPublicByAccountName.ts +54 -0
- package/src/operations/echoProjectSelectEchoProjectIcon.ts +582 -0
- package/src/operations/echoProjectUpdateEchoProject.ts +623 -0
- package/src/operations/echoRepositoryCreateEchoRepository.ts +46 -0
- package/src/operations/echoRepositoryGenerateEchoRepositoryAccessToken.ts +41 -0
- package/src/operations/echoTurnCompleteTurn.ts +147 -0
- package/src/operations/echoVersionById.ts +209 -0
- package/src/operations/echoVersionCreateVersion.ts +234 -0
- package/src/operations/echoVersionUpdateVersion.ts +232 -0
- package/src/operations/environmentSecretCreateEnvironmentSecretForAccount.ts +49 -0
- package/src/operations/environmentSecretCreateEnvironmentSecretForApp.ts +45 -0
- package/src/operations/environmentSecretDeleteEnvironmentSecret.ts +32 -0
- package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForAccount.ts +348 -0
- package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForApp.ts +344 -0
- package/src/operations/environmentVariableCreateBulkEnvironmentVariablesForEchoProject.ts +348 -0
- package/src/operations/environmentVariableCreateEnvironmentVariableForAccount.ts +338 -0
- package/src/operations/environmentVariableCreateEnvironmentVariableForApp.ts +338 -0
- package/src/operations/environmentVariableCreateEnvironmentVariableForEchoProject.ts +342 -0
- package/src/operations/environmentVariableDeleteBulkEnvironmentVariables.ts +38 -0
- package/src/operations/environmentVariableDeleteEnvironmentVariable.ts +34 -0
- package/src/operations/environmentVariableUpdateBulkEnvironmentVariables.ts +343 -0
- package/src/operations/environmentVariableUpdateEnvironmentVariable.ts +333 -0
- package/src/operations/experimentation.ts +34 -0
- package/src/operations/fingerprintCreateOrGetExistingFingerprint.ts +324 -0
- package/src/operations/githubApp.ts +34 -0
- package/src/operations/githubAppCreateGitHubBuild.ts +429 -0
- package/src/operations/githubAppInstallationCreateGitHubAppInstallationForAccount.ts +498 -0
- package/src/operations/githubAppInstallationDeleteGitHubAppInstallation.ts +489 -0
- package/src/operations/githubBuildTriggerCreateGitHubBuildTrigger.ts +652 -0
- package/src/operations/githubBuildTriggerDeleteGitHubBuildTrigger.ts +636 -0
- package/src/operations/githubBuildTriggerUpdateGitHubBuildTrigger.ts +652 -0
- package/src/operations/githubJobRunTriggerCreateGitHubJobRunTrigger.ts +300 -0
- package/src/operations/githubJobRunTriggerDeleteGitHubJobRunTrigger.ts +293 -0
- package/src/operations/githubJobRunTriggerUpdateGitHubJobRunTrigger.ts +298 -0
- package/src/operations/githubRepositoryConfigureEAS.ts +420 -0
- package/src/operations/githubRepositoryCreateAndConfigureRepository.ts +430 -0
- package/src/operations/githubRepositoryCreateGitHubRepository.ts +372 -0
- package/src/operations/githubRepositoryScheduleGitHubRepositoryDeletion.ts +429 -0
- package/src/operations/githubRepositorySettingsCreateGitHubRepositorySettings.ts +303 -0
- package/src/operations/githubRepositorySettingsDeleteGitHubRepositorySettings.ts +300 -0
- package/src/operations/githubRepositorySettingsUpdateGitHubRepositorySettings.ts +303 -0
- package/src/operations/githubUser.ts +31 -0
- package/src/operations/googleServiceAccountKeyById.ts +399 -0
- package/src/operations/googleServiceAccountKeyCreateGoogleServiceAccountKey.ts +413 -0
- package/src/operations/googleServiceAccountKeyDeleteGoogleServiceAccountKey.ts +38 -0
- package/src/operations/index.ts +286 -0
- package/src/operations/invoicePreviewInvoiceForAdditionalAgentCreditsCountUpdate.ts +89 -0
- package/src/operations/invoicePreviewInvoiceForAdditionalConcurrenciesCountUpdate.ts +90 -0
- package/src/operations/invoicePreviewInvoiceForSubscriptionUpdate.ts +79 -0
- package/src/operations/iosAppBuildCredentialsCreateIosAppBuildCredentials.ts +409 -0
- package/src/operations/iosAppBuildCredentialsDeleteIosAppBuildCredentials.ts +38 -0
- package/src/operations/iosAppBuildCredentialsSetDistributionCertificate.ts +398 -0
- package/src/operations/iosAppBuildCredentialsSetProvisioningProfile.ts +396 -0
- package/src/operations/iosAppCredentialsCreateIosAppCredentials.ts +668 -0
- package/src/operations/iosAppCredentialsDeleteIosAppCredentials.ts +32 -0
- package/src/operations/iosAppCredentialsSetAppStoreConnectApiKeyForSubmissions.ts +668 -0
- package/src/operations/iosAppCredentialsSetPushKey.ts +658 -0
- package/src/operations/iosAppCredentialsUpdateIosAppCredentials.ts +667 -0
- package/src/operations/jobRunById.ts +409 -0
- package/src/operations/jobRunCancelJobRun.ts +409 -0
- package/src/operations/keystoreGenerationUrl.ts +32 -0
- package/src/operations/logRocketOrganizationDeleteLogRocketOrganization.ts +36 -0
- package/src/operations/logRocketOrganizationGenerateLogRocketOrganizationLinkingURL.ts +45 -0
- package/src/operations/logRocketOrganizationGenerateLogRocketReplayToken.ts +37 -0
- package/src/operations/logRocketOrganizationLinkLogRocketOrganizationToExpoAccount.ts +421 -0
- package/src/operations/logRocketProjectCreateLogRocketProject.ts +295 -0
- package/src/operations/logRocketProjectDeleteLogRocketProject.ts +32 -0
- package/src/operations/me.ts +1194 -0
- package/src/operations/meActor.ts +438 -0
- package/src/operations/meUserActor.ts +1060 -0
- package/src/operations/notificationPreferenceSetAccountNotificationPreference.ts +49 -0
- package/src/operations/notificationPreferenceSetAppNotificationPreference.ts +49 -0
- package/src/operations/robotCreateRobotForAccount.ts +520 -0
- package/src/operations/robotScheduleRobotDeletion.ts +420 -0
- package/src/operations/robotUpdateRobot.ts +511 -0
- package/src/operations/runtimesById.ts +362 -0
- package/src/operations/sentryInstallationConfirmPendingSentryInstallation.ts +410 -0
- package/src/operations/sentryInstallationDeleteSentryInstallation.ts +32 -0
- package/src/operations/sentryInstallationGenerateSentryToken.ts +34 -0
- package/src/operations/sentryInstallationLinkSentryInstallationToExpoAccount.ts +415 -0
- package/src/operations/sentryProjectCreateSentryProject.ts +298 -0
- package/src/operations/sentryProjectDeleteSentryProject.ts +32 -0
- package/src/operations/snackByHashId.ts +43 -0
- package/src/operations/statuspageServiceByServiceNames.ts +103 -0
- package/src/operations/submissionCancelSubmission.ts +1215 -0
- package/src/operations/submissionCreateAndroidSubmission.ts +334 -0
- package/src/operations/submissionCreateIosSubmission.ts +335 -0
- package/src/operations/submissionRetrySubmission.ts +300 -0
- package/src/operations/submissionsById.ts +1213 -0
- package/src/operations/turtleBrownfieldArtifactsById.ts +39 -0
- package/src/operations/turtleBrownfieldArtifactsCreateTurtleBrownfieldArtifact.ts +57 -0
- package/src/operations/turtleBrownfieldArtifactsLatestForApp.ts +43 -0
- package/src/operations/updateBranchCreateUpdateBranchForApp.ts +306 -0
- package/src/operations/updateBranchEditUpdateBranch.ts +310 -0
- package/src/operations/updateBranchPublishUpdateGroups.ts +1219 -0
- package/src/operations/updateBranchScheduleUpdateBranchDeletion.ts +420 -0
- package/src/operations/updateChannelCreateUpdateChannelForApp.ts +311 -0
- package/src/operations/updateChannelEditUpdateChannel.ts +310 -0
- package/src/operations/updateChannelPauseUpdateChannel.ts +309 -0
- package/src/operations/updateChannelResumeUpdateChannel.ts +309 -0
- package/src/operations/updateChannelScheduleUpdateChannelDeletion.ts +420 -0
- package/src/operations/updateScheduleUpdateGroupDeletion.ts +420 -0
- package/src/operations/updateSetCodeSigningInfo.ts +958 -0
- package/src/operations/updateSetRolloutPercentage.ts +954 -0
- package/src/operations/updatesByGroup.ts +967 -0
- package/src/operations/updatesById.ts +951 -0
- package/src/operations/uploadSessionCreateAccountScopedUploadSession.ts +39 -0
- package/src/operations/uploadSessionCreateAppScopedUploadSession.ts +34 -0
- package/src/operations/uploadSessionCreateEchoProjectScopedUploadSession.ts +37 -0
- package/src/operations/uploadSessionCreateUploadSession.ts +42 -0
- package/src/operations/userActorPublicDataByUsername.ts +36 -0
- package/src/operations/userAppPinsPinApp.ts +30 -0
- package/src/operations/userAppPinsUnpinApp.ts +30 -0
- package/src/operations/userAuditLogExportUserAuditLogs.ts +449 -0
- package/src/operations/userAuditLogs.ts +48 -0
- package/src/operations/userDashboardViewPinsPinDashboardView.ts +405 -0
- package/src/operations/userDashboardViewPinsUnpinDashboardView.ts +411 -0
- package/src/operations/userInvitationAcceptUserInvitationAsViewer.ts +32 -0
- package/src/operations/userInvitationAcceptUserInvitationByTokenAsViewer.ts +36 -0
- package/src/operations/userInvitationCreateUserInvitationForAccount.ts +58 -0
- package/src/operations/userInvitationDeleteUserInvitation.ts +32 -0
- package/src/operations/userInvitationDeleteUserInvitationByToken.ts +32 -0
- package/src/operations/userInvitationPublicDataByToken.ts +40 -0
- package/src/operations/userInvitationResendUserInvitation.ts +52 -0
- package/src/operations/userInvitationUpdateUserInvitationPermissions.ts +58 -0
- package/src/operations/userPreferenceDelete.ts +36 -0
- package/src/operations/userPreferenceGet.ts +36 -0
- package/src/operations/userPreferenceSet.ts +35 -0
- package/src/operations/vexoAccountConnectionCreateVexoAccountConnection.ts +416 -0
- package/src/operations/vexoAccountConnectionRevokeAndDeleteVexoAccountConnection.ts +418 -0
- package/src/operations/vexoAppCreateVexoApp.ts +300 -0
- package/src/operations/vexoAppDeleteVexoApp.ts +292 -0
- package/src/operations/vexoAppUpdateVexoApp.ts +299 -0
- package/src/operations/vexoIntegration.ts +31 -0
- package/src/operations/viewer.ts +1194 -0
- package/src/operations/webhookById.ts +35 -0
- package/src/operations/webhookCreateWebhook.ts +40 -0
- package/src/operations/webhookDeleteWebhook.ts +30 -0
- package/src/operations/webhookUpdateWebhook.ts +40 -0
- package/src/operations/websiteNotifications.ts +31 -0
- package/src/operations/workerDeploymentById.ts +458 -0
- package/src/operations/workflowDeviceTestCaseResultCreateWorkflowDeviceTestCaseResults.ts +68 -0
- package/src/operations/workflowJobApprovalSetWorkflowJobApprovalDecision.ts +479 -0
- package/src/operations/workflowJobsById.ts +910 -0
- package/src/operations/workflowRevisionGetOrCreateWorkflowRevisionFromGitRef.ts +93 -0
- package/src/operations/workflowRevisionGetWorkflowRevisionsFromGitRef.ts +92 -0
- package/src/operations/workflowRevisionValidateWorkflowYamlConfig.ts +34 -0
- package/src/operations/workflowRevisionsById.ts +81 -0
- package/src/operations/workflowRunCancelWorkflowRun.ts +501 -0
- package/src/operations/workflowRunCreateExpoGoRepackWorkflowRun.ts +508 -0
- package/src/operations/workflowRunCreateWorkflowRun.ts +515 -0
- package/src/operations/workflowRunCreateWorkflowRunFromGitRef.ts +503 -0
- package/src/operations/workflowRunRetryWorkflowRun.ts +502 -0
- package/src/operations/workflowRunsById.ts +499 -0
- package/src/operations/workflowsByAppIdAndFileName.ts +304 -0
- package/src/operations/workflowsById.ts +301 -0
- package/src/operations/workflowsInsightsExportWorkflowRuns.ts +476 -0
- package/src/retry.ts +35 -0
- package/src/sensitive.ts +4 -0
- package/src/traits.ts +4 -0
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,1603 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const SubmissionCancelSubmissionInput: Schema.Struct<{
|
|
3
|
+
readonly submissionId: Schema.String;
|
|
4
|
+
}>;
|
|
5
|
+
export type SubmissionCancelSubmissionInput = typeof SubmissionCancelSubmissionInput.Type;
|
|
6
|
+
export declare const SubmissionCancelSubmissionOutput: Schema.Struct<{
|
|
7
|
+
readonly activityTimestamp: Schema.String;
|
|
8
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
9
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
10
|
+
readonly createdAt: Schema.String;
|
|
11
|
+
readonly id: Schema.String;
|
|
12
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
13
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
14
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
15
|
+
readonly updatedAt: Schema.String;
|
|
16
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
17
|
+
}>>;
|
|
18
|
+
readonly accounts: Schema.$Array<Schema.Struct<{
|
|
19
|
+
readonly appCount: Schema.Number;
|
|
20
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
21
|
+
readonly createdAt: Schema.String;
|
|
22
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
23
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
24
|
+
readonly hasBuilds: Schema.Boolean;
|
|
25
|
+
readonly id: Schema.String;
|
|
26
|
+
readonly isCurrent: Schema.Boolean;
|
|
27
|
+
readonly isDisabled: Schema.Boolean;
|
|
28
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
29
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
30
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
31
|
+
readonly name: Schema.String;
|
|
32
|
+
readonly profileImageUrl: Schema.String;
|
|
33
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
34
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
35
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
36
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
37
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
38
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
39
|
+
readonly updatedAt: Schema.String;
|
|
40
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
41
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly created: Schema.String;
|
|
44
|
+
readonly displayName: Schema.String;
|
|
45
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
46
|
+
readonly createdAt: Schema.String;
|
|
47
|
+
readonly enabled: Schema.Boolean;
|
|
48
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
49
|
+
readonly id: Schema.String;
|
|
50
|
+
readonly updatedAt: Schema.String;
|
|
51
|
+
}>>;
|
|
52
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
53
|
+
readonly id: Schema.String;
|
|
54
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
55
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
56
|
+
}>>;
|
|
57
|
+
readonly androidConfig: Schema.NullOr<Schema.Struct<{
|
|
58
|
+
readonly applicationIdentifier: Schema.NullOr<Schema.String>;
|
|
59
|
+
readonly archiveType: Schema.NullOr<Schema.Literals<readonly ["AAB", "APK"]>>;
|
|
60
|
+
readonly releaseStatus: Schema.NullOr<Schema.Literals<readonly ["COMPLETED", "DRAFT", "HALTED", "IN_PROGRESS"]>>;
|
|
61
|
+
readonly rollout: Schema.NullOr<Schema.Number>;
|
|
62
|
+
readonly track: Schema.String;
|
|
63
|
+
}>>;
|
|
64
|
+
readonly app: Schema.Struct<{
|
|
65
|
+
readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
|
|
66
|
+
readonly createdAt: Schema.String;
|
|
67
|
+
readonly id: Schema.String;
|
|
68
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
69
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
70
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
71
|
+
readonly updatedAt: Schema.String;
|
|
72
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
73
|
+
}>>>;
|
|
74
|
+
readonly appStoreConnectApp: Schema.NullOr<Schema.Struct<{
|
|
75
|
+
readonly ascAppIdentifier: Schema.String;
|
|
76
|
+
readonly createdAt: Schema.String;
|
|
77
|
+
readonly id: Schema.String;
|
|
78
|
+
readonly updatedAt: Schema.String;
|
|
79
|
+
readonly webhookEventTypes: Schema.$Array<Schema.String>;
|
|
80
|
+
readonly webhookIdentifier: Schema.String;
|
|
81
|
+
}>>;
|
|
82
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
83
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
84
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
85
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
86
|
+
readonly convexProject: Schema.NullOr<Schema.Struct<{
|
|
87
|
+
readonly convexProjectIdentifier: Schema.String;
|
|
88
|
+
readonly convexProjectName: Schema.String;
|
|
89
|
+
readonly convexProjectSlug: Schema.String;
|
|
90
|
+
readonly createdAt: Schema.String;
|
|
91
|
+
readonly id: Schema.String;
|
|
92
|
+
readonly updatedAt: Schema.String;
|
|
93
|
+
}>>;
|
|
94
|
+
readonly description: Schema.String;
|
|
95
|
+
readonly devDomainName: Schema.NullOr<Schema.Struct<{
|
|
96
|
+
readonly id: Schema.String;
|
|
97
|
+
readonly name: Schema.Unknown;
|
|
98
|
+
}>>;
|
|
99
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
100
|
+
readonly fullName: Schema.String;
|
|
101
|
+
readonly githubBuildTriggers: Schema.$Array<Schema.Struct<{
|
|
102
|
+
readonly autoSubmit: Schema.Boolean;
|
|
103
|
+
readonly buildProfile: Schema.String;
|
|
104
|
+
readonly createdAt: Schema.String;
|
|
105
|
+
readonly environment: Schema.NullOr<Schema.Unknown>;
|
|
106
|
+
readonly executionBehavior: Schema.Literals<readonly ["ALWAYS", "BASE_DIRECTORY_CHANGED"]>;
|
|
107
|
+
readonly id: Schema.String;
|
|
108
|
+
readonly isActive: Schema.Boolean;
|
|
109
|
+
readonly lastRunAt: Schema.NullOr<Schema.String>;
|
|
110
|
+
readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
|
|
111
|
+
readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
|
|
112
|
+
readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
|
|
113
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
114
|
+
readonly sourcePattern: Schema.String;
|
|
115
|
+
readonly submitProfile: Schema.NullOr<Schema.String>;
|
|
116
|
+
readonly targetPattern: Schema.NullOr<Schema.String>;
|
|
117
|
+
readonly type: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH", "TAG_UPDATED"]>;
|
|
118
|
+
readonly updatedAt: Schema.String;
|
|
119
|
+
}>>;
|
|
120
|
+
readonly githubJobRunTriggers: Schema.$Array<Schema.Struct<{
|
|
121
|
+
readonly createdAt: Schema.String;
|
|
122
|
+
readonly id: Schema.String;
|
|
123
|
+
readonly isActive: Schema.Boolean;
|
|
124
|
+
readonly jobType: Schema.NullOr<Schema.Literals<readonly ["PUBLISH_UPDATE"]>>;
|
|
125
|
+
readonly lastRunAt: Schema.NullOr<Schema.String>;
|
|
126
|
+
readonly lastRunErrorCode: Schema.NullOr<Schema.String>;
|
|
127
|
+
readonly lastRunErrorMessage: Schema.NullOr<Schema.String>;
|
|
128
|
+
readonly lastRunStatus: Schema.NullOr<Schema.Literals<readonly ["ERRORED", "SUCCESS"]>>;
|
|
129
|
+
readonly sourcePattern: Schema.String;
|
|
130
|
+
readonly targetPattern: Schema.NullOr<Schema.String>;
|
|
131
|
+
readonly triggerType: Schema.Literals<readonly ["PULL_REQUEST_UPDATED", "PUSH_TO_BRANCH"]>;
|
|
132
|
+
}>>;
|
|
133
|
+
readonly githubRepository: Schema.NullOr<Schema.Struct<{
|
|
134
|
+
readonly createdAt: Schema.String;
|
|
135
|
+
readonly githubRepositoryIdentifier: Schema.Number;
|
|
136
|
+
readonly githubRepositoryUrl: Schema.NullOr<Schema.String>;
|
|
137
|
+
readonly id: Schema.String;
|
|
138
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
139
|
+
readonly nodeIdentifier: Schema.String;
|
|
140
|
+
}>>;
|
|
141
|
+
readonly githubRepositorySettings: Schema.NullOr<Schema.Struct<{
|
|
142
|
+
readonly baseDirectory: Schema.String;
|
|
143
|
+
readonly id: Schema.String;
|
|
144
|
+
}>>;
|
|
145
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
146
|
+
readonly icon: Schema.NullOr<Schema.Struct<{
|
|
147
|
+
readonly colorPalette: Schema.NullOr<Schema.Unknown>;
|
|
148
|
+
readonly originalUrl: Schema.String;
|
|
149
|
+
readonly primaryColor: Schema.NullOr<Schema.String>;
|
|
150
|
+
readonly url: Schema.String;
|
|
151
|
+
}>>;
|
|
152
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
153
|
+
readonly id: Schema.String;
|
|
154
|
+
readonly insights: Schema.Struct<{
|
|
155
|
+
readonly hasEventsFromExpoInsightsClientModule: Schema.Boolean;
|
|
156
|
+
}>;
|
|
157
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
158
|
+
readonly isDeleting: Schema.Boolean;
|
|
159
|
+
readonly isDeprecated: Schema.Boolean;
|
|
160
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
161
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
162
|
+
readonly lastPublishedTime: Schema.String;
|
|
163
|
+
readonly latestActivity: Schema.String;
|
|
164
|
+
readonly latestReleaseId: Schema.String;
|
|
165
|
+
readonly likeCount: Schema.Number;
|
|
166
|
+
readonly logRocketProject: Schema.NullOr<Schema.Struct<{
|
|
167
|
+
readonly createdAt: Schema.String;
|
|
168
|
+
readonly id: Schema.String;
|
|
169
|
+
readonly logRocketOrgId: Schema.String;
|
|
170
|
+
readonly logRocketProjectSlug: Schema.String;
|
|
171
|
+
readonly updatedAt: Schema.String;
|
|
172
|
+
}>>;
|
|
173
|
+
readonly name: Schema.String;
|
|
174
|
+
readonly observe: Schema.Struct<{
|
|
175
|
+
readonly totalEventCount: Schema.Number;
|
|
176
|
+
}>;
|
|
177
|
+
readonly ownerAccount: Schema.Struct<{
|
|
178
|
+
readonly appCount: Schema.Number;
|
|
179
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
180
|
+
readonly createdAt: Schema.String;
|
|
181
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
182
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
183
|
+
readonly hasBuilds: Schema.Boolean;
|
|
184
|
+
readonly id: Schema.String;
|
|
185
|
+
readonly isCurrent: Schema.Boolean;
|
|
186
|
+
readonly isDisabled: Schema.Boolean;
|
|
187
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
188
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
189
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
190
|
+
readonly name: Schema.String;
|
|
191
|
+
readonly profileImageUrl: Schema.String;
|
|
192
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
193
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
194
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
195
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
196
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
197
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
198
|
+
readonly updatedAt: Schema.String;
|
|
199
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
200
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
201
|
+
}>;
|
|
202
|
+
readonly packageName: Schema.String;
|
|
203
|
+
readonly packageUsername: Schema.String;
|
|
204
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
205
|
+
readonly privacy: Schema.String;
|
|
206
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
207
|
+
readonly published: Schema.Boolean;
|
|
208
|
+
readonly pushNotifications: Schema.Struct<{
|
|
209
|
+
readonly id: Schema.String;
|
|
210
|
+
}>;
|
|
211
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
212
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
213
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
214
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
215
|
+
readonly scopeKey: Schema.String;
|
|
216
|
+
readonly sdkVersion: Schema.String;
|
|
217
|
+
readonly sentryProject: Schema.NullOr<Schema.Struct<{
|
|
218
|
+
readonly createdAt: Schema.String;
|
|
219
|
+
readonly id: Schema.String;
|
|
220
|
+
readonly sentryInstallationId: Schema.String;
|
|
221
|
+
readonly sentryProjectId: Schema.String;
|
|
222
|
+
readonly sentryProjectSlug: Schema.String;
|
|
223
|
+
readonly updatedAt: Schema.String;
|
|
224
|
+
}>>;
|
|
225
|
+
readonly slug: Schema.String;
|
|
226
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
227
|
+
readonly trendScore: Schema.Number;
|
|
228
|
+
readonly updated: Schema.String;
|
|
229
|
+
readonly username: Schema.String;
|
|
230
|
+
readonly users: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Struct<{
|
|
231
|
+
readonly appCount: Schema.Number;
|
|
232
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
233
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
234
|
+
readonly created: Schema.String;
|
|
235
|
+
readonly displayName: Schema.String;
|
|
236
|
+
readonly email: Schema.String;
|
|
237
|
+
readonly emailVerified: Schema.Boolean;
|
|
238
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
239
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
240
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
241
|
+
readonly hasPassword: Schema.Boolean;
|
|
242
|
+
readonly hasPendingUserInvitations: Schema.Boolean;
|
|
243
|
+
readonly id: Schema.String;
|
|
244
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
245
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
246
|
+
readonly isLegacy: Schema.Boolean;
|
|
247
|
+
readonly isSecondFactorAuthenticationEnabled: 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 newEmailPendingVerification: Schema.NullOr<Schema.String>;
|
|
253
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
254
|
+
readonly profilePhoto: Schema.String;
|
|
255
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
256
|
+
readonly username: Schema.String;
|
|
257
|
+
}>>>>;
|
|
258
|
+
readonly vexoApp: Schema.NullOr<Schema.Struct<{
|
|
259
|
+
readonly domain: Schema.NullOr<Schema.String>;
|
|
260
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
261
|
+
readonly id: Schema.String;
|
|
262
|
+
readonly name: Schema.String;
|
|
263
|
+
readonly owner: Schema.String;
|
|
264
|
+
readonly slug: Schema.String;
|
|
265
|
+
readonly vexoIdentifier: Schema.String;
|
|
266
|
+
}>>;
|
|
267
|
+
readonly workerCustomDomain: Schema.NullOr<Schema.Struct<{
|
|
268
|
+
readonly createdAt: Schema.String;
|
|
269
|
+
readonly devDomainName: Schema.Unknown;
|
|
270
|
+
readonly hostname: Schema.String;
|
|
271
|
+
readonly id: Schema.String;
|
|
272
|
+
readonly updatedAt: Schema.String;
|
|
273
|
+
}>>;
|
|
274
|
+
}>;
|
|
275
|
+
readonly archiveUrl: Schema.NullOr<Schema.String>;
|
|
276
|
+
readonly canRetry: Schema.Boolean;
|
|
277
|
+
readonly cancelingActor: Schema.NullOr<Schema.Struct<{
|
|
278
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
279
|
+
readonly createdAt: Schema.String;
|
|
280
|
+
readonly id: Schema.String;
|
|
281
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
282
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
283
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
284
|
+
readonly updatedAt: Schema.String;
|
|
285
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
286
|
+
}>>;
|
|
287
|
+
readonly accounts: Schema.$Array<Schema.Struct<{
|
|
288
|
+
readonly appCount: Schema.Number;
|
|
289
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
290
|
+
readonly createdAt: Schema.String;
|
|
291
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
292
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
293
|
+
readonly hasBuilds: Schema.Boolean;
|
|
294
|
+
readonly id: Schema.String;
|
|
295
|
+
readonly isCurrent: Schema.Boolean;
|
|
296
|
+
readonly isDisabled: Schema.Boolean;
|
|
297
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
298
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
299
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
300
|
+
readonly name: Schema.String;
|
|
301
|
+
readonly profileImageUrl: Schema.String;
|
|
302
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
303
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
304
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
305
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
306
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
307
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
308
|
+
readonly updatedAt: Schema.String;
|
|
309
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
310
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
311
|
+
}>>;
|
|
312
|
+
readonly created: Schema.String;
|
|
313
|
+
readonly displayName: Schema.String;
|
|
314
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
315
|
+
readonly createdAt: Schema.String;
|
|
316
|
+
readonly enabled: Schema.Boolean;
|
|
317
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
318
|
+
readonly id: Schema.String;
|
|
319
|
+
readonly updatedAt: Schema.String;
|
|
320
|
+
}>>;
|
|
321
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
322
|
+
readonly id: Schema.String;
|
|
323
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
324
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
325
|
+
}>>;
|
|
326
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
327
|
+
readonly createdAt: Schema.String;
|
|
328
|
+
readonly error: Schema.NullOr<Schema.Struct<{
|
|
329
|
+
readonly errorCode: Schema.NullOr<Schema.String>;
|
|
330
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
331
|
+
}>>;
|
|
332
|
+
readonly id: Schema.String;
|
|
333
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
334
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
335
|
+
readonly createdAt: Schema.String;
|
|
336
|
+
readonly id: Schema.String;
|
|
337
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
338
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
339
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
340
|
+
readonly updatedAt: Schema.String;
|
|
341
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
342
|
+
}>>;
|
|
343
|
+
readonly accounts: Schema.$Array<Schema.Struct<{
|
|
344
|
+
readonly appCount: Schema.Number;
|
|
345
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
346
|
+
readonly createdAt: Schema.String;
|
|
347
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
348
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
349
|
+
readonly hasBuilds: Schema.Boolean;
|
|
350
|
+
readonly id: Schema.String;
|
|
351
|
+
readonly isCurrent: Schema.Boolean;
|
|
352
|
+
readonly isDisabled: Schema.Boolean;
|
|
353
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
354
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
355
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
356
|
+
readonly name: Schema.String;
|
|
357
|
+
readonly profileImageUrl: Schema.String;
|
|
358
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
359
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
360
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
361
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
362
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
363
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
364
|
+
readonly updatedAt: Schema.String;
|
|
365
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
366
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
367
|
+
}>>;
|
|
368
|
+
readonly created: Schema.String;
|
|
369
|
+
readonly displayName: Schema.String;
|
|
370
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
371
|
+
readonly createdAt: Schema.String;
|
|
372
|
+
readonly enabled: Schema.Boolean;
|
|
373
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
374
|
+
readonly id: Schema.String;
|
|
375
|
+
readonly updatedAt: Schema.String;
|
|
376
|
+
}>>;
|
|
377
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
378
|
+
readonly id: Schema.String;
|
|
379
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
380
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
381
|
+
}>>;
|
|
382
|
+
readonly iosConfig: Schema.NullOr<Schema.Struct<{
|
|
383
|
+
readonly appleIdUsername: Schema.NullOr<Schema.String>;
|
|
384
|
+
readonly ascApiKeyId: Schema.NullOr<Schema.String>;
|
|
385
|
+
readonly ascAppIdentifier: Schema.String;
|
|
386
|
+
}>>;
|
|
387
|
+
readonly jobRun: Schema.NullOr<Schema.Struct<{
|
|
388
|
+
readonly app: Schema.Struct<{
|
|
389
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
390
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
391
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
392
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
393
|
+
readonly description: Schema.String;
|
|
394
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
395
|
+
readonly fullName: Schema.String;
|
|
396
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
397
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
398
|
+
readonly id: Schema.String;
|
|
399
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
400
|
+
readonly isDeleting: Schema.Boolean;
|
|
401
|
+
readonly isDeprecated: Schema.Boolean;
|
|
402
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
403
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
404
|
+
readonly lastPublishedTime: Schema.String;
|
|
405
|
+
readonly latestActivity: Schema.String;
|
|
406
|
+
readonly latestReleaseId: Schema.String;
|
|
407
|
+
readonly likeCount: Schema.Number;
|
|
408
|
+
readonly name: Schema.String;
|
|
409
|
+
readonly packageName: Schema.String;
|
|
410
|
+
readonly packageUsername: Schema.String;
|
|
411
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
412
|
+
readonly privacy: Schema.String;
|
|
413
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
414
|
+
readonly published: Schema.Boolean;
|
|
415
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
416
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
417
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
418
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
419
|
+
readonly scopeKey: Schema.String;
|
|
420
|
+
readonly sdkVersion: Schema.String;
|
|
421
|
+
readonly slug: Schema.String;
|
|
422
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
423
|
+
readonly trendScore: Schema.Number;
|
|
424
|
+
readonly updated: Schema.String;
|
|
425
|
+
readonly username: Schema.String;
|
|
426
|
+
}>;
|
|
427
|
+
readonly artifacts: Schema.$Array<Schema.Struct<{
|
|
428
|
+
readonly contentType: Schema.NullOr<Schema.String>;
|
|
429
|
+
readonly createdAt: Schema.String;
|
|
430
|
+
readonly downloadUrl: Schema.NullOr<Schema.String>;
|
|
431
|
+
readonly fileSizeBytes: Schema.NullOr<Schema.Number>;
|
|
432
|
+
readonly filename: Schema.String;
|
|
433
|
+
readonly id: Schema.String;
|
|
434
|
+
readonly name: Schema.String;
|
|
435
|
+
readonly storageType: Schema.Literals<readonly ["GCS", "R2"]>;
|
|
436
|
+
readonly updatedAt: Schema.String;
|
|
437
|
+
}>>;
|
|
438
|
+
readonly createdAt: Schema.String;
|
|
439
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
440
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
441
|
+
readonly errors: Schema.$Array<Schema.Struct<{
|
|
442
|
+
readonly buildPhase: Schema.NullOr<Schema.String>;
|
|
443
|
+
readonly docsUrl: Schema.NullOr<Schema.String>;
|
|
444
|
+
readonly errorCode: Schema.String;
|
|
445
|
+
readonly message: Schema.String;
|
|
446
|
+
}>>;
|
|
447
|
+
readonly expiresAt: Schema.String;
|
|
448
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
449
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
450
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
451
|
+
readonly id: Schema.String;
|
|
452
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
453
|
+
readonly created: Schema.String;
|
|
454
|
+
readonly displayName: Schema.String;
|
|
455
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
456
|
+
readonly id: Schema.String;
|
|
457
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
458
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
459
|
+
}>>;
|
|
460
|
+
readonly isWaived: Schema.Boolean;
|
|
461
|
+
readonly logFileUrls: Schema.$Array<Schema.String>;
|
|
462
|
+
readonly name: Schema.String;
|
|
463
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL"]>;
|
|
464
|
+
readonly startedAt: Schema.NullOr<Schema.String>;
|
|
465
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
466
|
+
readonly updateGroups: Schema.$Array<Schema.$Array<Schema.Unknown>>;
|
|
467
|
+
}>>;
|
|
468
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
469
|
+
readonly logsUrl: Schema.NullOr<Schema.String>;
|
|
470
|
+
readonly maxRetryTimeMinutes: Schema.Number;
|
|
471
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
472
|
+
readonly priority: Schema.NullOr<Schema.Literals<readonly ["HIGH", "NORMAL"]>>;
|
|
473
|
+
readonly status: Schema.Literals<readonly ["AWAITING_BUILD", "CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE"]>;
|
|
474
|
+
readonly submittedBuild: Schema.NullOr<Schema.Struct<{
|
|
475
|
+
readonly activityTimestamp: Schema.String;
|
|
476
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
477
|
+
readonly created: Schema.String;
|
|
478
|
+
readonly displayName: Schema.String;
|
|
479
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
480
|
+
readonly id: Schema.String;
|
|
481
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
482
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
483
|
+
}>>;
|
|
484
|
+
readonly app: Schema.Struct<{
|
|
485
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
486
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
487
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
488
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
489
|
+
readonly description: Schema.String;
|
|
490
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
491
|
+
readonly fullName: Schema.String;
|
|
492
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
493
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
494
|
+
readonly id: Schema.String;
|
|
495
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
496
|
+
readonly isDeleting: Schema.Boolean;
|
|
497
|
+
readonly isDeprecated: Schema.Boolean;
|
|
498
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
499
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
500
|
+
readonly lastPublishedTime: Schema.String;
|
|
501
|
+
readonly latestActivity: Schema.String;
|
|
502
|
+
readonly latestReleaseId: Schema.String;
|
|
503
|
+
readonly likeCount: Schema.Number;
|
|
504
|
+
readonly name: Schema.String;
|
|
505
|
+
readonly packageName: Schema.String;
|
|
506
|
+
readonly packageUsername: Schema.String;
|
|
507
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
508
|
+
readonly privacy: Schema.String;
|
|
509
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
510
|
+
readonly published: Schema.Boolean;
|
|
511
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
512
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
513
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
514
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
515
|
+
readonly scopeKey: Schema.String;
|
|
516
|
+
readonly sdkVersion: Schema.String;
|
|
517
|
+
readonly slug: Schema.String;
|
|
518
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
519
|
+
readonly trendScore: Schema.Number;
|
|
520
|
+
readonly updated: Schema.String;
|
|
521
|
+
readonly username: Schema.String;
|
|
522
|
+
}>;
|
|
523
|
+
readonly appBuildVersion: Schema.NullOr<Schema.String>;
|
|
524
|
+
readonly appIdentifier: Schema.NullOr<Schema.String>;
|
|
525
|
+
readonly appVersion: Schema.NullOr<Schema.String>;
|
|
526
|
+
readonly artifacts: Schema.NullOr<Schema.Struct<{
|
|
527
|
+
readonly applicationArchiveUrl: Schema.NullOr<Schema.String>;
|
|
528
|
+
readonly buildArtifactsUrl: Schema.NullOr<Schema.String>;
|
|
529
|
+
readonly buildUrl: Schema.NullOr<Schema.String>;
|
|
530
|
+
readonly fingerprintUrl: Schema.NullOr<Schema.String>;
|
|
531
|
+
readonly xcodeBuildLogsUrl: Schema.NullOr<Schema.String>;
|
|
532
|
+
}>>;
|
|
533
|
+
readonly buildMode: Schema.NullOr<Schema.Literals<readonly ["BUILD", "CUSTOM", "LOCAL", "REPACK", "RESIGN"]>>;
|
|
534
|
+
readonly buildProfile: Schema.NullOr<Schema.String>;
|
|
535
|
+
readonly cancelingActor: Schema.NullOr<Schema.Struct<{
|
|
536
|
+
readonly created: Schema.String;
|
|
537
|
+
readonly displayName: Schema.String;
|
|
538
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
539
|
+
readonly id: Schema.String;
|
|
540
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
541
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
542
|
+
}>>;
|
|
543
|
+
readonly channel: Schema.NullOr<Schema.String>;
|
|
544
|
+
readonly cliVersion: Schema.NullOr<Schema.String>;
|
|
545
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
546
|
+
readonly createdAt: Schema.String;
|
|
547
|
+
readonly customNodeVersion: Schema.NullOr<Schema.String>;
|
|
548
|
+
readonly customWorkflowName: Schema.NullOr<Schema.String>;
|
|
549
|
+
readonly deployment: Schema.NullOr<Schema.Struct<{
|
|
550
|
+
readonly id: Schema.String;
|
|
551
|
+
}>>;
|
|
552
|
+
readonly developmentClient: Schema.NullOr<Schema.Boolean>;
|
|
553
|
+
readonly distribution: Schema.NullOr<Schema.Literals<readonly ["INTERNAL", "SIMULATOR", "STORE"]>>;
|
|
554
|
+
readonly enqueuedAt: Schema.NullOr<Schema.String>;
|
|
555
|
+
readonly error: Schema.NullOr<Schema.Struct<{
|
|
556
|
+
readonly buildPhase: Schema.NullOr<Schema.Literals<readonly ["BUILDER_INFO", "CACHE_STATS", "CALCULATE_EXPO_UPDATES_RUNTIME_VERSION", "CLEAN_UP_CREDENTIALS", "COMPLETE_BUILD", "COMPLETE_JOB", "CONFIGURE_ANDROID_VERSION", "CONFIGURE_EXPO_UPDATES", "CONFIGURE_XCODE_PROJECT", "CUSTOM", "DOWNLOAD_APPLICATION_ARCHIVE", "EAGER_BUNDLE", "EAS_BUILD_INTERNAL", "FAIL_BUILD", "FIX_GRADLEW", "INSTALL_CUSTOM_TOOLS", "INSTALL_DEPENDENCIES", "INSTALL_PODS", "ON_BUILD_CANCEL_HOOK", "ON_BUILD_COMPLETE_HOOK", "ON_BUILD_ERROR_HOOK", "ON_BUILD_SUCCESS_HOOK", "PARSE_CUSTOM_WORKFLOW_CONFIG", "POST_INSTALL_HOOK", "PREBUILD", "PREPARE_ARTIFACTS", "PREPARE_CREDENTIALS", "PREPARE_PROJECT", "PRE_INSTALL_HOOK", "PRE_UPLOAD_ARTIFACTS_HOOK", "QUEUE", "READ_APP_CONFIG", "READ_EAS_JSON", "READ_PACKAGE_JSON", "RESTORE_CACHE", "RUN_EXPO_DOCTOR", "RUN_FASTLANE", "RUN_GRADLEW", "SAVE_CACHE", "SET_UP_BUILD_ENVIRONMENT", "SPIN_UP_BUILDER", "START_BUILD", "UNKNOWN", "UPLOAD_APPLICATION_ARCHIVE", "UPLOAD_ARTIFACTS", "UPLOAD_BUILD_ARTIFACTS"]>>;
|
|
557
|
+
readonly docsUrl: Schema.NullOr<Schema.String>;
|
|
558
|
+
readonly errorCode: Schema.String;
|
|
559
|
+
readonly message: Schema.String;
|
|
560
|
+
}>>;
|
|
561
|
+
readonly estimatedWaitTimeLeftSeconds: Schema.NullOr<Schema.Number>;
|
|
562
|
+
readonly expirationDate: Schema.NullOr<Schema.String>;
|
|
563
|
+
readonly fingerprint: Schema.NullOr<Schema.Struct<{
|
|
564
|
+
readonly buildCount: Schema.Number;
|
|
565
|
+
readonly createdAt: Schema.String;
|
|
566
|
+
readonly debugInfoUrl: Schema.NullOr<Schema.String>;
|
|
567
|
+
readonly hash: Schema.String;
|
|
568
|
+
readonly id: Schema.String;
|
|
569
|
+
readonly updateCount: Schema.Number;
|
|
570
|
+
readonly updatedAt: Schema.String;
|
|
571
|
+
}>>;
|
|
572
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
573
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
574
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
575
|
+
readonly githubRepositoryOwnerAndName: Schema.NullOr<Schema.String>;
|
|
576
|
+
readonly id: Schema.String;
|
|
577
|
+
readonly initialQueuePosition: Schema.NullOr<Schema.Number>;
|
|
578
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
579
|
+
readonly created: Schema.String;
|
|
580
|
+
readonly displayName: Schema.String;
|
|
581
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
582
|
+
readonly id: Schema.String;
|
|
583
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
584
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
585
|
+
}>>;
|
|
586
|
+
readonly iosEnterpriseProvisioning: Schema.NullOr<Schema.Literals<readonly ["ADHOC", "UNIVERSAL"]>>;
|
|
587
|
+
readonly isForIosSimulator: Schema.Boolean;
|
|
588
|
+
readonly isGitWorkingTreeDirty: Schema.NullOr<Schema.Boolean>;
|
|
589
|
+
readonly isWaived: Schema.Boolean;
|
|
590
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
591
|
+
readonly maxBuildTimeSeconds: Schema.Number;
|
|
592
|
+
readonly maxRetryTimeMinutes: Schema.NullOr<Schema.Number>;
|
|
593
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
594
|
+
readonly metrics: Schema.NullOr<Schema.Struct<{
|
|
595
|
+
readonly buildDuration: Schema.NullOr<Schema.Number>;
|
|
596
|
+
readonly buildQueueTime: Schema.NullOr<Schema.Number>;
|
|
597
|
+
readonly buildWaitTime: Schema.NullOr<Schema.Number>;
|
|
598
|
+
}>>;
|
|
599
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
600
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL", "NORMAL_PLUS"]>;
|
|
601
|
+
readonly project: Schema.Struct<{
|
|
602
|
+
readonly description: Schema.String;
|
|
603
|
+
readonly fullName: Schema.String;
|
|
604
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
605
|
+
readonly id: Schema.String;
|
|
606
|
+
readonly name: Schema.String;
|
|
607
|
+
readonly published: Schema.Boolean;
|
|
608
|
+
readonly slug: Schema.String;
|
|
609
|
+
readonly updated: Schema.String;
|
|
610
|
+
readonly username: Schema.String;
|
|
611
|
+
}>;
|
|
612
|
+
readonly projectMetadataFileUrl: Schema.NullOr<Schema.String>;
|
|
613
|
+
readonly projectRootDirectory: Schema.NullOr<Schema.String>;
|
|
614
|
+
readonly provisioningStartedAt: Schema.NullOr<Schema.String>;
|
|
615
|
+
readonly queuePosition: Schema.NullOr<Schema.Number>;
|
|
616
|
+
readonly reactNativeVersion: Schema.NullOr<Schema.String>;
|
|
617
|
+
readonly releaseChannel: Schema.NullOr<Schema.String>;
|
|
618
|
+
readonly requiredPackageManager: Schema.NullOr<Schema.String>;
|
|
619
|
+
readonly resolvedEnvironment: Schema.NullOr<Schema.Unknown>;
|
|
620
|
+
readonly resourceClass: Schema.Literals<readonly ["ANDROID_DEFAULT", "ANDROID_LARGE", "ANDROID_MEDIUM", "IOS_DEFAULT", "IOS_INTEL_LARGE", "IOS_INTEL_MEDIUM", "IOS_LARGE", "IOS_M1_LARGE", "IOS_M1_MEDIUM", "IOS_MEDIUM", "IOS_M_LARGE", "IOS_M_MEDIUM", "LEGACY", "LINUX_LARGE", "LINUX_MEDIUM"]>;
|
|
621
|
+
readonly resourceClassDisplayName: Schema.String;
|
|
622
|
+
readonly runFromCI: Schema.NullOr<Schema.Boolean>;
|
|
623
|
+
readonly runtime: Schema.NullOr<Schema.Struct<{
|
|
624
|
+
readonly createdAt: Schema.String;
|
|
625
|
+
readonly firstBuildCreatedAt: Schema.NullOr<Schema.String>;
|
|
626
|
+
readonly id: Schema.String;
|
|
627
|
+
readonly isFingerprint: Schema.Boolean;
|
|
628
|
+
readonly updatedAt: Schema.String;
|
|
629
|
+
readonly version: Schema.String;
|
|
630
|
+
}>>;
|
|
631
|
+
readonly runtimeVersion: Schema.NullOr<Schema.String>;
|
|
632
|
+
readonly sdkVersion: Schema.NullOr<Schema.String>;
|
|
633
|
+
readonly selectedImage: Schema.NullOr<Schema.String>;
|
|
634
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
635
|
+
readonly updateChannel: Schema.NullOr<Schema.Struct<{
|
|
636
|
+
readonly appId: Schema.String;
|
|
637
|
+
readonly branchMapping: Schema.String;
|
|
638
|
+
readonly createdAt: Schema.String;
|
|
639
|
+
readonly id: Schema.String;
|
|
640
|
+
readonly isPaused: Schema.Boolean;
|
|
641
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
642
|
+
readonly name: Schema.String;
|
|
643
|
+
readonly updatedAt: Schema.String;
|
|
644
|
+
}>>;
|
|
645
|
+
readonly updatedAt: Schema.String;
|
|
646
|
+
readonly waiverType: Schema.NullOr<Schema.Literals<readonly ["FAST_FAILED_BUILD", "SYSTEM_ERROR"]>>;
|
|
647
|
+
readonly workerStartedAt: Schema.NullOr<Schema.String>;
|
|
648
|
+
readonly workflowJob: Schema.NullOr<Schema.Struct<{
|
|
649
|
+
readonly createdAt: Schema.String;
|
|
650
|
+
readonly environment: Schema.NullOr<Schema.String>;
|
|
651
|
+
readonly id: Schema.String;
|
|
652
|
+
readonly key: Schema.String;
|
|
653
|
+
readonly name: Schema.String;
|
|
654
|
+
readonly outputs: Schema.Unknown;
|
|
655
|
+
readonly requiredJobKeys: Schema.$Array<Schema.String>;
|
|
656
|
+
readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "PENDING_CANCEL", "SKIPPED", "SUCCESS"]>;
|
|
657
|
+
readonly type: Schema.Literals<readonly ["APPLE_DEVICE_REGISTRATION_REQUEST", "BUILD", "CUSTOM", "DEPLOY", "DOC", "FINGERPRINT", "GET_BUILD", "GITHUB_COMMENT", "MAESTRO_CLOUD", "MAESTRO_TEST", "REPACK", "REQUIRE_APPROVAL", "SLACK", "SUBMISSION", "TESTFLIGHT", "UPDATE"]>;
|
|
658
|
+
readonly updatedAt: Schema.String;
|
|
659
|
+
}>>;
|
|
660
|
+
}>>;
|
|
661
|
+
readonly updatedAt: Schema.String;
|
|
662
|
+
readonly workflowJob: Schema.NullOr<Schema.Struct<{
|
|
663
|
+
readonly allDeviceTestCaseResults: Schema.$Array<Schema.Struct<{
|
|
664
|
+
readonly createdAt: Schema.String;
|
|
665
|
+
readonly duration: Schema.NullOr<Schema.Number>;
|
|
666
|
+
readonly errorMessage: Schema.NullOr<Schema.String>;
|
|
667
|
+
readonly id: Schema.String;
|
|
668
|
+
readonly name: Schema.String;
|
|
669
|
+
readonly path: Schema.String;
|
|
670
|
+
readonly properties: Schema.NullOr<Schema.Unknown>;
|
|
671
|
+
readonly retryCount: Schema.NullOr<Schema.Number>;
|
|
672
|
+
readonly status: Schema.Literals<readonly ["FAILED", "PASSED"]>;
|
|
673
|
+
readonly tags: Schema.NullOr<Schema.$Array<Schema.String>>;
|
|
674
|
+
readonly updatedAt: Schema.String;
|
|
675
|
+
}>>;
|
|
676
|
+
readonly approvals: Schema.$Array<Schema.Struct<{
|
|
677
|
+
readonly createdAt: Schema.String;
|
|
678
|
+
readonly decision: Schema.Literals<readonly ["APPROVED", "REJECTED"]>;
|
|
679
|
+
readonly id: Schema.String;
|
|
680
|
+
readonly updatedAt: Schema.String;
|
|
681
|
+
}>>;
|
|
682
|
+
readonly createdAt: Schema.String;
|
|
683
|
+
readonly credentialsAppleDeviceRegistrationRequest: Schema.NullOr<Schema.Struct<{
|
|
684
|
+
readonly id: Schema.String;
|
|
685
|
+
}>>;
|
|
686
|
+
readonly deviceTestCaseResults: Schema.$Array<Schema.Struct<{
|
|
687
|
+
readonly createdAt: Schema.String;
|
|
688
|
+
readonly duration: Schema.NullOr<Schema.Number>;
|
|
689
|
+
readonly errorMessage: Schema.NullOr<Schema.String>;
|
|
690
|
+
readonly id: Schema.String;
|
|
691
|
+
readonly name: Schema.String;
|
|
692
|
+
readonly path: Schema.String;
|
|
693
|
+
readonly properties: Schema.NullOr<Schema.Unknown>;
|
|
694
|
+
readonly retryCount: Schema.NullOr<Schema.Number>;
|
|
695
|
+
readonly status: Schema.Literals<readonly ["FAILED", "PASSED"]>;
|
|
696
|
+
readonly tags: Schema.NullOr<Schema.$Array<Schema.String>>;
|
|
697
|
+
readonly updatedAt: Schema.String;
|
|
698
|
+
}>>;
|
|
699
|
+
readonly environment: Schema.NullOr<Schema.String>;
|
|
700
|
+
readonly errors: Schema.$Array<Schema.Struct<{
|
|
701
|
+
readonly message: Schema.String;
|
|
702
|
+
readonly title: Schema.String;
|
|
703
|
+
}>>;
|
|
704
|
+
readonly id: Schema.String;
|
|
705
|
+
readonly key: Schema.String;
|
|
706
|
+
readonly name: Schema.String;
|
|
707
|
+
readonly outputs: Schema.Unknown;
|
|
708
|
+
readonly requiredJobKeys: Schema.$Array<Schema.String>;
|
|
709
|
+
readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "PENDING_CANCEL", "SKIPPED", "SUCCESS"]>;
|
|
710
|
+
readonly turtleBuild: Schema.NullOr<Schema.Struct<{
|
|
711
|
+
readonly activityTimestamp: Schema.String;
|
|
712
|
+
readonly appBuildVersion: Schema.NullOr<Schema.String>;
|
|
713
|
+
readonly appIdentifier: Schema.NullOr<Schema.String>;
|
|
714
|
+
readonly appVersion: Schema.NullOr<Schema.String>;
|
|
715
|
+
readonly buildMode: Schema.NullOr<Schema.Literals<readonly ["BUILD", "CUSTOM", "LOCAL", "REPACK", "RESIGN"]>>;
|
|
716
|
+
readonly buildProfile: Schema.NullOr<Schema.String>;
|
|
717
|
+
readonly channel: Schema.NullOr<Schema.String>;
|
|
718
|
+
readonly cliVersion: Schema.NullOr<Schema.String>;
|
|
719
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
720
|
+
readonly createdAt: Schema.String;
|
|
721
|
+
readonly customNodeVersion: Schema.NullOr<Schema.String>;
|
|
722
|
+
readonly customWorkflowName: Schema.NullOr<Schema.String>;
|
|
723
|
+
readonly developmentClient: Schema.NullOr<Schema.Boolean>;
|
|
724
|
+
readonly distribution: Schema.NullOr<Schema.Literals<readonly ["INTERNAL", "SIMULATOR", "STORE"]>>;
|
|
725
|
+
readonly enqueuedAt: Schema.NullOr<Schema.String>;
|
|
726
|
+
readonly estimatedWaitTimeLeftSeconds: Schema.NullOr<Schema.Number>;
|
|
727
|
+
readonly expirationDate: Schema.NullOr<Schema.String>;
|
|
728
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
729
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
730
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
731
|
+
readonly githubRepositoryOwnerAndName: Schema.NullOr<Schema.String>;
|
|
732
|
+
readonly id: Schema.String;
|
|
733
|
+
readonly initialQueuePosition: Schema.NullOr<Schema.Number>;
|
|
734
|
+
readonly iosEnterpriseProvisioning: Schema.NullOr<Schema.Literals<readonly ["ADHOC", "UNIVERSAL"]>>;
|
|
735
|
+
readonly isForIosSimulator: Schema.Boolean;
|
|
736
|
+
readonly isGitWorkingTreeDirty: Schema.NullOr<Schema.Boolean>;
|
|
737
|
+
readonly isWaived: Schema.Boolean;
|
|
738
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
739
|
+
readonly maxBuildTimeSeconds: Schema.Number;
|
|
740
|
+
readonly maxRetryTimeMinutes: Schema.NullOr<Schema.Number>;
|
|
741
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
742
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
743
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL", "NORMAL_PLUS"]>;
|
|
744
|
+
readonly projectMetadataFileUrl: Schema.NullOr<Schema.String>;
|
|
745
|
+
readonly projectRootDirectory: Schema.NullOr<Schema.String>;
|
|
746
|
+
readonly provisioningStartedAt: Schema.NullOr<Schema.String>;
|
|
747
|
+
readonly queuePosition: Schema.NullOr<Schema.Number>;
|
|
748
|
+
readonly reactNativeVersion: Schema.NullOr<Schema.String>;
|
|
749
|
+
readonly releaseChannel: Schema.NullOr<Schema.String>;
|
|
750
|
+
readonly requiredPackageManager: Schema.NullOr<Schema.String>;
|
|
751
|
+
readonly resolvedEnvironment: Schema.NullOr<Schema.Unknown>;
|
|
752
|
+
readonly resourceClass: Schema.Literals<readonly ["ANDROID_DEFAULT", "ANDROID_LARGE", "ANDROID_MEDIUM", "IOS_DEFAULT", "IOS_INTEL_LARGE", "IOS_INTEL_MEDIUM", "IOS_LARGE", "IOS_M1_LARGE", "IOS_M1_MEDIUM", "IOS_MEDIUM", "IOS_M_LARGE", "IOS_M_MEDIUM", "LEGACY", "LINUX_LARGE", "LINUX_MEDIUM"]>;
|
|
753
|
+
readonly resourceClassDisplayName: Schema.String;
|
|
754
|
+
readonly runFromCI: Schema.NullOr<Schema.Boolean>;
|
|
755
|
+
readonly runtimeVersion: Schema.NullOr<Schema.String>;
|
|
756
|
+
readonly sdkVersion: Schema.NullOr<Schema.String>;
|
|
757
|
+
readonly selectedImage: Schema.NullOr<Schema.String>;
|
|
758
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
759
|
+
readonly updatedAt: Schema.String;
|
|
760
|
+
readonly waiverType: Schema.NullOr<Schema.Literals<readonly ["FAST_FAILED_BUILD", "SYSTEM_ERROR"]>>;
|
|
761
|
+
readonly workerStartedAt: Schema.NullOr<Schema.String>;
|
|
762
|
+
}>>;
|
|
763
|
+
readonly turtleJobRun: Schema.NullOr<Schema.Struct<{
|
|
764
|
+
readonly createdAt: Schema.String;
|
|
765
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
766
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
767
|
+
readonly expiresAt: Schema.String;
|
|
768
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
769
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
770
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
771
|
+
readonly id: Schema.String;
|
|
772
|
+
readonly isWaived: Schema.Boolean;
|
|
773
|
+
readonly logFileUrls: Schema.$Array<Schema.String>;
|
|
774
|
+
readonly name: Schema.String;
|
|
775
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL"]>;
|
|
776
|
+
readonly startedAt: Schema.NullOr<Schema.String>;
|
|
777
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
778
|
+
readonly updateGroups: Schema.$Array<Schema.$Array<Schema.Unknown>>;
|
|
779
|
+
}>>;
|
|
780
|
+
readonly type: Schema.Literals<readonly ["APPLE_DEVICE_REGISTRATION_REQUEST", "BUILD", "CUSTOM", "DEPLOY", "DOC", "FINGERPRINT", "GET_BUILD", "GITHUB_COMMENT", "MAESTRO_CLOUD", "MAESTRO_TEST", "REPACK", "REQUIRE_APPROVAL", "SLACK", "SUBMISSION", "TESTFLIGHT", "UPDATE"]>;
|
|
781
|
+
readonly updatedAt: Schema.String;
|
|
782
|
+
readonly workflowRun: Schema.Struct<{
|
|
783
|
+
readonly activityTimestamp: Schema.String;
|
|
784
|
+
readonly createdAt: Schema.String;
|
|
785
|
+
readonly durationSeconds: Schema.NullOr<Schema.Number>;
|
|
786
|
+
readonly finalizedAt: Schema.NullOr<Schema.String>;
|
|
787
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
788
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
789
|
+
readonly id: Schema.String;
|
|
790
|
+
readonly inputs: Schema.NullOr<Schema.Unknown>;
|
|
791
|
+
readonly name: Schema.String;
|
|
792
|
+
readonly pullRequestNumber: Schema.NullOr<Schema.Number>;
|
|
793
|
+
readonly requestedGitRef: Schema.NullOr<Schema.String>;
|
|
794
|
+
readonly sourceExpiresAt: Schema.NullOr<Schema.String>;
|
|
795
|
+
readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "SUCCESS"]>;
|
|
796
|
+
readonly triggerEventType: Schema.Literals<readonly ["APP_STORE_CONNECT_APP_VERSION_STATE_CHANGED", "APP_STORE_CONNECT_BETA_FEEDBACK_SUBMITTED", "APP_STORE_CONNECT_BUILD_UPLOAD_STATE_CHANGED", "APP_STORE_CONNECT_EXTERNAL_BETA_STATE_CHANGED", "EAS_SUBMIT", "EXPO_LAUNCH", "GITHUB_PULL_REQUEST_LABELED", "GITHUB_PULL_REQUEST_OPENED", "GITHUB_PULL_REQUEST_READY_FOR_REVIEW", "GITHUB_PULL_REQUEST_REOPENED", "GITHUB_PULL_REQUEST_SYNCHRONIZE", "GITHUB_PUSH", "MANUAL", "REPACK_EXPO_GO", "SCHEDULE"]>;
|
|
797
|
+
readonly triggeringLabelName: Schema.NullOr<Schema.String>;
|
|
798
|
+
readonly triggeringSchedule: Schema.NullOr<Schema.String>;
|
|
799
|
+
readonly updatedAt: Schema.String;
|
|
800
|
+
}>;
|
|
801
|
+
}>>;
|
|
802
|
+
}>;
|
|
803
|
+
export type SubmissionCancelSubmissionOutput = typeof SubmissionCancelSubmissionOutput.Type;
|
|
804
|
+
export declare const submissionCancelSubmission: import("@distilled.cloud/core/client").OperationMethod<{
|
|
805
|
+
readonly submissionId: string;
|
|
806
|
+
}, {
|
|
807
|
+
readonly activityTimestamp: string;
|
|
808
|
+
readonly actor: {
|
|
809
|
+
readonly accessTokens: readonly {
|
|
810
|
+
readonly createdAt: string;
|
|
811
|
+
readonly id: string;
|
|
812
|
+
readonly lastUsedAt: string | null;
|
|
813
|
+
readonly note: string | null;
|
|
814
|
+
readonly revokedAt: string | null;
|
|
815
|
+
readonly updatedAt: string;
|
|
816
|
+
readonly visibleTokenPrefix: string;
|
|
817
|
+
}[];
|
|
818
|
+
readonly accounts: readonly {
|
|
819
|
+
readonly appCount: number;
|
|
820
|
+
readonly availableBuilds: number | null;
|
|
821
|
+
readonly createdAt: string;
|
|
822
|
+
readonly displayName: string | null;
|
|
823
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
824
|
+
readonly hasBuilds: boolean;
|
|
825
|
+
readonly id: string;
|
|
826
|
+
readonly isCurrent: boolean;
|
|
827
|
+
readonly isDisabled: boolean;
|
|
828
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
829
|
+
readonly isSSOEnabled: boolean;
|
|
830
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
831
|
+
readonly name: string;
|
|
832
|
+
readonly profileImageUrl: string;
|
|
833
|
+
readonly pushSecurityEnabled: boolean;
|
|
834
|
+
readonly requireTwoFactor: boolean;
|
|
835
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
836
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
837
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
838
|
+
readonly unlimitedBuilds: boolean;
|
|
839
|
+
readonly updatedAt: string;
|
|
840
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
841
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
842
|
+
}[];
|
|
843
|
+
readonly created: string;
|
|
844
|
+
readonly displayName: string;
|
|
845
|
+
readonly experiments: readonly {
|
|
846
|
+
readonly createdAt: string;
|
|
847
|
+
readonly enabled: boolean;
|
|
848
|
+
readonly experiment: "ORBIT";
|
|
849
|
+
readonly id: string;
|
|
850
|
+
readonly updatedAt: string;
|
|
851
|
+
}[];
|
|
852
|
+
readonly firstName: string | null;
|
|
853
|
+
readonly id: string;
|
|
854
|
+
readonly isExpoAdmin: boolean;
|
|
855
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
856
|
+
} | null;
|
|
857
|
+
readonly androidConfig: {
|
|
858
|
+
readonly applicationIdentifier: string | null;
|
|
859
|
+
readonly archiveType: "AAB" | "APK" | null;
|
|
860
|
+
readonly releaseStatus: "COMPLETED" | "DRAFT" | "HALTED" | "IN_PROGRESS" | null;
|
|
861
|
+
readonly rollout: number | null;
|
|
862
|
+
readonly track: string;
|
|
863
|
+
} | null;
|
|
864
|
+
readonly app: {
|
|
865
|
+
readonly accessTokens: readonly ({
|
|
866
|
+
readonly createdAt: string;
|
|
867
|
+
readonly id: string;
|
|
868
|
+
readonly lastUsedAt: string | null;
|
|
869
|
+
readonly note: string | null;
|
|
870
|
+
readonly revokedAt: string | null;
|
|
871
|
+
readonly updatedAt: string;
|
|
872
|
+
readonly visibleTokenPrefix: string;
|
|
873
|
+
} | null)[];
|
|
874
|
+
readonly appStoreConnectApp: {
|
|
875
|
+
readonly ascAppIdentifier: string;
|
|
876
|
+
readonly createdAt: string;
|
|
877
|
+
readonly id: string;
|
|
878
|
+
readonly updatedAt: string;
|
|
879
|
+
readonly webhookEventTypes: readonly string[];
|
|
880
|
+
readonly webhookIdentifier: string;
|
|
881
|
+
} | null;
|
|
882
|
+
readonly appStoreUrl: string | null;
|
|
883
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
884
|
+
readonly buildProfiles: readonly string[];
|
|
885
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
886
|
+
readonly convexProject: {
|
|
887
|
+
readonly convexProjectIdentifier: string;
|
|
888
|
+
readonly convexProjectName: string;
|
|
889
|
+
readonly convexProjectSlug: string;
|
|
890
|
+
readonly createdAt: string;
|
|
891
|
+
readonly id: string;
|
|
892
|
+
readonly updatedAt: string;
|
|
893
|
+
} | null;
|
|
894
|
+
readonly description: string;
|
|
895
|
+
readonly devDomainName: {
|
|
896
|
+
readonly id: string;
|
|
897
|
+
readonly name: unknown;
|
|
898
|
+
} | null;
|
|
899
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
900
|
+
readonly fullName: string;
|
|
901
|
+
readonly githubBuildTriggers: readonly {
|
|
902
|
+
readonly autoSubmit: boolean;
|
|
903
|
+
readonly buildProfile: string;
|
|
904
|
+
readonly createdAt: string;
|
|
905
|
+
readonly environment: unknown;
|
|
906
|
+
readonly executionBehavior: "ALWAYS" | "BASE_DIRECTORY_CHANGED";
|
|
907
|
+
readonly id: string;
|
|
908
|
+
readonly isActive: boolean;
|
|
909
|
+
readonly lastRunAt: string | null;
|
|
910
|
+
readonly lastRunErrorCode: string | null;
|
|
911
|
+
readonly lastRunErrorMessage: string | null;
|
|
912
|
+
readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
|
|
913
|
+
readonly platform: "ANDROID" | "IOS";
|
|
914
|
+
readonly sourcePattern: string;
|
|
915
|
+
readonly submitProfile: string | null;
|
|
916
|
+
readonly targetPattern: string | null;
|
|
917
|
+
readonly type: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH" | "TAG_UPDATED";
|
|
918
|
+
readonly updatedAt: string;
|
|
919
|
+
}[];
|
|
920
|
+
readonly githubJobRunTriggers: readonly {
|
|
921
|
+
readonly createdAt: string;
|
|
922
|
+
readonly id: string;
|
|
923
|
+
readonly isActive: boolean;
|
|
924
|
+
readonly jobType: "PUBLISH_UPDATE" | null;
|
|
925
|
+
readonly lastRunAt: string | null;
|
|
926
|
+
readonly lastRunErrorCode: string | null;
|
|
927
|
+
readonly lastRunErrorMessage: string | null;
|
|
928
|
+
readonly lastRunStatus: "ERRORED" | "SUCCESS" | null;
|
|
929
|
+
readonly sourcePattern: string;
|
|
930
|
+
readonly targetPattern: string | null;
|
|
931
|
+
readonly triggerType: "PULL_REQUEST_UPDATED" | "PUSH_TO_BRANCH";
|
|
932
|
+
}[];
|
|
933
|
+
readonly githubRepository: {
|
|
934
|
+
readonly createdAt: string;
|
|
935
|
+
readonly githubRepositoryIdentifier: number;
|
|
936
|
+
readonly githubRepositoryUrl: string | null;
|
|
937
|
+
readonly id: string;
|
|
938
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
939
|
+
readonly nodeIdentifier: string;
|
|
940
|
+
} | null;
|
|
941
|
+
readonly githubRepositorySettings: {
|
|
942
|
+
readonly baseDirectory: string;
|
|
943
|
+
readonly id: string;
|
|
944
|
+
} | null;
|
|
945
|
+
readonly githubUrl: string | null;
|
|
946
|
+
readonly icon: {
|
|
947
|
+
readonly colorPalette: unknown;
|
|
948
|
+
readonly originalUrl: string;
|
|
949
|
+
readonly primaryColor: string | null;
|
|
950
|
+
readonly url: string;
|
|
951
|
+
} | null;
|
|
952
|
+
readonly iconUrl: string | null;
|
|
953
|
+
readonly id: string;
|
|
954
|
+
readonly insights: {
|
|
955
|
+
readonly hasEventsFromExpoInsightsClientModule: boolean;
|
|
956
|
+
};
|
|
957
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
958
|
+
readonly isDeleting: boolean;
|
|
959
|
+
readonly isDeprecated: boolean;
|
|
960
|
+
readonly isLikedByMe: boolean;
|
|
961
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
962
|
+
readonly lastPublishedTime: string;
|
|
963
|
+
readonly latestActivity: string;
|
|
964
|
+
readonly latestReleaseId: string;
|
|
965
|
+
readonly likeCount: number;
|
|
966
|
+
readonly logRocketProject: {
|
|
967
|
+
readonly createdAt: string;
|
|
968
|
+
readonly id: string;
|
|
969
|
+
readonly logRocketOrgId: string;
|
|
970
|
+
readonly logRocketProjectSlug: string;
|
|
971
|
+
readonly updatedAt: string;
|
|
972
|
+
} | null;
|
|
973
|
+
readonly name: string;
|
|
974
|
+
readonly observe: {
|
|
975
|
+
readonly totalEventCount: number;
|
|
976
|
+
};
|
|
977
|
+
readonly ownerAccount: {
|
|
978
|
+
readonly appCount: number;
|
|
979
|
+
readonly availableBuilds: number | null;
|
|
980
|
+
readonly createdAt: string;
|
|
981
|
+
readonly displayName: string | null;
|
|
982
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
983
|
+
readonly hasBuilds: boolean;
|
|
984
|
+
readonly id: string;
|
|
985
|
+
readonly isCurrent: boolean;
|
|
986
|
+
readonly isDisabled: boolean;
|
|
987
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
988
|
+
readonly isSSOEnabled: boolean;
|
|
989
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
990
|
+
readonly name: string;
|
|
991
|
+
readonly profileImageUrl: string;
|
|
992
|
+
readonly pushSecurityEnabled: boolean;
|
|
993
|
+
readonly requireTwoFactor: boolean;
|
|
994
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
995
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
996
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
997
|
+
readonly unlimitedBuilds: boolean;
|
|
998
|
+
readonly updatedAt: string;
|
|
999
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
1000
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
1001
|
+
};
|
|
1002
|
+
readonly packageName: string;
|
|
1003
|
+
readonly packageUsername: string;
|
|
1004
|
+
readonly playStoreUrl: string | null;
|
|
1005
|
+
readonly privacy: string;
|
|
1006
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1007
|
+
readonly published: boolean;
|
|
1008
|
+
readonly pushNotifications: {
|
|
1009
|
+
readonly id: string;
|
|
1010
|
+
};
|
|
1011
|
+
readonly pushSecurityEnabled: boolean;
|
|
1012
|
+
readonly releaseChannels: readonly string[];
|
|
1013
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1014
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1015
|
+
readonly scopeKey: string;
|
|
1016
|
+
readonly sdkVersion: string;
|
|
1017
|
+
readonly sentryProject: {
|
|
1018
|
+
readonly createdAt: string;
|
|
1019
|
+
readonly id: string;
|
|
1020
|
+
readonly sentryInstallationId: string;
|
|
1021
|
+
readonly sentryProjectId: string;
|
|
1022
|
+
readonly sentryProjectSlug: string;
|
|
1023
|
+
readonly updatedAt: string;
|
|
1024
|
+
} | null;
|
|
1025
|
+
readonly slug: string;
|
|
1026
|
+
readonly suggestedDevDomainName: string;
|
|
1027
|
+
readonly trendScore: number;
|
|
1028
|
+
readonly updated: string;
|
|
1029
|
+
readonly username: string;
|
|
1030
|
+
readonly users: readonly ({
|
|
1031
|
+
readonly appCount: number;
|
|
1032
|
+
readonly appetizeCode: string | null;
|
|
1033
|
+
readonly bestContactEmail: string | null;
|
|
1034
|
+
readonly created: string;
|
|
1035
|
+
readonly displayName: string;
|
|
1036
|
+
readonly email: string;
|
|
1037
|
+
readonly emailVerified: boolean;
|
|
1038
|
+
readonly firstName: string | null;
|
|
1039
|
+
readonly fullName: string | null;
|
|
1040
|
+
readonly githubUsername: string | null;
|
|
1041
|
+
readonly hasPassword: boolean;
|
|
1042
|
+
readonly hasPendingUserInvitations: boolean;
|
|
1043
|
+
readonly id: string;
|
|
1044
|
+
readonly industry: string | null;
|
|
1045
|
+
readonly isExpoAdmin: boolean;
|
|
1046
|
+
readonly isLegacy: boolean;
|
|
1047
|
+
readonly isSecondFactorAuthenticationEnabled: boolean;
|
|
1048
|
+
readonly isStaffModeEnabled: boolean;
|
|
1049
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1050
|
+
readonly lastName: string | null;
|
|
1051
|
+
readonly location: string | null;
|
|
1052
|
+
readonly newEmailPendingVerification: string | null;
|
|
1053
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1054
|
+
readonly profilePhoto: string;
|
|
1055
|
+
readonly twitterUsername: string | null;
|
|
1056
|
+
readonly username: string;
|
|
1057
|
+
} | null)[] | null;
|
|
1058
|
+
readonly vexoApp: {
|
|
1059
|
+
readonly domain: string | null;
|
|
1060
|
+
readonly iconUrl: string | null;
|
|
1061
|
+
readonly id: string;
|
|
1062
|
+
readonly name: string;
|
|
1063
|
+
readonly owner: string;
|
|
1064
|
+
readonly slug: string;
|
|
1065
|
+
readonly vexoIdentifier: string;
|
|
1066
|
+
} | null;
|
|
1067
|
+
readonly workerCustomDomain: {
|
|
1068
|
+
readonly createdAt: string;
|
|
1069
|
+
readonly devDomainName: unknown;
|
|
1070
|
+
readonly hostname: string;
|
|
1071
|
+
readonly id: string;
|
|
1072
|
+
readonly updatedAt: string;
|
|
1073
|
+
} | null;
|
|
1074
|
+
};
|
|
1075
|
+
readonly archiveUrl: string | null;
|
|
1076
|
+
readonly canRetry: boolean;
|
|
1077
|
+
readonly cancelingActor: {
|
|
1078
|
+
readonly accessTokens: readonly {
|
|
1079
|
+
readonly createdAt: string;
|
|
1080
|
+
readonly id: string;
|
|
1081
|
+
readonly lastUsedAt: string | null;
|
|
1082
|
+
readonly note: string | null;
|
|
1083
|
+
readonly revokedAt: string | null;
|
|
1084
|
+
readonly updatedAt: string;
|
|
1085
|
+
readonly visibleTokenPrefix: string;
|
|
1086
|
+
}[];
|
|
1087
|
+
readonly accounts: readonly {
|
|
1088
|
+
readonly appCount: number;
|
|
1089
|
+
readonly availableBuilds: number | null;
|
|
1090
|
+
readonly createdAt: string;
|
|
1091
|
+
readonly displayName: string | null;
|
|
1092
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1093
|
+
readonly hasBuilds: boolean;
|
|
1094
|
+
readonly id: string;
|
|
1095
|
+
readonly isCurrent: boolean;
|
|
1096
|
+
readonly isDisabled: boolean;
|
|
1097
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
1098
|
+
readonly isSSOEnabled: boolean;
|
|
1099
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1100
|
+
readonly name: string;
|
|
1101
|
+
readonly profileImageUrl: string;
|
|
1102
|
+
readonly pushSecurityEnabled: boolean;
|
|
1103
|
+
readonly requireTwoFactor: boolean;
|
|
1104
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1105
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
1106
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
1107
|
+
readonly unlimitedBuilds: boolean;
|
|
1108
|
+
readonly updatedAt: string;
|
|
1109
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
1110
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
1111
|
+
}[];
|
|
1112
|
+
readonly created: string;
|
|
1113
|
+
readonly displayName: string;
|
|
1114
|
+
readonly experiments: readonly {
|
|
1115
|
+
readonly createdAt: string;
|
|
1116
|
+
readonly enabled: boolean;
|
|
1117
|
+
readonly experiment: "ORBIT";
|
|
1118
|
+
readonly id: string;
|
|
1119
|
+
readonly updatedAt: string;
|
|
1120
|
+
}[];
|
|
1121
|
+
readonly firstName: string | null;
|
|
1122
|
+
readonly id: string;
|
|
1123
|
+
readonly isExpoAdmin: boolean;
|
|
1124
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1125
|
+
} | null;
|
|
1126
|
+
readonly completedAt: string | null;
|
|
1127
|
+
readonly createdAt: string;
|
|
1128
|
+
readonly error: {
|
|
1129
|
+
readonly errorCode: string | null;
|
|
1130
|
+
readonly message: string | null;
|
|
1131
|
+
} | null;
|
|
1132
|
+
readonly id: string;
|
|
1133
|
+
readonly initiatingActor: {
|
|
1134
|
+
readonly accessTokens: readonly {
|
|
1135
|
+
readonly createdAt: string;
|
|
1136
|
+
readonly id: string;
|
|
1137
|
+
readonly lastUsedAt: string | null;
|
|
1138
|
+
readonly note: string | null;
|
|
1139
|
+
readonly revokedAt: string | null;
|
|
1140
|
+
readonly updatedAt: string;
|
|
1141
|
+
readonly visibleTokenPrefix: string;
|
|
1142
|
+
}[];
|
|
1143
|
+
readonly accounts: readonly {
|
|
1144
|
+
readonly appCount: number;
|
|
1145
|
+
readonly availableBuilds: number | null;
|
|
1146
|
+
readonly createdAt: string;
|
|
1147
|
+
readonly displayName: string | null;
|
|
1148
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1149
|
+
readonly hasBuilds: boolean;
|
|
1150
|
+
readonly id: string;
|
|
1151
|
+
readonly isCurrent: boolean;
|
|
1152
|
+
readonly isDisabled: boolean;
|
|
1153
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
1154
|
+
readonly isSSOEnabled: boolean;
|
|
1155
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1156
|
+
readonly name: string;
|
|
1157
|
+
readonly profileImageUrl: string;
|
|
1158
|
+
readonly pushSecurityEnabled: boolean;
|
|
1159
|
+
readonly requireTwoFactor: boolean;
|
|
1160
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1161
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
1162
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
1163
|
+
readonly unlimitedBuilds: boolean;
|
|
1164
|
+
readonly updatedAt: string;
|
|
1165
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
1166
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
1167
|
+
}[];
|
|
1168
|
+
readonly created: string;
|
|
1169
|
+
readonly displayName: string;
|
|
1170
|
+
readonly experiments: readonly {
|
|
1171
|
+
readonly createdAt: string;
|
|
1172
|
+
readonly enabled: boolean;
|
|
1173
|
+
readonly experiment: "ORBIT";
|
|
1174
|
+
readonly id: string;
|
|
1175
|
+
readonly updatedAt: string;
|
|
1176
|
+
}[];
|
|
1177
|
+
readonly firstName: string | null;
|
|
1178
|
+
readonly id: string;
|
|
1179
|
+
readonly isExpoAdmin: boolean;
|
|
1180
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1181
|
+
} | null;
|
|
1182
|
+
readonly iosConfig: {
|
|
1183
|
+
readonly appleIdUsername: string | null;
|
|
1184
|
+
readonly ascApiKeyId: string | null;
|
|
1185
|
+
readonly ascAppIdentifier: string;
|
|
1186
|
+
} | null;
|
|
1187
|
+
readonly jobRun: {
|
|
1188
|
+
readonly app: {
|
|
1189
|
+
readonly appStoreUrl: string | null;
|
|
1190
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
1191
|
+
readonly buildProfiles: readonly string[];
|
|
1192
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
1193
|
+
readonly description: string;
|
|
1194
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1195
|
+
readonly fullName: string;
|
|
1196
|
+
readonly githubUrl: string | null;
|
|
1197
|
+
readonly iconUrl: string | null;
|
|
1198
|
+
readonly id: string;
|
|
1199
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1200
|
+
readonly isDeleting: boolean;
|
|
1201
|
+
readonly isDeprecated: boolean;
|
|
1202
|
+
readonly isLikedByMe: boolean;
|
|
1203
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1204
|
+
readonly lastPublishedTime: string;
|
|
1205
|
+
readonly latestActivity: string;
|
|
1206
|
+
readonly latestReleaseId: string;
|
|
1207
|
+
readonly likeCount: number;
|
|
1208
|
+
readonly name: string;
|
|
1209
|
+
readonly packageName: string;
|
|
1210
|
+
readonly packageUsername: string;
|
|
1211
|
+
readonly playStoreUrl: string | null;
|
|
1212
|
+
readonly privacy: string;
|
|
1213
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1214
|
+
readonly published: boolean;
|
|
1215
|
+
readonly pushSecurityEnabled: boolean;
|
|
1216
|
+
readonly releaseChannels: readonly string[];
|
|
1217
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1218
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1219
|
+
readonly scopeKey: string;
|
|
1220
|
+
readonly sdkVersion: string;
|
|
1221
|
+
readonly slug: string;
|
|
1222
|
+
readonly suggestedDevDomainName: string;
|
|
1223
|
+
readonly trendScore: number;
|
|
1224
|
+
readonly updated: string;
|
|
1225
|
+
readonly username: string;
|
|
1226
|
+
};
|
|
1227
|
+
readonly artifacts: readonly {
|
|
1228
|
+
readonly contentType: string | null;
|
|
1229
|
+
readonly createdAt: string;
|
|
1230
|
+
readonly downloadUrl: string | null;
|
|
1231
|
+
readonly fileSizeBytes: number | null;
|
|
1232
|
+
readonly filename: string;
|
|
1233
|
+
readonly id: string;
|
|
1234
|
+
readonly name: string;
|
|
1235
|
+
readonly storageType: "GCS" | "R2";
|
|
1236
|
+
readonly updatedAt: string;
|
|
1237
|
+
}[];
|
|
1238
|
+
readonly createdAt: string;
|
|
1239
|
+
readonly displayName: string | null;
|
|
1240
|
+
readonly endedAt: string | null;
|
|
1241
|
+
readonly errors: readonly {
|
|
1242
|
+
readonly buildPhase: string | null;
|
|
1243
|
+
readonly docsUrl: string | null;
|
|
1244
|
+
readonly errorCode: string;
|
|
1245
|
+
readonly message: string;
|
|
1246
|
+
}[];
|
|
1247
|
+
readonly expiresAt: string;
|
|
1248
|
+
readonly gitCommitHash: string | null;
|
|
1249
|
+
readonly gitCommitMessage: string | null;
|
|
1250
|
+
readonly gitRef: string | null;
|
|
1251
|
+
readonly id: string;
|
|
1252
|
+
readonly initiatingActor: {
|
|
1253
|
+
readonly created: string;
|
|
1254
|
+
readonly displayName: string;
|
|
1255
|
+
readonly firstName: string | null;
|
|
1256
|
+
readonly id: string;
|
|
1257
|
+
readonly isExpoAdmin: boolean;
|
|
1258
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1259
|
+
} | null;
|
|
1260
|
+
readonly isWaived: boolean;
|
|
1261
|
+
readonly logFileUrls: readonly string[];
|
|
1262
|
+
readonly name: string;
|
|
1263
|
+
readonly priority: "HIGH" | "NORMAL";
|
|
1264
|
+
readonly startedAt: string | null;
|
|
1265
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1266
|
+
readonly updateGroups: readonly (readonly unknown[])[];
|
|
1267
|
+
} | null;
|
|
1268
|
+
readonly logFiles: readonly string[];
|
|
1269
|
+
readonly logsUrl: string | null;
|
|
1270
|
+
readonly maxRetryTimeMinutes: number;
|
|
1271
|
+
readonly platform: "ANDROID" | "IOS";
|
|
1272
|
+
readonly priority: "HIGH" | "NORMAL" | null;
|
|
1273
|
+
readonly status: "AWAITING_BUILD" | "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE";
|
|
1274
|
+
readonly submittedBuild: {
|
|
1275
|
+
readonly activityTimestamp: string;
|
|
1276
|
+
readonly actor: {
|
|
1277
|
+
readonly created: string;
|
|
1278
|
+
readonly displayName: string;
|
|
1279
|
+
readonly firstName: string | null;
|
|
1280
|
+
readonly id: string;
|
|
1281
|
+
readonly isExpoAdmin: boolean;
|
|
1282
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1283
|
+
} | null;
|
|
1284
|
+
readonly app: {
|
|
1285
|
+
readonly appStoreUrl: string | null;
|
|
1286
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
1287
|
+
readonly buildProfiles: readonly string[];
|
|
1288
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
1289
|
+
readonly description: string;
|
|
1290
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1291
|
+
readonly fullName: string;
|
|
1292
|
+
readonly githubUrl: string | null;
|
|
1293
|
+
readonly iconUrl: string | null;
|
|
1294
|
+
readonly id: string;
|
|
1295
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1296
|
+
readonly isDeleting: boolean;
|
|
1297
|
+
readonly isDeprecated: boolean;
|
|
1298
|
+
readonly isLikedByMe: boolean;
|
|
1299
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1300
|
+
readonly lastPublishedTime: string;
|
|
1301
|
+
readonly latestActivity: string;
|
|
1302
|
+
readonly latestReleaseId: string;
|
|
1303
|
+
readonly likeCount: number;
|
|
1304
|
+
readonly name: string;
|
|
1305
|
+
readonly packageName: string;
|
|
1306
|
+
readonly packageUsername: string;
|
|
1307
|
+
readonly playStoreUrl: string | null;
|
|
1308
|
+
readonly privacy: string;
|
|
1309
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1310
|
+
readonly published: boolean;
|
|
1311
|
+
readonly pushSecurityEnabled: boolean;
|
|
1312
|
+
readonly releaseChannels: readonly string[];
|
|
1313
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1314
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1315
|
+
readonly scopeKey: string;
|
|
1316
|
+
readonly sdkVersion: string;
|
|
1317
|
+
readonly slug: string;
|
|
1318
|
+
readonly suggestedDevDomainName: string;
|
|
1319
|
+
readonly trendScore: number;
|
|
1320
|
+
readonly updated: string;
|
|
1321
|
+
readonly username: string;
|
|
1322
|
+
};
|
|
1323
|
+
readonly appBuildVersion: string | null;
|
|
1324
|
+
readonly appIdentifier: string | null;
|
|
1325
|
+
readonly appVersion: string | null;
|
|
1326
|
+
readonly artifacts: {
|
|
1327
|
+
readonly applicationArchiveUrl: string | null;
|
|
1328
|
+
readonly buildArtifactsUrl: string | null;
|
|
1329
|
+
readonly buildUrl: string | null;
|
|
1330
|
+
readonly fingerprintUrl: string | null;
|
|
1331
|
+
readonly xcodeBuildLogsUrl: string | null;
|
|
1332
|
+
} | null;
|
|
1333
|
+
readonly buildMode: "BUILD" | "CUSTOM" | "LOCAL" | "REPACK" | "RESIGN" | null;
|
|
1334
|
+
readonly buildProfile: string | null;
|
|
1335
|
+
readonly cancelingActor: {
|
|
1336
|
+
readonly created: string;
|
|
1337
|
+
readonly displayName: string;
|
|
1338
|
+
readonly firstName: string | null;
|
|
1339
|
+
readonly id: string;
|
|
1340
|
+
readonly isExpoAdmin: boolean;
|
|
1341
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1342
|
+
} | null;
|
|
1343
|
+
readonly channel: string | null;
|
|
1344
|
+
readonly cliVersion: string | null;
|
|
1345
|
+
readonly completedAt: string | null;
|
|
1346
|
+
readonly createdAt: string;
|
|
1347
|
+
readonly customNodeVersion: string | null;
|
|
1348
|
+
readonly customWorkflowName: string | null;
|
|
1349
|
+
readonly deployment: {
|
|
1350
|
+
readonly id: string;
|
|
1351
|
+
} | null;
|
|
1352
|
+
readonly developmentClient: boolean | null;
|
|
1353
|
+
readonly distribution: "INTERNAL" | "SIMULATOR" | "STORE" | null;
|
|
1354
|
+
readonly enqueuedAt: string | null;
|
|
1355
|
+
readonly error: {
|
|
1356
|
+
readonly buildPhase: "BUILDER_INFO" | "CACHE_STATS" | "CALCULATE_EXPO_UPDATES_RUNTIME_VERSION" | "CLEAN_UP_CREDENTIALS" | "COMPLETE_BUILD" | "COMPLETE_JOB" | "CONFIGURE_ANDROID_VERSION" | "CONFIGURE_EXPO_UPDATES" | "CONFIGURE_XCODE_PROJECT" | "CUSTOM" | "DOWNLOAD_APPLICATION_ARCHIVE" | "EAGER_BUNDLE" | "EAS_BUILD_INTERNAL" | "FAIL_BUILD" | "FIX_GRADLEW" | "INSTALL_CUSTOM_TOOLS" | "INSTALL_DEPENDENCIES" | "INSTALL_PODS" | "ON_BUILD_CANCEL_HOOK" | "ON_BUILD_COMPLETE_HOOK" | "ON_BUILD_ERROR_HOOK" | "ON_BUILD_SUCCESS_HOOK" | "PARSE_CUSTOM_WORKFLOW_CONFIG" | "POST_INSTALL_HOOK" | "PREBUILD" | "PREPARE_ARTIFACTS" | "PREPARE_CREDENTIALS" | "PREPARE_PROJECT" | "PRE_INSTALL_HOOK" | "PRE_UPLOAD_ARTIFACTS_HOOK" | "QUEUE" | "READ_APP_CONFIG" | "READ_EAS_JSON" | "READ_PACKAGE_JSON" | "RESTORE_CACHE" | "RUN_EXPO_DOCTOR" | "RUN_FASTLANE" | "RUN_GRADLEW" | "SAVE_CACHE" | "SET_UP_BUILD_ENVIRONMENT" | "SPIN_UP_BUILDER" | "START_BUILD" | "UNKNOWN" | "UPLOAD_APPLICATION_ARCHIVE" | "UPLOAD_ARTIFACTS" | "UPLOAD_BUILD_ARTIFACTS" | null;
|
|
1357
|
+
readonly docsUrl: string | null;
|
|
1358
|
+
readonly errorCode: string;
|
|
1359
|
+
readonly message: string;
|
|
1360
|
+
} | null;
|
|
1361
|
+
readonly estimatedWaitTimeLeftSeconds: number | null;
|
|
1362
|
+
readonly expirationDate: string | null;
|
|
1363
|
+
readonly fingerprint: {
|
|
1364
|
+
readonly buildCount: number;
|
|
1365
|
+
readonly createdAt: string;
|
|
1366
|
+
readonly debugInfoUrl: string | null;
|
|
1367
|
+
readonly hash: string;
|
|
1368
|
+
readonly id: string;
|
|
1369
|
+
readonly updateCount: number;
|
|
1370
|
+
readonly updatedAt: string;
|
|
1371
|
+
} | null;
|
|
1372
|
+
readonly gitCommitHash: string | null;
|
|
1373
|
+
readonly gitCommitMessage: string | null;
|
|
1374
|
+
readonly gitRef: string | null;
|
|
1375
|
+
readonly githubRepositoryOwnerAndName: string | null;
|
|
1376
|
+
readonly id: string;
|
|
1377
|
+
readonly initialQueuePosition: number | null;
|
|
1378
|
+
readonly initiatingActor: {
|
|
1379
|
+
readonly created: string;
|
|
1380
|
+
readonly displayName: string;
|
|
1381
|
+
readonly firstName: string | null;
|
|
1382
|
+
readonly id: string;
|
|
1383
|
+
readonly isExpoAdmin: boolean;
|
|
1384
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1385
|
+
} | null;
|
|
1386
|
+
readonly iosEnterpriseProvisioning: "ADHOC" | "UNIVERSAL" | null;
|
|
1387
|
+
readonly isForIosSimulator: boolean;
|
|
1388
|
+
readonly isGitWorkingTreeDirty: boolean | null;
|
|
1389
|
+
readonly isWaived: boolean;
|
|
1390
|
+
readonly logFiles: readonly string[];
|
|
1391
|
+
readonly maxBuildTimeSeconds: number;
|
|
1392
|
+
readonly maxRetryTimeMinutes: number | null;
|
|
1393
|
+
readonly message: string | null;
|
|
1394
|
+
readonly metrics: {
|
|
1395
|
+
readonly buildDuration: number | null;
|
|
1396
|
+
readonly buildQueueTime: number | null;
|
|
1397
|
+
readonly buildWaitTime: number | null;
|
|
1398
|
+
} | null;
|
|
1399
|
+
readonly platform: "ANDROID" | "IOS";
|
|
1400
|
+
readonly priority: "HIGH" | "NORMAL" | "NORMAL_PLUS";
|
|
1401
|
+
readonly project: {
|
|
1402
|
+
readonly description: string;
|
|
1403
|
+
readonly fullName: string;
|
|
1404
|
+
readonly iconUrl: string | null;
|
|
1405
|
+
readonly id: string;
|
|
1406
|
+
readonly name: string;
|
|
1407
|
+
readonly published: boolean;
|
|
1408
|
+
readonly slug: string;
|
|
1409
|
+
readonly updated: string;
|
|
1410
|
+
readonly username: string;
|
|
1411
|
+
};
|
|
1412
|
+
readonly projectMetadataFileUrl: string | null;
|
|
1413
|
+
readonly projectRootDirectory: string | null;
|
|
1414
|
+
readonly provisioningStartedAt: string | null;
|
|
1415
|
+
readonly queuePosition: number | null;
|
|
1416
|
+
readonly reactNativeVersion: string | null;
|
|
1417
|
+
readonly releaseChannel: string | null;
|
|
1418
|
+
readonly requiredPackageManager: string | null;
|
|
1419
|
+
readonly resolvedEnvironment: unknown;
|
|
1420
|
+
readonly resourceClass: "ANDROID_DEFAULT" | "ANDROID_LARGE" | "ANDROID_MEDIUM" | "IOS_DEFAULT" | "IOS_INTEL_LARGE" | "IOS_INTEL_MEDIUM" | "IOS_LARGE" | "IOS_M1_LARGE" | "IOS_M1_MEDIUM" | "IOS_MEDIUM" | "IOS_M_LARGE" | "IOS_M_MEDIUM" | "LEGACY" | "LINUX_LARGE" | "LINUX_MEDIUM";
|
|
1421
|
+
readonly resourceClassDisplayName: string;
|
|
1422
|
+
readonly runFromCI: boolean | null;
|
|
1423
|
+
readonly runtime: {
|
|
1424
|
+
readonly createdAt: string;
|
|
1425
|
+
readonly firstBuildCreatedAt: string | null;
|
|
1426
|
+
readonly id: string;
|
|
1427
|
+
readonly isFingerprint: boolean;
|
|
1428
|
+
readonly updatedAt: string;
|
|
1429
|
+
readonly version: string;
|
|
1430
|
+
} | null;
|
|
1431
|
+
readonly runtimeVersion: string | null;
|
|
1432
|
+
readonly sdkVersion: string | null;
|
|
1433
|
+
readonly selectedImage: string | null;
|
|
1434
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1435
|
+
readonly updateChannel: {
|
|
1436
|
+
readonly appId: string;
|
|
1437
|
+
readonly branchMapping: string;
|
|
1438
|
+
readonly createdAt: string;
|
|
1439
|
+
readonly id: string;
|
|
1440
|
+
readonly isPaused: boolean;
|
|
1441
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1442
|
+
readonly name: string;
|
|
1443
|
+
readonly updatedAt: string;
|
|
1444
|
+
} | null;
|
|
1445
|
+
readonly updatedAt: string;
|
|
1446
|
+
readonly waiverType: "FAST_FAILED_BUILD" | "SYSTEM_ERROR" | null;
|
|
1447
|
+
readonly workerStartedAt: string | null;
|
|
1448
|
+
readonly workflowJob: {
|
|
1449
|
+
readonly createdAt: string;
|
|
1450
|
+
readonly environment: string | null;
|
|
1451
|
+
readonly id: string;
|
|
1452
|
+
readonly key: string;
|
|
1453
|
+
readonly name: string;
|
|
1454
|
+
readonly outputs: unknown;
|
|
1455
|
+
readonly requiredJobKeys: readonly string[];
|
|
1456
|
+
readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "PENDING_CANCEL" | "SKIPPED" | "SUCCESS";
|
|
1457
|
+
readonly type: "APPLE_DEVICE_REGISTRATION_REQUEST" | "BUILD" | "CUSTOM" | "DEPLOY" | "DOC" | "FINGERPRINT" | "GET_BUILD" | "GITHUB_COMMENT" | "MAESTRO_CLOUD" | "MAESTRO_TEST" | "REPACK" | "REQUIRE_APPROVAL" | "SLACK" | "SUBMISSION" | "TESTFLIGHT" | "UPDATE";
|
|
1458
|
+
readonly updatedAt: string;
|
|
1459
|
+
} | null;
|
|
1460
|
+
} | null;
|
|
1461
|
+
readonly updatedAt: string;
|
|
1462
|
+
readonly workflowJob: {
|
|
1463
|
+
readonly allDeviceTestCaseResults: readonly {
|
|
1464
|
+
readonly createdAt: string;
|
|
1465
|
+
readonly duration: number | null;
|
|
1466
|
+
readonly errorMessage: string | null;
|
|
1467
|
+
readonly id: string;
|
|
1468
|
+
readonly name: string;
|
|
1469
|
+
readonly path: string;
|
|
1470
|
+
readonly properties: unknown;
|
|
1471
|
+
readonly retryCount: number | null;
|
|
1472
|
+
readonly status: "FAILED" | "PASSED";
|
|
1473
|
+
readonly tags: readonly string[] | null;
|
|
1474
|
+
readonly updatedAt: string;
|
|
1475
|
+
}[];
|
|
1476
|
+
readonly approvals: readonly {
|
|
1477
|
+
readonly createdAt: string;
|
|
1478
|
+
readonly decision: "APPROVED" | "REJECTED";
|
|
1479
|
+
readonly id: string;
|
|
1480
|
+
readonly updatedAt: string;
|
|
1481
|
+
}[];
|
|
1482
|
+
readonly createdAt: string;
|
|
1483
|
+
readonly credentialsAppleDeviceRegistrationRequest: {
|
|
1484
|
+
readonly id: string;
|
|
1485
|
+
} | null;
|
|
1486
|
+
readonly deviceTestCaseResults: readonly {
|
|
1487
|
+
readonly createdAt: string;
|
|
1488
|
+
readonly duration: number | null;
|
|
1489
|
+
readonly errorMessage: string | null;
|
|
1490
|
+
readonly id: string;
|
|
1491
|
+
readonly name: string;
|
|
1492
|
+
readonly path: string;
|
|
1493
|
+
readonly properties: unknown;
|
|
1494
|
+
readonly retryCount: number | null;
|
|
1495
|
+
readonly status: "FAILED" | "PASSED";
|
|
1496
|
+
readonly tags: readonly string[] | null;
|
|
1497
|
+
readonly updatedAt: string;
|
|
1498
|
+
}[];
|
|
1499
|
+
readonly environment: string | null;
|
|
1500
|
+
readonly errors: readonly {
|
|
1501
|
+
readonly message: string;
|
|
1502
|
+
readonly title: string;
|
|
1503
|
+
}[];
|
|
1504
|
+
readonly id: string;
|
|
1505
|
+
readonly key: string;
|
|
1506
|
+
readonly name: string;
|
|
1507
|
+
readonly outputs: unknown;
|
|
1508
|
+
readonly requiredJobKeys: readonly string[];
|
|
1509
|
+
readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "PENDING_CANCEL" | "SKIPPED" | "SUCCESS";
|
|
1510
|
+
readonly turtleBuild: {
|
|
1511
|
+
readonly activityTimestamp: string;
|
|
1512
|
+
readonly appBuildVersion: string | null;
|
|
1513
|
+
readonly appIdentifier: string | null;
|
|
1514
|
+
readonly appVersion: string | null;
|
|
1515
|
+
readonly buildMode: "BUILD" | "CUSTOM" | "LOCAL" | "REPACK" | "RESIGN" | null;
|
|
1516
|
+
readonly buildProfile: string | null;
|
|
1517
|
+
readonly channel: string | null;
|
|
1518
|
+
readonly cliVersion: string | null;
|
|
1519
|
+
readonly completedAt: string | null;
|
|
1520
|
+
readonly createdAt: string;
|
|
1521
|
+
readonly customNodeVersion: string | null;
|
|
1522
|
+
readonly customWorkflowName: string | null;
|
|
1523
|
+
readonly developmentClient: boolean | null;
|
|
1524
|
+
readonly distribution: "INTERNAL" | "SIMULATOR" | "STORE" | null;
|
|
1525
|
+
readonly enqueuedAt: string | null;
|
|
1526
|
+
readonly estimatedWaitTimeLeftSeconds: number | null;
|
|
1527
|
+
readonly expirationDate: string | null;
|
|
1528
|
+
readonly gitCommitHash: string | null;
|
|
1529
|
+
readonly gitCommitMessage: string | null;
|
|
1530
|
+
readonly gitRef: string | null;
|
|
1531
|
+
readonly githubRepositoryOwnerAndName: string | null;
|
|
1532
|
+
readonly id: string;
|
|
1533
|
+
readonly initialQueuePosition: number | null;
|
|
1534
|
+
readonly iosEnterpriseProvisioning: "ADHOC" | "UNIVERSAL" | null;
|
|
1535
|
+
readonly isForIosSimulator: boolean;
|
|
1536
|
+
readonly isGitWorkingTreeDirty: boolean | null;
|
|
1537
|
+
readonly isWaived: boolean;
|
|
1538
|
+
readonly logFiles: readonly string[];
|
|
1539
|
+
readonly maxBuildTimeSeconds: number;
|
|
1540
|
+
readonly maxRetryTimeMinutes: number | null;
|
|
1541
|
+
readonly message: string | null;
|
|
1542
|
+
readonly platform: "ANDROID" | "IOS";
|
|
1543
|
+
readonly priority: "HIGH" | "NORMAL" | "NORMAL_PLUS";
|
|
1544
|
+
readonly projectMetadataFileUrl: string | null;
|
|
1545
|
+
readonly projectRootDirectory: string | null;
|
|
1546
|
+
readonly provisioningStartedAt: string | null;
|
|
1547
|
+
readonly queuePosition: number | null;
|
|
1548
|
+
readonly reactNativeVersion: string | null;
|
|
1549
|
+
readonly releaseChannel: string | null;
|
|
1550
|
+
readonly requiredPackageManager: string | null;
|
|
1551
|
+
readonly resolvedEnvironment: unknown;
|
|
1552
|
+
readonly resourceClass: "ANDROID_DEFAULT" | "ANDROID_LARGE" | "ANDROID_MEDIUM" | "IOS_DEFAULT" | "IOS_INTEL_LARGE" | "IOS_INTEL_MEDIUM" | "IOS_LARGE" | "IOS_M1_LARGE" | "IOS_M1_MEDIUM" | "IOS_MEDIUM" | "IOS_M_LARGE" | "IOS_M_MEDIUM" | "LEGACY" | "LINUX_LARGE" | "LINUX_MEDIUM";
|
|
1553
|
+
readonly resourceClassDisplayName: string;
|
|
1554
|
+
readonly runFromCI: boolean | null;
|
|
1555
|
+
readonly runtimeVersion: string | null;
|
|
1556
|
+
readonly sdkVersion: string | null;
|
|
1557
|
+
readonly selectedImage: string | null;
|
|
1558
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1559
|
+
readonly updatedAt: string;
|
|
1560
|
+
readonly waiverType: "FAST_FAILED_BUILD" | "SYSTEM_ERROR" | null;
|
|
1561
|
+
readonly workerStartedAt: string | null;
|
|
1562
|
+
} | null;
|
|
1563
|
+
readonly turtleJobRun: {
|
|
1564
|
+
readonly createdAt: string;
|
|
1565
|
+
readonly displayName: string | null;
|
|
1566
|
+
readonly endedAt: string | null;
|
|
1567
|
+
readonly expiresAt: string;
|
|
1568
|
+
readonly gitCommitHash: string | null;
|
|
1569
|
+
readonly gitCommitMessage: string | null;
|
|
1570
|
+
readonly gitRef: string | null;
|
|
1571
|
+
readonly id: string;
|
|
1572
|
+
readonly isWaived: boolean;
|
|
1573
|
+
readonly logFileUrls: readonly string[];
|
|
1574
|
+
readonly name: string;
|
|
1575
|
+
readonly priority: "HIGH" | "NORMAL";
|
|
1576
|
+
readonly startedAt: string | null;
|
|
1577
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1578
|
+
readonly updateGroups: readonly (readonly unknown[])[];
|
|
1579
|
+
} | null;
|
|
1580
|
+
readonly type: "APPLE_DEVICE_REGISTRATION_REQUEST" | "BUILD" | "CUSTOM" | "DEPLOY" | "DOC" | "FINGERPRINT" | "GET_BUILD" | "GITHUB_COMMENT" | "MAESTRO_CLOUD" | "MAESTRO_TEST" | "REPACK" | "REQUIRE_APPROVAL" | "SLACK" | "SUBMISSION" | "TESTFLIGHT" | "UPDATE";
|
|
1581
|
+
readonly updatedAt: string;
|
|
1582
|
+
readonly workflowRun: {
|
|
1583
|
+
readonly activityTimestamp: string;
|
|
1584
|
+
readonly createdAt: string;
|
|
1585
|
+
readonly durationSeconds: number | null;
|
|
1586
|
+
readonly finalizedAt: string | null;
|
|
1587
|
+
readonly gitCommitHash: string | null;
|
|
1588
|
+
readonly gitCommitMessage: string | null;
|
|
1589
|
+
readonly id: string;
|
|
1590
|
+
readonly inputs: unknown;
|
|
1591
|
+
readonly name: string;
|
|
1592
|
+
readonly pullRequestNumber: number | null;
|
|
1593
|
+
readonly requestedGitRef: string | null;
|
|
1594
|
+
readonly sourceExpiresAt: string | null;
|
|
1595
|
+
readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "SUCCESS";
|
|
1596
|
+
readonly triggerEventType: "APP_STORE_CONNECT_APP_VERSION_STATE_CHANGED" | "APP_STORE_CONNECT_BETA_FEEDBACK_SUBMITTED" | "APP_STORE_CONNECT_BUILD_UPLOAD_STATE_CHANGED" | "APP_STORE_CONNECT_EXTERNAL_BETA_STATE_CHANGED" | "EAS_SUBMIT" | "EXPO_LAUNCH" | "GITHUB_PULL_REQUEST_LABELED" | "GITHUB_PULL_REQUEST_OPENED" | "GITHUB_PULL_REQUEST_READY_FOR_REVIEW" | "GITHUB_PULL_REQUEST_REOPENED" | "GITHUB_PULL_REQUEST_SYNCHRONIZE" | "GITHUB_PUSH" | "MANUAL" | "REPACK_EXPO_GO" | "SCHEDULE";
|
|
1597
|
+
readonly triggeringLabelName: string | null;
|
|
1598
|
+
readonly triggeringSchedule: string | null;
|
|
1599
|
+
readonly updatedAt: string;
|
|
1600
|
+
};
|
|
1601
|
+
} | null;
|
|
1602
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
1603
|
+
//# sourceMappingURL=submissionCancelSubmission.d.ts.map
|