@distilled.cloud/planetscale 0.10.1 → 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 QueueDeployRequestInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -146,5 +147,152 @@ export type QueueDeployRequestOutput = typeof QueueDeployRequestOutput.Type;
|
|
|
146
147
|
* @param number - The number of the deploy request
|
|
147
148
|
* @param instant_ddl - Whether or not to deploy the request with instant DDL. Defaults to false.
|
|
148
149
|
*/
|
|
149
|
-
export declare const queueDeployRequest:
|
|
150
|
+
export declare const queueDeployRequest: import("@distilled.cloud/core/client").OperationMethod<{
|
|
151
|
+
readonly database: string;
|
|
152
|
+
readonly instant_ddl?: boolean | undefined;
|
|
153
|
+
readonly number: number;
|
|
154
|
+
readonly organization: string;
|
|
155
|
+
}, {
|
|
156
|
+
readonly actor: {
|
|
157
|
+
readonly avatar_url: string;
|
|
158
|
+
readonly display_name: string;
|
|
159
|
+
readonly id: string;
|
|
160
|
+
};
|
|
161
|
+
readonly approved: boolean;
|
|
162
|
+
readonly branch: string;
|
|
163
|
+
readonly branch_deleted: boolean;
|
|
164
|
+
readonly branch_deleted_at: string;
|
|
165
|
+
readonly branch_deleted_by: {
|
|
166
|
+
readonly avatar_url: string;
|
|
167
|
+
readonly display_name: string;
|
|
168
|
+
readonly id: string;
|
|
169
|
+
};
|
|
170
|
+
readonly branch_id: string;
|
|
171
|
+
readonly closed_at: string;
|
|
172
|
+
readonly closed_by: {
|
|
173
|
+
readonly avatar_url: string;
|
|
174
|
+
readonly display_name: string;
|
|
175
|
+
readonly id: string;
|
|
176
|
+
};
|
|
177
|
+
readonly created_at: string;
|
|
178
|
+
readonly deployed_at: string;
|
|
179
|
+
readonly deployment: {
|
|
180
|
+
readonly actor: {
|
|
181
|
+
readonly avatar_url: string;
|
|
182
|
+
readonly display_name: string;
|
|
183
|
+
readonly id: string;
|
|
184
|
+
};
|
|
185
|
+
readonly auto_cutover: boolean;
|
|
186
|
+
readonly auto_delete_branch: boolean;
|
|
187
|
+
readonly cancelled_actor: {
|
|
188
|
+
readonly avatar_url: string;
|
|
189
|
+
readonly display_name: string;
|
|
190
|
+
readonly id: string;
|
|
191
|
+
};
|
|
192
|
+
readonly created_at: string;
|
|
193
|
+
readonly cutover_actor: {
|
|
194
|
+
readonly avatar_url: string;
|
|
195
|
+
readonly display_name: string;
|
|
196
|
+
readonly id: string;
|
|
197
|
+
};
|
|
198
|
+
readonly cutover_at: string;
|
|
199
|
+
readonly cutover_expiring: boolean;
|
|
200
|
+
readonly deploy_check_errors: string;
|
|
201
|
+
readonly deploy_operation_summaries: readonly {
|
|
202
|
+
readonly can_drop_data: boolean;
|
|
203
|
+
readonly created_at: string;
|
|
204
|
+
readonly ddl_statement: string;
|
|
205
|
+
readonly deploy_errors: string;
|
|
206
|
+
readonly eta_seconds: number;
|
|
207
|
+
readonly id: string;
|
|
208
|
+
readonly keyspace_name: string;
|
|
209
|
+
readonly operation_name: string;
|
|
210
|
+
readonly operations: readonly {
|
|
211
|
+
readonly eta_seconds: number;
|
|
212
|
+
readonly id: string;
|
|
213
|
+
readonly progress_percentage: number;
|
|
214
|
+
readonly shard: string;
|
|
215
|
+
readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
|
|
216
|
+
}[];
|
|
217
|
+
readonly progress_percentage: number;
|
|
218
|
+
readonly removed_foreign_key_names: readonly string[];
|
|
219
|
+
readonly shard_count: number;
|
|
220
|
+
readonly shard_names: readonly string[];
|
|
221
|
+
readonly sharded: boolean;
|
|
222
|
+
readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending";
|
|
223
|
+
readonly syntax_highlighted_ddl: string;
|
|
224
|
+
readonly table_name: string;
|
|
225
|
+
readonly table_recently_used: boolean;
|
|
226
|
+
readonly table_recently_used_at: string;
|
|
227
|
+
readonly throttled_at: string;
|
|
228
|
+
}[];
|
|
229
|
+
readonly deploy_operations: readonly {
|
|
230
|
+
readonly can_drop_data: boolean;
|
|
231
|
+
readonly created_at: string;
|
|
232
|
+
readonly ddl_statement: string;
|
|
233
|
+
readonly deploy_error_docs_url: string;
|
|
234
|
+
readonly deploy_errors: string;
|
|
235
|
+
readonly eta_seconds: number;
|
|
236
|
+
readonly id: string;
|
|
237
|
+
readonly keyspace_name: string;
|
|
238
|
+
readonly operation_name: string;
|
|
239
|
+
readonly progress_percentage: number;
|
|
240
|
+
readonly removed_foreign_key_names: readonly string[];
|
|
241
|
+
readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
|
|
242
|
+
readonly syntax_highlighted_ddl: string;
|
|
243
|
+
readonly table_locked: boolean;
|
|
244
|
+
readonly table_name: string;
|
|
245
|
+
readonly table_recently_used: boolean;
|
|
246
|
+
readonly table_recently_used_at: string;
|
|
247
|
+
readonly throttled_at: string;
|
|
248
|
+
readonly updated_at: string;
|
|
249
|
+
}[];
|
|
250
|
+
readonly deploy_request_number: number;
|
|
251
|
+
readonly deployable: boolean;
|
|
252
|
+
readonly deployment_revert_request: {
|
|
253
|
+
readonly [x: string]: unknown;
|
|
254
|
+
};
|
|
255
|
+
readonly finished_at: string;
|
|
256
|
+
readonly id: string;
|
|
257
|
+
readonly instant_ddl: boolean;
|
|
258
|
+
readonly instant_ddl_eligible: boolean;
|
|
259
|
+
readonly into_branch: string;
|
|
260
|
+
readonly lint_errors: readonly {
|
|
261
|
+
readonly [x: string]: unknown;
|
|
262
|
+
}[];
|
|
263
|
+
readonly locked_table_name: string;
|
|
264
|
+
readonly lookup_vindex_operations: readonly {
|
|
265
|
+
readonly [x: string]: unknown;
|
|
266
|
+
}[];
|
|
267
|
+
readonly preceding_deployments: readonly {
|
|
268
|
+
readonly [x: string]: unknown;
|
|
269
|
+
}[];
|
|
270
|
+
readonly queued_at: string;
|
|
271
|
+
readonly ready_to_cutover_at: string;
|
|
272
|
+
readonly schema_last_updated_at: string;
|
|
273
|
+
readonly sequential_diff_dependencies: readonly {
|
|
274
|
+
readonly [x: string]: unknown;
|
|
275
|
+
}[];
|
|
276
|
+
readonly started_at: string;
|
|
277
|
+
readonly state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
|
|
278
|
+
readonly submitted_at: string;
|
|
279
|
+
readonly table_locked: boolean;
|
|
280
|
+
readonly throttler_configurations: readonly {
|
|
281
|
+
readonly [x: string]: unknown;
|
|
282
|
+
}[];
|
|
283
|
+
readonly updated_at: string;
|
|
284
|
+
};
|
|
285
|
+
readonly deployment_state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
|
|
286
|
+
readonly html_body: string;
|
|
287
|
+
readonly html_url: string;
|
|
288
|
+
readonly id: string;
|
|
289
|
+
readonly into_branch: string;
|
|
290
|
+
readonly into_branch_shard_count: number;
|
|
291
|
+
readonly into_branch_sharded: boolean;
|
|
292
|
+
readonly notes: string;
|
|
293
|
+
readonly num_comments: number;
|
|
294
|
+
readonly number: number;
|
|
295
|
+
readonly state: "closed" | "open";
|
|
296
|
+
readonly updated_at: string;
|
|
297
|
+
}, Forbidden | NotFound, any>;
|
|
150
298
|
//# sourceMappingURL=queueDeployRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queueDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/queueDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"queueDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/queueDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;EAWjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+MjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI5B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ReassignRoleObjectsInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -18,5 +19,11 @@ export type ReassignRoleObjectsOutput = typeof ReassignRoleObjectsOutput.Type;
|
|
|
18
19
|
* @param id - The ID of the role
|
|
19
20
|
* @param successor - The role to reassign ownership to
|
|
20
21
|
*/
|
|
21
|
-
export declare const reassignRoleObjects:
|
|
22
|
+
export declare const reassignRoleObjects: 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;
|
|
28
|
+
}, void, Forbidden | NotFound, any>;
|
|
22
29
|
//# sourceMappingURL=reassignRoleObjects.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reassignRoleObjects.d.ts","sourceRoot":"","sources":["../../src/operations/reassignRoleObjects.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"reassignRoleObjects.d.ts","sourceRoot":"","sources":["../../src/operations/reassignRoleObjects.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;;EAYlC,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;;;;;;;;GAQG;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 RemoveOrganizationMemberInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly id: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type RemoveOrganizationMemberOutput = typeof RemoveOrganizationMemberOutp
|
|
|
16
17
|
* @param delete_passwords - Whether to delete all passwords associated with the member. Only available when removing other members (not yourself).
|
|
17
18
|
* @param delete_service_tokens - Whether to delete all service tokens associated with the member. Only available when removing other members (not yourself).
|
|
18
19
|
*/
|
|
19
|
-
export declare const removeOrganizationMember:
|
|
20
|
+
export declare const removeOrganizationMember: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly delete_passwords?: boolean | undefined;
|
|
22
|
+
readonly delete_service_tokens?: boolean | undefined;
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly organization: string;
|
|
25
|
+
}, void, Forbidden | NotFound, any>;
|
|
20
26
|
//# sourceMappingURL=removeOrganizationMember.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"removeOrganizationMember.d.ts","sourceRoot":"","sources":["../../src/operations/removeOrganizationMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"removeOrganizationMember.d.ts","sourceRoot":"","sources":["../../src/operations/removeOrganizationMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,6BAA6B;;;;;EAWvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B,aACF,CAAC;AAC1C,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB;;;;;mCAMpC,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 RemoveOrganizationTeamMemberInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly team: Schema.String;
|
|
@@ -16,5 +17,10 @@ export type RemoveOrganizationTeamMemberOutput = typeof RemoveOrganizationTeamMe
|
|
|
16
17
|
* @param id - The ID of the team membership or the ID of the member to remove
|
|
17
18
|
* @param delete_passwords - Whether to delete the member's passwords created through this team
|
|
18
19
|
*/
|
|
19
|
-
export declare const removeOrganizationTeamMember:
|
|
20
|
+
export declare const removeOrganizationTeamMember: import("@distilled.cloud/core/client").OperationMethod<{
|
|
21
|
+
readonly delete_passwords?: boolean | undefined;
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly organization: string;
|
|
24
|
+
readonly team: string;
|
|
25
|
+
}, void, BadRequest | Forbidden | NotFound | UnprocessableEntity, any>;
|
|
20
26
|
//# sourceMappingURL=removeOrganizationTeamMember.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"removeOrganizationTeamMember.d.ts","sourceRoot":"","sources":["../../src/operations/removeOrganizationTeamMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"removeOrganizationTeamMember.d.ts","sourceRoot":"","sources":["../../src/operations/removeOrganizationTeamMember.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,iCAAiC;;;;;EAW3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC,aACN,CAAC;AAC1C,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B;;;;;sEAKpC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const RenewPasswordInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -58,5 +59,52 @@ export type RenewPasswordOutput = typeof RenewPasswordOutput.Type;
|
|
|
58
59
|
* @param branch - The name of the branch the password belongs to
|
|
59
60
|
* @param id - The ID of the password
|
|
60
61
|
*/
|
|
61
|
-
export declare const renewPassword:
|
|
62
|
+
export declare const renewPassword: import("@distilled.cloud/core/client").OperationMethod<{
|
|
63
|
+
readonly branch: string;
|
|
64
|
+
readonly database: string;
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly organization: string;
|
|
67
|
+
}, {
|
|
68
|
+
readonly access_host_regional_url: string;
|
|
69
|
+
readonly access_host_regional_urls: readonly string[];
|
|
70
|
+
readonly access_host_url: string;
|
|
71
|
+
readonly actor: {
|
|
72
|
+
readonly avatar_url: string;
|
|
73
|
+
readonly display_name: string;
|
|
74
|
+
readonly id: string;
|
|
75
|
+
};
|
|
76
|
+
readonly cidrs: readonly string[] | null;
|
|
77
|
+
readonly created_at: string;
|
|
78
|
+
readonly database_branch: {
|
|
79
|
+
readonly id: string;
|
|
80
|
+
readonly mysql_edge_address: string;
|
|
81
|
+
readonly name: string;
|
|
82
|
+
readonly private_edge_connectivity: boolean;
|
|
83
|
+
readonly production: boolean;
|
|
84
|
+
};
|
|
85
|
+
readonly deleted_at: string | null;
|
|
86
|
+
readonly direct_vtgate: boolean;
|
|
87
|
+
readonly direct_vtgate_addresses: readonly string[];
|
|
88
|
+
readonly expired: boolean;
|
|
89
|
+
readonly expires_at: string | null;
|
|
90
|
+
readonly id: string;
|
|
91
|
+
readonly last_used_at: string | null;
|
|
92
|
+
readonly name: string;
|
|
93
|
+
readonly plain_text: string | import("effect/Redacted").Redacted<string> | null;
|
|
94
|
+
readonly region: {
|
|
95
|
+
readonly current_default: boolean;
|
|
96
|
+
readonly display_name: string;
|
|
97
|
+
readonly enabled: boolean;
|
|
98
|
+
readonly id: string;
|
|
99
|
+
readonly location: string;
|
|
100
|
+
readonly provider: string;
|
|
101
|
+
readonly public_ip_addresses: readonly string[];
|
|
102
|
+
readonly slug: string;
|
|
103
|
+
};
|
|
104
|
+
readonly renewable: boolean;
|
|
105
|
+
readonly replica: boolean;
|
|
106
|
+
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
107
|
+
readonly ttl_seconds: number | null;
|
|
108
|
+
readonly username: string;
|
|
109
|
+
}, Forbidden | NotFound, any>;
|
|
62
110
|
//# sourceMappingURL=renewPassword.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renewPassword.d.ts","sourceRoot":"","sources":["../../src/operations/renewPassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"renewPassword.d.ts","sourceRoot":"","sources":["../../src/operations/renewPassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,kBAAkB;;;;;EAU9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIvB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const RenewRoleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -52,5 +53,46 @@ export type RenewRoleOutput = typeof RenewRoleOutput.Type;
|
|
|
52
53
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
53
54
|
* @param id - The ID of the role
|
|
54
55
|
*/
|
|
55
|
-
export declare const renewRole:
|
|
56
|
+
export declare const renewRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
57
|
+
readonly branch: string;
|
|
58
|
+
readonly database: string;
|
|
59
|
+
readonly id: string;
|
|
60
|
+
readonly organization: string;
|
|
61
|
+
}, {
|
|
62
|
+
readonly access_host_url: string;
|
|
63
|
+
readonly actor: {
|
|
64
|
+
readonly avatar_url: string;
|
|
65
|
+
readonly display_name: string;
|
|
66
|
+
readonly id: string;
|
|
67
|
+
};
|
|
68
|
+
readonly branch: {
|
|
69
|
+
readonly created_at: string;
|
|
70
|
+
readonly deleted_at: string;
|
|
71
|
+
readonly id: string;
|
|
72
|
+
readonly name: string;
|
|
73
|
+
readonly updated_at: string;
|
|
74
|
+
};
|
|
75
|
+
readonly created_at: string;
|
|
76
|
+
readonly database_name: string;
|
|
77
|
+
readonly default: boolean;
|
|
78
|
+
readonly deleted_at: string;
|
|
79
|
+
readonly disabled_at: string;
|
|
80
|
+
readonly drop_failed: string;
|
|
81
|
+
readonly dropped_at: string;
|
|
82
|
+
readonly expired: boolean;
|
|
83
|
+
readonly expires_at: string;
|
|
84
|
+
readonly id: string;
|
|
85
|
+
readonly inherited_roles: readonly ("pg_checkpoint" | "pg_create_subscription" | "pg_maintain" | "pg_monitor" | "pg_read_all_data" | "pg_read_all_settings" | "pg_read_all_stats" | "pg_signal_backend" | "pg_stat_scan_tables" | "pg_use_reserved_connections" | "pg_write_all_data" | "postgres" | "pscale_managed")[];
|
|
86
|
+
readonly name: string;
|
|
87
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
88
|
+
readonly private_access_host_url: string;
|
|
89
|
+
readonly private_connection_service_name: string;
|
|
90
|
+
readonly query_safety_settings: {
|
|
91
|
+
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
92
|
+
readonly require_where_on_update: "off" | "on" | "warn";
|
|
93
|
+
};
|
|
94
|
+
readonly ttl: number;
|
|
95
|
+
readonly updated_at: string;
|
|
96
|
+
readonly username: string;
|
|
97
|
+
}, Forbidden | NotFound, any>;
|
|
56
98
|
//# sourceMappingURL=renewRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renewRole.d.ts","sourceRoot":"","sources":["../../src/operations/renewRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"renewRole.d.ts","sourceRoot":"","sources":["../../src/operations/renewRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,cAAc;;;;;EAU1B,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAInB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ResetDefaultRoleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -50,5 +51,45 @@ export type ResetDefaultRoleOutput = typeof ResetDefaultRoleOutput.Type;
|
|
|
50
51
|
* @param database - Database name slug from `list_databases`. Example: `app-db`.
|
|
51
52
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
52
53
|
*/
|
|
53
|
-
export declare const resetDefaultRole:
|
|
54
|
+
export declare const resetDefaultRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
55
|
+
readonly branch: string;
|
|
56
|
+
readonly database: string;
|
|
57
|
+
readonly organization: string;
|
|
58
|
+
}, {
|
|
59
|
+
readonly access_host_url: string;
|
|
60
|
+
readonly actor: {
|
|
61
|
+
readonly avatar_url: string;
|
|
62
|
+
readonly display_name: string;
|
|
63
|
+
readonly id: string;
|
|
64
|
+
};
|
|
65
|
+
readonly branch: {
|
|
66
|
+
readonly created_at: string;
|
|
67
|
+
readonly deleted_at: string;
|
|
68
|
+
readonly id: string;
|
|
69
|
+
readonly name: string;
|
|
70
|
+
readonly updated_at: string;
|
|
71
|
+
};
|
|
72
|
+
readonly created_at: string;
|
|
73
|
+
readonly database_name: string;
|
|
74
|
+
readonly default: boolean;
|
|
75
|
+
readonly deleted_at: string;
|
|
76
|
+
readonly disabled_at: string;
|
|
77
|
+
readonly drop_failed: string;
|
|
78
|
+
readonly dropped_at: string;
|
|
79
|
+
readonly expired: boolean;
|
|
80
|
+
readonly expires_at: string;
|
|
81
|
+
readonly id: string;
|
|
82
|
+
readonly inherited_roles: readonly ("pg_checkpoint" | "pg_create_subscription" | "pg_maintain" | "pg_monitor" | "pg_read_all_data" | "pg_read_all_settings" | "pg_read_all_stats" | "pg_signal_backend" | "pg_stat_scan_tables" | "pg_use_reserved_connections" | "pg_write_all_data" | "postgres" | "pscale_managed")[];
|
|
83
|
+
readonly name: string;
|
|
84
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
85
|
+
readonly private_access_host_url: string;
|
|
86
|
+
readonly private_connection_service_name: string;
|
|
87
|
+
readonly query_safety_settings: {
|
|
88
|
+
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
89
|
+
readonly require_where_on_update: "off" | "on" | "warn";
|
|
90
|
+
};
|
|
91
|
+
readonly ttl: number;
|
|
92
|
+
readonly updated_at: string;
|
|
93
|
+
readonly username: string;
|
|
94
|
+
}, Forbidden | NotFound, any>;
|
|
54
95
|
//# sourceMappingURL=resetDefaultRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resetDefaultRole.d.ts","sourceRoot":"","sources":["../../src/operations/resetDefaultRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"resetDefaultRole.d.ts","sourceRoot":"","sources":["../../src/operations/resetDefaultRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,qBAAqB;;;;EASjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsDlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI1B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ResetRoleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -52,5 +53,46 @@ export type ResetRoleOutput = typeof ResetRoleOutput.Type;
|
|
|
52
53
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
53
54
|
* @param id - The ID of the role
|
|
54
55
|
*/
|
|
55
|
-
export declare const resetRole:
|
|
56
|
+
export declare const resetRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
57
|
+
readonly branch: string;
|
|
58
|
+
readonly database: string;
|
|
59
|
+
readonly id: string;
|
|
60
|
+
readonly organization: string;
|
|
61
|
+
}, {
|
|
62
|
+
readonly access_host_url: string;
|
|
63
|
+
readonly actor: {
|
|
64
|
+
readonly avatar_url: string;
|
|
65
|
+
readonly display_name: string;
|
|
66
|
+
readonly id: string;
|
|
67
|
+
};
|
|
68
|
+
readonly branch: {
|
|
69
|
+
readonly created_at: string;
|
|
70
|
+
readonly deleted_at: string;
|
|
71
|
+
readonly id: string;
|
|
72
|
+
readonly name: string;
|
|
73
|
+
readonly updated_at: string;
|
|
74
|
+
};
|
|
75
|
+
readonly created_at: string;
|
|
76
|
+
readonly database_name: string;
|
|
77
|
+
readonly default: boolean;
|
|
78
|
+
readonly deleted_at: string;
|
|
79
|
+
readonly disabled_at: string;
|
|
80
|
+
readonly drop_failed: string;
|
|
81
|
+
readonly dropped_at: string;
|
|
82
|
+
readonly expired: boolean;
|
|
83
|
+
readonly expires_at: string;
|
|
84
|
+
readonly id: string;
|
|
85
|
+
readonly inherited_roles: readonly ("pg_checkpoint" | "pg_create_subscription" | "pg_maintain" | "pg_monitor" | "pg_read_all_data" | "pg_read_all_settings" | "pg_read_all_stats" | "pg_signal_backend" | "pg_stat_scan_tables" | "pg_use_reserved_connections" | "pg_write_all_data" | "postgres" | "pscale_managed")[];
|
|
86
|
+
readonly name: string;
|
|
87
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
88
|
+
readonly private_access_host_url: string;
|
|
89
|
+
readonly private_connection_service_name: string;
|
|
90
|
+
readonly query_safety_settings: {
|
|
91
|
+
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
92
|
+
readonly require_where_on_update: "off" | "on" | "warn";
|
|
93
|
+
};
|
|
94
|
+
readonly ttl: number;
|
|
95
|
+
readonly updated_at: string;
|
|
96
|
+
readonly username: string;
|
|
97
|
+
}, Forbidden | NotFound, any>;
|
|
56
98
|
//# sourceMappingURL=resetRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resetRole.d.ts","sourceRoot":"","sources":["../../src/operations/resetRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"resetRole.d.ts","sourceRoot":"","sources":["../../src/operations/resetRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,cAAc;;;;;EAU1B,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAInB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ReviewDeployRequestInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -32,5 +33,23 @@ export type ReviewDeployRequestOutput = typeof ReviewDeployRequestOutput.Type;
|
|
|
32
33
|
* @param state - Whether the review is a comment or approval. Service tokens must have corresponding access (either `approve_deploy_request` or `review_deploy_request`)
|
|
33
34
|
* @param body - Deploy request review comments
|
|
34
35
|
*/
|
|
35
|
-
export declare const reviewDeployRequest:
|
|
36
|
+
export declare const reviewDeployRequest: import("@distilled.cloud/core/client").OperationMethod<{
|
|
37
|
+
readonly body?: string | undefined;
|
|
38
|
+
readonly database: string;
|
|
39
|
+
readonly number: number;
|
|
40
|
+
readonly organization: string;
|
|
41
|
+
readonly state?: "approved" | "commented" | undefined;
|
|
42
|
+
}, {
|
|
43
|
+
readonly actor: {
|
|
44
|
+
readonly avatar_url: string;
|
|
45
|
+
readonly display_name: string;
|
|
46
|
+
readonly id: string;
|
|
47
|
+
};
|
|
48
|
+
readonly body: string;
|
|
49
|
+
readonly created_at: string;
|
|
50
|
+
readonly html_body: string;
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly state: "approved" | "commented";
|
|
53
|
+
readonly updated_at: string;
|
|
54
|
+
}, Forbidden | NotFound, any>;
|
|
36
55
|
//# sourceMappingURL=reviewDeployRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reviewDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/reviewDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"reviewDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/reviewDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;;EAYlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAalC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6BAI7B,CAAC"}
|