@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,323 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const EchoVersionUpdateVersionInput: Schema.Struct<{
|
|
3
|
+
readonly id: Schema.String;
|
|
4
|
+
readonly input: Schema.Struct<{
|
|
5
|
+
readonly buildError: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
6
|
+
readonly buildStatus: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["BUILDING", "FAILED", "PENDING", "SUCCESS"]>>>;
|
|
7
|
+
readonly gitBranch: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
8
|
+
readonly gitCommitHash: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
9
|
+
readonly gitCommitMessage: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
10
|
+
readonly previewDeployment: Schema.optional<Schema.NullOr<Schema.Unknown>>;
|
|
11
|
+
readonly thumbnail: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
12
|
+
readonly accentColor: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
13
|
+
readonly height: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
14
|
+
readonly url: Schema.String;
|
|
15
|
+
readonly visualHash: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
16
|
+
readonly width: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
17
|
+
}>>>;
|
|
18
|
+
}>;
|
|
19
|
+
}>;
|
|
20
|
+
export type EchoVersionUpdateVersionInput = typeof EchoVersionUpdateVersionInput.Type;
|
|
21
|
+
export declare const EchoVersionUpdateVersionOutput: Schema.Struct<{
|
|
22
|
+
readonly buildError: Schema.NullOr<Schema.String>;
|
|
23
|
+
readonly buildStatus: Schema.Literals<readonly ["BUILDING", "FAILED", "PENDING", "SUCCESS"]>;
|
|
24
|
+
readonly diffs: Schema.Unknown;
|
|
25
|
+
readonly echoChat: Schema.NullOr<Schema.Struct<{
|
|
26
|
+
readonly agentMetadata: Schema.NullOr<Schema.Unknown>;
|
|
27
|
+
readonly agentType: Schema.NullOr<Schema.Literals<readonly ["CLAUDE_CODE", "CODEX", "GEMINI"]>>;
|
|
28
|
+
readonly echoProject: Schema.Struct<{
|
|
29
|
+
readonly description: Schema.NullOr<Schema.String>;
|
|
30
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
31
|
+
readonly id: Schema.String;
|
|
32
|
+
readonly initFromGitHubUrl: Schema.NullOr<Schema.String>;
|
|
33
|
+
readonly lastMessageAt: Schema.NullOr<Schema.String>;
|
|
34
|
+
readonly slug: Schema.NullOr<Schema.String>;
|
|
35
|
+
readonly updatedAt: Schema.String;
|
|
36
|
+
readonly visibility: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
37
|
+
}>;
|
|
38
|
+
readonly id: Schema.String;
|
|
39
|
+
readonly state: Schema.Literals<readonly ["ACTIVE", "ARCHIVED"]>;
|
|
40
|
+
readonly stats: Schema.NullOr<Schema.Unknown>;
|
|
41
|
+
readonly title: Schema.NullOr<Schema.String>;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly echoProject: Schema.Struct<{
|
|
44
|
+
readonly account: Schema.Struct<{
|
|
45
|
+
readonly appCount: Schema.Number;
|
|
46
|
+
readonly availableBuilds: Schema.NullOr<Schema.Number>;
|
|
47
|
+
readonly createdAt: Schema.String;
|
|
48
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
49
|
+
readonly environmentVariableEnvironments: Schema.$Array<Schema.Unknown>;
|
|
50
|
+
readonly hasBuilds: Schema.Boolean;
|
|
51
|
+
readonly id: Schema.String;
|
|
52
|
+
readonly isCurrent: Schema.Boolean;
|
|
53
|
+
readonly isDisabled: Schema.Boolean;
|
|
54
|
+
readonly isFreeAppDevDomainTier: Schema.Boolean;
|
|
55
|
+
readonly isSSOEnabled: Schema.Boolean;
|
|
56
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
57
|
+
readonly name: Schema.String;
|
|
58
|
+
readonly profileImageUrl: Schema.String;
|
|
59
|
+
readonly pushSecurityEnabled: Schema.Boolean;
|
|
60
|
+
readonly requireTwoFactor: Schema.Boolean;
|
|
61
|
+
readonly requiresAccessTokenForPushSecurity: Schema.Boolean;
|
|
62
|
+
readonly ssoAllowedAuthProviders: Schema.$Array<Schema.Literals<readonly ["AMAZON_FEDERATE", "GENERIC", "GOOGLE_WS", "MS_ENTRA_ID", "OKTA", "ONE_LOGIN", "STUB_IDP"]>>;
|
|
63
|
+
readonly subscriptionChangesPending: Schema.NullOr<Schema.Boolean>;
|
|
64
|
+
readonly unlimitedBuilds: Schema.Boolean;
|
|
65
|
+
readonly updatedAt: Schema.String;
|
|
66
|
+
readonly userSpecifiedAccountUsage: Schema.NullOr<Schema.Literals<readonly ["COMPANY", "PERSONAL"]>>;
|
|
67
|
+
readonly willAutoRenewBuilds: Schema.NullOr<Schema.Boolean>;
|
|
68
|
+
}>;
|
|
69
|
+
readonly createdByActor: Schema.NullOr<Schema.Struct<{
|
|
70
|
+
readonly created: Schema.String;
|
|
71
|
+
readonly displayName: Schema.String;
|
|
72
|
+
readonly firstName: Schema.NullOr<Schema.String>;
|
|
73
|
+
readonly id: Schema.String;
|
|
74
|
+
readonly isExpoAdmin: Schema.Boolean;
|
|
75
|
+
readonly lastDeletionAttemptTime: Schema.NullOr<Schema.String>;
|
|
76
|
+
}>>;
|
|
77
|
+
readonly description: Schema.NullOr<Schema.String>;
|
|
78
|
+
readonly displayName: Schema.NullOr<Schema.String>;
|
|
79
|
+
readonly echoProjectIcon: Schema.NullOr<Schema.Struct<{
|
|
80
|
+
readonly accentColor: Schema.NullOr<Schema.String>;
|
|
81
|
+
readonly createdAt: Schema.String;
|
|
82
|
+
readonly id: Schema.String;
|
|
83
|
+
readonly model: Schema.NullOr<Schema.String>;
|
|
84
|
+
readonly prompt: Schema.NullOr<Schema.String>;
|
|
85
|
+
readonly source: Schema.Literals<readonly ["AI_GENERATED", "USER_UPLOADED"]>;
|
|
86
|
+
readonly url: Schema.String;
|
|
87
|
+
}>>;
|
|
88
|
+
readonly githubInfo: Schema.NullOr<Schema.Struct<{
|
|
89
|
+
readonly accountType: Schema.NullOr<Schema.String>;
|
|
90
|
+
readonly branch: Schema.String;
|
|
91
|
+
readonly installationId: Schema.Number;
|
|
92
|
+
readonly repoName: Schema.String;
|
|
93
|
+
readonly repoOwner: Schema.String;
|
|
94
|
+
readonly repoUrl: Schema.String;
|
|
95
|
+
}>>;
|
|
96
|
+
readonly icon: Schema.NullOr<Schema.Struct<{
|
|
97
|
+
readonly accentColor: Schema.NullOr<Schema.String>;
|
|
98
|
+
readonly url: Schema.String;
|
|
99
|
+
}>>;
|
|
100
|
+
readonly iconGallery: Schema.$Array<Schema.Struct<{
|
|
101
|
+
readonly accentColor: Schema.NullOr<Schema.String>;
|
|
102
|
+
readonly createdAt: Schema.String;
|
|
103
|
+
readonly id: Schema.String;
|
|
104
|
+
readonly model: Schema.NullOr<Schema.String>;
|
|
105
|
+
readonly prompt: Schema.NullOr<Schema.String>;
|
|
106
|
+
readonly source: Schema.Literals<readonly ["AI_GENERATED", "USER_UPLOADED"]>;
|
|
107
|
+
readonly url: Schema.String;
|
|
108
|
+
}>>;
|
|
109
|
+
readonly id: Schema.String;
|
|
110
|
+
readonly images: Schema.$Array<Schema.Struct<{
|
|
111
|
+
readonly createdAt: Schema.String;
|
|
112
|
+
readonly id: Schema.String;
|
|
113
|
+
readonly url: Schema.String;
|
|
114
|
+
}>>;
|
|
115
|
+
readonly initFromGitHubUrl: Schema.NullOr<Schema.String>;
|
|
116
|
+
readonly lastMessageAt: Schema.NullOr<Schema.String>;
|
|
117
|
+
readonly slug: Schema.NullOr<Schema.String>;
|
|
118
|
+
readonly thumbnail: Schema.NullOr<Schema.Struct<{
|
|
119
|
+
readonly accentColor: Schema.NullOr<Schema.String>;
|
|
120
|
+
readonly height: Schema.NullOr<Schema.Number>;
|
|
121
|
+
readonly url: Schema.String;
|
|
122
|
+
readonly visualHash: Schema.NullOr<Schema.String>;
|
|
123
|
+
readonly width: Schema.NullOr<Schema.Number>;
|
|
124
|
+
}>>;
|
|
125
|
+
readonly updatedAt: Schema.String;
|
|
126
|
+
readonly visibility: Schema.Literals<readonly ["PRIVATE", "PUBLIC"]>;
|
|
127
|
+
}>;
|
|
128
|
+
readonly echoTurn: Schema.NullOr<Schema.Struct<{
|
|
129
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
130
|
+
readonly createdAt: Schema.String;
|
|
131
|
+
readonly echoChat: Schema.Struct<{
|
|
132
|
+
readonly agentMetadata: Schema.NullOr<Schema.Unknown>;
|
|
133
|
+
readonly agentType: Schema.NullOr<Schema.Literals<readonly ["CLAUDE_CODE", "CODEX", "GEMINI"]>>;
|
|
134
|
+
readonly id: Schema.String;
|
|
135
|
+
readonly state: Schema.Literals<readonly ["ACTIVE", "ARCHIVED"]>;
|
|
136
|
+
readonly stats: Schema.NullOr<Schema.Unknown>;
|
|
137
|
+
readonly title: Schema.NullOr<Schema.String>;
|
|
138
|
+
}>;
|
|
139
|
+
readonly echoMessages: Schema.$Array<Schema.Struct<{
|
|
140
|
+
readonly completedAt: Schema.NullOr<Schema.String>;
|
|
141
|
+
readonly id: Schema.String;
|
|
142
|
+
readonly metadata: Schema.NullOr<Schema.Unknown>;
|
|
143
|
+
readonly role: Schema.Literals<readonly ["ASSISTANT", "USER"]>;
|
|
144
|
+
readonly turnId: Schema.NullOr<Schema.String>;
|
|
145
|
+
}>>;
|
|
146
|
+
readonly id: Schema.String;
|
|
147
|
+
}>>;
|
|
148
|
+
readonly gitBranch: Schema.String;
|
|
149
|
+
readonly gitCommitHash: Schema.NullOr<Schema.String>;
|
|
150
|
+
readonly gitCommitMessage: Schema.NullOr<Schema.String>;
|
|
151
|
+
readonly id: Schema.String;
|
|
152
|
+
readonly previewDeployment: Schema.NullOr<Schema.Unknown>;
|
|
153
|
+
readonly source: Schema.Literals<readonly ["AGENT", "GITHUB", "MANUAL", "REVERT"]>;
|
|
154
|
+
readonly thumbnail: Schema.NullOr<Schema.Struct<{
|
|
155
|
+
readonly accentColor: Schema.NullOr<Schema.String>;
|
|
156
|
+
readonly height: Schema.NullOr<Schema.Number>;
|
|
157
|
+
readonly url: Schema.String;
|
|
158
|
+
readonly visualHash: Schema.NullOr<Schema.String>;
|
|
159
|
+
readonly width: Schema.NullOr<Schema.Number>;
|
|
160
|
+
}>>;
|
|
161
|
+
readonly turnId: Schema.NullOr<Schema.String>;
|
|
162
|
+
}>;
|
|
163
|
+
export type EchoVersionUpdateVersionOutput = typeof EchoVersionUpdateVersionOutput.Type;
|
|
164
|
+
export declare const echoVersionUpdateVersion: import("@distilled.cloud/core/client").OperationMethod<{
|
|
165
|
+
readonly id: string;
|
|
166
|
+
readonly input: {
|
|
167
|
+
readonly buildError?: string | null | undefined;
|
|
168
|
+
readonly buildStatus?: "BUILDING" | "FAILED" | "PENDING" | "SUCCESS" | null | undefined;
|
|
169
|
+
readonly gitBranch?: string | null | undefined;
|
|
170
|
+
readonly gitCommitHash?: string | null | undefined;
|
|
171
|
+
readonly gitCommitMessage?: string | null | undefined;
|
|
172
|
+
readonly previewDeployment?: unknown;
|
|
173
|
+
readonly thumbnail?: {
|
|
174
|
+
readonly accentColor?: string | null | undefined;
|
|
175
|
+
readonly height?: number | null | undefined;
|
|
176
|
+
readonly url: string;
|
|
177
|
+
readonly visualHash?: string | null | undefined;
|
|
178
|
+
readonly width?: number | null | undefined;
|
|
179
|
+
} | null | undefined;
|
|
180
|
+
};
|
|
181
|
+
}, {
|
|
182
|
+
readonly buildError: string | null;
|
|
183
|
+
readonly buildStatus: "BUILDING" | "FAILED" | "PENDING" | "SUCCESS";
|
|
184
|
+
readonly diffs: unknown;
|
|
185
|
+
readonly echoChat: {
|
|
186
|
+
readonly agentMetadata: unknown;
|
|
187
|
+
readonly agentType: "CLAUDE_CODE" | "CODEX" | "GEMINI" | null;
|
|
188
|
+
readonly echoProject: {
|
|
189
|
+
readonly description: string | null;
|
|
190
|
+
readonly displayName: string | null;
|
|
191
|
+
readonly id: string;
|
|
192
|
+
readonly initFromGitHubUrl: string | null;
|
|
193
|
+
readonly lastMessageAt: string | null;
|
|
194
|
+
readonly slug: string | null;
|
|
195
|
+
readonly updatedAt: string;
|
|
196
|
+
readonly visibility: "PRIVATE" | "PUBLIC";
|
|
197
|
+
};
|
|
198
|
+
readonly id: string;
|
|
199
|
+
readonly state: "ACTIVE" | "ARCHIVED";
|
|
200
|
+
readonly stats: unknown;
|
|
201
|
+
readonly title: string | null;
|
|
202
|
+
} | null;
|
|
203
|
+
readonly echoProject: {
|
|
204
|
+
readonly account: {
|
|
205
|
+
readonly appCount: number;
|
|
206
|
+
readonly availableBuilds: number | null;
|
|
207
|
+
readonly createdAt: string;
|
|
208
|
+
readonly displayName: string | null;
|
|
209
|
+
readonly environmentVariableEnvironments: readonly unknown[];
|
|
210
|
+
readonly hasBuilds: boolean;
|
|
211
|
+
readonly id: string;
|
|
212
|
+
readonly isCurrent: boolean;
|
|
213
|
+
readonly isDisabled: boolean;
|
|
214
|
+
readonly isFreeAppDevDomainTier: boolean;
|
|
215
|
+
readonly isSSOEnabled: boolean;
|
|
216
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
217
|
+
readonly name: string;
|
|
218
|
+
readonly profileImageUrl: string;
|
|
219
|
+
readonly pushSecurityEnabled: boolean;
|
|
220
|
+
readonly requireTwoFactor: boolean;
|
|
221
|
+
readonly requiresAccessTokenForPushSecurity: boolean;
|
|
222
|
+
readonly ssoAllowedAuthProviders: readonly ("AMAZON_FEDERATE" | "GENERIC" | "GOOGLE_WS" | "MS_ENTRA_ID" | "OKTA" | "ONE_LOGIN" | "STUB_IDP")[];
|
|
223
|
+
readonly subscriptionChangesPending: boolean | null;
|
|
224
|
+
readonly unlimitedBuilds: boolean;
|
|
225
|
+
readonly updatedAt: string;
|
|
226
|
+
readonly userSpecifiedAccountUsage: "COMPANY" | "PERSONAL" | null;
|
|
227
|
+
readonly willAutoRenewBuilds: boolean | null;
|
|
228
|
+
};
|
|
229
|
+
readonly createdByActor: {
|
|
230
|
+
readonly created: string;
|
|
231
|
+
readonly displayName: string;
|
|
232
|
+
readonly firstName: string | null;
|
|
233
|
+
readonly id: string;
|
|
234
|
+
readonly isExpoAdmin: boolean;
|
|
235
|
+
readonly lastDeletionAttemptTime: string | null;
|
|
236
|
+
} | null;
|
|
237
|
+
readonly description: string | null;
|
|
238
|
+
readonly displayName: string | null;
|
|
239
|
+
readonly echoProjectIcon: {
|
|
240
|
+
readonly accentColor: string | null;
|
|
241
|
+
readonly createdAt: string;
|
|
242
|
+
readonly id: string;
|
|
243
|
+
readonly model: string | null;
|
|
244
|
+
readonly prompt: string | null;
|
|
245
|
+
readonly source: "AI_GENERATED" | "USER_UPLOADED";
|
|
246
|
+
readonly url: string;
|
|
247
|
+
} | null;
|
|
248
|
+
readonly githubInfo: {
|
|
249
|
+
readonly accountType: string | null;
|
|
250
|
+
readonly branch: string;
|
|
251
|
+
readonly installationId: number;
|
|
252
|
+
readonly repoName: string;
|
|
253
|
+
readonly repoOwner: string;
|
|
254
|
+
readonly repoUrl: string;
|
|
255
|
+
} | null;
|
|
256
|
+
readonly icon: {
|
|
257
|
+
readonly accentColor: string | null;
|
|
258
|
+
readonly url: string;
|
|
259
|
+
} | null;
|
|
260
|
+
readonly iconGallery: readonly {
|
|
261
|
+
readonly accentColor: string | null;
|
|
262
|
+
readonly createdAt: string;
|
|
263
|
+
readonly id: string;
|
|
264
|
+
readonly model: string | null;
|
|
265
|
+
readonly prompt: string | null;
|
|
266
|
+
readonly source: "AI_GENERATED" | "USER_UPLOADED";
|
|
267
|
+
readonly url: string;
|
|
268
|
+
}[];
|
|
269
|
+
readonly id: string;
|
|
270
|
+
readonly images: readonly {
|
|
271
|
+
readonly createdAt: string;
|
|
272
|
+
readonly id: string;
|
|
273
|
+
readonly url: string;
|
|
274
|
+
}[];
|
|
275
|
+
readonly initFromGitHubUrl: string | null;
|
|
276
|
+
readonly lastMessageAt: string | null;
|
|
277
|
+
readonly slug: string | null;
|
|
278
|
+
readonly thumbnail: {
|
|
279
|
+
readonly accentColor: string | null;
|
|
280
|
+
readonly height: number | null;
|
|
281
|
+
readonly url: string;
|
|
282
|
+
readonly visualHash: string | null;
|
|
283
|
+
readonly width: number | null;
|
|
284
|
+
} | null;
|
|
285
|
+
readonly updatedAt: string;
|
|
286
|
+
readonly visibility: "PRIVATE" | "PUBLIC";
|
|
287
|
+
};
|
|
288
|
+
readonly echoTurn: {
|
|
289
|
+
readonly completedAt: string | null;
|
|
290
|
+
readonly createdAt: string;
|
|
291
|
+
readonly echoChat: {
|
|
292
|
+
readonly agentMetadata: unknown;
|
|
293
|
+
readonly agentType: "CLAUDE_CODE" | "CODEX" | "GEMINI" | null;
|
|
294
|
+
readonly id: string;
|
|
295
|
+
readonly state: "ACTIVE" | "ARCHIVED";
|
|
296
|
+
readonly stats: unknown;
|
|
297
|
+
readonly title: string | null;
|
|
298
|
+
};
|
|
299
|
+
readonly echoMessages: readonly {
|
|
300
|
+
readonly completedAt: string | null;
|
|
301
|
+
readonly id: string;
|
|
302
|
+
readonly metadata: unknown;
|
|
303
|
+
readonly role: "ASSISTANT" | "USER";
|
|
304
|
+
readonly turnId: string | null;
|
|
305
|
+
}[];
|
|
306
|
+
readonly id: string;
|
|
307
|
+
} | null;
|
|
308
|
+
readonly gitBranch: string;
|
|
309
|
+
readonly gitCommitHash: string | null;
|
|
310
|
+
readonly gitCommitMessage: string | null;
|
|
311
|
+
readonly id: string;
|
|
312
|
+
readonly previewDeployment: unknown;
|
|
313
|
+
readonly source: "AGENT" | "GITHUB" | "MANUAL" | "REVERT";
|
|
314
|
+
readonly thumbnail: {
|
|
315
|
+
readonly accentColor: string | null;
|
|
316
|
+
readonly height: number | null;
|
|
317
|
+
readonly url: string;
|
|
318
|
+
readonly visualHash: string | null;
|
|
319
|
+
readonly width: number | null;
|
|
320
|
+
} | null;
|
|
321
|
+
readonly turnId: string | null;
|
|
322
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
323
|
+
//# sourceMappingURL=echoVersionUpdateVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"echoVersionUpdateVersion.d.ts","sourceRoot":"","sources":["../../src/operations/echoVersionUpdateVersion.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;EAgCzC,CAAC;AACF,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmLS,CAAC;AACrD,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAE7C,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAGlC,CAAC"}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client.js";
|
|
3
|
+
import * as T from "../traits.js";
|
|
4
|
+
const __document = "mutation echoVersionUpdateVersion($id: ID!, $input: UpdateEchoVersionInput!) {\n echoVersion {\n updateVersion(id: $id, input: $input) {\n buildError\n buildStatus\n diffs\n echoChat {\n agentMetadata\n agentType\n echoProject {\n description\n displayName\n id\n initFromGitHubUrl\n lastMessageAt\n slug\n updatedAt\n visibility\n }\n id\n state\n stats\n title\n }\n echoProject {\n account {\n appCount\n availableBuilds\n createdAt\n displayName\n environmentVariableEnvironments\n hasBuilds\n id\n isCurrent\n isDisabled\n isFreeAppDevDomainTier\n isSSOEnabled\n lastDeletionAttemptTime\n name\n profileImageUrl\n pushSecurityEnabled\n requireTwoFactor\n requiresAccessTokenForPushSecurity\n ssoAllowedAuthProviders\n subscriptionChangesPending\n unlimitedBuilds\n updatedAt\n userSpecifiedAccountUsage\n willAutoRenewBuilds\n }\n createdByActor {\n created\n displayName\n firstName\n id\n isExpoAdmin\n lastDeletionAttemptTime\n }\n description\n displayName\n echoProjectIcon {\n accentColor\n createdAt\n id\n model\n prompt\n source\n url\n }\n githubInfo {\n accountType\n branch\n installationId\n repoName\n repoOwner\n repoUrl\n }\n icon {\n accentColor\n url\n }\n iconGallery {\n accentColor\n createdAt\n id\n model\n prompt\n source\n url\n }\n id\n images {\n createdAt\n id\n url\n }\n initFromGitHubUrl\n lastMessageAt\n slug\n thumbnail {\n accentColor\n height\n url\n visualHash\n width\n }\n updatedAt\n visibility\n }\n echoTurn {\n completedAt\n createdAt\n echoChat {\n agentMetadata\n agentType\n id\n state\n stats\n title\n }\n echoMessages {\n completedAt\n id\n metadata\n role\n turnId\n }\n id\n }\n gitBranch\n gitCommitHash\n gitCommitMessage\n id\n previewDeployment\n source\n thumbnail {\n accentColor\n height\n url\n visualHash\n width\n }\n turnId\n }\n }\n}";
|
|
5
|
+
// Input Schema (GraphQL variables)
|
|
6
|
+
export const EchoVersionUpdateVersionInput = Schema.Struct({
|
|
7
|
+
id: Schema.String,
|
|
8
|
+
input: Schema.Struct({
|
|
9
|
+
buildError: Schema.optional(Schema.NullOr(Schema.String)),
|
|
10
|
+
buildStatus: Schema.optional(Schema.NullOr(Schema.Literals(["BUILDING", "FAILED", "PENDING", "SUCCESS"]))),
|
|
11
|
+
gitBranch: Schema.optional(Schema.NullOr(Schema.String)),
|
|
12
|
+
gitCommitHash: Schema.optional(Schema.NullOr(Schema.String)),
|
|
13
|
+
gitCommitMessage: Schema.optional(Schema.NullOr(Schema.String)),
|
|
14
|
+
previewDeployment: Schema.optional(Schema.NullOr(Schema.Unknown)),
|
|
15
|
+
thumbnail: Schema.optional(Schema.NullOr(Schema.Struct({
|
|
16
|
+
accentColor: Schema.optional(Schema.NullOr(Schema.String)),
|
|
17
|
+
height: Schema.optional(Schema.NullOr(Schema.Number)),
|
|
18
|
+
url: Schema.String,
|
|
19
|
+
visualHash: Schema.optional(Schema.NullOr(Schema.String)),
|
|
20
|
+
width: Schema.optional(Schema.NullOr(Schema.Number)),
|
|
21
|
+
}))),
|
|
22
|
+
}),
|
|
23
|
+
}).pipe(T.Http({ method: "POST", path: "/graphql" }), T.GraphQLOp({
|
|
24
|
+
query: __document,
|
|
25
|
+
operationName: "echoVersionUpdateVersion",
|
|
26
|
+
type: "mutation",
|
|
27
|
+
}));
|
|
28
|
+
// Output Schema (GraphQL selection set)
|
|
29
|
+
export const EchoVersionUpdateVersionOutput = Schema.Struct({
|
|
30
|
+
buildError: Schema.NullOr(Schema.String),
|
|
31
|
+
buildStatus: Schema.Literals(["BUILDING", "FAILED", "PENDING", "SUCCESS"]),
|
|
32
|
+
diffs: Schema.Unknown,
|
|
33
|
+
echoChat: Schema.NullOr(Schema.Struct({
|
|
34
|
+
agentMetadata: Schema.NullOr(Schema.Unknown),
|
|
35
|
+
agentType: Schema.NullOr(Schema.Literals(["CLAUDE_CODE", "CODEX", "GEMINI"])),
|
|
36
|
+
echoProject: Schema.Struct({
|
|
37
|
+
description: Schema.NullOr(Schema.String),
|
|
38
|
+
displayName: Schema.NullOr(Schema.String),
|
|
39
|
+
id: Schema.String,
|
|
40
|
+
initFromGitHubUrl: Schema.NullOr(Schema.String),
|
|
41
|
+
lastMessageAt: Schema.NullOr(Schema.String),
|
|
42
|
+
slug: Schema.NullOr(Schema.String),
|
|
43
|
+
updatedAt: Schema.String,
|
|
44
|
+
visibility: Schema.Literals(["PRIVATE", "PUBLIC"]),
|
|
45
|
+
}),
|
|
46
|
+
id: Schema.String,
|
|
47
|
+
state: Schema.Literals(["ACTIVE", "ARCHIVED"]),
|
|
48
|
+
stats: Schema.NullOr(Schema.Unknown),
|
|
49
|
+
title: Schema.NullOr(Schema.String),
|
|
50
|
+
})),
|
|
51
|
+
echoProject: Schema.Struct({
|
|
52
|
+
account: Schema.Struct({
|
|
53
|
+
appCount: Schema.Number,
|
|
54
|
+
availableBuilds: Schema.NullOr(Schema.Number),
|
|
55
|
+
createdAt: Schema.String,
|
|
56
|
+
displayName: Schema.NullOr(Schema.String),
|
|
57
|
+
environmentVariableEnvironments: Schema.Array(Schema.Unknown),
|
|
58
|
+
hasBuilds: Schema.Boolean,
|
|
59
|
+
id: Schema.String,
|
|
60
|
+
isCurrent: Schema.Boolean,
|
|
61
|
+
isDisabled: Schema.Boolean,
|
|
62
|
+
isFreeAppDevDomainTier: Schema.Boolean,
|
|
63
|
+
isSSOEnabled: Schema.Boolean,
|
|
64
|
+
lastDeletionAttemptTime: Schema.NullOr(Schema.String),
|
|
65
|
+
name: Schema.String,
|
|
66
|
+
profileImageUrl: Schema.String,
|
|
67
|
+
pushSecurityEnabled: Schema.Boolean,
|
|
68
|
+
requireTwoFactor: Schema.Boolean,
|
|
69
|
+
requiresAccessTokenForPushSecurity: Schema.Boolean,
|
|
70
|
+
ssoAllowedAuthProviders: Schema.Array(Schema.Literals([
|
|
71
|
+
"AMAZON_FEDERATE",
|
|
72
|
+
"GENERIC",
|
|
73
|
+
"GOOGLE_WS",
|
|
74
|
+
"MS_ENTRA_ID",
|
|
75
|
+
"OKTA",
|
|
76
|
+
"ONE_LOGIN",
|
|
77
|
+
"STUB_IDP",
|
|
78
|
+
])),
|
|
79
|
+
subscriptionChangesPending: Schema.NullOr(Schema.Boolean),
|
|
80
|
+
unlimitedBuilds: Schema.Boolean,
|
|
81
|
+
updatedAt: Schema.String,
|
|
82
|
+
userSpecifiedAccountUsage: Schema.NullOr(Schema.Literals(["COMPANY", "PERSONAL"])),
|
|
83
|
+
willAutoRenewBuilds: Schema.NullOr(Schema.Boolean),
|
|
84
|
+
}),
|
|
85
|
+
createdByActor: Schema.NullOr(Schema.Struct({
|
|
86
|
+
created: Schema.String,
|
|
87
|
+
displayName: Schema.String,
|
|
88
|
+
firstName: Schema.NullOr(Schema.String),
|
|
89
|
+
id: Schema.String,
|
|
90
|
+
isExpoAdmin: Schema.Boolean,
|
|
91
|
+
lastDeletionAttemptTime: Schema.NullOr(Schema.String),
|
|
92
|
+
})),
|
|
93
|
+
description: Schema.NullOr(Schema.String),
|
|
94
|
+
displayName: Schema.NullOr(Schema.String),
|
|
95
|
+
echoProjectIcon: Schema.NullOr(Schema.Struct({
|
|
96
|
+
accentColor: Schema.NullOr(Schema.String),
|
|
97
|
+
createdAt: Schema.String,
|
|
98
|
+
id: Schema.String,
|
|
99
|
+
model: Schema.NullOr(Schema.String),
|
|
100
|
+
prompt: Schema.NullOr(Schema.String),
|
|
101
|
+
source: Schema.Literals(["AI_GENERATED", "USER_UPLOADED"]),
|
|
102
|
+
url: Schema.String,
|
|
103
|
+
})),
|
|
104
|
+
githubInfo: Schema.NullOr(Schema.Struct({
|
|
105
|
+
accountType: Schema.NullOr(Schema.String),
|
|
106
|
+
branch: Schema.String,
|
|
107
|
+
installationId: Schema.Number,
|
|
108
|
+
repoName: Schema.String,
|
|
109
|
+
repoOwner: Schema.String,
|
|
110
|
+
repoUrl: Schema.String,
|
|
111
|
+
})),
|
|
112
|
+
icon: Schema.NullOr(Schema.Struct({
|
|
113
|
+
accentColor: Schema.NullOr(Schema.String),
|
|
114
|
+
url: Schema.String,
|
|
115
|
+
})),
|
|
116
|
+
iconGallery: Schema.Array(Schema.Struct({
|
|
117
|
+
accentColor: Schema.NullOr(Schema.String),
|
|
118
|
+
createdAt: Schema.String,
|
|
119
|
+
id: Schema.String,
|
|
120
|
+
model: Schema.NullOr(Schema.String),
|
|
121
|
+
prompt: Schema.NullOr(Schema.String),
|
|
122
|
+
source: Schema.Literals(["AI_GENERATED", "USER_UPLOADED"]),
|
|
123
|
+
url: Schema.String,
|
|
124
|
+
})),
|
|
125
|
+
id: Schema.String,
|
|
126
|
+
images: Schema.Array(Schema.Struct({
|
|
127
|
+
createdAt: Schema.String,
|
|
128
|
+
id: Schema.String,
|
|
129
|
+
url: Schema.String,
|
|
130
|
+
})),
|
|
131
|
+
initFromGitHubUrl: Schema.NullOr(Schema.String),
|
|
132
|
+
lastMessageAt: Schema.NullOr(Schema.String),
|
|
133
|
+
slug: Schema.NullOr(Schema.String),
|
|
134
|
+
thumbnail: Schema.NullOr(Schema.Struct({
|
|
135
|
+
accentColor: Schema.NullOr(Schema.String),
|
|
136
|
+
height: Schema.NullOr(Schema.Number),
|
|
137
|
+
url: Schema.String,
|
|
138
|
+
visualHash: Schema.NullOr(Schema.String),
|
|
139
|
+
width: Schema.NullOr(Schema.Number),
|
|
140
|
+
})),
|
|
141
|
+
updatedAt: Schema.String,
|
|
142
|
+
visibility: Schema.Literals(["PRIVATE", "PUBLIC"]),
|
|
143
|
+
}),
|
|
144
|
+
echoTurn: Schema.NullOr(Schema.Struct({
|
|
145
|
+
completedAt: Schema.NullOr(Schema.String),
|
|
146
|
+
createdAt: Schema.String,
|
|
147
|
+
echoChat: Schema.Struct({
|
|
148
|
+
agentMetadata: Schema.NullOr(Schema.Unknown),
|
|
149
|
+
agentType: Schema.NullOr(Schema.Literals(["CLAUDE_CODE", "CODEX", "GEMINI"])),
|
|
150
|
+
id: Schema.String,
|
|
151
|
+
state: Schema.Literals(["ACTIVE", "ARCHIVED"]),
|
|
152
|
+
stats: Schema.NullOr(Schema.Unknown),
|
|
153
|
+
title: Schema.NullOr(Schema.String),
|
|
154
|
+
}),
|
|
155
|
+
echoMessages: Schema.Array(Schema.Struct({
|
|
156
|
+
completedAt: Schema.NullOr(Schema.String),
|
|
157
|
+
id: Schema.String,
|
|
158
|
+
metadata: Schema.NullOr(Schema.Unknown),
|
|
159
|
+
role: Schema.Literals(["ASSISTANT", "USER"]),
|
|
160
|
+
turnId: Schema.NullOr(Schema.String),
|
|
161
|
+
})),
|
|
162
|
+
id: Schema.String,
|
|
163
|
+
})),
|
|
164
|
+
gitBranch: Schema.String,
|
|
165
|
+
gitCommitHash: Schema.NullOr(Schema.String),
|
|
166
|
+
gitCommitMessage: Schema.NullOr(Schema.String),
|
|
167
|
+
id: Schema.String,
|
|
168
|
+
previewDeployment: Schema.NullOr(Schema.Unknown),
|
|
169
|
+
source: Schema.Literals(["AGENT", "GITHUB", "MANUAL", "REVERT"]),
|
|
170
|
+
thumbnail: Schema.NullOr(Schema.Struct({
|
|
171
|
+
accentColor: Schema.NullOr(Schema.String),
|
|
172
|
+
height: Schema.NullOr(Schema.Number),
|
|
173
|
+
url: Schema.String,
|
|
174
|
+
visualHash: Schema.NullOr(Schema.String),
|
|
175
|
+
width: Schema.NullOr(Schema.Number),
|
|
176
|
+
})),
|
|
177
|
+
turnId: Schema.NullOr(Schema.String),
|
|
178
|
+
}).pipe(T.ResponsePath("echoVersion.updateVersion"));
|
|
179
|
+
export const echoVersionUpdateVersion = API.make(() => ({
|
|
180
|
+
inputSchema: EchoVersionUpdateVersionInput,
|
|
181
|
+
outputSchema: EchoVersionUpdateVersionOutput,
|
|
182
|
+
}));
|
|
183
|
+
//# sourceMappingURL=echoVersionUpdateVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"echoVersionUpdateVersion.js","sourceRoot":"","sources":["../../src/operations/echoVersionUpdateVersion.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const EnvironmentSecretCreateEnvironmentSecretForAccountInput: Schema.Struct<{
|
|
3
|
+
readonly accountId: Schema.String;
|
|
4
|
+
readonly environmentSecretData: Schema.Struct<{
|
|
5
|
+
readonly name: Schema.String;
|
|
6
|
+
readonly type: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["FILE_BASE64", "STRING"]>>>;
|
|
7
|
+
readonly value: Schema.String;
|
|
8
|
+
}>;
|
|
9
|
+
}>;
|
|
10
|
+
export type EnvironmentSecretCreateEnvironmentSecretForAccountInput = typeof EnvironmentSecretCreateEnvironmentSecretForAccountInput.Type;
|
|
11
|
+
export declare const EnvironmentSecretCreateEnvironmentSecretForAccountOutput: Schema.Struct<{
|
|
12
|
+
readonly createdAt: Schema.String;
|
|
13
|
+
readonly id: Schema.String;
|
|
14
|
+
readonly name: Schema.String;
|
|
15
|
+
readonly type: Schema.Literals<readonly ["FILE_BASE64", "STRING"]>;
|
|
16
|
+
readonly updatedAt: Schema.String;
|
|
17
|
+
}>;
|
|
18
|
+
export type EnvironmentSecretCreateEnvironmentSecretForAccountOutput = typeof EnvironmentSecretCreateEnvironmentSecretForAccountOutput.Type;
|
|
19
|
+
export declare const environmentSecretCreateEnvironmentSecretForAccount: import("@distilled.cloud/core/client").OperationMethod<{
|
|
20
|
+
readonly accountId: string;
|
|
21
|
+
readonly environmentSecretData: {
|
|
22
|
+
readonly name: string;
|
|
23
|
+
readonly type?: "FILE_BASE64" | "STRING" | null | undefined;
|
|
24
|
+
readonly value: string;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
readonly createdAt: string;
|
|
28
|
+
readonly id: string;
|
|
29
|
+
readonly name: string;
|
|
30
|
+
readonly type: "FILE_BASE64" | "STRING";
|
|
31
|
+
readonly updatedAt: string;
|
|
32
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
33
|
+
//# sourceMappingURL=environmentSecretCreateEnvironmentSecretForAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environmentSecretCreateEnvironmentSecretForAccount.d.ts","sourceRoot":"","sources":["../../src/operations/environmentSecretCreateEnvironmentSecretForAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,eAAO,MAAM,uDAAuD;;;;;;;EAiBjE,CAAC;AACJ,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,wDAAwD;;;;;;EASlE,CAAC;AACJ,MAAM,MAAM,wDAAwD,GAClE,OAAO,wDAAwD,CAAC,IAAI,CAAC;AAEvE,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;iDAK9D,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client.js";
|
|
3
|
+
import * as T from "../traits.js";
|
|
4
|
+
const __document = "mutation environmentSecretCreateEnvironmentSecretForAccount($accountId: String!, $environmentSecretData: CreateEnvironmentSecretInput!) {\n environmentSecret {\n createEnvironmentSecretForAccount(accountId: $accountId, environmentSecretData: $environmentSecretData) {\n createdAt\n id\n name\n type\n updatedAt\n }\n }\n}";
|
|
5
|
+
// Input Schema (GraphQL variables)
|
|
6
|
+
export const EnvironmentSecretCreateEnvironmentSecretForAccountInput = Schema.Struct({
|
|
7
|
+
accountId: Schema.String,
|
|
8
|
+
environmentSecretData: Schema.Struct({
|
|
9
|
+
name: Schema.String,
|
|
10
|
+
type: Schema.optional(Schema.NullOr(Schema.Literals(["FILE_BASE64", "STRING"]))),
|
|
11
|
+
value: Schema.String,
|
|
12
|
+
}),
|
|
13
|
+
}).pipe(T.Http({ method: "POST", path: "/graphql" }), T.GraphQLOp({
|
|
14
|
+
query: __document,
|
|
15
|
+
operationName: "environmentSecretCreateEnvironmentSecretForAccount",
|
|
16
|
+
type: "mutation",
|
|
17
|
+
}));
|
|
18
|
+
// Output Schema (GraphQL selection set)
|
|
19
|
+
export const EnvironmentSecretCreateEnvironmentSecretForAccountOutput = Schema.Struct({
|
|
20
|
+
createdAt: Schema.String,
|
|
21
|
+
id: Schema.String,
|
|
22
|
+
name: Schema.String,
|
|
23
|
+
type: Schema.Literals(["FILE_BASE64", "STRING"]),
|
|
24
|
+
updatedAt: Schema.String,
|
|
25
|
+
}).pipe(T.ResponsePath("environmentSecret.createEnvironmentSecretForAccount"));
|
|
26
|
+
export const environmentSecretCreateEnvironmentSecretForAccount = API.make(() => ({
|
|
27
|
+
inputSchema: EnvironmentSecretCreateEnvironmentSecretForAccountInput,
|
|
28
|
+
outputSchema: EnvironmentSecretCreateEnvironmentSecretForAccountOutput,
|
|
29
|
+
}));
|
|
30
|
+
//# sourceMappingURL=environmentSecretCreateEnvironmentSecretForAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environmentSecretCreateEnvironmentSecretForAccount.js","sourceRoot":"","sources":["../../src/operations/environmentSecretCreateEnvironmentSecretForAccount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAElC,MAAM,UAAU,GACd,oWAAoW,CAAC;AAEvW,mCAAmC;AACnC,MAAM,CAAC,MAAM,uDAAuD,GAClE,MAAM,CAAC,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC,MAAM;IACxB,qBAAqB,EAAE,MAAM,CAAC,MAAM,CAAC;QACnC,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CACnB,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC,CAAC,CAC1D;QACD,KAAK,EAAE,MAAM,CAAC,MAAM;KACrB,CAAC;CACH,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,EAC5C,CAAC,CAAC,SAAS,CAAC;IACV,KAAK,EAAE,UAAU;IACjB,aAAa,EAAE,oDAAoD;IACnE,IAAI,EAAE,UAAU;CACjB,CAAC,CACH,CAAC;AAIJ,wCAAwC;AACxC,MAAM,CAAC,MAAM,wDAAwD,GACnE,MAAM,CAAC,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC,MAAM;IACxB,EAAE,EAAE,MAAM,CAAC,MAAM;IACjB,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAChD,SAAS,EAAE,MAAM,CAAC,MAAM;CACzB,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,YAAY,CAAC,qDAAqD,CAAC,CACtE,CAAC;AAIJ,MAAM,CAAC,MAAM,kDAAkD,GAAG,GAAG,CAAC,IAAI,CACxE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,uDAAuD;IACpE,YAAY,EAAE,wDAAwD;CACvE,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const EnvironmentSecretCreateEnvironmentSecretForAppInput: Schema.Struct<{
|
|
3
|
+
readonly appId: Schema.String;
|
|
4
|
+
readonly environmentSecretData: Schema.Struct<{
|
|
5
|
+
readonly name: Schema.String;
|
|
6
|
+
readonly type: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["FILE_BASE64", "STRING"]>>>;
|
|
7
|
+
readonly value: Schema.String;
|
|
8
|
+
}>;
|
|
9
|
+
}>;
|
|
10
|
+
export type EnvironmentSecretCreateEnvironmentSecretForAppInput = typeof EnvironmentSecretCreateEnvironmentSecretForAppInput.Type;
|
|
11
|
+
export declare const EnvironmentSecretCreateEnvironmentSecretForAppOutput: Schema.Struct<{
|
|
12
|
+
readonly createdAt: Schema.String;
|
|
13
|
+
readonly id: Schema.String;
|
|
14
|
+
readonly name: Schema.String;
|
|
15
|
+
readonly type: Schema.Literals<readonly ["FILE_BASE64", "STRING"]>;
|
|
16
|
+
readonly updatedAt: Schema.String;
|
|
17
|
+
}>;
|
|
18
|
+
export type EnvironmentSecretCreateEnvironmentSecretForAppOutput = typeof EnvironmentSecretCreateEnvironmentSecretForAppOutput.Type;
|
|
19
|
+
export declare const environmentSecretCreateEnvironmentSecretForApp: import("@distilled.cloud/core/client").OperationMethod<{
|
|
20
|
+
readonly appId: string;
|
|
21
|
+
readonly environmentSecretData: {
|
|
22
|
+
readonly name: string;
|
|
23
|
+
readonly type?: "FILE_BASE64" | "STRING" | null | undefined;
|
|
24
|
+
readonly value: string;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
readonly createdAt: string;
|
|
28
|
+
readonly id: string;
|
|
29
|
+
readonly name: string;
|
|
30
|
+
readonly type: "FILE_BASE64" | "STRING";
|
|
31
|
+
readonly updatedAt: string;
|
|
32
|
+
}, never, import("~/credentials.ts").Credentials>;
|
|
33
|
+
//# sourceMappingURL=environmentSecretCreateEnvironmentSecretForApp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environmentSecretCreateEnvironmentSecretForApp.d.ts","sourceRoot":"","sources":["../../src/operations/environmentSecretCreateEnvironmentSecretForApp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAQxC,eAAO,MAAM,mDAAmD;;;;;;;EAiB7D,CAAC;AACJ,MAAM,MAAM,mDAAmD,GAC7D,OAAO,mDAAmD,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oDAAoD;;;;;;EAOW,CAAC;AAC7E,MAAM,MAAM,oDAAoD,GAC9D,OAAO,oDAAoD,CAAC,IAAI,CAAC;AAEnE,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;iDAGxD,CAAC"}
|