@distilled.cloud/planetscale 0.10.2 → 0.11.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/lib/client.d.ts +2 -2
- package/lib/operations/addOrganizationTeamMember.d.ts +79 -1
- package/lib/operations/addOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/cancelBouncerResizeRequest.d.ts +7 -1
- package/lib/operations/cancelBouncerResizeRequest.d.ts.map +1 -1
- package/lib/operations/cancelBranchChangeRequest.d.ts +6 -1
- package/lib/operations/cancelBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/cancelDeployRequest.d.ts +148 -1
- package/lib/operations/cancelDeployRequest.d.ts.map +1 -1
- package/lib/operations/checkDeployRequestStorage.d.ts +22 -1
- package/lib/operations/checkDeployRequestStorage.d.ts.map +1 -1
- package/lib/operations/closeDeployRequest.d.ts +149 -1
- package/lib/operations/closeDeployRequest.d.ts.map +1 -1
- package/lib/operations/completeErroredDeploy.d.ts +148 -1
- package/lib/operations/completeErroredDeploy.d.ts.map +1 -1
- package/lib/operations/completeGatedDeployRequest.d.ts +148 -1
- package/lib/operations/completeGatedDeployRequest.d.ts.map +1 -1
- package/lib/operations/completeRevert.d.ts +148 -1
- package/lib/operations/completeRevert.d.ts.map +1 -1
- package/lib/operations/createBackup.d.ts +70 -1
- package/lib/operations/createBackup.d.ts.map +1 -1
- package/lib/operations/createBackupPolicy.d.ts +31 -1
- package/lib/operations/createBackupPolicy.d.ts.map +1 -1
- package/lib/operations/createBouncer.d.ts +63 -1
- package/lib/operations/createBouncer.d.ts.map +1 -1
- package/lib/operations/createBranch.d.ts +73 -1
- package/lib/operations/createBranch.d.ts.map +1 -1
- package/lib/operations/createDatabase.d.ts +75 -1
- package/lib/operations/createDatabase.d.ts.map +1 -1
- package/lib/operations/createDatabasePostgresCidr.d.ts +21 -1
- package/lib/operations/createDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/createDeployRequest.d.ts +152 -1
- package/lib/operations/createDeployRequest.d.ts.map +1 -1
- package/lib/operations/createKeyspace.d.ts +44 -1
- package/lib/operations/createKeyspace.d.ts.map +1 -1
- package/lib/operations/createOauthToken.d.ts +88 -1
- package/lib/operations/createOauthToken.d.ts.map +1 -1
- package/lib/operations/createOrganizationTeam.d.ts +47 -1
- package/lib/operations/createOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/createPassword.d.ts +54 -1
- package/lib/operations/createPassword.d.ts.map +1 -1
- package/lib/operations/createQueryPatternsReport.d.ts +18 -1
- package/lib/operations/createQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/createRole.d.ts +47 -1
- package/lib/operations/createRole.d.ts.map +1 -1
- package/lib/operations/createServiceToken.d.ts +83 -1
- package/lib/operations/createServiceToken.d.ts.map +1 -1
- package/lib/operations/createTrafficBudget.d.ts +50 -1
- package/lib/operations/createTrafficBudget.d.ts.map +1 -1
- package/lib/operations/createTrafficRule.d.ts +30 -1
- package/lib/operations/createTrafficRule.d.ts.map +1 -1
- package/lib/operations/createWebhook.d.ts +19 -1
- package/lib/operations/createWebhook.d.ts.map +1 -1
- package/lib/operations/createWorkflow.d.ts +118 -1
- package/lib/operations/createWorkflow.d.ts.map +1 -1
- package/lib/operations/deleteBackup.d.ts +7 -1
- package/lib/operations/deleteBackup.d.ts.map +1 -1
- package/lib/operations/deleteBackupPolicy.d.ts +6 -1
- package/lib/operations/deleteBackupPolicy.d.ts.map +1 -1
- package/lib/operations/deleteBouncer.d.ts +7 -1
- package/lib/operations/deleteBouncer.d.ts.map +1 -1
- package/lib/operations/deleteBranch.d.ts +7 -1
- package/lib/operations/deleteBranch.d.ts.map +1 -1
- package/lib/operations/deleteDatabase.d.ts +5 -1
- package/lib/operations/deleteDatabase.d.ts.map +1 -1
- package/lib/operations/deleteDatabasePostgresCidr.d.ts +6 -1
- package/lib/operations/deleteDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/deleteKeyspace.d.ts +7 -1
- package/lib/operations/deleteKeyspace.d.ts.map +1 -1
- package/lib/operations/deleteOauthToken.d.ts +6 -1
- package/lib/operations/deleteOauthToken.d.ts.map +1 -1
- package/lib/operations/deleteOrganizationTeam.d.ts +5 -1
- package/lib/operations/deleteOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/deletePassword.d.ts +7 -1
- package/lib/operations/deletePassword.d.ts.map +1 -1
- package/lib/operations/deleteQueryPatternsReport.d.ts +7 -1
- package/lib/operations/deleteQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/deleteRole.d.ts +8 -1
- package/lib/operations/deleteRole.d.ts.map +1 -1
- package/lib/operations/deleteServiceToken.d.ts +5 -1
- package/lib/operations/deleteServiceToken.d.ts.map +1 -1
- package/lib/operations/deleteTrafficBudget.d.ts +7 -1
- package/lib/operations/deleteTrafficBudget.d.ts.map +1 -1
- package/lib/operations/deleteTrafficRule.d.ts +8 -1
- package/lib/operations/deleteTrafficRule.d.ts.map +1 -1
- package/lib/operations/deleteWebhook.d.ts +6 -1
- package/lib/operations/deleteWebhook.d.ts.map +1 -1
- package/lib/operations/demoteBranch.d.ts +62 -1
- package/lib/operations/demoteBranch.d.ts.map +1 -1
- package/lib/operations/disableSafeMigrations.d.ts +62 -1
- package/lib/operations/disableSafeMigrations.d.ts.map +1 -1
- package/lib/operations/dismissSchemaRecommendation.d.ts +31 -1
- package/lib/operations/dismissSchemaRecommendation.d.ts.map +1 -1
- package/lib/operations/enableSafeMigrations.d.ts +62 -1
- package/lib/operations/enableSafeMigrations.d.ts.map +1 -1
- package/lib/operations/getBackup.d.ts +67 -1
- package/lib/operations/getBackup.d.ts.map +1 -1
- package/lib/operations/getBackupPolicy.d.ts +23 -1
- package/lib/operations/getBackupPolicy.d.ts.map +1 -1
- package/lib/operations/getBouncer.d.ts +60 -1
- package/lib/operations/getBouncer.d.ts.map +1 -1
- package/lib/operations/getBranch.d.ts +62 -1
- package/lib/operations/getBranch.d.ts.map +1 -1
- package/lib/operations/getBranchChangeRequest.d.ts +48 -1
- package/lib/operations/getBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/getBranchSchema.d.ts +14 -1
- package/lib/operations/getBranchSchema.d.ts.map +1 -1
- package/lib/operations/getCurrentUser.d.ts +22 -1
- package/lib/operations/getCurrentUser.d.ts.map +1 -1
- package/lib/operations/getDatabase.d.ts +66 -1
- package/lib/operations/getDatabase.d.ts.map +1 -1
- package/lib/operations/getDatabasePostgresCidr.d.ts +19 -1
- package/lib/operations/getDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/getDatabaseThrottler.d.ts +18 -1
- package/lib/operations/getDatabaseThrottler.d.ts.map +1 -1
- package/lib/operations/getDefaultRole.d.ts +42 -1
- package/lib/operations/getDefaultRole.d.ts.map +1 -1
- package/lib/operations/getDeployQueue.d.ts +119 -1
- package/lib/operations/getDeployQueue.d.ts.map +1 -1
- package/lib/operations/getDeployRequest.d.ts +148 -1
- package/lib/operations/getDeployRequest.d.ts.map +1 -1
- package/lib/operations/getDeployRequestThrottler.d.ts +19 -1
- package/lib/operations/getDeployRequestThrottler.d.ts.map +1 -1
- package/lib/operations/getDeployment.d.ts +111 -1
- package/lib/operations/getDeployment.d.ts.map +1 -1
- package/lib/operations/getInvoice.d.ts +12 -1
- package/lib/operations/getInvoice.d.ts.map +1 -1
- package/lib/operations/getInvoiceLineItems.d.ts +28 -1
- package/lib/operations/getInvoiceLineItems.d.ts.map +1 -1
- package/lib/operations/getKeyspace.d.ts +41 -1
- package/lib/operations/getKeyspace.d.ts.map +1 -1
- package/lib/operations/getKeyspaceRolloutStatus.d.ts +16 -1
- package/lib/operations/getKeyspaceRolloutStatus.d.ts.map +1 -1
- package/lib/operations/getKeyspaceVschema.d.ts +9 -1
- package/lib/operations/getKeyspaceVschema.d.ts.map +1 -1
- package/lib/operations/getMaintenanceSchedule.d.ts +25 -1
- package/lib/operations/getMaintenanceSchedule.d.ts.map +1 -1
- package/lib/operations/getOauthApplication.d.ts +24 -1
- package/lib/operations/getOauthApplication.d.ts.map +1 -1
- package/lib/operations/getOauthToken.d.ts +83 -1
- package/lib/operations/getOauthToken.d.ts.map +1 -1
- package/lib/operations/getOrganization.d.ts +27 -1
- package/lib/operations/getOrganization.d.ts.map +1 -1
- package/lib/operations/getOrganizationMembership.d.ts +31 -1
- package/lib/operations/getOrganizationMembership.d.ts.map +1 -1
- package/lib/operations/getOrganizationTeam.d.ts +46 -1
- package/lib/operations/getOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/getOrganizationTeamMember.d.ts +79 -1
- package/lib/operations/getOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/getPassword.d.ts +49 -1
- package/lib/operations/getPassword.d.ts.map +1 -1
- package/lib/operations/getQueryPatternsReport.d.ts +7 -1
- package/lib/operations/getQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/getQueryPatternsReportStatus.d.ts +19 -1
- package/lib/operations/getQueryPatternsReportStatus.d.ts.map +1 -1
- package/lib/operations/getRole.d.ts +43 -1
- package/lib/operations/getRole.d.ts.map +1 -1
- package/lib/operations/getSchemaRecommendation.d.ts +30 -1
- package/lib/operations/getSchemaRecommendation.d.ts.map +1 -1
- package/lib/operations/getServiceToken.d.ts +82 -1
- package/lib/operations/getServiceToken.d.ts.map +1 -1
- package/lib/operations/getTrafficBudget.d.ts +43 -1
- package/lib/operations/getTrafficBudget.d.ts.map +1 -1
- package/lib/operations/getWebhook.d.ts +17 -1
- package/lib/operations/getWebhook.d.ts.map +1 -1
- package/lib/operations/getWorkflow.d.ts +112 -1
- package/lib/operations/getWorkflow.d.ts.map +1 -1
- package/lib/operations/lintBranchSchema.d.ts +33 -1
- package/lib/operations/lintBranchSchema.d.ts.map +1 -1
- package/lib/operations/listAuditLogs.d.ts +33 -1
- package/lib/operations/listAuditLogs.d.ts.map +1 -1
- package/lib/operations/listBackupPolicies.d.ts +31 -1
- package/lib/operations/listBackupPolicies.d.ts.map +1 -1
- package/lib/operations/listBackups.d.ts +82 -1
- package/lib/operations/listBackups.d.ts.map +1 -1
- package/lib/operations/listBouncerResizeRequests.d.ts +57 -1
- package/lib/operations/listBouncerResizeRequests.d.ts.map +1 -1
- package/lib/operations/listBouncers.d.ts +68 -1
- package/lib/operations/listBouncers.d.ts.map +1 -1
- package/lib/operations/listBranchBouncerResizeRequests.d.ts +56 -1
- package/lib/operations/listBranchBouncerResizeRequests.d.ts.map +1 -1
- package/lib/operations/listBranchChangeRequests.d.ts +56 -1
- package/lib/operations/listBranchChangeRequests.d.ts.map +1 -1
- package/lib/operations/listBranches.d.ts +74 -1
- package/lib/operations/listBranches.d.ts.map +1 -1
- package/lib/operations/listClusterSizeSkus.d.ts +24 -1
- package/lib/operations/listClusterSizeSkus.d.ts.map +1 -1
- package/lib/operations/listDatabasePostgresCidrs.d.ts +27 -1
- package/lib/operations/listDatabasePostgresCidrs.d.ts.map +1 -1
- package/lib/operations/listDatabaseRegions.d.ts +23 -1
- package/lib/operations/listDatabaseRegions.d.ts.map +1 -1
- package/lib/operations/listDatabases.d.ts +75 -1
- package/lib/operations/listDatabases.d.ts.map +1 -1
- package/lib/operations/listDeployOperations.d.ts +35 -1
- package/lib/operations/listDeployOperations.d.ts.map +1 -1
- package/lib/operations/listDeployRequestReviews.d.ts +27 -1
- package/lib/operations/listDeployRequestReviews.d.ts.map +1 -1
- package/lib/operations/listDeployRequests.d.ts +161 -1
- package/lib/operations/listDeployRequests.d.ts.map +1 -1
- package/lib/operations/listExtensions.d.ts +42 -1
- package/lib/operations/listExtensions.d.ts.map +1 -1
- package/lib/operations/listGeneratedQueryPatternsReports.d.ts +27 -1
- package/lib/operations/listGeneratedQueryPatternsReports.d.ts.map +1 -1
- package/lib/operations/listInvoices.d.ts +20 -1
- package/lib/operations/listInvoices.d.ts.map +1 -1
- package/lib/operations/listKeyspaces.d.ts +49 -1
- package/lib/operations/listKeyspaces.d.ts.map +1 -1
- package/lib/operations/listMaintenanceSchedules.d.ts +33 -1
- package/lib/operations/listMaintenanceSchedules.d.ts.map +1 -1
- package/lib/operations/listMaintenanceWindows.d.ts +21 -1
- package/lib/operations/listMaintenanceWindows.d.ts.map +1 -1
- package/lib/operations/listOauthApplications.d.ts +32 -1
- package/lib/operations/listOauthApplications.d.ts.map +1 -1
- package/lib/operations/listOauthTokens.d.ts +91 -1
- package/lib/operations/listOauthTokens.d.ts.map +1 -1
- package/lib/operations/listOrganizationMembers.d.ts +40 -1
- package/lib/operations/listOrganizationMembers.d.ts.map +1 -1
- package/lib/operations/listOrganizationTeamMembers.d.ts +87 -1
- package/lib/operations/listOrganizationTeamMembers.d.ts.map +1 -1
- package/lib/operations/listOrganizationTeams.d.ts +55 -1
- package/lib/operations/listOrganizationTeams.d.ts.map +1 -1
- package/lib/operations/listOrganizations.d.ts +35 -1
- package/lib/operations/listOrganizations.d.ts.map +1 -1
- package/lib/operations/listParameters.d.ts +32 -1
- package/lib/operations/listParameters.d.ts.map +1 -1
- package/lib/operations/listPasswords.d.ts +58 -1
- package/lib/operations/listPasswords.d.ts.map +1 -1
- package/lib/operations/listPublicRegions.d.ts +20 -1
- package/lib/operations/listPublicRegions.d.ts.map +1 -1
- package/lib/operations/listReadOnlyRegions.d.ts +36 -1
- package/lib/operations/listReadOnlyRegions.d.ts.map +1 -1
- package/lib/operations/listRegionsForOrganization.d.ts +22 -1
- package/lib/operations/listRegionsForOrganization.d.ts.map +1 -1
- package/lib/operations/listRoles.d.ts +51 -1
- package/lib/operations/listRoles.d.ts.map +1 -1
- package/lib/operations/listSchemaRecommendations.d.ts +39 -1
- package/lib/operations/listSchemaRecommendations.d.ts.map +1 -1
- package/lib/operations/listServiceTokens.d.ts +90 -1
- package/lib/operations/listServiceTokens.d.ts.map +1 -1
- package/lib/operations/listTrafficBudgets.d.ts +54 -1
- package/lib/operations/listTrafficBudgets.d.ts.map +1 -1
- package/lib/operations/listWebhooks.d.ts +25 -1
- package/lib/operations/listWebhooks.d.ts.map +1 -1
- package/lib/operations/listWorkflows.d.ts +121 -1
- package/lib/operations/listWorkflows.d.ts.map +1 -1
- package/lib/operations/promoteBranch.d.ts +62 -1
- package/lib/operations/promoteBranch.d.ts.map +1 -1
- package/lib/operations/queueDeployRequest.d.ts +149 -1
- package/lib/operations/queueDeployRequest.d.ts.map +1 -1
- package/lib/operations/reassignRoleObjects.d.ts +8 -1
- package/lib/operations/reassignRoleObjects.d.ts.map +1 -1
- package/lib/operations/removeOrganizationMember.d.ts +7 -1
- package/lib/operations/removeOrganizationMember.d.ts.map +1 -1
- package/lib/operations/removeOrganizationTeamMember.d.ts +7 -1
- package/lib/operations/removeOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/renewPassword.d.ts +49 -1
- package/lib/operations/renewPassword.d.ts.map +1 -1
- package/lib/operations/renewRole.d.ts +43 -1
- package/lib/operations/renewRole.d.ts.map +1 -1
- package/lib/operations/resetDefaultRole.d.ts +42 -1
- package/lib/operations/resetDefaultRole.d.ts.map +1 -1
- package/lib/operations/resetRole.d.ts +43 -1
- package/lib/operations/resetRole.d.ts.map +1 -1
- package/lib/operations/reviewDeployRequest.d.ts +20 -1
- package/lib/operations/reviewDeployRequest.d.ts.map +1 -1
- package/lib/operations/skipRevertPeriod.d.ts +148 -1
- package/lib/operations/skipRevertPeriod.d.ts.map +1 -1
- package/lib/operations/testWebhook.d.ts +6 -1
- package/lib/operations/testWebhook.d.ts.map +1 -1
- package/lib/operations/updateAutoApply.d.ts +149 -1
- package/lib/operations/updateAutoApply.d.ts.map +1 -1
- package/lib/operations/updateAutoDeleteBranch.d.ts +149 -1
- package/lib/operations/updateAutoDeleteBranch.d.ts.map +1 -1
- package/lib/operations/updateBackup.d.ts +68 -1
- package/lib/operations/updateBackup.d.ts.map +1 -1
- package/lib/operations/updateBackupPolicy.d.ts +32 -1
- package/lib/operations/updateBackupPolicy.d.ts.map +1 -1
- package/lib/operations/updateBouncerResizeRequest.d.ts +53 -1
- package/lib/operations/updateBouncerResizeRequest.d.ts.map +1 -1
- package/lib/operations/updateBranch.d.ts +63 -1
- package/lib/operations/updateBranch.d.ts.map +1 -1
- package/lib/operations/updateBranchChangeRequest.d.ts +52 -1
- package/lib/operations/updateBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/updateBranchClusterConfig.d.ts +7 -1
- package/lib/operations/updateBranchClusterConfig.d.ts.map +1 -1
- package/lib/operations/updateDatabasePostgresCidr.d.ts +22 -1
- package/lib/operations/updateDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/updateDatabaseSettings.d.ts +77 -1
- package/lib/operations/updateDatabaseSettings.d.ts.map +1 -1
- package/lib/operations/updateDatabaseThrottler.d.ts +20 -1
- package/lib/operations/updateDatabaseThrottler.d.ts.map +1 -1
- package/lib/operations/updateDeployRequestThrottler.d.ts +21 -1
- package/lib/operations/updateDeployRequestThrottler.d.ts.map +1 -1
- package/lib/operations/updateKeyspace.d.ts +41 -1
- package/lib/operations/updateKeyspace.d.ts.map +1 -1
- package/lib/operations/updateKeyspaceVschema.d.ts +10 -1
- package/lib/operations/updateKeyspaceVschema.d.ts.map +1 -1
- package/lib/operations/updateOrganization.d.ts +30 -1
- package/lib/operations/updateOrganization.d.ts.map +1 -1
- package/lib/operations/updateOrganizationMembership.d.ts +32 -1
- package/lib/operations/updateOrganizationMembership.d.ts.map +1 -1
- package/lib/operations/updateOrganizationTeam.d.ts +48 -1
- package/lib/operations/updateOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/updatePassword.d.ts +51 -1
- package/lib/operations/updatePassword.d.ts.map +1 -1
- package/lib/operations/updateRole.d.ts +46 -1
- package/lib/operations/updateRole.d.ts.map +1 -1
- package/lib/operations/updateTrafficBudget.d.ts +51 -1
- package/lib/operations/updateTrafficBudget.d.ts.map +1 -1
- package/lib/operations/updateWebhook.d.ts +20 -1
- package/lib/operations/updateWebhook.d.ts.map +1 -1
- package/lib/operations/verifyWorkflow.d.ts +112 -1
- package/lib/operations/verifyWorkflow.d.ts.map +1 -1
- package/lib/operations/workflowCancel.d.ts +112 -1
- package/lib/operations/workflowCancel.d.ts.map +1 -1
- package/lib/operations/workflowComplete.d.ts +112 -1
- package/lib/operations/workflowComplete.d.ts.map +1 -1
- package/lib/operations/workflowCutover.d.ts +112 -1
- package/lib/operations/workflowCutover.d.ts.map +1 -1
- package/lib/operations/workflowRetry.d.ts +112 -1
- package/lib/operations/workflowRetry.d.ts.map +1 -1
- package/lib/operations/workflowReverseCutover.d.ts +112 -1
- package/lib/operations/workflowReverseCutover.d.ts.map +1 -1
- package/lib/operations/workflowReverseTraffic.d.ts +112 -1
- package/lib/operations/workflowReverseTraffic.d.ts.map +1 -1
- package/lib/operations/workflowSwitchPrimaries.d.ts +112 -1
- package/lib/operations/workflowSwitchPrimaries.d.ts.map +1 -1
- package/lib/operations/workflowSwitchReplicas.d.ts +112 -1
- package/lib/operations/workflowSwitchReplicas.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteBackupPolicyInput: Schema.Struct<{
|
|
3
4
|
readonly id: Schema.String;
|
|
4
5
|
readonly organization: Schema.String;
|
|
@@ -14,5 +15,9 @@ export type DeleteBackupPolicyOutput = typeof DeleteBackupPolicyOutput.Type;
|
|
|
14
15
|
* @param organization - Organization name slug from `list_organizations`. Example: `acme`.
|
|
15
16
|
* @param database - Database name slug from `list_databases`. Example: `app-db`.
|
|
16
17
|
*/
|
|
17
|
-
export declare const deleteBackupPolicy:
|
|
18
|
+
export declare const deleteBackupPolicy: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly database: string;
|
|
20
|
+
readonly id: string;
|
|
21
|
+
readonly organization: string;
|
|
22
|
+
}, void, Forbidden | NotFound, any>;
|
|
18
23
|
//# sourceMappingURL=deleteBackupPolicy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteBackupPolicy.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBackupPolicy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteBackupPolicy.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBackupPolicy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;EAUjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB,aAA0C,CAAC;AAChF,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB;;;;mCAI5B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteBouncerInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeleteBouncerOutput = typeof DeleteBouncerOutput.Type;
|
|
|
16
17
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
17
18
|
* @param bouncer - The name of the bouncer
|
|
18
19
|
*/
|
|
19
|
-
export declare const deleteBouncer:
|
|
20
|
+
export declare const deleteBouncer: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly bouncer: string;
|
|
22
|
+
readonly branch: string;
|
|
23
|
+
readonly database: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deleteBouncer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteBouncer.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBouncer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteBouncer.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBouncer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;;EAU9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB,aAA0C,CAAC;AAC3E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;mCAIvB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteBranchInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeleteBranchOutput = typeof DeleteBranchOutput.Type;
|
|
|
16
17
|
* @param branch - The name of the branch
|
|
17
18
|
* @param delete_descendants - If true, recursively delete all descendant branches along with this branch
|
|
18
19
|
*/
|
|
19
|
-
export declare const deleteBranch:
|
|
20
|
+
export declare const deleteBranch: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly branch: string;
|
|
22
|
+
readonly database: string;
|
|
23
|
+
readonly delete_descendants?: boolean | undefined;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deleteBranch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/deleteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;;EAU7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB,aAA0C,CAAC;AAC1E,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY;;;;;mCAItB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteDatabaseInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -12,5 +13,8 @@ export type DeleteDatabaseOutput = typeof DeleteDatabaseOutput.Type;
|
|
|
12
13
|
* @param organization - Organization name slug from `list_organizations`. Example: `acme`.
|
|
13
14
|
* @param database - Database name slug from `list_databases`. Example: `app-db`.
|
|
14
15
|
*/
|
|
15
|
-
export declare const deleteDatabase:
|
|
16
|
+
export declare const deleteDatabase: import("@distilled.cloud/core/client").OperationMethod<{
|
|
17
|
+
readonly database: string;
|
|
18
|
+
readonly organization: string;
|
|
19
|
+
}, void, Forbidden | NotFound, any>;
|
|
16
20
|
//# sourceMappingURL=deleteDatabase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteDatabase.d.ts","sourceRoot":"","sources":["../../src/operations/deleteDatabase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteDatabase.d.ts","sourceRoot":"","sources":["../../src/operations/deleteDatabase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;EAQ/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB,aAA0C,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;mCAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
|
|
2
3
|
export declare const DeleteDatabasePostgresCidrInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -14,5 +15,9 @@ export type DeleteDatabasePostgresCidrOutput = typeof DeleteDatabasePostgresCidr
|
|
|
14
15
|
* @param database - The name of the database
|
|
15
16
|
* @param id - The ID of the IP restriction entry
|
|
16
17
|
*/
|
|
17
|
-
export declare const deleteDatabasePostgresCidr:
|
|
18
|
+
export declare const deleteDatabasePostgresCidr: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly database: string;
|
|
20
|
+
readonly id: string;
|
|
21
|
+
readonly organization: string;
|
|
22
|
+
}, void, Forbidden | NotFound | UnprocessableEntity, any>;
|
|
18
23
|
//# sourceMappingURL=deleteDatabasePostgresCidr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteDatabasePostgresCidr.d.ts","sourceRoot":"","sources":["../../src/operations/deleteDatabasePostgresCidr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteDatabasePostgresCidr.d.ts","sourceRoot":"","sources":["../../src/operations/deleteDatabasePostgresCidr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGrE,eAAO,MAAM,+BAA+B;;;;EAUzC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC,aACJ,CAAC;AAC1C,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;yDAMtC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteKeyspaceInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeleteKeyspaceOutput = typeof DeleteKeyspaceOutput.Type;
|
|
|
16
17
|
* @param branch - The name of the branch
|
|
17
18
|
* @param keyspace - The name of the keyspace
|
|
18
19
|
*/
|
|
19
|
-
export declare const deleteKeyspace:
|
|
20
|
+
export declare const deleteKeyspace: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly branch: string;
|
|
22
|
+
readonly database: string;
|
|
23
|
+
readonly keyspace: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deleteKeyspace.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/deleteKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/deleteKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB,aAA0C,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;;;mCAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteOauthTokenInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly application_id: Schema.String;
|
|
@@ -14,5 +15,9 @@ export type DeleteOauthTokenOutput = typeof DeleteOauthTokenOutput.Type;
|
|
|
14
15
|
* @param application_id - The ID of the OAuth application
|
|
15
16
|
* @param token_id - The ID of the OAuth application token
|
|
16
17
|
*/
|
|
17
|
-
export declare const deleteOauthToken:
|
|
18
|
+
export declare const deleteOauthToken: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly application_id: string;
|
|
20
|
+
readonly organization: string;
|
|
21
|
+
readonly token_id: string;
|
|
22
|
+
}, void, Forbidden | NotFound, any>;
|
|
18
23
|
//# sourceMappingURL=deleteOauthToken.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteOauthToken.d.ts","sourceRoot":"","sources":["../../src/operations/deleteOauthToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteOauthToken.d.ts","sourceRoot":"","sources":["../../src/operations/deleteOauthToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,qBAAqB;;;;EASjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB,aAA0C,CAAC;AAC9E,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;;;;mCAI1B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound, UnprocessableEntity } from "../errors";
|
|
2
3
|
export declare const DeleteOrganizationTeamInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly team: Schema.String;
|
|
@@ -12,5 +13,8 @@ export type DeleteOrganizationTeamOutput = typeof DeleteOrganizationTeamOutput.T
|
|
|
12
13
|
* @param organization - The name of the organization
|
|
13
14
|
* @param team - The slug of the team
|
|
14
15
|
*/
|
|
15
|
-
export declare const deleteOrganizationTeam:
|
|
16
|
+
export declare const deleteOrganizationTeam: import("@distilled.cloud/core/client").OperationMethod<{
|
|
17
|
+
readonly organization: string;
|
|
18
|
+
readonly team: string;
|
|
19
|
+
}, void, BadRequest | Forbidden | NotFound | UnprocessableEntity, any>;
|
|
16
20
|
//# sourceMappingURL=deleteOrganizationTeam.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/deleteOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/deleteOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EACL,UAAU,EACV,SAAS,EACT,QAAQ,EACR,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,eAAO,MAAM,2BAA2B;;;EASrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B,aACA,CAAC;AAC1C,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;sEAMlC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeletePasswordInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeletePasswordOutput = typeof DeletePasswordOutput.Type;
|
|
|
16
17
|
* @param branch - The name of the branch the password belongs to
|
|
17
18
|
* @param id - The ID of the password
|
|
18
19
|
*/
|
|
19
|
-
export declare const deletePassword:
|
|
20
|
+
export declare const deletePassword: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly branch: string;
|
|
22
|
+
readonly database: string;
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deletePassword.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletePassword.d.ts","sourceRoot":"","sources":["../../src/operations/deletePassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deletePassword.d.ts","sourceRoot":"","sources":["../../src/operations/deletePassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB,aAA0C,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;;;mCAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteQueryPatternsReportInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeleteQueryPatternsReportOutput = typeof DeleteQueryPatternsReportOu
|
|
|
16
17
|
* @param branch - The name of the branch
|
|
17
18
|
* @param id - The ID of the query patterns report
|
|
18
19
|
*/
|
|
19
|
-
export declare const deleteQueryPatternsReport:
|
|
20
|
+
export declare const deleteQueryPatternsReport: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly branch: string;
|
|
22
|
+
readonly database: string;
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deleteQueryPatternsReport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteQueryPatternsReport.d.ts","sourceRoot":"","sources":["../../src/operations/deleteQueryPatternsReport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteQueryPatternsReport.d.ts","sourceRoot":"","sources":["../../src/operations/deleteQueryPatternsReport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;;EAWxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B,aACH,CAAC;AAC1C,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;;;;;mCAMrC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteRoleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -18,5 +19,11 @@ export type DeleteRoleOutput = typeof DeleteRoleOutput.Type;
|
|
|
18
19
|
* @param id - The ID of the role
|
|
19
20
|
* @param successor - The optional role to reassign ownership to before dropping
|
|
20
21
|
*/
|
|
21
|
-
export declare const deleteRole:
|
|
22
|
+
export declare const deleteRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly branch: string;
|
|
24
|
+
readonly database: string;
|
|
25
|
+
readonly id: string;
|
|
26
|
+
readonly organization: string;
|
|
27
|
+
readonly successor?: string | undefined;
|
|
28
|
+
}, void, Forbidden | NotFound, any>;
|
|
22
29
|
//# sourceMappingURL=deleteRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteRole.d.ts","sourceRoot":"","sources":["../../src/operations/deleteRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteRole.d.ts","sourceRoot":"","sources":["../../src/operations/deleteRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,eAAe;;;;;;EAW3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB,aAA0C,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU;;;;;;mCAIpB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteServiceTokenInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly id: Schema.String;
|
|
@@ -14,5 +15,8 @@ export type DeleteServiceTokenOutput = typeof DeleteServiceTokenOutput.Type;
|
|
|
14
15
|
* @param organization - The name of the organization
|
|
15
16
|
* @param id - The ID of the service token
|
|
16
17
|
*/
|
|
17
|
-
export declare const deleteServiceToken:
|
|
18
|
+
export declare const deleteServiceToken: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly id: string;
|
|
20
|
+
readonly organization: string;
|
|
21
|
+
}, void, Forbidden | NotFound, any>;
|
|
18
22
|
//# sourceMappingURL=deleteServiceToken.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteServiceToken.d.ts","sourceRoot":"","sources":["../../src/operations/deleteServiceToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteServiceToken.d.ts","sourceRoot":"","sources":["../../src/operations/deleteServiceToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;EASjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB,aAA0C,CAAC;AAChF,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB;;;mCAI5B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteTrafficBudgetInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type DeleteTrafficBudgetOutput = typeof DeleteTrafficBudgetOutput.Type;
|
|
|
16
17
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
17
18
|
* @param id - The ID of the traffic budget
|
|
18
19
|
*/
|
|
19
|
-
export declare const deleteTrafficBudget:
|
|
20
|
+
export declare const deleteTrafficBudget: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly branch: string;
|
|
22
|
+
readonly database: string;
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=deleteTrafficBudget.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/deleteTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/deleteTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;EAWlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB,aACG,CAAC;AAC1C,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;;mCAI7B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteTrafficRuleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -18,5 +19,11 @@ export type DeleteTrafficRuleOutput = typeof DeleteTrafficRuleOutput.Type;
|
|
|
18
19
|
* @param budget_id - The ID of the traffic budget
|
|
19
20
|
* @param id - The ID of the traffic rule
|
|
20
21
|
*/
|
|
21
|
-
export declare const deleteTrafficRule:
|
|
22
|
+
export declare const deleteTrafficRule: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly branch: string;
|
|
24
|
+
readonly budget_id: string;
|
|
25
|
+
readonly database: string;
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly organization: string;
|
|
28
|
+
}, void, Forbidden | NotFound, any>;
|
|
22
29
|
//# sourceMappingURL=deleteTrafficRule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteTrafficRule.d.ts","sourceRoot":"","sources":["../../src/operations/deleteTrafficRule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteTrafficRule.d.ts","sourceRoot":"","sources":["../../src/operations/deleteTrafficRule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,sBAAsB;;;;;;EAalC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB,aAA0C,CAAC;AAC/E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;;GAQG;AACH,eAAO,MAAM,iBAAiB;;;;;;mCAI3B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DeleteWebhookInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -14,5 +15,9 @@ export type DeleteWebhookOutput = typeof DeleteWebhookOutput.Type;
|
|
|
14
15
|
* @param database - The name of the database
|
|
15
16
|
* @param id - The ID of the webhook
|
|
16
17
|
*/
|
|
17
|
-
export declare const deleteWebhook:
|
|
18
|
+
export declare const deleteWebhook: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly database: string;
|
|
20
|
+
readonly id: string;
|
|
21
|
+
readonly organization: string;
|
|
22
|
+
}, void, Forbidden | NotFound, any>;
|
|
18
23
|
//# sourceMappingURL=deleteWebhook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/deleteWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"deleteWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/deleteWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB,aAA0C,CAAC;AAC3E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;mCAIvB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DemoteBranchInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -70,5 +71,65 @@ export type DemoteBranchOutput = typeof DemoteBranchOutput.Type;
|
|
|
70
71
|
* @param database - The name of the database the branch belongs to
|
|
71
72
|
* @param branch - The name of the branch
|
|
72
73
|
*/
|
|
73
|
-
export declare const demoteBranch:
|
|
74
|
+
export declare const demoteBranch: import("@distilled.cloud/core/client").OperationMethod<{
|
|
75
|
+
readonly branch: string;
|
|
76
|
+
readonly database: string;
|
|
77
|
+
readonly organization: string;
|
|
78
|
+
}, {
|
|
79
|
+
readonly actor: {
|
|
80
|
+
readonly avatar_url: string;
|
|
81
|
+
readonly display_name: string;
|
|
82
|
+
readonly id: string;
|
|
83
|
+
};
|
|
84
|
+
readonly cluster_iops: number | null;
|
|
85
|
+
readonly cluster_name: string;
|
|
86
|
+
readonly created_at: string;
|
|
87
|
+
readonly deleted_at: string | null;
|
|
88
|
+
readonly direct_vtgate: boolean;
|
|
89
|
+
readonly has_read_only_replicas: boolean;
|
|
90
|
+
readonly has_replicas: boolean;
|
|
91
|
+
readonly html_url: string;
|
|
92
|
+
readonly id: string;
|
|
93
|
+
readonly kind: "mysql" | "postgresql";
|
|
94
|
+
readonly metal: boolean;
|
|
95
|
+
readonly mysql_address: string;
|
|
96
|
+
readonly mysql_edge_address: string;
|
|
97
|
+
readonly name: string;
|
|
98
|
+
readonly parent_branch: string | null;
|
|
99
|
+
readonly private_edge_connectivity: boolean;
|
|
100
|
+
readonly production: boolean;
|
|
101
|
+
readonly ready: boolean;
|
|
102
|
+
readonly region: {
|
|
103
|
+
readonly current_default: boolean;
|
|
104
|
+
readonly display_name: string;
|
|
105
|
+
readonly enabled: boolean;
|
|
106
|
+
readonly id: string;
|
|
107
|
+
readonly location: string;
|
|
108
|
+
readonly provider: string;
|
|
109
|
+
readonly public_ip_addresses: readonly string[];
|
|
110
|
+
readonly slug: string;
|
|
111
|
+
};
|
|
112
|
+
readonly restore_checklist_completed_at: string | null;
|
|
113
|
+
readonly restored_from_branch: {
|
|
114
|
+
readonly created_at: string;
|
|
115
|
+
readonly deleted_at: string;
|
|
116
|
+
readonly id: string;
|
|
117
|
+
readonly name: string;
|
|
118
|
+
readonly updated_at: string;
|
|
119
|
+
} | null;
|
|
120
|
+
readonly safe_migrations: boolean;
|
|
121
|
+
readonly schema_last_updated_at: string;
|
|
122
|
+
readonly schema_ready: boolean;
|
|
123
|
+
readonly shard_count: number;
|
|
124
|
+
readonly sharded: boolean;
|
|
125
|
+
readonly stale_schema: boolean;
|
|
126
|
+
readonly state: "awakening" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
|
|
127
|
+
readonly updated_at: string;
|
|
128
|
+
readonly url: string;
|
|
129
|
+
readonly vtgate_count: number;
|
|
130
|
+
readonly vtgate_options: {
|
|
131
|
+
readonly [x: string]: unknown;
|
|
132
|
+
};
|
|
133
|
+
readonly vtgate_size: string;
|
|
134
|
+
}, Forbidden | NotFound, any>;
|
|
74
135
|
//# sourceMappingURL=demoteBranch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demoteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/demoteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"demoteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/demoteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;EAS7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8D7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAItB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DisableSafeMigrationsInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -68,5 +69,65 @@ export type DisableSafeMigrationsOutput = typeof DisableSafeMigrationsOutput.Typ
|
|
|
68
69
|
* @param database - The name of the database the branch belongs to
|
|
69
70
|
* @param branch - The name of the branch
|
|
70
71
|
*/
|
|
71
|
-
export declare const disableSafeMigrations:
|
|
72
|
+
export declare const disableSafeMigrations: import("@distilled.cloud/core/client").OperationMethod<{
|
|
73
|
+
readonly branch: string;
|
|
74
|
+
readonly database: string;
|
|
75
|
+
readonly organization: string;
|
|
76
|
+
}, {
|
|
77
|
+
readonly actor: {
|
|
78
|
+
readonly avatar_url: string;
|
|
79
|
+
readonly display_name: string;
|
|
80
|
+
readonly id: string;
|
|
81
|
+
};
|
|
82
|
+
readonly cluster_iops: number | null;
|
|
83
|
+
readonly cluster_name: string;
|
|
84
|
+
readonly created_at: string;
|
|
85
|
+
readonly deleted_at: string | null;
|
|
86
|
+
readonly direct_vtgate: boolean;
|
|
87
|
+
readonly has_read_only_replicas: boolean;
|
|
88
|
+
readonly has_replicas: boolean;
|
|
89
|
+
readonly html_url: string;
|
|
90
|
+
readonly id: string;
|
|
91
|
+
readonly kind: "mysql" | "postgresql";
|
|
92
|
+
readonly metal: boolean;
|
|
93
|
+
readonly mysql_address: string;
|
|
94
|
+
readonly mysql_edge_address: string;
|
|
95
|
+
readonly name: string;
|
|
96
|
+
readonly parent_branch: string | null;
|
|
97
|
+
readonly private_edge_connectivity: boolean;
|
|
98
|
+
readonly production: boolean;
|
|
99
|
+
readonly ready: boolean;
|
|
100
|
+
readonly region: {
|
|
101
|
+
readonly current_default: boolean;
|
|
102
|
+
readonly display_name: string;
|
|
103
|
+
readonly enabled: boolean;
|
|
104
|
+
readonly id: string;
|
|
105
|
+
readonly location: string;
|
|
106
|
+
readonly provider: string;
|
|
107
|
+
readonly public_ip_addresses: readonly string[];
|
|
108
|
+
readonly slug: string;
|
|
109
|
+
};
|
|
110
|
+
readonly restore_checklist_completed_at: string | null;
|
|
111
|
+
readonly restored_from_branch: {
|
|
112
|
+
readonly created_at: string;
|
|
113
|
+
readonly deleted_at: string;
|
|
114
|
+
readonly id: string;
|
|
115
|
+
readonly name: string;
|
|
116
|
+
readonly updated_at: string;
|
|
117
|
+
} | null;
|
|
118
|
+
readonly safe_migrations: boolean;
|
|
119
|
+
readonly schema_last_updated_at: string;
|
|
120
|
+
readonly schema_ready: boolean;
|
|
121
|
+
readonly shard_count: number;
|
|
122
|
+
readonly sharded: boolean;
|
|
123
|
+
readonly stale_schema: boolean;
|
|
124
|
+
readonly state: "awakening" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
|
|
125
|
+
readonly updated_at: string;
|
|
126
|
+
readonly url: string;
|
|
127
|
+
readonly vtgate_count: number;
|
|
128
|
+
readonly vtgate_options: {
|
|
129
|
+
readonly [x: string]: unknown;
|
|
130
|
+
};
|
|
131
|
+
readonly vtgate_size: string;
|
|
132
|
+
}, Forbidden | NotFound, any>;
|
|
72
133
|
//# sourceMappingURL=disableSafeMigrations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disableSafeMigrations.d.ts","sourceRoot":"","sources":["../../src/operations/disableSafeMigrations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"disableSafeMigrations.d.ts","sourceRoot":"","sources":["../../src/operations/disableSafeMigrations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,0BAA0B;;;;EAUpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMjC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const DismissSchemaRecommendationInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -40,5 +41,34 @@ export type DismissSchemaRecommendationOutput = typeof DismissSchemaRecommendati
|
|
|
40
41
|
* @param number - Schema recommendation sequence number. Example: `42`.
|
|
41
42
|
* @param reason - The reason for dismissing the recommendation (max 500 characters)
|
|
42
43
|
*/
|
|
43
|
-
export declare const dismissSchemaRecommendation:
|
|
44
|
+
export declare const dismissSchemaRecommendation: import("@distilled.cloud/core/client").OperationMethod<{
|
|
45
|
+
readonly database: string;
|
|
46
|
+
readonly number: number;
|
|
47
|
+
readonly organization: string;
|
|
48
|
+
readonly reason?: string | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
readonly applied_at: string;
|
|
51
|
+
readonly closed_by_deploy_request: {
|
|
52
|
+
readonly branch_id: string;
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly number: number;
|
|
55
|
+
};
|
|
56
|
+
readonly created_at: string;
|
|
57
|
+
readonly ddl_statement: string;
|
|
58
|
+
readonly dismissed_at: string;
|
|
59
|
+
readonly dismissed_by: {
|
|
60
|
+
readonly avatar_url: string;
|
|
61
|
+
readonly display_name: string;
|
|
62
|
+
readonly id: string;
|
|
63
|
+
};
|
|
64
|
+
readonly html_url: string;
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly keyspace: string;
|
|
67
|
+
readonly number: number;
|
|
68
|
+
readonly recommendation_type: "bloated_index" | "bloated_table" | "duplicate_index" | "encoding_upgrade" | "new_index" | "sequence_overflow" | "sequence_overflow_foreign_key" | "unused_index" | "unused_table";
|
|
69
|
+
readonly state: "applied" | "dismissed" | "open" | "stale";
|
|
70
|
+
readonly table_name: string;
|
|
71
|
+
readonly title: string;
|
|
72
|
+
readonly updated_at: string;
|
|
73
|
+
}, Forbidden | NotFound, any>;
|
|
44
74
|
//# sourceMappingURL=dismissSchemaRecommendation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dismissSchemaRecommendation.d.ts","sourceRoot":"","sources":["../../src/operations/dismissSchemaRecommendation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"dismissSchemaRecommendation.d.ts","sourceRoot":"","sources":["../../src/operations/dismissSchemaRecommendation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,gCAAgC;;;;;EAW1C,CAAC;AACJ,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;EAmC1C,CAAC;AACL,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMvC,CAAC"}
|