@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,1193 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const WorkflowJobsByIdInput: Schema.Struct<{
|
|
3
|
+
readonly workflowJobId: Schema.String;
|
|
4
|
+
}>;
|
|
5
|
+
export type WorkflowJobsByIdInput = typeof WorkflowJobsByIdInput.Type;
|
|
6
|
+
export declare const WorkflowJobsByIdOutput: Schema.Struct<{
|
|
7
|
+
readonly allDeviceTestCaseResults: Schema.$Array<Schema.Struct<{
|
|
8
|
+
readonly createdAt: Schema.String;
|
|
9
|
+
readonly duration: Schema.NullOr<Schema.Number>;
|
|
10
|
+
readonly errorMessage: Schema.NullOr<Schema.String>;
|
|
11
|
+
readonly id: Schema.String;
|
|
12
|
+
readonly name: Schema.String;
|
|
13
|
+
readonly path: Schema.String;
|
|
14
|
+
readonly properties: Schema.NullOr<Schema.Unknown>;
|
|
15
|
+
readonly retryCount: Schema.NullOr<Schema.Number>;
|
|
16
|
+
readonly status: Schema.Literals<readonly ["FAILED", "PASSED"]>;
|
|
17
|
+
readonly tags: Schema.NullOr<Schema.$Array<Schema.String>>;
|
|
18
|
+
readonly updatedAt: Schema.String;
|
|
19
|
+
}>>;
|
|
20
|
+
readonly approvals: Schema.$Array<Schema.Struct<{
|
|
21
|
+
readonly createdAt: Schema.String;
|
|
22
|
+
readonly decision: Schema.Literals<readonly ["APPROVED", "REJECTED"]>;
|
|
23
|
+
readonly id: Schema.String;
|
|
24
|
+
readonly updatedAt: Schema.String;
|
|
25
|
+
readonly userActor: Schema.NullOr<Schema.Struct<{
|
|
26
|
+
readonly appCount: Schema.Number;
|
|
27
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
28
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
29
|
+
readonly created: Schema.String;
|
|
30
|
+
readonly displayName: Schema.String;
|
|
31
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
32
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
33
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
34
|
+
readonly id: Schema.String;
|
|
35
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
36
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
37
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
38
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
39
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
40
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
41
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
42
|
+
readonly profilePhoto: Schema.String;
|
|
43
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
44
|
+
readonly username: Schema.String;
|
|
45
|
+
}>>;
|
|
46
|
+
}>>;
|
|
47
|
+
readonly createdAt: Schema.String;
|
|
48
|
+
readonly credentialsAppleDeviceRegistrationRequest: Schema.NullOr<Schema.Struct<{
|
|
49
|
+
readonly account: Schema.Struct<{
|
|
50
|
+
readonly appCount: Schema.Number;
|
|
51
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
52
|
+
readonly createdAt: Schema.String;
|
|
53
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
54
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
55
|
+
readonly hasBuilds: Schema.Boolean;
|
|
56
|
+
readonly id: Schema.String;
|
|
57
|
+
readonly isCurrent: Schema.Boolean;
|
|
58
|
+
readonly isDisabled: Schema.Boolean;
|
|
59
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
60
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
61
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
62
|
+
readonly name: Schema.String;
|
|
63
|
+
readonly profileImageUrl: Schema.String;
|
|
64
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
65
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
66
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
67
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
68
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
69
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
70
|
+
readonly updatedAt: Schema.String;
|
|
71
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
72
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
73
|
+
}>;
|
|
74
|
+
readonly appleTeam: Schema.Struct<{
|
|
75
|
+
readonly appleTeamIdentifier: Schema.String;
|
|
76
|
+
readonly appleTeamName: Schema.NullOr<Schema.String>;
|
|
77
|
+
readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
|
|
78
|
+
readonly id: Schema.String;
|
|
79
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
80
|
+
}>;
|
|
81
|
+
readonly id: Schema.String;
|
|
82
|
+
}>>;
|
|
83
|
+
readonly deviceTestCaseResults: Schema.$Array<Schema.Struct<{
|
|
84
|
+
readonly createdAt: Schema.String;
|
|
85
|
+
readonly duration: Schema.NullOr<Schema.Number>;
|
|
86
|
+
readonly errorMessage: Schema.NullOr<Schema.String>;
|
|
87
|
+
readonly id: Schema.String;
|
|
88
|
+
readonly name: Schema.String;
|
|
89
|
+
readonly path: Schema.String;
|
|
90
|
+
readonly properties: Schema.NullOr<Schema.Unknown>;
|
|
91
|
+
readonly retryCount: Schema.NullOr<Schema.Number>;
|
|
92
|
+
readonly status: Schema.Literals<readonly ["FAILED", "PASSED"]>;
|
|
93
|
+
readonly tags: Schema.NullOr<Schema.$Array<Schema.String>>;
|
|
94
|
+
readonly updatedAt: Schema.String;
|
|
95
|
+
}>>;
|
|
96
|
+
readonly environment: Schema.NullOr<Schema.String>;
|
|
97
|
+
readonly errors: Schema.$Array<Schema.Struct<{
|
|
98
|
+
readonly message: Schema.String;
|
|
99
|
+
readonly title: Schema.String;
|
|
100
|
+
}>>;
|
|
101
|
+
readonly id: Schema.String;
|
|
102
|
+
readonly key: Schema.String;
|
|
103
|
+
readonly name: Schema.String;
|
|
104
|
+
readonly outputs: Schema.Unknown;
|
|
105
|
+
readonly requiredJobKeys: Schema.$Array<Schema.String>;
|
|
106
|
+
readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "PENDING_CANCEL", "SKIPPED", "SUCCESS"]>;
|
|
107
|
+
readonly turtleBuild: Schema.NullOr<Schema.Struct<{
|
|
108
|
+
readonly activityTimestamp: Schema.String;
|
|
109
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
110
|
+
readonly created: Schema.String;
|
|
111
|
+
readonly displayName: Schema.String;
|
|
112
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
113
|
+
readonly id: Schema.String;
|
|
114
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
115
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
116
|
+
}>>;
|
|
117
|
+
readonly app: Schema.Struct<{
|
|
118
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
119
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
120
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
121
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
122
|
+
readonly description: Schema.String;
|
|
123
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
124
|
+
readonly fullName: Schema.String;
|
|
125
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
126
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
127
|
+
readonly id: Schema.String;
|
|
128
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
129
|
+
readonly isDeleting: Schema.Boolean;
|
|
130
|
+
readonly isDeprecated: Schema.Boolean;
|
|
131
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
132
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
133
|
+
readonly lastPublishedTime: Schema.String;
|
|
134
|
+
readonly latestActivity: Schema.String;
|
|
135
|
+
readonly latestReleaseId: Schema.String;
|
|
136
|
+
readonly likeCount: Schema.Number;
|
|
137
|
+
readonly name: Schema.String;
|
|
138
|
+
readonly packageName: Schema.String;
|
|
139
|
+
readonly packageUsername: Schema.String;
|
|
140
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
141
|
+
readonly privacy: Schema.String;
|
|
142
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
143
|
+
readonly published: Schema.Boolean;
|
|
144
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
145
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
146
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
147
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
148
|
+
readonly scopeKey: Schema.String;
|
|
149
|
+
readonly sdkVersion: Schema.String;
|
|
150
|
+
readonly slug: Schema.String;
|
|
151
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
152
|
+
readonly trendScore: Schema.Number;
|
|
153
|
+
readonly updated: Schema.String;
|
|
154
|
+
readonly username: Schema.String;
|
|
155
|
+
}>;
|
|
156
|
+
readonly appBuildVersion: Schema.NullOr<Schema.String>;
|
|
157
|
+
readonly appIdentifier: Schema.NullOr<Schema.String>;
|
|
158
|
+
readonly appVersion: Schema.NullOr<Schema.String>;
|
|
159
|
+
readonly artifacts: Schema.NullOr<Schema.Struct<{
|
|
160
|
+
readonly applicationArchiveUrl: Schema.NullOr<Schema.String>;
|
|
161
|
+
readonly buildArtifactsUrl: Schema.NullOr<Schema.String>;
|
|
162
|
+
readonly buildUrl: Schema.NullOr<Schema.String>;
|
|
163
|
+
readonly fingerprintUrl: Schema.NullOr<Schema.String>;
|
|
164
|
+
readonly xcodeBuildLogsUrl: Schema.NullOr<Schema.String>;
|
|
165
|
+
}>>;
|
|
166
|
+
readonly buildMode: Schema.NullOr<Schema.Literals<readonly ["BUILD", "CUSTOM", "LOCAL", "REPACK", "RESIGN"]>>;
|
|
167
|
+
readonly buildProfile: Schema.NullOr<Schema.String>;
|
|
168
|
+
readonly cancelingActor: Schema.NullOr<Schema.Struct<{
|
|
169
|
+
readonly created: Schema.String;
|
|
170
|
+
readonly displayName: Schema.String;
|
|
171
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
172
|
+
readonly id: Schema.String;
|
|
173
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
174
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
175
|
+
}>>;
|
|
176
|
+
readonly channel: Schema.NullOr<Schema.String>;
|
|
177
|
+
readonly cliVersion: Schema.NullOr<Schema.String>;
|
|
178
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
179
|
+
readonly createdAt: Schema.String;
|
|
180
|
+
readonly customNodeVersion: Schema.NullOr<Schema.String>;
|
|
181
|
+
readonly customWorkflowName: Schema.NullOr<Schema.String>;
|
|
182
|
+
readonly deployment: Schema.NullOr<Schema.Struct<{
|
|
183
|
+
readonly id: Schema.String;
|
|
184
|
+
}>>;
|
|
185
|
+
readonly developmentClient: Schema.NullOr<Schema.Boolean>;
|
|
186
|
+
readonly distribution: Schema.NullOr<Schema.Literals<readonly ["INTERNAL", "SIMULATOR", "STORE"]>>;
|
|
187
|
+
readonly enqueuedAt: Schema.NullOr<Schema.String>;
|
|
188
|
+
readonly error: Schema.NullOr<Schema.Struct<{
|
|
189
|
+
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"]>>;
|
|
190
|
+
readonly docsUrl: Schema.NullOr<Schema.String>;
|
|
191
|
+
readonly errorCode: Schema.String;
|
|
192
|
+
readonly message: Schema.String;
|
|
193
|
+
}>>;
|
|
194
|
+
readonly estimatedWaitTimeLeftSeconds: Schema.NullOr<Schema.Number>;
|
|
195
|
+
readonly expirationDate: Schema.NullOr<Schema.String>;
|
|
196
|
+
readonly fingerprint: Schema.NullOr<Schema.Struct<{
|
|
197
|
+
readonly buildCount: Schema.Number;
|
|
198
|
+
readonly createdAt: Schema.String;
|
|
199
|
+
readonly debugInfoUrl: Schema.NullOr<Schema.String>;
|
|
200
|
+
readonly hash: Schema.String;
|
|
201
|
+
readonly id: Schema.String;
|
|
202
|
+
readonly updateCount: Schema.Number;
|
|
203
|
+
readonly updatedAt: Schema.String;
|
|
204
|
+
}>>;
|
|
205
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
206
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
207
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
208
|
+
readonly githubRepositoryOwnerAndName: Schema.NullOr<Schema.String>;
|
|
209
|
+
readonly id: Schema.String;
|
|
210
|
+
readonly initialQueuePosition: Schema.NullOr<Schema.Number>;
|
|
211
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
212
|
+
readonly created: Schema.String;
|
|
213
|
+
readonly displayName: Schema.String;
|
|
214
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
215
|
+
readonly id: Schema.String;
|
|
216
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
217
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
218
|
+
}>>;
|
|
219
|
+
readonly iosEnterpriseProvisioning: Schema.NullOr<Schema.Literals<readonly ["ADHOC", "UNIVERSAL"]>>;
|
|
220
|
+
readonly isForIosSimulator: Schema.Boolean;
|
|
221
|
+
readonly isGitWorkingTreeDirty: Schema.NullOr<Schema.Boolean>;
|
|
222
|
+
readonly isWaived: Schema.Boolean;
|
|
223
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
224
|
+
readonly maxBuildTimeSeconds: Schema.Number;
|
|
225
|
+
readonly maxRetryTimeMinutes: Schema.NullOr<Schema.Number>;
|
|
226
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
227
|
+
readonly metrics: Schema.NullOr<Schema.Struct<{
|
|
228
|
+
readonly buildDuration: Schema.NullOr<Schema.Number>;
|
|
229
|
+
readonly buildQueueTime: Schema.NullOr<Schema.Number>;
|
|
230
|
+
readonly buildWaitTime: Schema.NullOr<Schema.Number>;
|
|
231
|
+
}>>;
|
|
232
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
233
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL", "NORMAL_PLUS"]>;
|
|
234
|
+
readonly project: Schema.Struct<{
|
|
235
|
+
readonly description: Schema.String;
|
|
236
|
+
readonly fullName: Schema.String;
|
|
237
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
238
|
+
readonly id: Schema.String;
|
|
239
|
+
readonly name: Schema.String;
|
|
240
|
+
readonly published: Schema.Boolean;
|
|
241
|
+
readonly slug: Schema.String;
|
|
242
|
+
readonly updated: Schema.String;
|
|
243
|
+
readonly username: Schema.String;
|
|
244
|
+
}>;
|
|
245
|
+
readonly projectMetadataFileUrl: Schema.NullOr<Schema.String>;
|
|
246
|
+
readonly projectRootDirectory: Schema.NullOr<Schema.String>;
|
|
247
|
+
readonly provisioningStartedAt: Schema.NullOr<Schema.String>;
|
|
248
|
+
readonly queuePosition: Schema.NullOr<Schema.Number>;
|
|
249
|
+
readonly reactNativeVersion: Schema.NullOr<Schema.String>;
|
|
250
|
+
readonly releaseChannel: Schema.NullOr<Schema.String>;
|
|
251
|
+
readonly requiredPackageManager: Schema.NullOr<Schema.String>;
|
|
252
|
+
readonly resolvedEnvironment: Schema.NullOr<Schema.Unknown>;
|
|
253
|
+
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"]>;
|
|
254
|
+
readonly resourceClassDisplayName: Schema.String;
|
|
255
|
+
readonly runFromCI: Schema.NullOr<Schema.Boolean>;
|
|
256
|
+
readonly runtime: Schema.NullOr<Schema.Struct<{
|
|
257
|
+
readonly createdAt: Schema.String;
|
|
258
|
+
readonly firstBuildCreatedAt: Schema.NullOr<Schema.String>;
|
|
259
|
+
readonly id: Schema.String;
|
|
260
|
+
readonly isFingerprint: Schema.Boolean;
|
|
261
|
+
readonly updatedAt: Schema.String;
|
|
262
|
+
readonly version: Schema.String;
|
|
263
|
+
}>>;
|
|
264
|
+
readonly runtimeVersion: Schema.NullOr<Schema.String>;
|
|
265
|
+
readonly sdkVersion: Schema.NullOr<Schema.String>;
|
|
266
|
+
readonly selectedImage: Schema.NullOr<Schema.String>;
|
|
267
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
268
|
+
readonly submissions: Schema.$Array<Schema.Struct<{
|
|
269
|
+
readonly activityTimestamp: Schema.String;
|
|
270
|
+
readonly archiveUrl: Schema.NullOr<Schema.String>;
|
|
271
|
+
readonly canRetry: Schema.Boolean;
|
|
272
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
273
|
+
readonly createdAt: Schema.String;
|
|
274
|
+
readonly id: Schema.String;
|
|
275
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
276
|
+
readonly logsUrl: Schema.NullOr<Schema.String>;
|
|
277
|
+
readonly maxRetryTimeMinutes: Schema.Number;
|
|
278
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
279
|
+
readonly priority: Schema.NullOr<Schema.Literals<readonly ["HIGH", "NORMAL"]>>;
|
|
280
|
+
readonly status: Schema.Literals<readonly ["AWAITING_BUILD", "CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE"]>;
|
|
281
|
+
readonly updatedAt: Schema.String;
|
|
282
|
+
}>>;
|
|
283
|
+
readonly updateChannel: Schema.NullOr<Schema.Struct<{
|
|
284
|
+
readonly appId: Schema.String;
|
|
285
|
+
readonly branchMapping: Schema.String;
|
|
286
|
+
readonly createdAt: Schema.String;
|
|
287
|
+
readonly id: Schema.String;
|
|
288
|
+
readonly isPaused: Schema.Boolean;
|
|
289
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
290
|
+
readonly name: Schema.String;
|
|
291
|
+
readonly updatedAt: Schema.String;
|
|
292
|
+
}>>;
|
|
293
|
+
readonly updatedAt: Schema.String;
|
|
294
|
+
readonly waiverType: Schema.NullOr<Schema.Literals<readonly ["FAST_FAILED_BUILD", "SYSTEM_ERROR"]>>;
|
|
295
|
+
readonly workerStartedAt: Schema.NullOr<Schema.String>;
|
|
296
|
+
}>>;
|
|
297
|
+
readonly turtleJobRun: Schema.NullOr<Schema.Struct<{
|
|
298
|
+
readonly app: Schema.Struct<{
|
|
299
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
300
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
301
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
302
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
303
|
+
readonly description: Schema.String;
|
|
304
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
305
|
+
readonly fullName: Schema.String;
|
|
306
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
307
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
308
|
+
readonly id: Schema.String;
|
|
309
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
310
|
+
readonly isDeleting: Schema.Boolean;
|
|
311
|
+
readonly isDeprecated: Schema.Boolean;
|
|
312
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
313
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
314
|
+
readonly lastPublishedTime: Schema.String;
|
|
315
|
+
readonly latestActivity: Schema.String;
|
|
316
|
+
readonly latestReleaseId: Schema.String;
|
|
317
|
+
readonly likeCount: Schema.Number;
|
|
318
|
+
readonly name: Schema.String;
|
|
319
|
+
readonly packageName: Schema.String;
|
|
320
|
+
readonly packageUsername: Schema.String;
|
|
321
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
322
|
+
readonly privacy: Schema.String;
|
|
323
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
324
|
+
readonly published: Schema.Boolean;
|
|
325
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
326
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
327
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
328
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
329
|
+
readonly scopeKey: Schema.String;
|
|
330
|
+
readonly sdkVersion: Schema.String;
|
|
331
|
+
readonly slug: Schema.String;
|
|
332
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
333
|
+
readonly trendScore: Schema.Number;
|
|
334
|
+
readonly updated: Schema.String;
|
|
335
|
+
readonly username: Schema.String;
|
|
336
|
+
}>;
|
|
337
|
+
readonly artifacts: Schema.$Array<Schema.Struct<{
|
|
338
|
+
readonly contentType: Schema.NullOr<Schema.String>;
|
|
339
|
+
readonly createdAt: Schema.String;
|
|
340
|
+
readonly downloadUrl: Schema.NullOr<Schema.String>;
|
|
341
|
+
readonly fileSizeBytes: Schema.NullOr<Schema.Number>;
|
|
342
|
+
readonly filename: Schema.String;
|
|
343
|
+
readonly id: Schema.String;
|
|
344
|
+
readonly name: Schema.String;
|
|
345
|
+
readonly storageType: Schema.Literals<readonly ["GCS", "R2"]>;
|
|
346
|
+
readonly updatedAt: Schema.String;
|
|
347
|
+
}>>;
|
|
348
|
+
readonly createdAt: Schema.String;
|
|
349
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
350
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
351
|
+
readonly errors: Schema.$Array<Schema.Struct<{
|
|
352
|
+
readonly buildPhase: Schema.NullOr<Schema.String>;
|
|
353
|
+
readonly docsUrl: Schema.NullOr<Schema.String>;
|
|
354
|
+
readonly errorCode: Schema.String;
|
|
355
|
+
readonly message: Schema.String;
|
|
356
|
+
}>>;
|
|
357
|
+
readonly expiresAt: Schema.String;
|
|
358
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
359
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
360
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
361
|
+
readonly id: Schema.String;
|
|
362
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
363
|
+
readonly created: Schema.String;
|
|
364
|
+
readonly displayName: Schema.String;
|
|
365
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
366
|
+
readonly id: Schema.String;
|
|
367
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
368
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
369
|
+
}>>;
|
|
370
|
+
readonly isWaived: Schema.Boolean;
|
|
371
|
+
readonly logFileUrls: Schema.$Array<Schema.String>;
|
|
372
|
+
readonly name: Schema.String;
|
|
373
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL"]>;
|
|
374
|
+
readonly startedAt: Schema.NullOr<Schema.String>;
|
|
375
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
376
|
+
readonly updateGroups: Schema.$Array<Schema.$Array<Schema.Unknown>>;
|
|
377
|
+
}>>;
|
|
378
|
+
readonly turtleSubmission: Schema.NullOr<Schema.Struct<{
|
|
379
|
+
readonly activityTimestamp: Schema.String;
|
|
380
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
381
|
+
readonly created: Schema.String;
|
|
382
|
+
readonly displayName: Schema.String;
|
|
383
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
384
|
+
readonly id: Schema.String;
|
|
385
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
386
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
387
|
+
}>>;
|
|
388
|
+
readonly androidConfig: Schema.NullOr<Schema.Struct<{
|
|
389
|
+
readonly applicationIdentifier: Schema.NullOr<Schema.String>;
|
|
390
|
+
readonly archiveType: Schema.NullOr<Schema.Literals<readonly ["AAB", "APK"]>>;
|
|
391
|
+
readonly releaseStatus: Schema.NullOr<Schema.Literals<readonly ["COMPLETED", "DRAFT", "HALTED", "IN_PROGRESS"]>>;
|
|
392
|
+
readonly rollout: Schema.NullOr<Schema.Number>;
|
|
393
|
+
readonly track: Schema.String;
|
|
394
|
+
}>>;
|
|
395
|
+
readonly app: Schema.Struct<{
|
|
396
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
397
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
398
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
399
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
400
|
+
readonly description: Schema.String;
|
|
401
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
402
|
+
readonly fullName: Schema.String;
|
|
403
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
404
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
405
|
+
readonly id: Schema.String;
|
|
406
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
407
|
+
readonly isDeleting: Schema.Boolean;
|
|
408
|
+
readonly isDeprecated: Schema.Boolean;
|
|
409
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
410
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
411
|
+
readonly lastPublishedTime: Schema.String;
|
|
412
|
+
readonly latestActivity: Schema.String;
|
|
413
|
+
readonly latestReleaseId: Schema.String;
|
|
414
|
+
readonly likeCount: Schema.Number;
|
|
415
|
+
readonly name: Schema.String;
|
|
416
|
+
readonly packageName: Schema.String;
|
|
417
|
+
readonly packageUsername: Schema.String;
|
|
418
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
419
|
+
readonly privacy: Schema.String;
|
|
420
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
421
|
+
readonly published: Schema.Boolean;
|
|
422
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
423
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
424
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
425
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
426
|
+
readonly scopeKey: Schema.String;
|
|
427
|
+
readonly sdkVersion: Schema.String;
|
|
428
|
+
readonly slug: Schema.String;
|
|
429
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
430
|
+
readonly trendScore: Schema.Number;
|
|
431
|
+
readonly updated: Schema.String;
|
|
432
|
+
readonly username: Schema.String;
|
|
433
|
+
}>;
|
|
434
|
+
readonly archiveUrl: Schema.NullOr<Schema.String>;
|
|
435
|
+
readonly canRetry: Schema.Boolean;
|
|
436
|
+
readonly cancelingActor: Schema.NullOr<Schema.Struct<{
|
|
437
|
+
readonly created: Schema.String;
|
|
438
|
+
readonly displayName: Schema.String;
|
|
439
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
440
|
+
readonly id: Schema.String;
|
|
441
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
442
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
443
|
+
}>>;
|
|
444
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
445
|
+
readonly createdAt: Schema.String;
|
|
446
|
+
readonly error: Schema.NullOr<Schema.Struct<{
|
|
447
|
+
readonly errorCode: Schema.NullOr<Schema.String>;
|
|
448
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
449
|
+
}>>;
|
|
450
|
+
readonly id: Schema.String;
|
|
451
|
+
readonly initiatingActor: Schema.NullOr<Schema.Struct<{
|
|
452
|
+
readonly created: Schema.String;
|
|
453
|
+
readonly displayName: Schema.String;
|
|
454
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
455
|
+
readonly id: Schema.String;
|
|
456
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
457
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
458
|
+
}>>;
|
|
459
|
+
readonly iosConfig: Schema.NullOr<Schema.Struct<{
|
|
460
|
+
readonly appleIdUsername: Schema.NullOr<Schema.String>;
|
|
461
|
+
readonly ascApiKeyId: Schema.NullOr<Schema.String>;
|
|
462
|
+
readonly ascAppIdentifier: Schema.String;
|
|
463
|
+
}>>;
|
|
464
|
+
readonly jobRun: Schema.NullOr<Schema.Struct<{
|
|
465
|
+
readonly createdAt: Schema.String;
|
|
466
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
467
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
468
|
+
readonly expiresAt: Schema.String;
|
|
469
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
470
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
471
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
472
|
+
readonly id: Schema.String;
|
|
473
|
+
readonly isWaived: Schema.Boolean;
|
|
474
|
+
readonly logFileUrls: Schema.$Array<Schema.String>;
|
|
475
|
+
readonly name: Schema.String;
|
|
476
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL"]>;
|
|
477
|
+
readonly startedAt: Schema.NullOr<Schema.String>;
|
|
478
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
479
|
+
readonly updateGroups: Schema.$Array<Schema.$Array<Schema.Unknown>>;
|
|
480
|
+
}>>;
|
|
481
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
482
|
+
readonly logsUrl: Schema.NullOr<Schema.String>;
|
|
483
|
+
readonly maxRetryTimeMinutes: Schema.Number;
|
|
484
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
485
|
+
readonly priority: Schema.NullOr<Schema.Literals<readonly ["HIGH", "NORMAL"]>>;
|
|
486
|
+
readonly status: Schema.Literals<readonly ["AWAITING_BUILD", "CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE"]>;
|
|
487
|
+
readonly submittedBuild: Schema.NullOr<Schema.Struct<{
|
|
488
|
+
readonly activityTimestamp: Schema.String;
|
|
489
|
+
readonly appBuildVersion: Schema.NullOr<Schema.String>;
|
|
490
|
+
readonly appIdentifier: Schema.NullOr<Schema.String>;
|
|
491
|
+
readonly appVersion: Schema.NullOr<Schema.String>;
|
|
492
|
+
readonly buildMode: Schema.NullOr<Schema.Literals<readonly ["BUILD", "CUSTOM", "LOCAL", "REPACK", "RESIGN"]>>;
|
|
493
|
+
readonly buildProfile: Schema.NullOr<Schema.String>;
|
|
494
|
+
readonly channel: Schema.NullOr<Schema.String>;
|
|
495
|
+
readonly cliVersion: Schema.NullOr<Schema.String>;
|
|
496
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
497
|
+
readonly createdAt: Schema.String;
|
|
498
|
+
readonly customNodeVersion: Schema.NullOr<Schema.String>;
|
|
499
|
+
readonly customWorkflowName: Schema.NullOr<Schema.String>;
|
|
500
|
+
readonly developmentClient: Schema.NullOr<Schema.Boolean>;
|
|
501
|
+
readonly distribution: Schema.NullOr<Schema.Literals<readonly ["INTERNAL", "SIMULATOR", "STORE"]>>;
|
|
502
|
+
readonly enqueuedAt: Schema.NullOr<Schema.String>;
|
|
503
|
+
readonly estimatedWaitTimeLeftSeconds: Schema.NullOr<Schema.Number>;
|
|
504
|
+
readonly expirationDate: Schema.NullOr<Schema.String>;
|
|
505
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
506
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
507
|
+
readonly gitRef: Schema.NullOr<Schema.String>;
|
|
508
|
+
readonly githubRepositoryOwnerAndName: Schema.NullOr<Schema.String>;
|
|
509
|
+
readonly id: Schema.String;
|
|
510
|
+
readonly initialQueuePosition: Schema.NullOr<Schema.Number>;
|
|
511
|
+
readonly iosEnterpriseProvisioning: Schema.NullOr<Schema.Literals<readonly ["ADHOC", "UNIVERSAL"]>>;
|
|
512
|
+
readonly isForIosSimulator: Schema.Boolean;
|
|
513
|
+
readonly isGitWorkingTreeDirty: Schema.NullOr<Schema.Boolean>;
|
|
514
|
+
readonly isWaived: Schema.Boolean;
|
|
515
|
+
readonly logFiles: Schema.$Array<Schema.String>;
|
|
516
|
+
readonly maxBuildTimeSeconds: Schema.Number;
|
|
517
|
+
readonly maxRetryTimeMinutes: Schema.NullOr<Schema.Number>;
|
|
518
|
+
readonly message: Schema.NullOr<Schema.String>;
|
|
519
|
+
readonly platform: Schema.Literals<readonly ["ANDROID", "IOS"]>;
|
|
520
|
+
readonly priority: Schema.Literals<readonly ["HIGH", "NORMAL", "NORMAL_PLUS"]>;
|
|
521
|
+
readonly projectMetadataFileUrl: Schema.NullOr<Schema.String>;
|
|
522
|
+
readonly projectRootDirectory: Schema.NullOr<Schema.String>;
|
|
523
|
+
readonly provisioningStartedAt: Schema.NullOr<Schema.String>;
|
|
524
|
+
readonly queuePosition: Schema.NullOr<Schema.Number>;
|
|
525
|
+
readonly reactNativeVersion: Schema.NullOr<Schema.String>;
|
|
526
|
+
readonly releaseChannel: Schema.NullOr<Schema.String>;
|
|
527
|
+
readonly requiredPackageManager: Schema.NullOr<Schema.String>;
|
|
528
|
+
readonly resolvedEnvironment: Schema.NullOr<Schema.Unknown>;
|
|
529
|
+
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"]>;
|
|
530
|
+
readonly resourceClassDisplayName: Schema.String;
|
|
531
|
+
readonly runFromCI: Schema.NullOr<Schema.Boolean>;
|
|
532
|
+
readonly runtimeVersion: Schema.NullOr<Schema.String>;
|
|
533
|
+
readonly sdkVersion: Schema.NullOr<Schema.String>;
|
|
534
|
+
readonly selectedImage: Schema.NullOr<Schema.String>;
|
|
535
|
+
readonly status: Schema.Literals<readonly ["CANCELED", "ERRORED", "FINISHED", "IN_PROGRESS", "IN_QUEUE", "NEW", "PENDING_CANCEL"]>;
|
|
536
|
+
readonly updatedAt: Schema.String;
|
|
537
|
+
readonly waiverType: Schema.NullOr<Schema.Literals<readonly ["FAST_FAILED_BUILD", "SYSTEM_ERROR"]>>;
|
|
538
|
+
readonly workerStartedAt: Schema.NullOr<Schema.String>;
|
|
539
|
+
}>>;
|
|
540
|
+
readonly updatedAt: Schema.String;
|
|
541
|
+
}>>;
|
|
542
|
+
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"]>;
|
|
543
|
+
readonly updatedAt: Schema.String;
|
|
544
|
+
readonly workflowRun: Schema.Struct<{
|
|
545
|
+
readonly activityTimestamp: Schema.String;
|
|
546
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
547
|
+
readonly created: Schema.String;
|
|
548
|
+
readonly displayName: Schema.String;
|
|
549
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
550
|
+
readonly id: Schema.String;
|
|
551
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
552
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
553
|
+
}>>;
|
|
554
|
+
readonly createdAt: Schema.String;
|
|
555
|
+
readonly durationSeconds: Schema.NullOr<Schema.Number>;
|
|
556
|
+
readonly errors: Schema.$Array<Schema.Struct<{
|
|
557
|
+
readonly message: Schema.String;
|
|
558
|
+
readonly title: Schema.NullOr<Schema.String>;
|
|
559
|
+
}>>;
|
|
560
|
+
readonly finalizedAt: Schema.NullOr<Schema.String>;
|
|
561
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
562
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
563
|
+
readonly githubRepository: Schema.NullOr<Schema.Struct<{
|
|
564
|
+
readonly createdAt: Schema.String;
|
|
565
|
+
readonly githubRepositoryIdentifier: Schema.Number;
|
|
566
|
+
readonly githubRepositoryUrl: Schema.NullOr<Schema.String>;
|
|
567
|
+
readonly id: Schema.String;
|
|
568
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
569
|
+
readonly nodeIdentifier: Schema.String;
|
|
570
|
+
}>>;
|
|
571
|
+
readonly id: Schema.String;
|
|
572
|
+
readonly inputs: Schema.NullOr<Schema.Unknown>;
|
|
573
|
+
readonly name: Schema.String;
|
|
574
|
+
readonly pullRequestNumber: Schema.NullOr<Schema.Number>;
|
|
575
|
+
readonly requestedGitRef: Schema.NullOr<Schema.String>;
|
|
576
|
+
readonly sourceExpiresAt: Schema.NullOr<Schema.String>;
|
|
577
|
+
readonly status: Schema.Literals<readonly ["ACTION_REQUIRED", "CANCELED", "FAILURE", "IN_PROGRESS", "NEW", "SUCCESS"]>;
|
|
578
|
+
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"]>;
|
|
579
|
+
readonly triggeringLabelName: Schema.NullOr<Schema.String>;
|
|
580
|
+
readonly triggeringSchedule: Schema.NullOr<Schema.String>;
|
|
581
|
+
readonly updatedAt: Schema.String;
|
|
582
|
+
readonly workflow: Schema.Struct<{
|
|
583
|
+
readonly createdAt: Schema.String;
|
|
584
|
+
readonly fileName: Schema.String;
|
|
585
|
+
readonly id: Schema.String;
|
|
586
|
+
readonly name: Schema.NullOr<Schema.String>;
|
|
587
|
+
readonly updatedAt: Schema.String;
|
|
588
|
+
}>;
|
|
589
|
+
readonly workflowRevision: Schema.NullOr<Schema.Struct<{
|
|
590
|
+
readonly blobSha: Schema.String;
|
|
591
|
+
readonly commitSha: Schema.NullOr<Schema.String>;
|
|
592
|
+
readonly createdAt: Schema.String;
|
|
593
|
+
readonly id: Schema.String;
|
|
594
|
+
readonly yamlConfig: Schema.String;
|
|
595
|
+
}>>;
|
|
596
|
+
}>;
|
|
597
|
+
}>;
|
|
598
|
+
export type WorkflowJobsByIdOutput = typeof WorkflowJobsByIdOutput.Type;
|
|
599
|
+
export declare const workflowJobsById: import("@distilled.cloud/core/client").OperationMethod<{
|
|
600
|
+
readonly workflowJobId: string;
|
|
601
|
+
}, {
|
|
602
|
+
readonly allDeviceTestCaseResults: readonly {
|
|
603
|
+
readonly createdAt: string;
|
|
604
|
+
readonly duration: number | null;
|
|
605
|
+
readonly errorMessage: string | null;
|
|
606
|
+
readonly id: string;
|
|
607
|
+
readonly name: string;
|
|
608
|
+
readonly path: string;
|
|
609
|
+
readonly properties: unknown;
|
|
610
|
+
readonly retryCount: number | null;
|
|
611
|
+
readonly status: "FAILED" | "PASSED";
|
|
612
|
+
readonly tags: readonly string[] | null;
|
|
613
|
+
readonly updatedAt: string;
|
|
614
|
+
}[];
|
|
615
|
+
readonly approvals: readonly {
|
|
616
|
+
readonly createdAt: string;
|
|
617
|
+
readonly decision: "APPROVED" | "REJECTED";
|
|
618
|
+
readonly id: string;
|
|
619
|
+
readonly updatedAt: string;
|
|
620
|
+
readonly userActor: {
|
|
621
|
+
readonly appCount: number;
|
|
622
|
+
readonly appetizeCode: string | null;
|
|
623
|
+
readonly bestContactEmail: string | null;
|
|
624
|
+
readonly created: string;
|
|
625
|
+
readonly displayName: string;
|
|
626
|
+
readonly firstName: string | null;
|
|
627
|
+
readonly fullName: string | null;
|
|
628
|
+
readonly githubUsername: string | null;
|
|
629
|
+
readonly id: string;
|
|
630
|
+
readonly industry: string | null;
|
|
631
|
+
readonly isExpoAdmin: boolean;
|
|
632
|
+
readonly isStaffModeEnabled: boolean;
|
|
633
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
634
|
+
readonly lastName: string | null;
|
|
635
|
+
readonly location: string | null;
|
|
636
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
637
|
+
readonly profilePhoto: string;
|
|
638
|
+
readonly twitterUsername: string | null;
|
|
639
|
+
readonly username: string;
|
|
640
|
+
} | null;
|
|
641
|
+
}[];
|
|
642
|
+
readonly createdAt: string;
|
|
643
|
+
readonly credentialsAppleDeviceRegistrationRequest: {
|
|
644
|
+
readonly account: {
|
|
645
|
+
readonly appCount: number;
|
|
646
|
+
readonly availableBuilds: number | null;
|
|
647
|
+
readonly createdAt: string;
|
|
648
|
+
readonly displayName: string | null;
|
|
649
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
650
|
+
readonly hasBuilds: boolean;
|
|
651
|
+
readonly id: string;
|
|
652
|
+
readonly isCurrent: boolean;
|
|
653
|
+
readonly isDisabled: boolean;
|
|
654
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
655
|
+
readonly isSSOEnabled: boolean;
|
|
656
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
657
|
+
readonly name: string;
|
|
658
|
+
readonly profileImageUrl: string;
|
|
659
|
+
readonly pushSecurityEnabled: boolean;
|
|
660
|
+
readonly requireTwoFactor: boolean;
|
|
661
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
662
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
663
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
664
|
+
readonly unlimitedBuilds: boolean;
|
|
665
|
+
readonly updatedAt: string;
|
|
666
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
667
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
668
|
+
};
|
|
669
|
+
readonly appleTeam: {
|
|
670
|
+
readonly appleTeamIdentifier: string;
|
|
671
|
+
readonly appleTeamName: string | null;
|
|
672
|
+
readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
|
|
673
|
+
readonly id: string;
|
|
674
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
675
|
+
};
|
|
676
|
+
readonly id: string;
|
|
677
|
+
} | null;
|
|
678
|
+
readonly deviceTestCaseResults: readonly {
|
|
679
|
+
readonly createdAt: string;
|
|
680
|
+
readonly duration: number | null;
|
|
681
|
+
readonly errorMessage: string | null;
|
|
682
|
+
readonly id: string;
|
|
683
|
+
readonly name: string;
|
|
684
|
+
readonly path: string;
|
|
685
|
+
readonly properties: unknown;
|
|
686
|
+
readonly retryCount: number | null;
|
|
687
|
+
readonly status: "FAILED" | "PASSED";
|
|
688
|
+
readonly tags: readonly string[] | null;
|
|
689
|
+
readonly updatedAt: string;
|
|
690
|
+
}[];
|
|
691
|
+
readonly environment: string | null;
|
|
692
|
+
readonly errors: readonly {
|
|
693
|
+
readonly message: string;
|
|
694
|
+
readonly title: string;
|
|
695
|
+
}[];
|
|
696
|
+
readonly id: string;
|
|
697
|
+
readonly key: string;
|
|
698
|
+
readonly name: string;
|
|
699
|
+
readonly outputs: unknown;
|
|
700
|
+
readonly requiredJobKeys: readonly string[];
|
|
701
|
+
readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "PENDING_CANCEL" | "SKIPPED" | "SUCCESS";
|
|
702
|
+
readonly turtleBuild: {
|
|
703
|
+
readonly activityTimestamp: string;
|
|
704
|
+
readonly actor: {
|
|
705
|
+
readonly created: string;
|
|
706
|
+
readonly displayName: string;
|
|
707
|
+
readonly firstName: string | null;
|
|
708
|
+
readonly id: string;
|
|
709
|
+
readonly isExpoAdmin: boolean;
|
|
710
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
711
|
+
} | null;
|
|
712
|
+
readonly app: {
|
|
713
|
+
readonly appStoreUrl: string | null;
|
|
714
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
715
|
+
readonly buildProfiles: readonly string[];
|
|
716
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
717
|
+
readonly description: string;
|
|
718
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
719
|
+
readonly fullName: string;
|
|
720
|
+
readonly githubUrl: string | null;
|
|
721
|
+
readonly iconUrl: string | null;
|
|
722
|
+
readonly id: string;
|
|
723
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
724
|
+
readonly isDeleting: boolean;
|
|
725
|
+
readonly isDeprecated: boolean;
|
|
726
|
+
readonly isLikedByMe: boolean;
|
|
727
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
728
|
+
readonly lastPublishedTime: string;
|
|
729
|
+
readonly latestActivity: string;
|
|
730
|
+
readonly latestReleaseId: string;
|
|
731
|
+
readonly likeCount: number;
|
|
732
|
+
readonly name: string;
|
|
733
|
+
readonly packageName: string;
|
|
734
|
+
readonly packageUsername: string;
|
|
735
|
+
readonly playStoreUrl: string | null;
|
|
736
|
+
readonly privacy: string;
|
|
737
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
738
|
+
readonly published: boolean;
|
|
739
|
+
readonly pushSecurityEnabled: boolean;
|
|
740
|
+
readonly releaseChannels: readonly string[];
|
|
741
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
742
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
743
|
+
readonly scopeKey: string;
|
|
744
|
+
readonly sdkVersion: string;
|
|
745
|
+
readonly slug: string;
|
|
746
|
+
readonly suggestedDevDomainName: string;
|
|
747
|
+
readonly trendScore: number;
|
|
748
|
+
readonly updated: string;
|
|
749
|
+
readonly username: string;
|
|
750
|
+
};
|
|
751
|
+
readonly appBuildVersion: string | null;
|
|
752
|
+
readonly appIdentifier: string | null;
|
|
753
|
+
readonly appVersion: string | null;
|
|
754
|
+
readonly artifacts: {
|
|
755
|
+
readonly applicationArchiveUrl: string | null;
|
|
756
|
+
readonly buildArtifactsUrl: string | null;
|
|
757
|
+
readonly buildUrl: string | null;
|
|
758
|
+
readonly fingerprintUrl: string | null;
|
|
759
|
+
readonly xcodeBuildLogsUrl: string | null;
|
|
760
|
+
} | null;
|
|
761
|
+
readonly buildMode: "BUILD" | "CUSTOM" | "LOCAL" | "REPACK" | "RESIGN" | null;
|
|
762
|
+
readonly buildProfile: string | null;
|
|
763
|
+
readonly cancelingActor: {
|
|
764
|
+
readonly created: string;
|
|
765
|
+
readonly displayName: string;
|
|
766
|
+
readonly firstName: string | null;
|
|
767
|
+
readonly id: string;
|
|
768
|
+
readonly isExpoAdmin: boolean;
|
|
769
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
770
|
+
} | null;
|
|
771
|
+
readonly channel: string | null;
|
|
772
|
+
readonly cliVersion: string | null;
|
|
773
|
+
readonly completedAt: string | null;
|
|
774
|
+
readonly createdAt: string;
|
|
775
|
+
readonly customNodeVersion: string | null;
|
|
776
|
+
readonly customWorkflowName: string | null;
|
|
777
|
+
readonly deployment: {
|
|
778
|
+
readonly id: string;
|
|
779
|
+
} | null;
|
|
780
|
+
readonly developmentClient: boolean | null;
|
|
781
|
+
readonly distribution: "INTERNAL" | "SIMULATOR" | "STORE" | null;
|
|
782
|
+
readonly enqueuedAt: string | null;
|
|
783
|
+
readonly error: {
|
|
784
|
+
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;
|
|
785
|
+
readonly docsUrl: string | null;
|
|
786
|
+
readonly errorCode: string;
|
|
787
|
+
readonly message: string;
|
|
788
|
+
} | null;
|
|
789
|
+
readonly estimatedWaitTimeLeftSeconds: number | null;
|
|
790
|
+
readonly expirationDate: string | null;
|
|
791
|
+
readonly fingerprint: {
|
|
792
|
+
readonly buildCount: number;
|
|
793
|
+
readonly createdAt: string;
|
|
794
|
+
readonly debugInfoUrl: string | null;
|
|
795
|
+
readonly hash: string;
|
|
796
|
+
readonly id: string;
|
|
797
|
+
readonly updateCount: number;
|
|
798
|
+
readonly updatedAt: string;
|
|
799
|
+
} | null;
|
|
800
|
+
readonly gitCommitHash: string | null;
|
|
801
|
+
readonly gitCommitMessage: string | null;
|
|
802
|
+
readonly gitRef: string | null;
|
|
803
|
+
readonly githubRepositoryOwnerAndName: string | null;
|
|
804
|
+
readonly id: string;
|
|
805
|
+
readonly initialQueuePosition: number | null;
|
|
806
|
+
readonly initiatingActor: {
|
|
807
|
+
readonly created: string;
|
|
808
|
+
readonly displayName: string;
|
|
809
|
+
readonly firstName: string | null;
|
|
810
|
+
readonly id: string;
|
|
811
|
+
readonly isExpoAdmin: boolean;
|
|
812
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
813
|
+
} | null;
|
|
814
|
+
readonly iosEnterpriseProvisioning: "ADHOC" | "UNIVERSAL" | null;
|
|
815
|
+
readonly isForIosSimulator: boolean;
|
|
816
|
+
readonly isGitWorkingTreeDirty: boolean | null;
|
|
817
|
+
readonly isWaived: boolean;
|
|
818
|
+
readonly logFiles: readonly string[];
|
|
819
|
+
readonly maxBuildTimeSeconds: number;
|
|
820
|
+
readonly maxRetryTimeMinutes: number | null;
|
|
821
|
+
readonly message: string | null;
|
|
822
|
+
readonly metrics: {
|
|
823
|
+
readonly buildDuration: number | null;
|
|
824
|
+
readonly buildQueueTime: number | null;
|
|
825
|
+
readonly buildWaitTime: number | null;
|
|
826
|
+
} | null;
|
|
827
|
+
readonly platform: "ANDROID" | "IOS";
|
|
828
|
+
readonly priority: "HIGH" | "NORMAL" | "NORMAL_PLUS";
|
|
829
|
+
readonly project: {
|
|
830
|
+
readonly description: string;
|
|
831
|
+
readonly fullName: string;
|
|
832
|
+
readonly iconUrl: string | null;
|
|
833
|
+
readonly id: string;
|
|
834
|
+
readonly name: string;
|
|
835
|
+
readonly published: boolean;
|
|
836
|
+
readonly slug: string;
|
|
837
|
+
readonly updated: string;
|
|
838
|
+
readonly username: string;
|
|
839
|
+
};
|
|
840
|
+
readonly projectMetadataFileUrl: string | null;
|
|
841
|
+
readonly projectRootDirectory: string | null;
|
|
842
|
+
readonly provisioningStartedAt: string | null;
|
|
843
|
+
readonly queuePosition: number | null;
|
|
844
|
+
readonly reactNativeVersion: string | null;
|
|
845
|
+
readonly releaseChannel: string | null;
|
|
846
|
+
readonly requiredPackageManager: string | null;
|
|
847
|
+
readonly resolvedEnvironment: unknown;
|
|
848
|
+
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";
|
|
849
|
+
readonly resourceClassDisplayName: string;
|
|
850
|
+
readonly runFromCI: boolean | null;
|
|
851
|
+
readonly runtime: {
|
|
852
|
+
readonly createdAt: string;
|
|
853
|
+
readonly firstBuildCreatedAt: string | null;
|
|
854
|
+
readonly id: string;
|
|
855
|
+
readonly isFingerprint: boolean;
|
|
856
|
+
readonly updatedAt: string;
|
|
857
|
+
readonly version: string;
|
|
858
|
+
} | null;
|
|
859
|
+
readonly runtimeVersion: string | null;
|
|
860
|
+
readonly sdkVersion: string | null;
|
|
861
|
+
readonly selectedImage: string | null;
|
|
862
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
863
|
+
readonly submissions: readonly {
|
|
864
|
+
readonly activityTimestamp: string;
|
|
865
|
+
readonly archiveUrl: string | null;
|
|
866
|
+
readonly canRetry: boolean;
|
|
867
|
+
readonly completedAt: string | null;
|
|
868
|
+
readonly createdAt: string;
|
|
869
|
+
readonly id: string;
|
|
870
|
+
readonly logFiles: readonly string[];
|
|
871
|
+
readonly logsUrl: string | null;
|
|
872
|
+
readonly maxRetryTimeMinutes: number;
|
|
873
|
+
readonly platform: "ANDROID" | "IOS";
|
|
874
|
+
readonly priority: "HIGH" | "NORMAL" | null;
|
|
875
|
+
readonly status: "AWAITING_BUILD" | "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE";
|
|
876
|
+
readonly updatedAt: string;
|
|
877
|
+
}[];
|
|
878
|
+
readonly updateChannel: {
|
|
879
|
+
readonly appId: string;
|
|
880
|
+
readonly branchMapping: string;
|
|
881
|
+
readonly createdAt: string;
|
|
882
|
+
readonly id: string;
|
|
883
|
+
readonly isPaused: boolean;
|
|
884
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
885
|
+
readonly name: string;
|
|
886
|
+
readonly updatedAt: string;
|
|
887
|
+
} | null;
|
|
888
|
+
readonly updatedAt: string;
|
|
889
|
+
readonly waiverType: "FAST_FAILED_BUILD" | "SYSTEM_ERROR" | null;
|
|
890
|
+
readonly workerStartedAt: string | null;
|
|
891
|
+
} | null;
|
|
892
|
+
readonly turtleJobRun: {
|
|
893
|
+
readonly app: {
|
|
894
|
+
readonly appStoreUrl: string | null;
|
|
895
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
896
|
+
readonly buildProfiles: readonly string[];
|
|
897
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
898
|
+
readonly description: string;
|
|
899
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
900
|
+
readonly fullName: string;
|
|
901
|
+
readonly githubUrl: string | null;
|
|
902
|
+
readonly iconUrl: string | null;
|
|
903
|
+
readonly id: string;
|
|
904
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
905
|
+
readonly isDeleting: boolean;
|
|
906
|
+
readonly isDeprecated: boolean;
|
|
907
|
+
readonly isLikedByMe: boolean;
|
|
908
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
909
|
+
readonly lastPublishedTime: string;
|
|
910
|
+
readonly latestActivity: string;
|
|
911
|
+
readonly latestReleaseId: string;
|
|
912
|
+
readonly likeCount: number;
|
|
913
|
+
readonly name: string;
|
|
914
|
+
readonly packageName: string;
|
|
915
|
+
readonly packageUsername: string;
|
|
916
|
+
readonly playStoreUrl: string | null;
|
|
917
|
+
readonly privacy: string;
|
|
918
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
919
|
+
readonly published: boolean;
|
|
920
|
+
readonly pushSecurityEnabled: boolean;
|
|
921
|
+
readonly releaseChannels: readonly string[];
|
|
922
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
923
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
924
|
+
readonly scopeKey: string;
|
|
925
|
+
readonly sdkVersion: string;
|
|
926
|
+
readonly slug: string;
|
|
927
|
+
readonly suggestedDevDomainName: string;
|
|
928
|
+
readonly trendScore: number;
|
|
929
|
+
readonly updated: string;
|
|
930
|
+
readonly username: string;
|
|
931
|
+
};
|
|
932
|
+
readonly artifacts: readonly {
|
|
933
|
+
readonly contentType: string | null;
|
|
934
|
+
readonly createdAt: string;
|
|
935
|
+
readonly downloadUrl: string | null;
|
|
936
|
+
readonly fileSizeBytes: number | null;
|
|
937
|
+
readonly filename: string;
|
|
938
|
+
readonly id: string;
|
|
939
|
+
readonly name: string;
|
|
940
|
+
readonly storageType: "GCS" | "R2";
|
|
941
|
+
readonly updatedAt: string;
|
|
942
|
+
}[];
|
|
943
|
+
readonly createdAt: string;
|
|
944
|
+
readonly displayName: string | null;
|
|
945
|
+
readonly endedAt: string | null;
|
|
946
|
+
readonly errors: readonly {
|
|
947
|
+
readonly buildPhase: string | null;
|
|
948
|
+
readonly docsUrl: string | null;
|
|
949
|
+
readonly errorCode: string;
|
|
950
|
+
readonly message: string;
|
|
951
|
+
}[];
|
|
952
|
+
readonly expiresAt: string;
|
|
953
|
+
readonly gitCommitHash: string | null;
|
|
954
|
+
readonly gitCommitMessage: string | null;
|
|
955
|
+
readonly gitRef: string | null;
|
|
956
|
+
readonly id: string;
|
|
957
|
+
readonly initiatingActor: {
|
|
958
|
+
readonly created: string;
|
|
959
|
+
readonly displayName: string;
|
|
960
|
+
readonly firstName: string | null;
|
|
961
|
+
readonly id: string;
|
|
962
|
+
readonly isExpoAdmin: boolean;
|
|
963
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
964
|
+
} | null;
|
|
965
|
+
readonly isWaived: boolean;
|
|
966
|
+
readonly logFileUrls: readonly string[];
|
|
967
|
+
readonly name: string;
|
|
968
|
+
readonly priority: "HIGH" | "NORMAL";
|
|
969
|
+
readonly startedAt: string | null;
|
|
970
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
971
|
+
readonly updateGroups: readonly (readonly unknown[])[];
|
|
972
|
+
} | null;
|
|
973
|
+
readonly turtleSubmission: {
|
|
974
|
+
readonly activityTimestamp: string;
|
|
975
|
+
readonly actor: {
|
|
976
|
+
readonly created: string;
|
|
977
|
+
readonly displayName: string;
|
|
978
|
+
readonly firstName: string | null;
|
|
979
|
+
readonly id: string;
|
|
980
|
+
readonly isExpoAdmin: boolean;
|
|
981
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
982
|
+
} | null;
|
|
983
|
+
readonly androidConfig: {
|
|
984
|
+
readonly applicationIdentifier: string | null;
|
|
985
|
+
readonly archiveType: "AAB" | "APK" | null;
|
|
986
|
+
readonly releaseStatus: "COMPLETED" | "DRAFT" | "HALTED" | "IN_PROGRESS" | null;
|
|
987
|
+
readonly rollout: number | null;
|
|
988
|
+
readonly track: string;
|
|
989
|
+
} | null;
|
|
990
|
+
readonly app: {
|
|
991
|
+
readonly appStoreUrl: string | null;
|
|
992
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
993
|
+
readonly buildProfiles: readonly string[];
|
|
994
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
995
|
+
readonly description: string;
|
|
996
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
997
|
+
readonly fullName: string;
|
|
998
|
+
readonly githubUrl: string | null;
|
|
999
|
+
readonly iconUrl: string | null;
|
|
1000
|
+
readonly id: string;
|
|
1001
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1002
|
+
readonly isDeleting: boolean;
|
|
1003
|
+
readonly isDeprecated: boolean;
|
|
1004
|
+
readonly isLikedByMe: boolean;
|
|
1005
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1006
|
+
readonly lastPublishedTime: string;
|
|
1007
|
+
readonly latestActivity: string;
|
|
1008
|
+
readonly latestReleaseId: string;
|
|
1009
|
+
readonly likeCount: number;
|
|
1010
|
+
readonly name: string;
|
|
1011
|
+
readonly packageName: string;
|
|
1012
|
+
readonly packageUsername: string;
|
|
1013
|
+
readonly playStoreUrl: string | null;
|
|
1014
|
+
readonly privacy: string;
|
|
1015
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1016
|
+
readonly published: boolean;
|
|
1017
|
+
readonly pushSecurityEnabled: boolean;
|
|
1018
|
+
readonly releaseChannels: readonly string[];
|
|
1019
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1020
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1021
|
+
readonly scopeKey: string;
|
|
1022
|
+
readonly sdkVersion: string;
|
|
1023
|
+
readonly slug: string;
|
|
1024
|
+
readonly suggestedDevDomainName: string;
|
|
1025
|
+
readonly trendScore: number;
|
|
1026
|
+
readonly updated: string;
|
|
1027
|
+
readonly username: string;
|
|
1028
|
+
};
|
|
1029
|
+
readonly archiveUrl: string | null;
|
|
1030
|
+
readonly canRetry: boolean;
|
|
1031
|
+
readonly cancelingActor: {
|
|
1032
|
+
readonly created: string;
|
|
1033
|
+
readonly displayName: string;
|
|
1034
|
+
readonly firstName: string | null;
|
|
1035
|
+
readonly id: string;
|
|
1036
|
+
readonly isExpoAdmin: boolean;
|
|
1037
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1038
|
+
} | null;
|
|
1039
|
+
readonly completedAt: string | null;
|
|
1040
|
+
readonly createdAt: string;
|
|
1041
|
+
readonly error: {
|
|
1042
|
+
readonly errorCode: string | null;
|
|
1043
|
+
readonly message: string | null;
|
|
1044
|
+
} | null;
|
|
1045
|
+
readonly id: string;
|
|
1046
|
+
readonly initiatingActor: {
|
|
1047
|
+
readonly created: string;
|
|
1048
|
+
readonly displayName: string;
|
|
1049
|
+
readonly firstName: string | null;
|
|
1050
|
+
readonly id: string;
|
|
1051
|
+
readonly isExpoAdmin: boolean;
|
|
1052
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1053
|
+
} | null;
|
|
1054
|
+
readonly iosConfig: {
|
|
1055
|
+
readonly appleIdUsername: string | null;
|
|
1056
|
+
readonly ascApiKeyId: string | null;
|
|
1057
|
+
readonly ascAppIdentifier: string;
|
|
1058
|
+
} | null;
|
|
1059
|
+
readonly jobRun: {
|
|
1060
|
+
readonly createdAt: string;
|
|
1061
|
+
readonly displayName: string | null;
|
|
1062
|
+
readonly endedAt: string | null;
|
|
1063
|
+
readonly expiresAt: string;
|
|
1064
|
+
readonly gitCommitHash: string | null;
|
|
1065
|
+
readonly gitCommitMessage: string | null;
|
|
1066
|
+
readonly gitRef: string | null;
|
|
1067
|
+
readonly id: string;
|
|
1068
|
+
readonly isWaived: boolean;
|
|
1069
|
+
readonly logFileUrls: readonly string[];
|
|
1070
|
+
readonly name: string;
|
|
1071
|
+
readonly priority: "HIGH" | "NORMAL";
|
|
1072
|
+
readonly startedAt: string | null;
|
|
1073
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1074
|
+
readonly updateGroups: readonly (readonly unknown[])[];
|
|
1075
|
+
} | null;
|
|
1076
|
+
readonly logFiles: readonly string[];
|
|
1077
|
+
readonly logsUrl: string | null;
|
|
1078
|
+
readonly maxRetryTimeMinutes: number;
|
|
1079
|
+
readonly platform: "ANDROID" | "IOS";
|
|
1080
|
+
readonly priority: "HIGH" | "NORMAL" | null;
|
|
1081
|
+
readonly status: "AWAITING_BUILD" | "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE";
|
|
1082
|
+
readonly submittedBuild: {
|
|
1083
|
+
readonly activityTimestamp: string;
|
|
1084
|
+
readonly appBuildVersion: string | null;
|
|
1085
|
+
readonly appIdentifier: string | null;
|
|
1086
|
+
readonly appVersion: string | null;
|
|
1087
|
+
readonly buildMode: "BUILD" | "CUSTOM" | "LOCAL" | "REPACK" | "RESIGN" | null;
|
|
1088
|
+
readonly buildProfile: string | null;
|
|
1089
|
+
readonly channel: string | null;
|
|
1090
|
+
readonly cliVersion: string | null;
|
|
1091
|
+
readonly completedAt: string | null;
|
|
1092
|
+
readonly createdAt: string;
|
|
1093
|
+
readonly customNodeVersion: string | null;
|
|
1094
|
+
readonly customWorkflowName: string | null;
|
|
1095
|
+
readonly developmentClient: boolean | null;
|
|
1096
|
+
readonly distribution: "INTERNAL" | "SIMULATOR" | "STORE" | null;
|
|
1097
|
+
readonly enqueuedAt: string | null;
|
|
1098
|
+
readonly estimatedWaitTimeLeftSeconds: number | null;
|
|
1099
|
+
readonly expirationDate: string | null;
|
|
1100
|
+
readonly gitCommitHash: string | null;
|
|
1101
|
+
readonly gitCommitMessage: string | null;
|
|
1102
|
+
readonly gitRef: string | null;
|
|
1103
|
+
readonly githubRepositoryOwnerAndName: string | null;
|
|
1104
|
+
readonly id: string;
|
|
1105
|
+
readonly initialQueuePosition: number | null;
|
|
1106
|
+
readonly iosEnterpriseProvisioning: "ADHOC" | "UNIVERSAL" | null;
|
|
1107
|
+
readonly isForIosSimulator: boolean;
|
|
1108
|
+
readonly isGitWorkingTreeDirty: boolean | null;
|
|
1109
|
+
readonly isWaived: boolean;
|
|
1110
|
+
readonly logFiles: readonly string[];
|
|
1111
|
+
readonly maxBuildTimeSeconds: number;
|
|
1112
|
+
readonly maxRetryTimeMinutes: number | null;
|
|
1113
|
+
readonly message: string | null;
|
|
1114
|
+
readonly platform: "ANDROID" | "IOS";
|
|
1115
|
+
readonly priority: "HIGH" | "NORMAL" | "NORMAL_PLUS";
|
|
1116
|
+
readonly projectMetadataFileUrl: string | null;
|
|
1117
|
+
readonly projectRootDirectory: string | null;
|
|
1118
|
+
readonly provisioningStartedAt: string | null;
|
|
1119
|
+
readonly queuePosition: number | null;
|
|
1120
|
+
readonly reactNativeVersion: string | null;
|
|
1121
|
+
readonly releaseChannel: string | null;
|
|
1122
|
+
readonly requiredPackageManager: string | null;
|
|
1123
|
+
readonly resolvedEnvironment: unknown;
|
|
1124
|
+
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";
|
|
1125
|
+
readonly resourceClassDisplayName: string;
|
|
1126
|
+
readonly runFromCI: boolean | null;
|
|
1127
|
+
readonly runtimeVersion: string | null;
|
|
1128
|
+
readonly sdkVersion: string | null;
|
|
1129
|
+
readonly selectedImage: string | null;
|
|
1130
|
+
readonly status: "CANCELED" | "ERRORED" | "FINISHED" | "IN_PROGRESS" | "IN_QUEUE" | "NEW" | "PENDING_CANCEL";
|
|
1131
|
+
readonly updatedAt: string;
|
|
1132
|
+
readonly waiverType: "FAST_FAILED_BUILD" | "SYSTEM_ERROR" | null;
|
|
1133
|
+
readonly workerStartedAt: string | null;
|
|
1134
|
+
} | null;
|
|
1135
|
+
readonly updatedAt: string;
|
|
1136
|
+
} | null;
|
|
1137
|
+
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";
|
|
1138
|
+
readonly updatedAt: string;
|
|
1139
|
+
readonly workflowRun: {
|
|
1140
|
+
readonly activityTimestamp: string;
|
|
1141
|
+
readonly actor: {
|
|
1142
|
+
readonly created: string;
|
|
1143
|
+
readonly displayName: string;
|
|
1144
|
+
readonly firstName: string | null;
|
|
1145
|
+
readonly id: string;
|
|
1146
|
+
readonly isExpoAdmin: boolean;
|
|
1147
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1148
|
+
} | null;
|
|
1149
|
+
readonly createdAt: string;
|
|
1150
|
+
readonly durationSeconds: number | null;
|
|
1151
|
+
readonly errors: readonly {
|
|
1152
|
+
readonly message: string;
|
|
1153
|
+
readonly title: string | null;
|
|
1154
|
+
}[];
|
|
1155
|
+
readonly finalizedAt: string | null;
|
|
1156
|
+
readonly gitCommitHash: string | null;
|
|
1157
|
+
readonly gitCommitMessage: string | null;
|
|
1158
|
+
readonly githubRepository: {
|
|
1159
|
+
readonly createdAt: string;
|
|
1160
|
+
readonly githubRepositoryIdentifier: number;
|
|
1161
|
+
readonly githubRepositoryUrl: string | null;
|
|
1162
|
+
readonly id: string;
|
|
1163
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1164
|
+
readonly nodeIdentifier: string;
|
|
1165
|
+
} | null;
|
|
1166
|
+
readonly id: string;
|
|
1167
|
+
readonly inputs: unknown;
|
|
1168
|
+
readonly name: string;
|
|
1169
|
+
readonly pullRequestNumber: number | null;
|
|
1170
|
+
readonly requestedGitRef: string | null;
|
|
1171
|
+
readonly sourceExpiresAt: string | null;
|
|
1172
|
+
readonly status: "ACTION_REQUIRED" | "CANCELED" | "FAILURE" | "IN_PROGRESS" | "NEW" | "SUCCESS";
|
|
1173
|
+
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";
|
|
1174
|
+
readonly triggeringLabelName: string | null;
|
|
1175
|
+
readonly triggeringSchedule: string | null;
|
|
1176
|
+
readonly updatedAt: string;
|
|
1177
|
+
readonly workflow: {
|
|
1178
|
+
readonly createdAt: string;
|
|
1179
|
+
readonly fileName: string;
|
|
1180
|
+
readonly id: string;
|
|
1181
|
+
readonly name: string | null;
|
|
1182
|
+
readonly updatedAt: string;
|
|
1183
|
+
};
|
|
1184
|
+
readonly workflowRevision: {
|
|
1185
|
+
readonly blobSha: string;
|
|
1186
|
+
readonly commitSha: string | null;
|
|
1187
|
+
readonly createdAt: string;
|
|
1188
|
+
readonly id: string;
|
|
1189
|
+
readonly yamlConfig: string;
|
|
1190
|
+
} | null;
|
|
1191
|
+
};
|
|
1192
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
1193
|
+
//# sourceMappingURL=workflowJobsById.d.ts.map
|