@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,1457 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AccountCancelScheduledSubscriptionChangeInput: Schema.Struct<{
|
|
3
|
+
readonly accountName: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
4
|
+
readonly accountID: Schema.String;
|
|
5
|
+
}>;
|
|
6
|
+
export type AccountCancelScheduledSubscriptionChangeInput = typeof AccountCancelScheduledSubscriptionChangeInput.Type;
|
|
7
|
+
export declare const AccountCancelScheduledSubscriptionChangeOutput: Schema.Struct<{
|
|
8
|
+
readonly accessTokens: Schema.$Array<Schema.NullOr<Schema.Struct<{
|
|
9
|
+
readonly createdAt: Schema.String;
|
|
10
|
+
readonly id: Schema.String;
|
|
11
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
12
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
13
|
+
readonly owner: Schema.Struct<{
|
|
14
|
+
readonly created: Schema.String;
|
|
15
|
+
readonly displayName: Schema.String;
|
|
16
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
17
|
+
readonly id: Schema.String;
|
|
18
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
19
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
20
|
+
}>;
|
|
21
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
22
|
+
readonly updatedAt: Schema.String;
|
|
23
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
24
|
+
}>>>;
|
|
25
|
+
readonly appCount: Schema.Number;
|
|
26
|
+
readonly appStoreConnectApiKeys: Schema.$Array<Schema.Struct<{
|
|
27
|
+
readonly appleTeam: Schema.NullOr<Schema.Struct<{
|
|
28
|
+
readonly appleTeamIdentifier: Schema.String;
|
|
29
|
+
readonly appleTeamName: Schema.NullOr<Schema.String>;
|
|
30
|
+
readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
|
|
31
|
+
readonly id: Schema.String;
|
|
32
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
33
|
+
}>>;
|
|
34
|
+
readonly createdAt: Schema.String;
|
|
35
|
+
readonly id: Schema.String;
|
|
36
|
+
readonly issuerIdentifier: Schema.String;
|
|
37
|
+
readonly keyIdentifier: Schema.String;
|
|
38
|
+
readonly keyP8: Schema.String;
|
|
39
|
+
readonly name: Schema.NullOr<Schema.String>;
|
|
40
|
+
readonly roles: Schema.NullOr<Schema.$Array<Schema.Literals<readonly ["ACCESS_TO_REPORTS", "ACCOUNT_HOLDER", "ADMIN", "APP_MANAGER", "CLOUD_MANAGED_APP_DISTRIBUTION", "CLOUD_MANAGED_DEVELOPER_ID", "CREATE_APPS", "CUSTOMER_SUPPORT", "DEVELOPER", "FINANCE", "IMAGE_MANAGER", "MARKETING", "READ_ONLY", "SALES", "TECHNICAL", "UNKNOWN"]>>>;
|
|
41
|
+
readonly updatedAt: Schema.String;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly appleDistributionCertificates: Schema.$Array<Schema.Struct<{
|
|
44
|
+
readonly appleTeam: Schema.NullOr<Schema.Struct<{
|
|
45
|
+
readonly appleTeamIdentifier: Schema.String;
|
|
46
|
+
readonly appleTeamName: Schema.NullOr<Schema.String>;
|
|
47
|
+
readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
|
|
48
|
+
readonly id: Schema.String;
|
|
49
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
50
|
+
}>>;
|
|
51
|
+
readonly certificateP12: Schema.NullOr<Schema.String>;
|
|
52
|
+
readonly certificatePassword: Schema.NullOr<Schema.String>;
|
|
53
|
+
readonly certificatePrivateSigningKey: Schema.NullOr<Schema.String>;
|
|
54
|
+
readonly createdAt: Schema.String;
|
|
55
|
+
readonly developerPortalIdentifier: Schema.NullOr<Schema.String>;
|
|
56
|
+
readonly id: Schema.String;
|
|
57
|
+
readonly iosAppBuildCredentialsList: Schema.$Array<Schema.Struct<{
|
|
58
|
+
readonly id: Schema.String;
|
|
59
|
+
readonly iosDistributionType: Schema.Literals<readonly ["AD_HOC", "APP_STORE", "DEVELOPMENT", "ENTERPRISE"]>;
|
|
60
|
+
}>>;
|
|
61
|
+
readonly serialNumber: Schema.String;
|
|
62
|
+
readonly updatedAt: Schema.String;
|
|
63
|
+
readonly validityNotAfter: Schema.String;
|
|
64
|
+
readonly validityNotBefore: Schema.String;
|
|
65
|
+
}>>;
|
|
66
|
+
readonly applePushKeys: Schema.$Array<Schema.Struct<{
|
|
67
|
+
readonly appleTeam: Schema.NullOr<Schema.Struct<{
|
|
68
|
+
readonly appleTeamIdentifier: Schema.String;
|
|
69
|
+
readonly appleTeamName: Schema.NullOr<Schema.String>;
|
|
70
|
+
readonly appleTeamType: Schema.NullOr<Schema.Literals<readonly ["COMPANY_OR_ORGANIZATION", "INDIVIDUAL", "IN_HOUSE"]>>;
|
|
71
|
+
readonly id: Schema.String;
|
|
72
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
73
|
+
}>>;
|
|
74
|
+
readonly createdAt: Schema.String;
|
|
75
|
+
readonly id: Schema.String;
|
|
76
|
+
readonly iosAppCredentialsList: Schema.$Array<Schema.Struct<{
|
|
77
|
+
readonly id: Schema.String;
|
|
78
|
+
}>>;
|
|
79
|
+
readonly keyIdentifier: Schema.String;
|
|
80
|
+
readonly keyP8: Schema.String;
|
|
81
|
+
readonly updatedAt: Schema.String;
|
|
82
|
+
}>>;
|
|
83
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
84
|
+
readonly billing: Schema.NullOr<Schema.Struct<{
|
|
85
|
+
readonly charges: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Struct<{
|
|
86
|
+
readonly amount: Schema.Number;
|
|
87
|
+
readonly createdAt: Schema.String;
|
|
88
|
+
readonly id: Schema.String;
|
|
89
|
+
readonly invoiceId: Schema.NullOr<Schema.String>;
|
|
90
|
+
readonly paid: Schema.Boolean;
|
|
91
|
+
readonly receiptUrl: Schema.NullOr<Schema.String>;
|
|
92
|
+
readonly wasRefunded: Schema.Boolean;
|
|
93
|
+
}>>>>;
|
|
94
|
+
readonly id: Schema.String;
|
|
95
|
+
readonly payment: Schema.NullOr<Schema.Struct<{
|
|
96
|
+
readonly id: Schema.String;
|
|
97
|
+
}>>;
|
|
98
|
+
readonly subscription: Schema.NullOr<Schema.Struct<{
|
|
99
|
+
readonly cancelAt: Schema.NullOr<Schema.String>;
|
|
100
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
101
|
+
readonly id: Schema.String;
|
|
102
|
+
readonly isDowngrading: Schema.NullOr<Schema.Boolean>;
|
|
103
|
+
readonly name: Schema.NullOr<Schema.String>;
|
|
104
|
+
readonly nextInvoice: Schema.NullOr<Schema.String>;
|
|
105
|
+
readonly nextInvoiceAmountDueCents: Schema.NullOr<Schema.Number>;
|
|
106
|
+
readonly planId: Schema.NullOr<Schema.String>;
|
|
107
|
+
readonly price: Schema.Number;
|
|
108
|
+
readonly recurringCents: Schema.NullOr<Schema.Number>;
|
|
109
|
+
readonly status: Schema.NullOr<Schema.String>;
|
|
110
|
+
readonly trialEnd: Schema.NullOr<Schema.String>;
|
|
111
|
+
readonly willCancel: Schema.NullOr<Schema.Boolean>;
|
|
112
|
+
}>>;
|
|
113
|
+
}>>;
|
|
114
|
+
readonly convexTeamConnections: Schema.$Array<Schema.Struct<{
|
|
115
|
+
readonly convexTeamIdentifier: Schema.String;
|
|
116
|
+
readonly createdAt: Schema.String;
|
|
117
|
+
readonly id: Schema.String;
|
|
118
|
+
readonly updatedAt: Schema.String;
|
|
119
|
+
}>>;
|
|
120
|
+
readonly createdAt: Schema.String;
|
|
121
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
122
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
123
|
+
readonly githubAppInstallations: Schema.$Array<Schema.Struct<{
|
|
124
|
+
readonly actor: Schema.NullOr<Schema.Struct<{
|
|
125
|
+
readonly created: Schema.String;
|
|
126
|
+
readonly displayName: Schema.String;
|
|
127
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
128
|
+
readonly id: Schema.String;
|
|
129
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
130
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
131
|
+
}>>;
|
|
132
|
+
readonly id: Schema.String;
|
|
133
|
+
readonly installationIdentifier: Schema.Number;
|
|
134
|
+
readonly metadata: Schema.Struct<{
|
|
135
|
+
readonly githubAccountAvatarUrl: Schema.NullOr<Schema.String>;
|
|
136
|
+
readonly githubAccountName: Schema.NullOr<Schema.String>;
|
|
137
|
+
readonly githubAccountType: Schema.NullOr<Schema.Literals<readonly ["ORGANIZATION", "USER"]>>;
|
|
138
|
+
readonly installationStatus: Schema.Literals<readonly ["ACTIVE", "NOT_INSTALLED", "SUSPENDED"]>;
|
|
139
|
+
}>;
|
|
140
|
+
}>>;
|
|
141
|
+
readonly googleServiceAccountKeys: Schema.$Array<Schema.Struct<{
|
|
142
|
+
readonly clientEmail: Schema.String;
|
|
143
|
+
readonly clientIdentifier: Schema.String;
|
|
144
|
+
readonly createdAt: Schema.String;
|
|
145
|
+
readonly id: Schema.String;
|
|
146
|
+
readonly keyJson: Schema.String;
|
|
147
|
+
readonly privateKeyIdentifier: Schema.String;
|
|
148
|
+
readonly projectIdentifier: Schema.String;
|
|
149
|
+
readonly updatedAt: Schema.String;
|
|
150
|
+
}>>;
|
|
151
|
+
readonly hasBuilds: Schema.Boolean;
|
|
152
|
+
readonly id: Schema.String;
|
|
153
|
+
readonly isCurrent: Schema.Boolean;
|
|
154
|
+
readonly isDisabled: Schema.Boolean;
|
|
155
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
156
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
157
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
158
|
+
readonly logRocketOrganization: Schema.NullOr<Schema.Struct<{
|
|
159
|
+
readonly createdAt: Schema.String;
|
|
160
|
+
readonly id: Schema.String;
|
|
161
|
+
readonly orgName: Schema.String;
|
|
162
|
+
readonly orgSlug: Schema.String;
|
|
163
|
+
}>>;
|
|
164
|
+
readonly memberStats: Schema.Struct<{
|
|
165
|
+
readonly allHave2FAEnabled: Schema.Boolean;
|
|
166
|
+
readonly humanCount: Schema.Number;
|
|
167
|
+
readonly ownerCount: Schema.Number;
|
|
168
|
+
readonly robotCount: Schema.Number;
|
|
169
|
+
readonly ssoUserCount: Schema.Number;
|
|
170
|
+
readonly totalCount: Schema.Number;
|
|
171
|
+
}>;
|
|
172
|
+
readonly name: Schema.String;
|
|
173
|
+
readonly offers: Schema.NullOr<Schema.$Array<Schema.Struct<{
|
|
174
|
+
readonly features: Schema.NullOr<Schema.$Array<Schema.NullOr<Schema.Literals<readonly ["BUILDS", "OPEN_SOURCE", "SUPPORT", "TEAMS"]>>>>;
|
|
175
|
+
readonly id: Schema.String;
|
|
176
|
+
readonly prerequisite: Schema.NullOr<Schema.Struct<{
|
|
177
|
+
readonly stripeIds: Schema.$Array<Schema.String>;
|
|
178
|
+
readonly type: Schema.String;
|
|
179
|
+
}>>;
|
|
180
|
+
readonly price: Schema.Number;
|
|
181
|
+
readonly quantity: Schema.NullOr<Schema.Number>;
|
|
182
|
+
readonly stripeId: Schema.String;
|
|
183
|
+
readonly trialLength: Schema.NullOr<Schema.Number>;
|
|
184
|
+
readonly type: Schema.Literals<readonly ["ADDON", "PREPAID", "SUBSCRIPTION"]>;
|
|
185
|
+
}>>>;
|
|
186
|
+
readonly onboardingStats: Schema.Struct<{
|
|
187
|
+
readonly firstBuildCompletedAt: Schema.NullOr<Schema.String>;
|
|
188
|
+
readonly firstProjectCreatedAt: Schema.NullOr<Schema.String>;
|
|
189
|
+
readonly firstSubmissionCompletedAt: Schema.NullOr<Schema.String>;
|
|
190
|
+
readonly firstUpdateCreatedAt: Schema.NullOr<Schema.String>;
|
|
191
|
+
readonly hasConfiguredUpdate: Schema.Boolean;
|
|
192
|
+
readonly hasConfiguredWorkflow: Schema.Boolean;
|
|
193
|
+
readonly hasTeamMembers: Schema.Boolean;
|
|
194
|
+
}>;
|
|
195
|
+
readonly owner: Schema.NullOr<Schema.Struct<{
|
|
196
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
197
|
+
readonly createdAt: Schema.String;
|
|
198
|
+
readonly id: Schema.String;
|
|
199
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
200
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
201
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
202
|
+
readonly updatedAt: Schema.String;
|
|
203
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
204
|
+
}>>;
|
|
205
|
+
readonly appCount: Schema.Number;
|
|
206
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
207
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
208
|
+
readonly created: Schema.String;
|
|
209
|
+
readonly discordUser: Schema.NullOr<Schema.Struct<{
|
|
210
|
+
readonly discordIdentifier: Schema.String;
|
|
211
|
+
readonly id: Schema.String;
|
|
212
|
+
}>>;
|
|
213
|
+
readonly displayName: Schema.String;
|
|
214
|
+
readonly email: Schema.String;
|
|
215
|
+
readonly emailVerified: Schema.Boolean;
|
|
216
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
217
|
+
readonly createdAt: Schema.String;
|
|
218
|
+
readonly enabled: Schema.Boolean;
|
|
219
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
220
|
+
readonly id: Schema.String;
|
|
221
|
+
readonly updatedAt: Schema.String;
|
|
222
|
+
}>>;
|
|
223
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
224
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
225
|
+
readonly githubUser: Schema.NullOr<Schema.Struct<{
|
|
226
|
+
readonly githubUserIdentifier: Schema.String;
|
|
227
|
+
readonly id: Schema.String;
|
|
228
|
+
}>>;
|
|
229
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
230
|
+
readonly hasPassword: Schema.Boolean;
|
|
231
|
+
readonly hasPendingUserInvitations: Schema.Boolean;
|
|
232
|
+
readonly id: Schema.String;
|
|
233
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
234
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
235
|
+
readonly isLegacy: Schema.Boolean;
|
|
236
|
+
readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
|
|
237
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
238
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
239
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
240
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
241
|
+
readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
|
|
242
|
+
readonly oAuthIdentities: Schema.$Array<Schema.Struct<{
|
|
243
|
+
readonly email: Schema.String;
|
|
244
|
+
readonly id: Schema.String;
|
|
245
|
+
readonly login: Schema.NullOr<Schema.String>;
|
|
246
|
+
readonly provider: Schema.Literals<readonly ["apple", "github", "google"]>;
|
|
247
|
+
}>>;
|
|
248
|
+
readonly pendingUserInvitations: Schema.$Array<Schema.Struct<{
|
|
249
|
+
readonly accountName: Schema.String;
|
|
250
|
+
readonly accountProfileImageUrl: Schema.String;
|
|
251
|
+
readonly accountProfilePhoto: Schema.NullOr<Schema.String>;
|
|
252
|
+
readonly accountRequiresTwoFactor: Schema.Boolean;
|
|
253
|
+
readonly created: Schema.String;
|
|
254
|
+
readonly email: Schema.String;
|
|
255
|
+
readonly expires: Schema.String;
|
|
256
|
+
readonly id: Schema.String;
|
|
257
|
+
readonly isForOrganization: Schema.Boolean;
|
|
258
|
+
readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
|
|
259
|
+
readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
|
|
260
|
+
}>>;
|
|
261
|
+
readonly pinnedApps: Schema.$Array<Schema.Struct<{
|
|
262
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
263
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
264
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
265
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
266
|
+
readonly description: Schema.String;
|
|
267
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
268
|
+
readonly fullName: Schema.String;
|
|
269
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
270
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
271
|
+
readonly id: Schema.String;
|
|
272
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
273
|
+
readonly isDeleting: Schema.Boolean;
|
|
274
|
+
readonly isDeprecated: Schema.Boolean;
|
|
275
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
276
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
277
|
+
readonly lastPublishedTime: Schema.String;
|
|
278
|
+
readonly latestActivity: Schema.String;
|
|
279
|
+
readonly latestReleaseId: Schema.String;
|
|
280
|
+
readonly likeCount: Schema.Number;
|
|
281
|
+
readonly name: Schema.String;
|
|
282
|
+
readonly packageName: Schema.String;
|
|
283
|
+
readonly packageUsername: Schema.String;
|
|
284
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
285
|
+
readonly privacy: Schema.String;
|
|
286
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
287
|
+
readonly published: Schema.Boolean;
|
|
288
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
289
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
290
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
291
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
292
|
+
readonly scopeKey: Schema.String;
|
|
293
|
+
readonly sdkVersion: Schema.String;
|
|
294
|
+
readonly slug: Schema.String;
|
|
295
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
296
|
+
readonly trendScore: Schema.Number;
|
|
297
|
+
readonly updated: Schema.String;
|
|
298
|
+
readonly username: Schema.String;
|
|
299
|
+
}>>;
|
|
300
|
+
readonly pinnedDashboardViews: Schema.$Array<Schema.Struct<{
|
|
301
|
+
readonly view: Schema.Literals<readonly ["ACTIVITY", "OVERVIEW"]>;
|
|
302
|
+
}>>;
|
|
303
|
+
readonly preferences: Schema.Struct<{
|
|
304
|
+
readonly selectedAccountName: Schema.NullOr<Schema.String>;
|
|
305
|
+
}>;
|
|
306
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
307
|
+
readonly profilePhoto: Schema.String;
|
|
308
|
+
readonly secondFactorDevices: Schema.$Array<Schema.Struct<{
|
|
309
|
+
readonly createdAt: Schema.String;
|
|
310
|
+
readonly id: Schema.String;
|
|
311
|
+
readonly isCertified: Schema.Boolean;
|
|
312
|
+
readonly isPrimary: Schema.Boolean;
|
|
313
|
+
readonly method: Schema.Literals<readonly ["AUTHENTICATOR", "SMS"]>;
|
|
314
|
+
readonly name: Schema.String;
|
|
315
|
+
readonly smsPhoneNumber: Schema.NullOr<Schema.String>;
|
|
316
|
+
readonly updatedAt: Schema.String;
|
|
317
|
+
}>>;
|
|
318
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
319
|
+
readonly username: Schema.String;
|
|
320
|
+
}>>;
|
|
321
|
+
readonly ownerUserActor: Schema.NullOr<Schema.Struct<{
|
|
322
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
323
|
+
readonly createdAt: Schema.String;
|
|
324
|
+
readonly id: Schema.String;
|
|
325
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
326
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
327
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
328
|
+
readonly updatedAt: Schema.String;
|
|
329
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
330
|
+
}>>;
|
|
331
|
+
readonly appCount: Schema.Number;
|
|
332
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
333
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
334
|
+
readonly created: Schema.String;
|
|
335
|
+
readonly discordUser: Schema.NullOr<Schema.Struct<{
|
|
336
|
+
readonly discordIdentifier: Schema.String;
|
|
337
|
+
readonly id: Schema.String;
|
|
338
|
+
}>>;
|
|
339
|
+
readonly displayName: Schema.String;
|
|
340
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
341
|
+
readonly createdAt: Schema.String;
|
|
342
|
+
readonly enabled: Schema.Boolean;
|
|
343
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
344
|
+
readonly id: Schema.String;
|
|
345
|
+
readonly updatedAt: Schema.String;
|
|
346
|
+
}>>;
|
|
347
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
348
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
349
|
+
readonly githubUser: Schema.NullOr<Schema.Struct<{
|
|
350
|
+
readonly githubUserIdentifier: Schema.String;
|
|
351
|
+
readonly id: Schema.String;
|
|
352
|
+
}>>;
|
|
353
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
354
|
+
readonly id: Schema.String;
|
|
355
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
356
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
357
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
358
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
359
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
360
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
361
|
+
readonly pinnedApps: Schema.$Array<Schema.Struct<{
|
|
362
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
363
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
364
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
365
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
366
|
+
readonly description: Schema.String;
|
|
367
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
368
|
+
readonly fullName: Schema.String;
|
|
369
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
370
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
371
|
+
readonly id: Schema.String;
|
|
372
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
373
|
+
readonly isDeleting: Schema.Boolean;
|
|
374
|
+
readonly isDeprecated: Schema.Boolean;
|
|
375
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
376
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
377
|
+
readonly lastPublishedTime: Schema.String;
|
|
378
|
+
readonly latestActivity: Schema.String;
|
|
379
|
+
readonly latestReleaseId: Schema.String;
|
|
380
|
+
readonly likeCount: Schema.Number;
|
|
381
|
+
readonly name: Schema.String;
|
|
382
|
+
readonly packageName: Schema.String;
|
|
383
|
+
readonly packageUsername: Schema.String;
|
|
384
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
385
|
+
readonly privacy: Schema.String;
|
|
386
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
387
|
+
readonly published: Schema.Boolean;
|
|
388
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
389
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
390
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
391
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
392
|
+
readonly scopeKey: Schema.String;
|
|
393
|
+
readonly sdkVersion: Schema.String;
|
|
394
|
+
readonly slug: Schema.String;
|
|
395
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
396
|
+
readonly trendScore: Schema.Number;
|
|
397
|
+
readonly updated: Schema.String;
|
|
398
|
+
readonly username: Schema.String;
|
|
399
|
+
}>>;
|
|
400
|
+
readonly preferences: Schema.Struct<{
|
|
401
|
+
readonly selectedAccountName: Schema.NullOr<Schema.String>;
|
|
402
|
+
}>;
|
|
403
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
404
|
+
readonly profilePhoto: Schema.String;
|
|
405
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
406
|
+
readonly username: Schema.String;
|
|
407
|
+
}>>;
|
|
408
|
+
readonly pendingSentryInstallation: Schema.NullOr<Schema.Struct<{
|
|
409
|
+
readonly createdAt: Schema.String;
|
|
410
|
+
readonly id: Schema.String;
|
|
411
|
+
readonly installationId: Schema.String;
|
|
412
|
+
readonly orgSlug: Schema.String;
|
|
413
|
+
}>>;
|
|
414
|
+
readonly profileImageUrl: Schema.String;
|
|
415
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
416
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
417
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
418
|
+
readonly sentryInstallation: Schema.NullOr<Schema.Struct<{
|
|
419
|
+
readonly createdAt: Schema.String;
|
|
420
|
+
readonly id: Schema.String;
|
|
421
|
+
readonly installationId: Schema.String;
|
|
422
|
+
readonly orgSlug: Schema.String;
|
|
423
|
+
}>>;
|
|
424
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
425
|
+
readonly ssoConfiguration: Schema.NullOr<Schema.Struct<{
|
|
426
|
+
readonly authProtocol: Schema.Literals<readonly ["OIDC"]>;
|
|
427
|
+
readonly authProviderIdentifier: Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>;
|
|
428
|
+
readonly clientIdentifier: Schema.String;
|
|
429
|
+
readonly clientSecret: Schema.String;
|
|
430
|
+
readonly createdAt: Schema.String;
|
|
431
|
+
readonly id: Schema.String;
|
|
432
|
+
readonly issuer: Schema.String;
|
|
433
|
+
readonly updatedAt: Schema.String;
|
|
434
|
+
}>>;
|
|
435
|
+
readonly subscription: Schema.NullOr<Schema.Struct<{
|
|
436
|
+
readonly addons: Schema.$Array<Schema.Struct<{
|
|
437
|
+
readonly id: Schema.String;
|
|
438
|
+
readonly name: Schema.String;
|
|
439
|
+
readonly nextInvoice: Schema.NullOr<Schema.String>;
|
|
440
|
+
readonly planId: Schema.String;
|
|
441
|
+
readonly quantity: Schema.NullOr<Schema.Number>;
|
|
442
|
+
readonly willCancel: Schema.NullOr<Schema.Boolean>;
|
|
443
|
+
}>>;
|
|
444
|
+
readonly cancelAt: Schema.NullOr<Schema.String>;
|
|
445
|
+
readonly concurrencies: Schema.NullOr<Schema.Struct<{
|
|
446
|
+
readonly android: Schema.Number;
|
|
447
|
+
readonly ios: Schema.Number;
|
|
448
|
+
readonly total: Schema.Number;
|
|
449
|
+
}>>;
|
|
450
|
+
readonly coupon: Schema.NullOr<Schema.Struct<{
|
|
451
|
+
readonly amountOff: Schema.NullOr<Schema.String>;
|
|
452
|
+
readonly appliesTo: Schema.NullOr<Schema.String>;
|
|
453
|
+
readonly id: Schema.String;
|
|
454
|
+
readonly name: Schema.String;
|
|
455
|
+
readonly percentOff: Schema.NullOr<Schema.Number>;
|
|
456
|
+
readonly valid: Schema.Boolean;
|
|
457
|
+
}>>;
|
|
458
|
+
readonly endedAt: Schema.NullOr<Schema.String>;
|
|
459
|
+
readonly futureSubscription: Schema.NullOr<Schema.Struct<{
|
|
460
|
+
readonly createdAt: Schema.String;
|
|
461
|
+
readonly id: Schema.String;
|
|
462
|
+
readonly planId: Schema.String;
|
|
463
|
+
readonly recurringCents: Schema.NullOr<Schema.Number>;
|
|
464
|
+
readonly startDate: Schema.String;
|
|
465
|
+
}>>;
|
|
466
|
+
readonly id: Schema.String;
|
|
467
|
+
readonly isDowngrading: Schema.NullOr<Schema.Boolean>;
|
|
468
|
+
readonly meteredBillingStatus: Schema.Struct<{
|
|
469
|
+
readonly EAS_BUILD: Schema.Boolean;
|
|
470
|
+
readonly EAS_UPDATE: Schema.Boolean;
|
|
471
|
+
}>;
|
|
472
|
+
readonly name: Schema.NullOr<Schema.String>;
|
|
473
|
+
readonly nextInvoice: Schema.NullOr<Schema.String>;
|
|
474
|
+
readonly nextInvoiceAmountDueCents: Schema.NullOr<Schema.Number>;
|
|
475
|
+
readonly planId: Schema.NullOr<Schema.String>;
|
|
476
|
+
readonly price: Schema.Number;
|
|
477
|
+
readonly recurringCents: Schema.NullOr<Schema.Number>;
|
|
478
|
+
readonly status: Schema.NullOr<Schema.String>;
|
|
479
|
+
readonly trialEnd: Schema.NullOr<Schema.String>;
|
|
480
|
+
readonly upcomingInvoice: Schema.NullOr<Schema.Struct<{
|
|
481
|
+
readonly amountDue: Schema.Number;
|
|
482
|
+
readonly amountPaid: Schema.Number;
|
|
483
|
+
readonly amountRemaining: Schema.Number;
|
|
484
|
+
readonly id: Schema.String;
|
|
485
|
+
readonly startingBalance: Schema.Number;
|
|
486
|
+
readonly subtotal: Schema.Number;
|
|
487
|
+
readonly total: Schema.Number;
|
|
488
|
+
readonly totalDiscountedAmount: Schema.Number;
|
|
489
|
+
}>>;
|
|
490
|
+
readonly willCancel: Schema.NullOr<Schema.Boolean>;
|
|
491
|
+
}>>;
|
|
492
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
493
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
494
|
+
readonly updatedAt: Schema.String;
|
|
495
|
+
readonly userActorOwner: Schema.NullOr<Schema.Struct<{
|
|
496
|
+
readonly accessTokens: Schema.$Array<Schema.Struct<{
|
|
497
|
+
readonly createdAt: Schema.String;
|
|
498
|
+
readonly id: Schema.String;
|
|
499
|
+
readonly lastUsedAt: Schema.NullOr<Schema.String>;
|
|
500
|
+
readonly note: Schema.NullOr<Schema.String>;
|
|
501
|
+
readonly revokedAt: Schema.NullOr<Schema.String>;
|
|
502
|
+
readonly updatedAt: Schema.String;
|
|
503
|
+
readonly visibleTokenPrefix: Schema.String;
|
|
504
|
+
}>>;
|
|
505
|
+
readonly appCount: Schema.Number;
|
|
506
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
507
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
508
|
+
readonly created: Schema.String;
|
|
509
|
+
readonly discordUser: Schema.NullOr<Schema.Struct<{
|
|
510
|
+
readonly discordIdentifier: Schema.String;
|
|
511
|
+
readonly id: Schema.String;
|
|
512
|
+
}>>;
|
|
513
|
+
readonly displayName: Schema.String;
|
|
514
|
+
readonly experiments: Schema.$Array<Schema.Struct<{
|
|
515
|
+
readonly createdAt: Schema.String;
|
|
516
|
+
readonly enabled: Schema.Boolean;
|
|
517
|
+
readonly experiment: Schema.Literals<readonly ["ORBIT"]>;
|
|
518
|
+
readonly id: Schema.String;
|
|
519
|
+
readonly updatedAt: Schema.String;
|
|
520
|
+
}>>;
|
|
521
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
522
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
523
|
+
readonly githubUser: Schema.NullOr<Schema.Struct<{
|
|
524
|
+
readonly githubUserIdentifier: Schema.String;
|
|
525
|
+
readonly id: Schema.String;
|
|
526
|
+
}>>;
|
|
527
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
528
|
+
readonly id: Schema.String;
|
|
529
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
530
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
531
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
532
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
533
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
534
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
535
|
+
readonly pinnedApps: Schema.$Array<Schema.Struct<{
|
|
536
|
+
readonly appStoreUrl: Schema.NullOr<Schema.String>;
|
|
537
|
+
readonly assetLimitPerUpdateGroup: Schema.Number;
|
|
538
|
+
readonly buildProfiles: Schema.$Array<Schema.String>;
|
|
539
|
+
readonly buildsReleaseChannels: Schema.$Array<Schema.String>;
|
|
540
|
+
readonly description: Schema.String;
|
|
541
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
542
|
+
readonly fullName: Schema.String;
|
|
543
|
+
readonly githubUrl: Schema.NullOr<Schema.String>;
|
|
544
|
+
readonly iconUrl: Schema.NullOr<Schema.String>;
|
|
545
|
+
readonly id: Schema.String;
|
|
546
|
+
readonly internalDistributionBuildPrivacy: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
547
|
+
readonly isDeleting: Schema.Boolean;
|
|
548
|
+
readonly isDeprecated: Schema.Boolean;
|
|
549
|
+
readonly isLikedByMe: Schema.Boolean;
|
|
550
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
551
|
+
readonly lastPublishedTime: Schema.String;
|
|
552
|
+
readonly latestActivity: Schema.String;
|
|
553
|
+
readonly latestReleaseId: Schema.String;
|
|
554
|
+
readonly likeCount: Schema.Number;
|
|
555
|
+
readonly name: Schema.String;
|
|
556
|
+
readonly packageName: Schema.String;
|
|
557
|
+
readonly packageUsername: Schema.String;
|
|
558
|
+
readonly playStoreUrl: Schema.NullOr<Schema.String>;
|
|
559
|
+
readonly privacy: Schema.String;
|
|
560
|
+
readonly privacySetting: Schema.Literals<readonly ["HIDDEN", "PUBLIC", "UNLISTED"]>;
|
|
561
|
+
readonly published: Schema.Boolean;
|
|
562
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
563
|
+
readonly releaseChannels: Schema.$Array<Schema.String>;
|
|
564
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
565
|
+
readonly resourceClassExperiment: Schema.NullOr<Schema.Literals<readonly ["C3D", "N2"]>>;
|
|
566
|
+
readonly scopeKey: Schema.String;
|
|
567
|
+
readonly sdkVersion: Schema.String;
|
|
568
|
+
readonly slug: Schema.String;
|
|
569
|
+
readonly suggestedDevDomainName: Schema.String;
|
|
570
|
+
readonly trendScore: Schema.Number;
|
|
571
|
+
readonly updated: Schema.String;
|
|
572
|
+
readonly username: Schema.String;
|
|
573
|
+
}>>;
|
|
574
|
+
readonly preferences: Schema.Struct<{
|
|
575
|
+
readonly selectedAccountName: Schema.NullOr<Schema.String>;
|
|
576
|
+
}>;
|
|
577
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
578
|
+
readonly profilePhoto: Schema.String;
|
|
579
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
580
|
+
readonly username: Schema.String;
|
|
581
|
+
}>>;
|
|
582
|
+
readonly userInvitations: Schema.$Array<Schema.Struct<{
|
|
583
|
+
readonly accountName: Schema.String;
|
|
584
|
+
readonly accountProfileImageUrl: Schema.String;
|
|
585
|
+
readonly accountProfilePhoto: Schema.NullOr<Schema.String>;
|
|
586
|
+
readonly accountRequiresTwoFactor: Schema.Boolean;
|
|
587
|
+
readonly created: Schema.String;
|
|
588
|
+
readonly email: Schema.String;
|
|
589
|
+
readonly expires: Schema.String;
|
|
590
|
+
readonly id: Schema.String;
|
|
591
|
+
readonly isForOrganization: Schema.Boolean;
|
|
592
|
+
readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
|
|
593
|
+
readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
|
|
594
|
+
}>>;
|
|
595
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
596
|
+
readonly users: Schema.$Array<Schema.Struct<{
|
|
597
|
+
readonly actor: Schema.Struct<{
|
|
598
|
+
readonly created: Schema.String;
|
|
599
|
+
readonly displayName: Schema.String;
|
|
600
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
601
|
+
readonly id: Schema.String;
|
|
602
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
603
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
604
|
+
}>;
|
|
605
|
+
readonly id: Schema.String;
|
|
606
|
+
readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
|
|
607
|
+
readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
|
|
608
|
+
readonly user: Schema.NullOr<Schema.Struct<{
|
|
609
|
+
readonly appCount: Schema.Number;
|
|
610
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
611
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
612
|
+
readonly created: Schema.String;
|
|
613
|
+
readonly displayName: Schema.String;
|
|
614
|
+
readonly email: Schema.String;
|
|
615
|
+
readonly emailVerified: Schema.Boolean;
|
|
616
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
617
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
618
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
619
|
+
readonly hasPassword: Schema.Boolean;
|
|
620
|
+
readonly hasPendingUserInvitations: Schema.Boolean;
|
|
621
|
+
readonly id: Schema.String;
|
|
622
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
623
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
624
|
+
readonly isLegacy: Schema.Boolean;
|
|
625
|
+
readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
|
|
626
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
627
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
628
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
629
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
630
|
+
readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
|
|
631
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
632
|
+
readonly profilePhoto: Schema.String;
|
|
633
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
634
|
+
readonly username: Schema.String;
|
|
635
|
+
}>>;
|
|
636
|
+
readonly userActor: Schema.NullOr<Schema.Struct<{
|
|
637
|
+
readonly appCount: Schema.Number;
|
|
638
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
639
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
640
|
+
readonly created: Schema.String;
|
|
641
|
+
readonly displayName: Schema.String;
|
|
642
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
643
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
644
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
645
|
+
readonly id: Schema.String;
|
|
646
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
647
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
648
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
649
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
650
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
651
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
652
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
653
|
+
readonly profilePhoto: Schema.String;
|
|
654
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
655
|
+
readonly username: Schema.String;
|
|
656
|
+
}>>;
|
|
657
|
+
}>>;
|
|
658
|
+
readonly vexoAccountConnection: Schema.NullOr<Schema.Struct<{
|
|
659
|
+
readonly accessToken: Schema.Struct<{
|
|
660
|
+
readonly access_token: Schema.String;
|
|
661
|
+
readonly expires_at: Schema.NullOr<Schema.String>;
|
|
662
|
+
readonly token_type: Schema.String;
|
|
663
|
+
}>;
|
|
664
|
+
readonly id: Schema.String;
|
|
665
|
+
}>>;
|
|
666
|
+
readonly viewerUserPermission: Schema.Struct<{
|
|
667
|
+
readonly actor: Schema.Struct<{
|
|
668
|
+
readonly created: Schema.String;
|
|
669
|
+
readonly displayName: Schema.String;
|
|
670
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
671
|
+
readonly id: Schema.String;
|
|
672
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
673
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
674
|
+
}>;
|
|
675
|
+
readonly id: Schema.String;
|
|
676
|
+
readonly permissions: Schema.$Array<Schema.Literals<readonly ["ADMIN", "OWN", "PUBLISH", "VIEW"]>>;
|
|
677
|
+
readonly role: Schema.Literals<readonly ["ADMIN", "CUSTOM", "DEVELOPER", "HAS_ADMIN", "NOT_ADMIN", "OWNER", "VIEW_ONLY"]>;
|
|
678
|
+
readonly user: Schema.NullOr<Schema.Struct<{
|
|
679
|
+
readonly appCount: Schema.Number;
|
|
680
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
681
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
682
|
+
readonly created: Schema.String;
|
|
683
|
+
readonly displayName: Schema.String;
|
|
684
|
+
readonly email: Schema.String;
|
|
685
|
+
readonly emailVerified: Schema.Boolean;
|
|
686
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
687
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
688
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
689
|
+
readonly hasPassword: Schema.Boolean;
|
|
690
|
+
readonly hasPendingUserInvitations: Schema.Boolean;
|
|
691
|
+
readonly id: Schema.String;
|
|
692
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
693
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
694
|
+
readonly isLegacy: Schema.Boolean;
|
|
695
|
+
readonly isSecondFactorAuthenticationEnabled: Schema.Boolean;
|
|
696
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
697
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
698
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
699
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
700
|
+
readonly newEmailPendingVerification: Schema.NullOr<Schema.String>;
|
|
701
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
702
|
+
readonly profilePhoto: Schema.String;
|
|
703
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
704
|
+
readonly username: Schema.String;
|
|
705
|
+
}>>;
|
|
706
|
+
readonly userActor: Schema.NullOr<Schema.Struct<{
|
|
707
|
+
readonly appCount: Schema.Number;
|
|
708
|
+
readonly appetizeCode: Schema.NullOr<Schema.String>;
|
|
709
|
+
readonly bestContactEmail: Schema.NullOr<Schema.String>;
|
|
710
|
+
readonly created: Schema.String;
|
|
711
|
+
readonly displayName: Schema.String;
|
|
712
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
713
|
+
readonly fullName: Schema.NullOr<Schema.String>;
|
|
714
|
+
readonly githubUsername: Schema.NullOr<Schema.String>;
|
|
715
|
+
readonly id: Schema.String;
|
|
716
|
+
readonly industry: Schema.NullOr<Schema.String>;
|
|
717
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
718
|
+
readonly isStaffModeEnabled: Schema.Boolean;
|
|
719
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
720
|
+
readonly lastName: Schema.NullOr<Schema.String>;
|
|
721
|
+
readonly location: Schema.NullOr<Schema.String>;
|
|
722
|
+
readonly primaryAccountProfileImageUrl: Schema.NullOr<Schema.String>;
|
|
723
|
+
readonly profilePhoto: Schema.String;
|
|
724
|
+
readonly twitterUsername: Schema.NullOr<Schema.String>;
|
|
725
|
+
readonly username: Schema.String;
|
|
726
|
+
}>>;
|
|
727
|
+
}>;
|
|
728
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
729
|
+
}>;
|
|
730
|
+
export type AccountCancelScheduledSubscriptionChangeOutput = typeof AccountCancelScheduledSubscriptionChangeOutput.Type;
|
|
731
|
+
export declare const accountCancelScheduledSubscriptionChange: import("@distilled.cloud/core/client").OperationMethod<{
|
|
732
|
+
readonly accountID: string;
|
|
733
|
+
readonly accountName?: string | null | undefined;
|
|
734
|
+
}, {
|
|
735
|
+
readonly accessTokens: readonly ({
|
|
736
|
+
readonly createdAt: string;
|
|
737
|
+
readonly id: string;
|
|
738
|
+
readonly lastUsedAt: string | null;
|
|
739
|
+
readonly note: string | null;
|
|
740
|
+
readonly owner: {
|
|
741
|
+
readonly created: string;
|
|
742
|
+
readonly displayName: string;
|
|
743
|
+
readonly firstName: string | null;
|
|
744
|
+
readonly id: string;
|
|
745
|
+
readonly isExpoAdmin: boolean;
|
|
746
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
747
|
+
};
|
|
748
|
+
readonly revokedAt: string | null;
|
|
749
|
+
readonly updatedAt: string;
|
|
750
|
+
readonly visibleTokenPrefix: string;
|
|
751
|
+
} | null)[];
|
|
752
|
+
readonly appCount: number;
|
|
753
|
+
readonly appStoreConnectApiKeys: readonly {
|
|
754
|
+
readonly appleTeam: {
|
|
755
|
+
readonly appleTeamIdentifier: string;
|
|
756
|
+
readonly appleTeamName: string | null;
|
|
757
|
+
readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
|
|
758
|
+
readonly id: string;
|
|
759
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
760
|
+
} | null;
|
|
761
|
+
readonly createdAt: string;
|
|
762
|
+
readonly id: string;
|
|
763
|
+
readonly issuerIdentifier: string;
|
|
764
|
+
readonly keyIdentifier: string;
|
|
765
|
+
readonly keyP8: string;
|
|
766
|
+
readonly name: string | null;
|
|
767
|
+
readonly roles: readonly ("ACCESS_TO_REPORTS" | "ACCOUNT_HOLDER" | "ADMIN" | "APP_MANAGER" | "CLOUD_MANAGED_APP_DISTRIBUTION" | "CLOUD_MANAGED_DEVELOPER_ID" | "CREATE_APPS" | "CUSTOMER_SUPPORT" | "DEVELOPER" | "FINANCE" | "IMAGE_MANAGER" | "MARKETING" | "READ_ONLY" | "SALES" | "TECHNICAL" | "UNKNOWN")[] | null;
|
|
768
|
+
readonly updatedAt: string;
|
|
769
|
+
}[];
|
|
770
|
+
readonly appleDistributionCertificates: readonly {
|
|
771
|
+
readonly appleTeam: {
|
|
772
|
+
readonly appleTeamIdentifier: string;
|
|
773
|
+
readonly appleTeamName: string | null;
|
|
774
|
+
readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
|
|
775
|
+
readonly id: string;
|
|
776
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
777
|
+
} | null;
|
|
778
|
+
readonly certificateP12: string | null;
|
|
779
|
+
readonly certificatePassword: string | null;
|
|
780
|
+
readonly certificatePrivateSigningKey: string | null;
|
|
781
|
+
readonly createdAt: string;
|
|
782
|
+
readonly developerPortalIdentifier: string | null;
|
|
783
|
+
readonly id: string;
|
|
784
|
+
readonly iosAppBuildCredentialsList: readonly {
|
|
785
|
+
readonly id: string;
|
|
786
|
+
readonly iosDistributionType: "AD_HOC" | "APP_STORE" | "DEVELOPMENT" | "ENTERPRISE";
|
|
787
|
+
}[];
|
|
788
|
+
readonly serialNumber: string;
|
|
789
|
+
readonly updatedAt: string;
|
|
790
|
+
readonly validityNotAfter: string;
|
|
791
|
+
readonly validityNotBefore: string;
|
|
792
|
+
}[];
|
|
793
|
+
readonly applePushKeys: readonly {
|
|
794
|
+
readonly appleTeam: {
|
|
795
|
+
readonly appleTeamIdentifier: string;
|
|
796
|
+
readonly appleTeamName: string | null;
|
|
797
|
+
readonly appleTeamType: "COMPANY_OR_ORGANIZATION" | "INDIVIDUAL" | "IN_HOUSE" | null;
|
|
798
|
+
readonly id: string;
|
|
799
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
800
|
+
} | null;
|
|
801
|
+
readonly createdAt: string;
|
|
802
|
+
readonly id: string;
|
|
803
|
+
readonly iosAppCredentialsList: readonly {
|
|
804
|
+
readonly id: string;
|
|
805
|
+
}[];
|
|
806
|
+
readonly keyIdentifier: string;
|
|
807
|
+
readonly keyP8: string;
|
|
808
|
+
readonly updatedAt: string;
|
|
809
|
+
}[];
|
|
810
|
+
readonly availableBuilds: number | null;
|
|
811
|
+
readonly billing: {
|
|
812
|
+
readonly charges: readonly ({
|
|
813
|
+
readonly amount: number;
|
|
814
|
+
readonly createdAt: string;
|
|
815
|
+
readonly id: string;
|
|
816
|
+
readonly invoiceId: string | null;
|
|
817
|
+
readonly paid: boolean;
|
|
818
|
+
readonly receiptUrl: string | null;
|
|
819
|
+
readonly wasRefunded: boolean;
|
|
820
|
+
} | null)[] | null;
|
|
821
|
+
readonly id: string;
|
|
822
|
+
readonly payment: {
|
|
823
|
+
readonly id: string;
|
|
824
|
+
} | null;
|
|
825
|
+
readonly subscription: {
|
|
826
|
+
readonly cancelAt: string | null;
|
|
827
|
+
readonly endedAt: string | null;
|
|
828
|
+
readonly id: string;
|
|
829
|
+
readonly isDowngrading: boolean | null;
|
|
830
|
+
readonly name: string | null;
|
|
831
|
+
readonly nextInvoice: string | null;
|
|
832
|
+
readonly nextInvoiceAmountDueCents: number | null;
|
|
833
|
+
readonly planId: string | null;
|
|
834
|
+
readonly price: number;
|
|
835
|
+
readonly recurringCents: number | null;
|
|
836
|
+
readonly status: string | null;
|
|
837
|
+
readonly trialEnd: string | null;
|
|
838
|
+
readonly willCancel: boolean | null;
|
|
839
|
+
} | null;
|
|
840
|
+
} | null;
|
|
841
|
+
readonly convexTeamConnections: readonly {
|
|
842
|
+
readonly convexTeamIdentifier: string;
|
|
843
|
+
readonly createdAt: string;
|
|
844
|
+
readonly id: string;
|
|
845
|
+
readonly updatedAt: string;
|
|
846
|
+
}[];
|
|
847
|
+
readonly createdAt: string;
|
|
848
|
+
readonly displayName: string | null;
|
|
849
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
850
|
+
readonly githubAppInstallations: readonly {
|
|
851
|
+
readonly actor: {
|
|
852
|
+
readonly created: string;
|
|
853
|
+
readonly displayName: string;
|
|
854
|
+
readonly firstName: string | null;
|
|
855
|
+
readonly id: string;
|
|
856
|
+
readonly isExpoAdmin: boolean;
|
|
857
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
858
|
+
} | null;
|
|
859
|
+
readonly id: string;
|
|
860
|
+
readonly installationIdentifier: number;
|
|
861
|
+
readonly metadata: {
|
|
862
|
+
readonly githubAccountAvatarUrl: string | null;
|
|
863
|
+
readonly githubAccountName: string | null;
|
|
864
|
+
readonly githubAccountType: "ORGANIZATION" | "USER" | null;
|
|
865
|
+
readonly installationStatus: "ACTIVE" | "NOT_INSTALLED" | "SUSPENDED";
|
|
866
|
+
};
|
|
867
|
+
}[];
|
|
868
|
+
readonly googleServiceAccountKeys: readonly {
|
|
869
|
+
readonly clientEmail: string;
|
|
870
|
+
readonly clientIdentifier: string;
|
|
871
|
+
readonly createdAt: string;
|
|
872
|
+
readonly id: string;
|
|
873
|
+
readonly keyJson: string;
|
|
874
|
+
readonly privateKeyIdentifier: string;
|
|
875
|
+
readonly projectIdentifier: string;
|
|
876
|
+
readonly updatedAt: string;
|
|
877
|
+
}[];
|
|
878
|
+
readonly hasBuilds: boolean;
|
|
879
|
+
readonly id: string;
|
|
880
|
+
readonly isCurrent: boolean;
|
|
881
|
+
readonly isDisabled: boolean;
|
|
882
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
883
|
+
readonly isSSOEnabled: boolean;
|
|
884
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
885
|
+
readonly logRocketOrganization: {
|
|
886
|
+
readonly createdAt: string;
|
|
887
|
+
readonly id: string;
|
|
888
|
+
readonly orgName: string;
|
|
889
|
+
readonly orgSlug: string;
|
|
890
|
+
} | null;
|
|
891
|
+
readonly memberStats: {
|
|
892
|
+
readonly allHave2FAEnabled: boolean;
|
|
893
|
+
readonly humanCount: number;
|
|
894
|
+
readonly ownerCount: number;
|
|
895
|
+
readonly robotCount: number;
|
|
896
|
+
readonly ssoUserCount: number;
|
|
897
|
+
readonly totalCount: number;
|
|
898
|
+
};
|
|
899
|
+
readonly name: string;
|
|
900
|
+
readonly offers: readonly {
|
|
901
|
+
readonly features: readonly ("BUILDS" | "OPEN_SOURCE" | "SUPPORT" | "TEAMS" | null)[] | null;
|
|
902
|
+
readonly id: string;
|
|
903
|
+
readonly prerequisite: {
|
|
904
|
+
readonly stripeIds: readonly string[];
|
|
905
|
+
readonly type: string;
|
|
906
|
+
} | null;
|
|
907
|
+
readonly price: number;
|
|
908
|
+
readonly quantity: number | null;
|
|
909
|
+
readonly stripeId: string;
|
|
910
|
+
readonly trialLength: number | null;
|
|
911
|
+
readonly type: "ADDON" | "PREPAID" | "SUBSCRIPTION";
|
|
912
|
+
}[] | null;
|
|
913
|
+
readonly onboardingStats: {
|
|
914
|
+
readonly firstBuildCompletedAt: string | null;
|
|
915
|
+
readonly firstProjectCreatedAt: string | null;
|
|
916
|
+
readonly firstSubmissionCompletedAt: string | null;
|
|
917
|
+
readonly firstUpdateCreatedAt: string | null;
|
|
918
|
+
readonly hasConfiguredUpdate: boolean;
|
|
919
|
+
readonly hasConfiguredWorkflow: boolean;
|
|
920
|
+
readonly hasTeamMembers: boolean;
|
|
921
|
+
};
|
|
922
|
+
readonly owner: {
|
|
923
|
+
readonly accessTokens: readonly {
|
|
924
|
+
readonly createdAt: string;
|
|
925
|
+
readonly id: string;
|
|
926
|
+
readonly lastUsedAt: string | null;
|
|
927
|
+
readonly note: string | null;
|
|
928
|
+
readonly revokedAt: string | null;
|
|
929
|
+
readonly updatedAt: string;
|
|
930
|
+
readonly visibleTokenPrefix: string;
|
|
931
|
+
}[];
|
|
932
|
+
readonly appCount: number;
|
|
933
|
+
readonly appetizeCode: string | null;
|
|
934
|
+
readonly bestContactEmail: string | null;
|
|
935
|
+
readonly created: string;
|
|
936
|
+
readonly discordUser: {
|
|
937
|
+
readonly discordIdentifier: string;
|
|
938
|
+
readonly id: string;
|
|
939
|
+
} | null;
|
|
940
|
+
readonly displayName: string;
|
|
941
|
+
readonly email: string;
|
|
942
|
+
readonly emailVerified: boolean;
|
|
943
|
+
readonly experiments: readonly {
|
|
944
|
+
readonly createdAt: string;
|
|
945
|
+
readonly enabled: boolean;
|
|
946
|
+
readonly experiment: "ORBIT";
|
|
947
|
+
readonly id: string;
|
|
948
|
+
readonly updatedAt: string;
|
|
949
|
+
}[];
|
|
950
|
+
readonly firstName: string | null;
|
|
951
|
+
readonly fullName: string | null;
|
|
952
|
+
readonly githubUser: {
|
|
953
|
+
readonly githubUserIdentifier: string;
|
|
954
|
+
readonly id: string;
|
|
955
|
+
} | null;
|
|
956
|
+
readonly githubUsername: string | null;
|
|
957
|
+
readonly hasPassword: boolean;
|
|
958
|
+
readonly hasPendingUserInvitations: boolean;
|
|
959
|
+
readonly id: string;
|
|
960
|
+
readonly industry: string | null;
|
|
961
|
+
readonly isExpoAdmin: boolean;
|
|
962
|
+
readonly isLegacy: boolean;
|
|
963
|
+
readonly isSecondFactorAuthenticationEnabled: boolean;
|
|
964
|
+
readonly isStaffModeEnabled: boolean;
|
|
965
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
966
|
+
readonly lastName: string | null;
|
|
967
|
+
readonly location: string | null;
|
|
968
|
+
readonly newEmailPendingVerification: string | null;
|
|
969
|
+
readonly oAuthIdentities: readonly {
|
|
970
|
+
readonly email: string;
|
|
971
|
+
readonly id: string;
|
|
972
|
+
readonly login: string | null;
|
|
973
|
+
readonly provider: "apple" | "github" | "google";
|
|
974
|
+
}[];
|
|
975
|
+
readonly pendingUserInvitations: readonly {
|
|
976
|
+
readonly accountName: string;
|
|
977
|
+
readonly accountProfileImageUrl: string;
|
|
978
|
+
readonly accountProfilePhoto: string | null;
|
|
979
|
+
readonly accountRequiresTwoFactor: boolean;
|
|
980
|
+
readonly created: string;
|
|
981
|
+
readonly email: string;
|
|
982
|
+
readonly expires: string;
|
|
983
|
+
readonly id: string;
|
|
984
|
+
readonly isForOrganization: boolean;
|
|
985
|
+
readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
|
|
986
|
+
readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
|
|
987
|
+
}[];
|
|
988
|
+
readonly pinnedApps: readonly {
|
|
989
|
+
readonly appStoreUrl: string | null;
|
|
990
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
991
|
+
readonly buildProfiles: readonly string[];
|
|
992
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
993
|
+
readonly description: string;
|
|
994
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
995
|
+
readonly fullName: string;
|
|
996
|
+
readonly githubUrl: string | null;
|
|
997
|
+
readonly iconUrl: string | null;
|
|
998
|
+
readonly id: string;
|
|
999
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1000
|
+
readonly isDeleting: boolean;
|
|
1001
|
+
readonly isDeprecated: boolean;
|
|
1002
|
+
readonly isLikedByMe: boolean;
|
|
1003
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1004
|
+
readonly lastPublishedTime: string;
|
|
1005
|
+
readonly latestActivity: string;
|
|
1006
|
+
readonly latestReleaseId: string;
|
|
1007
|
+
readonly likeCount: number;
|
|
1008
|
+
readonly name: string;
|
|
1009
|
+
readonly packageName: string;
|
|
1010
|
+
readonly packageUsername: string;
|
|
1011
|
+
readonly playStoreUrl: string | null;
|
|
1012
|
+
readonly privacy: string;
|
|
1013
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1014
|
+
readonly published: boolean;
|
|
1015
|
+
readonly pushSecurityEnabled: boolean;
|
|
1016
|
+
readonly releaseChannels: readonly string[];
|
|
1017
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1018
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1019
|
+
readonly scopeKey: string;
|
|
1020
|
+
readonly sdkVersion: string;
|
|
1021
|
+
readonly slug: string;
|
|
1022
|
+
readonly suggestedDevDomainName: string;
|
|
1023
|
+
readonly trendScore: number;
|
|
1024
|
+
readonly updated: string;
|
|
1025
|
+
readonly username: string;
|
|
1026
|
+
}[];
|
|
1027
|
+
readonly pinnedDashboardViews: readonly {
|
|
1028
|
+
readonly view: "ACTIVITY" | "OVERVIEW";
|
|
1029
|
+
}[];
|
|
1030
|
+
readonly preferences: {
|
|
1031
|
+
readonly selectedAccountName: string | null;
|
|
1032
|
+
};
|
|
1033
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1034
|
+
readonly profilePhoto: string;
|
|
1035
|
+
readonly secondFactorDevices: readonly {
|
|
1036
|
+
readonly createdAt: string;
|
|
1037
|
+
readonly id: string;
|
|
1038
|
+
readonly isCertified: boolean;
|
|
1039
|
+
readonly isPrimary: boolean;
|
|
1040
|
+
readonly method: "AUTHENTICATOR" | "SMS";
|
|
1041
|
+
readonly name: string;
|
|
1042
|
+
readonly smsPhoneNumber: string | null;
|
|
1043
|
+
readonly updatedAt: string;
|
|
1044
|
+
}[];
|
|
1045
|
+
readonly twitterUsername: string | null;
|
|
1046
|
+
readonly username: string;
|
|
1047
|
+
} | null;
|
|
1048
|
+
readonly ownerUserActor: {
|
|
1049
|
+
readonly accessTokens: readonly {
|
|
1050
|
+
readonly createdAt: string;
|
|
1051
|
+
readonly id: string;
|
|
1052
|
+
readonly lastUsedAt: string | null;
|
|
1053
|
+
readonly note: string | null;
|
|
1054
|
+
readonly revokedAt: string | null;
|
|
1055
|
+
readonly updatedAt: string;
|
|
1056
|
+
readonly visibleTokenPrefix: string;
|
|
1057
|
+
}[];
|
|
1058
|
+
readonly appCount: number;
|
|
1059
|
+
readonly appetizeCode: string | null;
|
|
1060
|
+
readonly bestContactEmail: string | null;
|
|
1061
|
+
readonly created: string;
|
|
1062
|
+
readonly discordUser: {
|
|
1063
|
+
readonly discordIdentifier: string;
|
|
1064
|
+
readonly id: string;
|
|
1065
|
+
} | null;
|
|
1066
|
+
readonly displayName: string;
|
|
1067
|
+
readonly experiments: readonly {
|
|
1068
|
+
readonly createdAt: string;
|
|
1069
|
+
readonly enabled: boolean;
|
|
1070
|
+
readonly experiment: "ORBIT";
|
|
1071
|
+
readonly id: string;
|
|
1072
|
+
readonly updatedAt: string;
|
|
1073
|
+
}[];
|
|
1074
|
+
readonly firstName: string | null;
|
|
1075
|
+
readonly fullName: string | null;
|
|
1076
|
+
readonly githubUser: {
|
|
1077
|
+
readonly githubUserIdentifier: string;
|
|
1078
|
+
readonly id: string;
|
|
1079
|
+
} | null;
|
|
1080
|
+
readonly githubUsername: string | null;
|
|
1081
|
+
readonly id: string;
|
|
1082
|
+
readonly industry: string | null;
|
|
1083
|
+
readonly isExpoAdmin: boolean;
|
|
1084
|
+
readonly isStaffModeEnabled: boolean;
|
|
1085
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1086
|
+
readonly lastName: string | null;
|
|
1087
|
+
readonly location: string | null;
|
|
1088
|
+
readonly pinnedApps: readonly {
|
|
1089
|
+
readonly appStoreUrl: string | null;
|
|
1090
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
1091
|
+
readonly buildProfiles: readonly string[];
|
|
1092
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
1093
|
+
readonly description: string;
|
|
1094
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1095
|
+
readonly fullName: string;
|
|
1096
|
+
readonly githubUrl: string | null;
|
|
1097
|
+
readonly iconUrl: string | null;
|
|
1098
|
+
readonly id: string;
|
|
1099
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1100
|
+
readonly isDeleting: boolean;
|
|
1101
|
+
readonly isDeprecated: boolean;
|
|
1102
|
+
readonly isLikedByMe: boolean;
|
|
1103
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1104
|
+
readonly lastPublishedTime: string;
|
|
1105
|
+
readonly latestActivity: string;
|
|
1106
|
+
readonly latestReleaseId: string;
|
|
1107
|
+
readonly likeCount: number;
|
|
1108
|
+
readonly name: string;
|
|
1109
|
+
readonly packageName: string;
|
|
1110
|
+
readonly packageUsername: string;
|
|
1111
|
+
readonly playStoreUrl: string | null;
|
|
1112
|
+
readonly privacy: string;
|
|
1113
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1114
|
+
readonly published: boolean;
|
|
1115
|
+
readonly pushSecurityEnabled: boolean;
|
|
1116
|
+
readonly releaseChannels: readonly string[];
|
|
1117
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1118
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1119
|
+
readonly scopeKey: string;
|
|
1120
|
+
readonly sdkVersion: string;
|
|
1121
|
+
readonly slug: string;
|
|
1122
|
+
readonly suggestedDevDomainName: string;
|
|
1123
|
+
readonly trendScore: number;
|
|
1124
|
+
readonly updated: string;
|
|
1125
|
+
readonly username: string;
|
|
1126
|
+
}[];
|
|
1127
|
+
readonly preferences: {
|
|
1128
|
+
readonly selectedAccountName: string | null;
|
|
1129
|
+
};
|
|
1130
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1131
|
+
readonly profilePhoto: string;
|
|
1132
|
+
readonly twitterUsername: string | null;
|
|
1133
|
+
readonly username: string;
|
|
1134
|
+
} | null;
|
|
1135
|
+
readonly pendingSentryInstallation: {
|
|
1136
|
+
readonly createdAt: string;
|
|
1137
|
+
readonly id: string;
|
|
1138
|
+
readonly installationId: string;
|
|
1139
|
+
readonly orgSlug: string;
|
|
1140
|
+
} | null;
|
|
1141
|
+
readonly profileImageUrl: string;
|
|
1142
|
+
readonly pushSecurityEnabled: boolean;
|
|
1143
|
+
readonly requireTwoFactor: boolean;
|
|
1144
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1145
|
+
readonly sentryInstallation: {
|
|
1146
|
+
readonly createdAt: string;
|
|
1147
|
+
readonly id: string;
|
|
1148
|
+
readonly installationId: string;
|
|
1149
|
+
readonly orgSlug: string;
|
|
1150
|
+
} | null;
|
|
1151
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
1152
|
+
readonly ssoConfiguration: {
|
|
1153
|
+
readonly authProtocol: "OIDC";
|
|
1154
|
+
readonly authProviderIdentifier: "AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP";
|
|
1155
|
+
readonly clientIdentifier: string;
|
|
1156
|
+
readonly clientSecret: string;
|
|
1157
|
+
readonly createdAt: string;
|
|
1158
|
+
readonly id: string;
|
|
1159
|
+
readonly issuer: string;
|
|
1160
|
+
readonly updatedAt: string;
|
|
1161
|
+
} | null;
|
|
1162
|
+
readonly subscription: {
|
|
1163
|
+
readonly addons: readonly {
|
|
1164
|
+
readonly id: string;
|
|
1165
|
+
readonly name: string;
|
|
1166
|
+
readonly nextInvoice: string | null;
|
|
1167
|
+
readonly planId: string;
|
|
1168
|
+
readonly quantity: number | null;
|
|
1169
|
+
readonly willCancel: boolean | null;
|
|
1170
|
+
}[];
|
|
1171
|
+
readonly cancelAt: string | null;
|
|
1172
|
+
readonly concurrencies: {
|
|
1173
|
+
readonly android: number;
|
|
1174
|
+
readonly ios: number;
|
|
1175
|
+
readonly total: number;
|
|
1176
|
+
} | null;
|
|
1177
|
+
readonly coupon: {
|
|
1178
|
+
readonly amountOff: string | null;
|
|
1179
|
+
readonly appliesTo: string | null;
|
|
1180
|
+
readonly id: string;
|
|
1181
|
+
readonly name: string;
|
|
1182
|
+
readonly percentOff: number | null;
|
|
1183
|
+
readonly valid: boolean;
|
|
1184
|
+
} | null;
|
|
1185
|
+
readonly endedAt: string | null;
|
|
1186
|
+
readonly futureSubscription: {
|
|
1187
|
+
readonly createdAt: string;
|
|
1188
|
+
readonly id: string;
|
|
1189
|
+
readonly planId: string;
|
|
1190
|
+
readonly recurringCents: number | null;
|
|
1191
|
+
readonly startDate: string;
|
|
1192
|
+
} | null;
|
|
1193
|
+
readonly id: string;
|
|
1194
|
+
readonly isDowngrading: boolean | null;
|
|
1195
|
+
readonly meteredBillingStatus: {
|
|
1196
|
+
readonly EAS_BUILD: boolean;
|
|
1197
|
+
readonly EAS_UPDATE: boolean;
|
|
1198
|
+
};
|
|
1199
|
+
readonly name: string | null;
|
|
1200
|
+
readonly nextInvoice: string | null;
|
|
1201
|
+
readonly nextInvoiceAmountDueCents: number | null;
|
|
1202
|
+
readonly planId: string | null;
|
|
1203
|
+
readonly price: number;
|
|
1204
|
+
readonly recurringCents: number | null;
|
|
1205
|
+
readonly status: string | null;
|
|
1206
|
+
readonly trialEnd: string | null;
|
|
1207
|
+
readonly upcomingInvoice: {
|
|
1208
|
+
readonly amountDue: number;
|
|
1209
|
+
readonly amountPaid: number;
|
|
1210
|
+
readonly amountRemaining: number;
|
|
1211
|
+
readonly id: string;
|
|
1212
|
+
readonly startingBalance: number;
|
|
1213
|
+
readonly subtotal: number;
|
|
1214
|
+
readonly total: number;
|
|
1215
|
+
readonly totalDiscountedAmount: number;
|
|
1216
|
+
} | null;
|
|
1217
|
+
readonly willCancel: boolean | null;
|
|
1218
|
+
} | null;
|
|
1219
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
1220
|
+
readonly unlimitedBuilds: boolean;
|
|
1221
|
+
readonly updatedAt: string;
|
|
1222
|
+
readonly userActorOwner: {
|
|
1223
|
+
readonly accessTokens: readonly {
|
|
1224
|
+
readonly createdAt: string;
|
|
1225
|
+
readonly id: string;
|
|
1226
|
+
readonly lastUsedAt: string | null;
|
|
1227
|
+
readonly note: string | null;
|
|
1228
|
+
readonly revokedAt: string | null;
|
|
1229
|
+
readonly updatedAt: string;
|
|
1230
|
+
readonly visibleTokenPrefix: string;
|
|
1231
|
+
}[];
|
|
1232
|
+
readonly appCount: number;
|
|
1233
|
+
readonly appetizeCode: string | null;
|
|
1234
|
+
readonly bestContactEmail: string | null;
|
|
1235
|
+
readonly created: string;
|
|
1236
|
+
readonly discordUser: {
|
|
1237
|
+
readonly discordIdentifier: string;
|
|
1238
|
+
readonly id: string;
|
|
1239
|
+
} | null;
|
|
1240
|
+
readonly displayName: string;
|
|
1241
|
+
readonly experiments: readonly {
|
|
1242
|
+
readonly createdAt: string;
|
|
1243
|
+
readonly enabled: boolean;
|
|
1244
|
+
readonly experiment: "ORBIT";
|
|
1245
|
+
readonly id: string;
|
|
1246
|
+
readonly updatedAt: string;
|
|
1247
|
+
}[];
|
|
1248
|
+
readonly firstName: string | null;
|
|
1249
|
+
readonly fullName: string | null;
|
|
1250
|
+
readonly githubUser: {
|
|
1251
|
+
readonly githubUserIdentifier: string;
|
|
1252
|
+
readonly id: string;
|
|
1253
|
+
} | null;
|
|
1254
|
+
readonly githubUsername: string | null;
|
|
1255
|
+
readonly id: string;
|
|
1256
|
+
readonly industry: string | null;
|
|
1257
|
+
readonly isExpoAdmin: boolean;
|
|
1258
|
+
readonly isStaffModeEnabled: boolean;
|
|
1259
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1260
|
+
readonly lastName: string | null;
|
|
1261
|
+
readonly location: string | null;
|
|
1262
|
+
readonly pinnedApps: readonly {
|
|
1263
|
+
readonly appStoreUrl: string | null;
|
|
1264
|
+
readonly assetLimitPerUpdateGroup: number;
|
|
1265
|
+
readonly buildProfiles: readonly string[];
|
|
1266
|
+
readonly buildsReleaseChannels: readonly string[];
|
|
1267
|
+
readonly description: string;
|
|
1268
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
1269
|
+
readonly fullName: string;
|
|
1270
|
+
readonly githubUrl: string | null;
|
|
1271
|
+
readonly iconUrl: string | null;
|
|
1272
|
+
readonly id: string;
|
|
1273
|
+
readonly internalDistributionBuildPrivacy: "PRIVATE" | "PUBLIC";
|
|
1274
|
+
readonly isDeleting: boolean;
|
|
1275
|
+
readonly isDeprecated: boolean;
|
|
1276
|
+
readonly isLikedByMe: boolean;
|
|
1277
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1278
|
+
readonly lastPublishedTime: string;
|
|
1279
|
+
readonly latestActivity: string;
|
|
1280
|
+
readonly latestReleaseId: string;
|
|
1281
|
+
readonly likeCount: number;
|
|
1282
|
+
readonly name: string;
|
|
1283
|
+
readonly packageName: string;
|
|
1284
|
+
readonly packageUsername: string;
|
|
1285
|
+
readonly playStoreUrl: string | null;
|
|
1286
|
+
readonly privacy: string;
|
|
1287
|
+
readonly privacySetting: "HIDDEN" | "PUBLIC" | "UNLISTED";
|
|
1288
|
+
readonly published: boolean;
|
|
1289
|
+
readonly pushSecurityEnabled: boolean;
|
|
1290
|
+
readonly releaseChannels: readonly string[];
|
|
1291
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
1292
|
+
readonly resourceClassExperiment: "C3D" | "N2" | null;
|
|
1293
|
+
readonly scopeKey: string;
|
|
1294
|
+
readonly sdkVersion: string;
|
|
1295
|
+
readonly slug: string;
|
|
1296
|
+
readonly suggestedDevDomainName: string;
|
|
1297
|
+
readonly trendScore: number;
|
|
1298
|
+
readonly updated: string;
|
|
1299
|
+
readonly username: string;
|
|
1300
|
+
}[];
|
|
1301
|
+
readonly preferences: {
|
|
1302
|
+
readonly selectedAccountName: string | null;
|
|
1303
|
+
};
|
|
1304
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1305
|
+
readonly profilePhoto: string;
|
|
1306
|
+
readonly twitterUsername: string | null;
|
|
1307
|
+
readonly username: string;
|
|
1308
|
+
} | null;
|
|
1309
|
+
readonly userInvitations: readonly {
|
|
1310
|
+
readonly accountName: string;
|
|
1311
|
+
readonly accountProfileImageUrl: string;
|
|
1312
|
+
readonly accountProfilePhoto: string | null;
|
|
1313
|
+
readonly accountRequiresTwoFactor: boolean;
|
|
1314
|
+
readonly created: string;
|
|
1315
|
+
readonly email: string;
|
|
1316
|
+
readonly expires: string;
|
|
1317
|
+
readonly id: string;
|
|
1318
|
+
readonly isForOrganization: boolean;
|
|
1319
|
+
readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
|
|
1320
|
+
readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
|
|
1321
|
+
}[];
|
|
1322
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
1323
|
+
readonly users: readonly {
|
|
1324
|
+
readonly actor: {
|
|
1325
|
+
readonly created: string;
|
|
1326
|
+
readonly displayName: string;
|
|
1327
|
+
readonly firstName: string | null;
|
|
1328
|
+
readonly id: string;
|
|
1329
|
+
readonly isExpoAdmin: boolean;
|
|
1330
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1331
|
+
};
|
|
1332
|
+
readonly id: string;
|
|
1333
|
+
readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
|
|
1334
|
+
readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
|
|
1335
|
+
readonly user: {
|
|
1336
|
+
readonly appCount: number;
|
|
1337
|
+
readonly appetizeCode: string | null;
|
|
1338
|
+
readonly bestContactEmail: string | null;
|
|
1339
|
+
readonly created: string;
|
|
1340
|
+
readonly displayName: string;
|
|
1341
|
+
readonly email: string;
|
|
1342
|
+
readonly emailVerified: boolean;
|
|
1343
|
+
readonly firstName: string | null;
|
|
1344
|
+
readonly fullName: string | null;
|
|
1345
|
+
readonly githubUsername: string | null;
|
|
1346
|
+
readonly hasPassword: boolean;
|
|
1347
|
+
readonly hasPendingUserInvitations: boolean;
|
|
1348
|
+
readonly id: string;
|
|
1349
|
+
readonly industry: string | null;
|
|
1350
|
+
readonly isExpoAdmin: boolean;
|
|
1351
|
+
readonly isLegacy: boolean;
|
|
1352
|
+
readonly isSecondFactorAuthenticationEnabled: boolean;
|
|
1353
|
+
readonly isStaffModeEnabled: boolean;
|
|
1354
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1355
|
+
readonly lastName: string | null;
|
|
1356
|
+
readonly location: string | null;
|
|
1357
|
+
readonly newEmailPendingVerification: string | null;
|
|
1358
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1359
|
+
readonly profilePhoto: string;
|
|
1360
|
+
readonly twitterUsername: string | null;
|
|
1361
|
+
readonly username: string;
|
|
1362
|
+
} | null;
|
|
1363
|
+
readonly userActor: {
|
|
1364
|
+
readonly appCount: number;
|
|
1365
|
+
readonly appetizeCode: string | null;
|
|
1366
|
+
readonly bestContactEmail: string | null;
|
|
1367
|
+
readonly created: string;
|
|
1368
|
+
readonly displayName: string;
|
|
1369
|
+
readonly firstName: string | null;
|
|
1370
|
+
readonly fullName: string | null;
|
|
1371
|
+
readonly githubUsername: string | null;
|
|
1372
|
+
readonly id: string;
|
|
1373
|
+
readonly industry: string | null;
|
|
1374
|
+
readonly isExpoAdmin: boolean;
|
|
1375
|
+
readonly isStaffModeEnabled: boolean;
|
|
1376
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1377
|
+
readonly lastName: string | null;
|
|
1378
|
+
readonly location: string | null;
|
|
1379
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1380
|
+
readonly profilePhoto: string;
|
|
1381
|
+
readonly twitterUsername: string | null;
|
|
1382
|
+
readonly username: string;
|
|
1383
|
+
} | null;
|
|
1384
|
+
}[];
|
|
1385
|
+
readonly vexoAccountConnection: {
|
|
1386
|
+
readonly accessToken: {
|
|
1387
|
+
readonly access_token: string;
|
|
1388
|
+
readonly expires_at: string | null;
|
|
1389
|
+
readonly token_type: string;
|
|
1390
|
+
};
|
|
1391
|
+
readonly id: string;
|
|
1392
|
+
} | null;
|
|
1393
|
+
readonly viewerUserPermission: {
|
|
1394
|
+
readonly actor: {
|
|
1395
|
+
readonly created: string;
|
|
1396
|
+
readonly displayName: string;
|
|
1397
|
+
readonly firstName: string | null;
|
|
1398
|
+
readonly id: string;
|
|
1399
|
+
readonly isExpoAdmin: boolean;
|
|
1400
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1401
|
+
};
|
|
1402
|
+
readonly id: string;
|
|
1403
|
+
readonly permissions: readonly ("ADMIN" | "OWN" | "PUBLISH" | "VIEW")[];
|
|
1404
|
+
readonly role: "ADMIN" | "CUSTOM" | "DEVELOPER" | "HAS_ADMIN" | "NOT_ADMIN" | "OWNER" | "VIEW_ONLY";
|
|
1405
|
+
readonly user: {
|
|
1406
|
+
readonly appCount: number;
|
|
1407
|
+
readonly appetizeCode: string | null;
|
|
1408
|
+
readonly bestContactEmail: string | null;
|
|
1409
|
+
readonly created: string;
|
|
1410
|
+
readonly displayName: string;
|
|
1411
|
+
readonly email: string;
|
|
1412
|
+
readonly emailVerified: boolean;
|
|
1413
|
+
readonly firstName: string | null;
|
|
1414
|
+
readonly fullName: string | null;
|
|
1415
|
+
readonly githubUsername: string | null;
|
|
1416
|
+
readonly hasPassword: boolean;
|
|
1417
|
+
readonly hasPendingUserInvitations: boolean;
|
|
1418
|
+
readonly id: string;
|
|
1419
|
+
readonly industry: string | null;
|
|
1420
|
+
readonly isExpoAdmin: boolean;
|
|
1421
|
+
readonly isLegacy: boolean;
|
|
1422
|
+
readonly isSecondFactorAuthenticationEnabled: boolean;
|
|
1423
|
+
readonly isStaffModeEnabled: boolean;
|
|
1424
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1425
|
+
readonly lastName: string | null;
|
|
1426
|
+
readonly location: string | null;
|
|
1427
|
+
readonly newEmailPendingVerification: string | null;
|
|
1428
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1429
|
+
readonly profilePhoto: string;
|
|
1430
|
+
readonly twitterUsername: string | null;
|
|
1431
|
+
readonly username: string;
|
|
1432
|
+
} | null;
|
|
1433
|
+
readonly userActor: {
|
|
1434
|
+
readonly appCount: number;
|
|
1435
|
+
readonly appetizeCode: string | null;
|
|
1436
|
+
readonly bestContactEmail: string | null;
|
|
1437
|
+
readonly created: string;
|
|
1438
|
+
readonly displayName: string;
|
|
1439
|
+
readonly firstName: string | null;
|
|
1440
|
+
readonly fullName: string | null;
|
|
1441
|
+
readonly githubUsername: string | null;
|
|
1442
|
+
readonly id: string;
|
|
1443
|
+
readonly industry: string | null;
|
|
1444
|
+
readonly isExpoAdmin: boolean;
|
|
1445
|
+
readonly isStaffModeEnabled: boolean;
|
|
1446
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
1447
|
+
readonly lastName: string | null;
|
|
1448
|
+
readonly location: string | null;
|
|
1449
|
+
readonly primaryAccountProfileImageUrl: string | null;
|
|
1450
|
+
readonly profilePhoto: string;
|
|
1451
|
+
readonly twitterUsername: string | null;
|
|
1452
|
+
readonly username: string;
|
|
1453
|
+
} | null;
|
|
1454
|
+
};
|
|
1455
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
1456
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
1457
|
+
//# sourceMappingURL=accountCancelScheduledSubscriptionChange.d.ts.map
|