@distilled.cloud/planetscale 0.19.2 → 0.20.1
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/credentials.d.ts +1 -1
- package/lib/credentials.d.ts.map +1 -1
- package/lib/credentials.js +2 -2
- package/lib/credentials.js.map +1 -1
- package/lib/operations/addOrganizationTeamMember.d.ts +53 -53
- package/lib/operations/cancelBouncerResizeRequest.d.ts +3 -3
- package/lib/operations/cancelBranchChangeRequest.d.ts +2 -2
- package/lib/operations/cancelDeployRequest.d.ts +92 -92
- package/lib/operations/checkDeployRequestStorage.d.ts +5 -5
- package/lib/operations/closeDeployRequest.d.ts +92 -92
- package/lib/operations/completeErroredDeploy.d.ts +92 -92
- package/lib/operations/completeGatedDeployRequest.d.ts +92 -92
- package/lib/operations/completeRevert.d.ts +92 -92
- package/lib/operations/createBackup.d.ts +42 -42
- package/lib/operations/createBackupPolicy.d.ts +16 -16
- package/lib/operations/createBouncer.d.ts +38 -38
- package/lib/operations/createBranch.d.ts +43 -43
- package/lib/operations/createDatabase.d.ts +47 -47
- package/lib/operations/createDatabasePostgresCidr.d.ts +12 -12
- package/lib/operations/createDeployRequest.d.ts +95 -95
- package/lib/operations/createKeyspace.d.ts +21 -21
- package/lib/operations/createOauthToken.d.ts +48 -48
- package/lib/operations/createOrganizationTeam.d.ts +22 -22
- package/lib/operations/createPassword.d.ts +34 -34
- package/lib/operations/createQueryPatternsReport.d.ts +10 -10
- package/lib/operations/createRole.d.ts +28 -28
- package/lib/operations/createServiceToken.d.ts +46 -46
- package/lib/operations/createTrafficBudget.d.ts +29 -29
- package/lib/operations/createTrafficRule.d.ts +15 -15
- package/lib/operations/createWebhook.d.ts +8 -8
- package/lib/operations/createWorkflow.d.ts +75 -75
- package/lib/operations/deleteBackup.d.ts +2 -2
- package/lib/operations/deleteBackupPolicy.d.ts +1 -1
- package/lib/operations/deleteBouncer.d.ts +3 -3
- package/lib/operations/deleteBranch.d.ts +2 -2
- package/lib/operations/deleteDatabase.d.ts +1 -1
- package/lib/operations/deleteDatabasePostgresCidr.d.ts +1 -1
- package/lib/operations/deleteKeyspace.d.ts +2 -2
- package/lib/operations/deleteOauthToken.d.ts +1 -1
- package/lib/operations/deletePassword.d.ts +2 -2
- package/lib/operations/deleteQueryPatternsReport.d.ts +2 -2
- package/lib/operations/deleteRole.d.ts +2 -2
- package/lib/operations/deleteServiceToken.d.ts +1 -1
- package/lib/operations/deleteTrafficBudget.d.ts +2 -2
- package/lib/operations/deleteTrafficRule.d.ts +2 -2
- package/lib/operations/deleteWebhook.d.ts +1 -1
- package/lib/operations/demoteBranch.d.ts +40 -40
- package/lib/operations/disableSafeMigrations.d.ts +40 -40
- package/lib/operations/dismissSchemaRecommendation.d.ts +16 -16
- package/lib/operations/enableSafeMigrations.d.ts +40 -40
- package/lib/operations/getBackup.d.ts +41 -41
- package/lib/operations/getBackupPolicy.d.ts +11 -11
- package/lib/operations/getBouncer.d.ts +37 -37
- package/lib/operations/getBranch.d.ts +40 -40
- package/lib/operations/getBranchChangeRequest.d.ts +26 -26
- package/lib/operations/getBranchSchema.d.ts +3 -3
- package/lib/operations/getCurrentUser.d.ts +10 -10
- package/lib/operations/getDatabase.d.ts +43 -43
- package/lib/operations/getDatabasePostgresCidr.d.ts +10 -10
- package/lib/operations/getDatabaseThrottler.d.ts +4 -4
- package/lib/operations/getDefaultRole.d.ts +26 -26
- package/lib/operations/getDeployQueue.d.ts +74 -74
- package/lib/operations/getDeployRequest.d.ts +92 -92
- package/lib/operations/getDeployRequestThrottler.d.ts +4 -4
- package/lib/operations/getDeployment.d.ts +70 -70
- package/lib/operations/getInvoice.d.ts +5 -5
- package/lib/operations/getInvoiceLineItems.d.ts +11 -11
- package/lib/operations/getKeyspace.d.ts +20 -20
- package/lib/operations/getKeyspaceRolloutStatus.d.ts +5 -5
- package/lib/operations/getKeyspaceVschema.d.ts +2 -2
- package/lib/operations/getMaintenanceSchedule.d.ts +14 -14
- package/lib/operations/getOauthApplication.d.ts +12 -12
- package/lib/operations/getOauthToken.d.ts +46 -46
- package/lib/operations/getOrganization.d.ts +12 -12
- package/lib/operations/getOrganizationMembership.d.ts +14 -14
- package/lib/operations/getOrganizationTeam.d.ts +20 -20
- package/lib/operations/getOrganizationTeamMember.d.ts +54 -54
- package/lib/operations/getPassword.d.ts +31 -31
- package/lib/operations/getQueryPatternsReport.d.ts +2 -2
- package/lib/operations/getQueryPatternsReportStatus.d.ts +10 -10
- package/lib/operations/getRole.d.ts +26 -26
- package/lib/operations/getSchemaRecommendation.d.ts +16 -16
- package/lib/operations/getServiceToken.d.ts +46 -46
- package/lib/operations/getTrafficBudget.d.ts +24 -24
- package/lib/operations/getWebhook.d.ts +7 -7
- package/lib/operations/getWorkflow.d.ts +71 -71
- package/lib/operations/lintBranchSchema.d.ts +18 -18
- package/lib/operations/listAuditLogs.d.ts +16 -16
- package/lib/operations/listBackupPolicies.d.ts +15 -15
- package/lib/operations/listBackups.d.ts +51 -51
- package/lib/operations/listBouncerResizeRequests.d.ts +31 -31
- package/lib/operations/listBouncers.d.ts +40 -40
- package/lib/operations/listBranchBouncerResizeRequests.d.ts +30 -30
- package/lib/operations/listBranchChangeRequests.d.ts +30 -30
- package/lib/operations/listBranches.d.ts +46 -46
- package/lib/operations/listClusterSizeSkus.d.ts +12 -12
- package/lib/operations/listDatabasePostgresCidrs.d.ts +14 -14
- package/lib/operations/listDatabaseRegions.d.ts +9 -9
- package/lib/operations/listDatabases.d.ts +47 -47
- package/lib/operations/listDeployOperations.d.ts +16 -16
- package/lib/operations/listDeployRequestReviews.d.ts +12 -12
- package/lib/operations/listDeployRequests.d.ts +100 -100
- package/lib/operations/listExtensions.d.ts +24 -24
- package/lib/operations/listGeneratedQueryPatternsReports.d.ts +14 -14
- package/lib/operations/listInvoices.d.ts +8 -8
- package/lib/operations/listKeyspaces.d.ts +24 -24
- package/lib/operations/listMaintenanceSchedules.d.ts +18 -18
- package/lib/operations/listMaintenanceWindows.d.ts +8 -8
- package/lib/operations/listOauthApplications.d.ts +15 -15
- package/lib/operations/listOauthTokens.d.ts +50 -50
- package/lib/operations/listOrganizationMembers.d.ts +18 -18
- package/lib/operations/listOrganizationTeamMembers.d.ts +58 -58
- package/lib/operations/listOrganizationTeams.d.ts +25 -25
- package/lib/operations/listOrganizations.d.ts +16 -16
- package/lib/operations/listParameters.d.ts +18 -18
- package/lib/operations/listPasswords.d.ts +36 -36
- package/lib/operations/listPublicRegions.d.ts +7 -7
- package/lib/operations/listReadOnlyRegions.d.ts +17 -17
- package/lib/operations/listRegionsForOrganization.d.ts +8 -8
- package/lib/operations/listRoles.d.ts +30 -30
- package/lib/operations/listSchemaRecommendations.d.ts +21 -21
- package/lib/operations/listServiceTokens.d.ts +49 -49
- package/lib/operations/listTrafficBudgets.d.ts +30 -30
- package/lib/operations/listWebhooks.d.ts +11 -11
- package/lib/operations/listWorkflows.d.ts +76 -76
- package/lib/operations/promoteBranch.d.ts +40 -40
- package/lib/operations/queueDeployRequest.d.ts +93 -93
- package/lib/operations/reassignRoleObjects.d.ts +2 -2
- package/lib/operations/removeOrganizationMember.d.ts +2 -2
- package/lib/operations/removeOrganizationTeamMember.d.ts +2 -2
- package/lib/operations/renewPassword.d.ts +31 -31
- package/lib/operations/renewRole.d.ts +26 -26
- package/lib/operations/resetDefaultRole.d.ts +26 -26
- package/lib/operations/resetRole.d.ts +26 -26
- package/lib/operations/reviewDeployRequest.d.ts +9 -9
- package/lib/operations/skipRevertPeriod.d.ts +92 -92
- package/lib/operations/testWebhook.d.ts +1 -1
- package/lib/operations/updateAutoApply.d.ts +93 -93
- package/lib/operations/updateAutoDeleteBranch.d.ts +93 -93
- package/lib/operations/updateBackup.d.ts +41 -41
- package/lib/operations/updateBackupPolicy.d.ts +17 -17
- package/lib/operations/updateBouncerResizeRequest.d.ts +28 -28
- package/lib/operations/updateBranch.d.ts +40 -40
- package/lib/operations/updateBranchChangeRequest.d.ts +27 -27
- package/lib/operations/updateBranchClusterConfig.d.ts +2 -2
- package/lib/operations/updateDatabasePostgresCidr.d.ts +12 -12
- package/lib/operations/updateDatabaseSettings.d.ts +50 -50
- package/lib/operations/updateDatabaseThrottler.d.ts +5 -5
- package/lib/operations/updateDeployRequestThrottler.d.ts +5 -5
- package/lib/operations/updateKeyspace.d.ts +20 -20
- package/lib/operations/updateKeyspaceVschema.d.ts +2 -2
- package/lib/operations/updateOrganization.d.ts +13 -13
- package/lib/operations/updateOrganizationMembership.d.ts +14 -14
- package/lib/operations/updateOrganizationTeam.d.ts +22 -22
- package/lib/operations/updatePassword.d.ts +32 -32
- package/lib/operations/updateRole.d.ts +26 -26
- package/lib/operations/updateTrafficBudget.d.ts +29 -29
- package/lib/operations/updateWebhook.d.ts +9 -9
- package/lib/operations/verifyWorkflow.d.ts +71 -71
- package/lib/operations/workflowCancel.d.ts +71 -71
- package/lib/operations/workflowComplete.d.ts +71 -71
- package/lib/operations/workflowCutover.d.ts +71 -71
- package/lib/operations/workflowRetry.d.ts +71 -71
- package/lib/operations/workflowReverseCutover.d.ts +71 -71
- package/lib/operations/workflowReverseTraffic.d.ts +71 -71
- package/lib/operations/workflowSwitchPrimaries.d.ts +71 -71
- package/lib/operations/workflowSwitchReplicas.d.ts +71 -71
- package/package.json +3 -3
- package/src/credentials.ts +2 -2
|
@@ -99,88 +99,88 @@ export type ListOrganizationTeamMembersOutput = typeof ListOrganizationTeamMembe
|
|
|
99
99
|
*/
|
|
100
100
|
export declare const listOrganizationTeamMembers: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
101
101
|
readonly organization: string;
|
|
102
|
+
readonly team: string;
|
|
102
103
|
readonly page?: number | undefined;
|
|
103
104
|
readonly per_page?: number | undefined;
|
|
104
|
-
readonly team: string;
|
|
105
105
|
}, {
|
|
106
106
|
readonly current_page: number;
|
|
107
|
+
readonly next_page: number | null;
|
|
108
|
+
readonly next_page_url: string | null;
|
|
109
|
+
readonly prev_page: number | null;
|
|
110
|
+
readonly prev_page_url: string | null;
|
|
107
111
|
readonly data: readonly {
|
|
108
|
-
readonly
|
|
109
|
-
|
|
112
|
+
readonly id: string;
|
|
113
|
+
readonly user: {
|
|
114
|
+
readonly id: string;
|
|
110
115
|
readonly display_name: string;
|
|
116
|
+
readonly name: string;
|
|
117
|
+
readonly email: string;
|
|
118
|
+
readonly avatar_url: string;
|
|
119
|
+
readonly created_at: string;
|
|
120
|
+
readonly updated_at: string;
|
|
121
|
+
readonly two_factor_auth_configured: boolean;
|
|
122
|
+
readonly default_organization: {
|
|
123
|
+
readonly id: string;
|
|
124
|
+
readonly name: string;
|
|
125
|
+
readonly created_at: string;
|
|
126
|
+
readonly updated_at: string;
|
|
127
|
+
readonly deleted_at: string;
|
|
128
|
+
};
|
|
129
|
+
readonly sso: boolean;
|
|
130
|
+
readonly managed: boolean;
|
|
131
|
+
readonly directory_managed: boolean;
|
|
132
|
+
readonly email_verified: boolean;
|
|
133
|
+
};
|
|
134
|
+
readonly actor: {
|
|
111
135
|
readonly id: string;
|
|
136
|
+
readonly display_name: string;
|
|
137
|
+
readonly avatar_url: string;
|
|
112
138
|
};
|
|
113
139
|
readonly created_at: string;
|
|
114
|
-
readonly
|
|
140
|
+
readonly updated_at: string;
|
|
115
141
|
readonly passwords: readonly {
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly actor: {
|
|
120
|
-
readonly avatar_url: string;
|
|
121
|
-
readonly display_name: string;
|
|
122
|
-
readonly id: string;
|
|
123
|
-
};
|
|
142
|
+
readonly id: string;
|
|
143
|
+
readonly name: string;
|
|
144
|
+
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
124
145
|
readonly cidrs: readonly string[];
|
|
125
146
|
readonly created_at: string;
|
|
126
|
-
readonly database_branch: {
|
|
127
|
-
readonly id: string;
|
|
128
|
-
readonly mysql_edge_address: string;
|
|
129
|
-
readonly name: string;
|
|
130
|
-
readonly private_edge_connectivity: boolean;
|
|
131
|
-
readonly production: boolean;
|
|
132
|
-
};
|
|
133
147
|
readonly deleted_at: string;
|
|
134
|
-
readonly direct_vtgate: boolean;
|
|
135
|
-
readonly direct_vtgate_addresses: readonly string[];
|
|
136
|
-
readonly expired: boolean;
|
|
137
148
|
readonly expires_at: string;
|
|
138
|
-
readonly id: string;
|
|
139
149
|
readonly last_used_at: string;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
|
|
150
|
+
readonly expired: boolean;
|
|
151
|
+
readonly direct_vtgate: boolean;
|
|
152
|
+
readonly direct_vtgate_addresses: readonly string[];
|
|
153
|
+
readonly ttl_seconds: number;
|
|
154
|
+
readonly access_host_url: string;
|
|
155
|
+
readonly access_host_regional_url: string;
|
|
156
|
+
readonly access_host_regional_urls: readonly string[];
|
|
157
|
+
readonly actor: {
|
|
158
|
+
readonly id: string;
|
|
144
159
|
readonly display_name: string;
|
|
145
|
-
readonly
|
|
160
|
+
readonly avatar_url: string;
|
|
161
|
+
};
|
|
162
|
+
readonly region: {
|
|
146
163
|
readonly id: string;
|
|
147
|
-
readonly location: string;
|
|
148
164
|
readonly provider: string;
|
|
165
|
+
readonly enabled: boolean;
|
|
149
166
|
readonly public_ip_addresses: readonly string[];
|
|
167
|
+
readonly display_name: string;
|
|
168
|
+
readonly location: string;
|
|
150
169
|
readonly slug: string;
|
|
170
|
+
readonly current_default: boolean;
|
|
151
171
|
};
|
|
152
|
-
readonly renewable: boolean;
|
|
153
|
-
readonly replica: boolean;
|
|
154
|
-
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
155
|
-
readonly ttl_seconds: number;
|
|
156
172
|
readonly username: string;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
readonly
|
|
161
|
-
readonly created_at: string;
|
|
162
|
-
readonly default_organization: {
|
|
163
|
-
readonly created_at: string;
|
|
164
|
-
readonly deleted_at: string;
|
|
165
|
-
readonly id: string;
|
|
173
|
+
readonly plain_text: string | import("effect/Redacted").Redacted<string>;
|
|
174
|
+
readonly replica: boolean;
|
|
175
|
+
readonly renewable: boolean;
|
|
176
|
+
readonly database_branch: {
|
|
166
177
|
readonly name: string;
|
|
167
|
-
readonly
|
|
178
|
+
readonly id: string;
|
|
179
|
+
readonly production: boolean;
|
|
180
|
+
readonly mysql_edge_address: string;
|
|
181
|
+
readonly private_edge_connectivity: boolean;
|
|
168
182
|
};
|
|
169
|
-
|
|
170
|
-
readonly display_name: string;
|
|
171
|
-
readonly email: string;
|
|
172
|
-
readonly email_verified: boolean;
|
|
173
|
-
readonly id: string;
|
|
174
|
-
readonly managed: boolean;
|
|
175
|
-
readonly name: string;
|
|
176
|
-
readonly sso: boolean;
|
|
177
|
-
readonly two_factor_auth_configured: boolean;
|
|
178
|
-
readonly updated_at: string;
|
|
179
|
-
};
|
|
183
|
+
}[];
|
|
180
184
|
}[];
|
|
181
|
-
readonly next_page: number | null;
|
|
182
|
-
readonly next_page_url: string | null;
|
|
183
|
-
readonly prev_page: number | null;
|
|
184
|
-
readonly prev_page_url: string | null;
|
|
185
185
|
}, BadRequest | Forbidden | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
186
186
|
//# sourceMappingURL=listOrganizationTeamMembers.d.ts.map
|
|
@@ -67,56 +67,56 @@ export type ListOrganizationTeamsOutput = typeof ListOrganizationTeamsOutput.Typ
|
|
|
67
67
|
*/
|
|
68
68
|
export declare const listOrganizationTeams: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
69
69
|
readonly organization: string;
|
|
70
|
+
readonly q?: string | undefined;
|
|
70
71
|
readonly page?: number | undefined;
|
|
71
72
|
readonly per_page?: number | undefined;
|
|
72
|
-
readonly q?: string | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
readonly current_page: number;
|
|
75
|
+
readonly next_page: number | null;
|
|
76
|
+
readonly next_page_url: string | null;
|
|
77
|
+
readonly prev_page: number | null;
|
|
78
|
+
readonly prev_page_url: string | null;
|
|
75
79
|
readonly data: readonly {
|
|
76
|
-
readonly
|
|
80
|
+
readonly id: string;
|
|
81
|
+
readonly display_name: string;
|
|
77
82
|
readonly creator: {
|
|
78
|
-
readonly avatar_url: string;
|
|
79
|
-
readonly display_name: string;
|
|
80
83
|
readonly id: string;
|
|
84
|
+
readonly display_name: string;
|
|
85
|
+
readonly avatar_url: string;
|
|
81
86
|
};
|
|
82
|
-
readonly
|
|
83
|
-
readonly branches_url: string;
|
|
87
|
+
readonly members: readonly {
|
|
84
88
|
readonly id: string;
|
|
89
|
+
readonly display_name: string;
|
|
85
90
|
readonly name: string;
|
|
86
|
-
readonly
|
|
87
|
-
}[];
|
|
88
|
-
readonly description: string;
|
|
89
|
-
readonly display_name: string;
|
|
90
|
-
readonly id: string;
|
|
91
|
-
readonly managed: boolean;
|
|
92
|
-
readonly members: readonly {
|
|
91
|
+
readonly email: string;
|
|
93
92
|
readonly avatar_url: string;
|
|
94
93
|
readonly created_at: string;
|
|
94
|
+
readonly updated_at: string;
|
|
95
|
+
readonly two_factor_auth_configured: boolean;
|
|
95
96
|
readonly default_organization: {
|
|
96
|
-
readonly created_at: string;
|
|
97
|
-
readonly deleted_at: string;
|
|
98
97
|
readonly id: string;
|
|
99
98
|
readonly name: string;
|
|
99
|
+
readonly created_at: string;
|
|
100
100
|
readonly updated_at: string;
|
|
101
|
+
readonly deleted_at: string;
|
|
101
102
|
};
|
|
103
|
+
readonly sso: boolean;
|
|
104
|
+
readonly managed: boolean;
|
|
102
105
|
readonly directory_managed: boolean;
|
|
103
|
-
readonly display_name: string;
|
|
104
|
-
readonly email: string;
|
|
105
106
|
readonly email_verified: boolean;
|
|
107
|
+
}[];
|
|
108
|
+
readonly databases: readonly {
|
|
106
109
|
readonly id: string;
|
|
107
|
-
readonly managed: boolean;
|
|
108
110
|
readonly name: string;
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
readonly updated_at: string;
|
|
111
|
+
readonly url: string;
|
|
112
|
+
readonly branches_url: string;
|
|
112
113
|
}[];
|
|
113
114
|
readonly name: string;
|
|
114
115
|
readonly slug: string;
|
|
116
|
+
readonly created_at: string;
|
|
115
117
|
readonly updated_at: string;
|
|
118
|
+
readonly description: string;
|
|
119
|
+
readonly managed: boolean;
|
|
116
120
|
}[];
|
|
117
|
-
readonly next_page: number | null;
|
|
118
|
-
readonly next_page_url: string | null;
|
|
119
|
-
readonly prev_page: number | null;
|
|
120
|
-
readonly prev_page_url: string | null;
|
|
121
121
|
}, BadRequest | Forbidden | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
122
122
|
//# sourceMappingURL=listOrganizationTeams.d.ts.map
|
|
@@ -48,33 +48,33 @@ export declare const listOrganizations: import("@distilled.cloud/core/client").P
|
|
|
48
48
|
readonly per_page?: number | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
readonly current_page: number;
|
|
51
|
+
readonly next_page: number | null;
|
|
52
|
+
readonly next_page_url: string | null;
|
|
53
|
+
readonly prev_page: number | null;
|
|
54
|
+
readonly prev_page_url: string | null;
|
|
51
55
|
readonly data: readonly {
|
|
56
|
+
readonly id: string;
|
|
57
|
+
readonly name: string;
|
|
52
58
|
readonly billing_email: string;
|
|
53
59
|
readonly created_at: string;
|
|
60
|
+
readonly updated_at: string;
|
|
61
|
+
readonly plan: string;
|
|
62
|
+
readonly valid_billing_info: boolean;
|
|
63
|
+
readonly sso: boolean;
|
|
64
|
+
readonly sso_directory: boolean;
|
|
65
|
+
readonly single_tenancy: boolean;
|
|
66
|
+
readonly managed_tenancy: boolean;
|
|
67
|
+
readonly has_past_due_invoices?: boolean | undefined;
|
|
54
68
|
readonly database_count: number;
|
|
69
|
+
readonly sso_portal_url?: string | undefined;
|
|
55
70
|
readonly features: {
|
|
56
71
|
readonly [x: string]: unknown;
|
|
57
72
|
};
|
|
58
|
-
readonly has_card: boolean;
|
|
59
|
-
readonly has_past_due_invoices?: boolean | undefined;
|
|
60
|
-
readonly id: string;
|
|
61
73
|
readonly idp_managed_roles: boolean;
|
|
62
74
|
readonly invoice_budget_amount: string;
|
|
63
75
|
readonly keyspace_shard_limit: number;
|
|
64
|
-
readonly
|
|
65
|
-
readonly name: string;
|
|
76
|
+
readonly has_card: boolean;
|
|
66
77
|
readonly payment_info_required: boolean;
|
|
67
|
-
readonly plan: string;
|
|
68
|
-
readonly single_tenancy: boolean;
|
|
69
|
-
readonly sso: boolean;
|
|
70
|
-
readonly sso_directory: boolean;
|
|
71
|
-
readonly sso_portal_url?: string | undefined;
|
|
72
|
-
readonly updated_at: string;
|
|
73
|
-
readonly valid_billing_info: boolean;
|
|
74
78
|
}[];
|
|
75
|
-
readonly next_page: number | null;
|
|
76
|
-
readonly next_page_url: string | null;
|
|
77
|
-
readonly prev_page: number | null;
|
|
78
|
-
readonly prev_page_url: string | null;
|
|
79
79
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
80
80
|
//# sourceMappingURL=listOrganizations.d.ts.map
|
|
@@ -44,34 +44,34 @@ export type ListParametersOutput = typeof ListParametersOutput.Type;
|
|
|
44
44
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
45
45
|
*/
|
|
46
46
|
export declare const listParameters: import("@distilled.cloud/core/client").OperationMethod<{
|
|
47
|
-
readonly branch: string;
|
|
48
|
-
readonly database: string;
|
|
49
47
|
readonly organization: string;
|
|
48
|
+
readonly database: string;
|
|
49
|
+
readonly branch: string;
|
|
50
50
|
}, readonly {
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
};
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly name: string;
|
|
53
|
+
readonly display_name: string;
|
|
54
|
+
readonly namespace: "patroni" | "pgbouncer" | "pgconf";
|
|
56
55
|
readonly category: string;
|
|
57
|
-
readonly created_at: string;
|
|
58
|
-
readonly default_value: string;
|
|
59
56
|
readonly description: string;
|
|
60
|
-
readonly display_name: string;
|
|
61
57
|
readonly extension: boolean;
|
|
62
|
-
readonly id: string;
|
|
63
58
|
readonly immutable: boolean;
|
|
64
|
-
readonly max: number;
|
|
65
|
-
readonly min: number;
|
|
66
|
-
readonly name: string;
|
|
67
|
-
readonly namespace: "patroni" | "pgbouncer" | "pgconf";
|
|
68
|
-
readonly options: readonly string[];
|
|
69
59
|
readonly parameter_type: "array" | "boolean" | "bytes" | "float" | "integer" | "seconds" | "select" | "string" | "time";
|
|
60
|
+
readonly default_value: string;
|
|
61
|
+
readonly value: string;
|
|
70
62
|
readonly required: boolean;
|
|
63
|
+
readonly created_at: string;
|
|
64
|
+
readonly updated_at: string;
|
|
71
65
|
readonly restart: boolean;
|
|
66
|
+
readonly max: number;
|
|
67
|
+
readonly min: number;
|
|
72
68
|
readonly step: number;
|
|
73
|
-
readonly updated_at: string;
|
|
74
69
|
readonly url: string;
|
|
75
|
-
readonly
|
|
70
|
+
readonly options: readonly string[];
|
|
71
|
+
readonly actor: {
|
|
72
|
+
readonly id: string;
|
|
73
|
+
readonly display_name: string;
|
|
74
|
+
readonly avatar_url: string;
|
|
75
|
+
};
|
|
76
76
|
}[], Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
77
77
|
//# sourceMappingURL=listParameters.d.ts.map
|
|
@@ -71,60 +71,60 @@ export type ListPasswordsOutput = typeof ListPasswordsOutput.Type;
|
|
|
71
71
|
* @param per_page - If provided, specifies the number of returned results
|
|
72
72
|
*/
|
|
73
73
|
export declare const listPasswords: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
74
|
-
readonly branch: string;
|
|
75
|
-
readonly database: string;
|
|
76
74
|
readonly organization: string;
|
|
75
|
+
readonly database: string;
|
|
76
|
+
readonly branch: string;
|
|
77
|
+
readonly read_only_region_id?: string | undefined;
|
|
77
78
|
readonly page?: number | undefined;
|
|
78
79
|
readonly per_page?: number | undefined;
|
|
79
|
-
readonly read_only_region_id?: string | undefined;
|
|
80
80
|
}, {
|
|
81
81
|
readonly current_page: number;
|
|
82
|
+
readonly next_page: number | null;
|
|
83
|
+
readonly next_page_url: string | null;
|
|
84
|
+
readonly prev_page: number | null;
|
|
85
|
+
readonly prev_page_url: string | null;
|
|
82
86
|
readonly data: readonly {
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
86
|
-
readonly actor: {
|
|
87
|
-
readonly avatar_url: string;
|
|
88
|
-
readonly display_name: string;
|
|
89
|
-
readonly id: string;
|
|
90
|
-
};
|
|
87
|
+
readonly id: string;
|
|
88
|
+
readonly name: string;
|
|
89
|
+
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
91
90
|
readonly cidrs: readonly string[] | null;
|
|
92
91
|
readonly created_at: string;
|
|
93
|
-
readonly database_branch: {
|
|
94
|
-
readonly id: string;
|
|
95
|
-
readonly mysql_edge_address: string;
|
|
96
|
-
readonly name: string;
|
|
97
|
-
readonly private_edge_connectivity: boolean;
|
|
98
|
-
readonly production: boolean;
|
|
99
|
-
};
|
|
100
92
|
readonly deleted_at: string | null;
|
|
101
|
-
readonly direct_vtgate: boolean;
|
|
102
|
-
readonly direct_vtgate_addresses: readonly string[];
|
|
103
|
-
readonly expired: boolean;
|
|
104
93
|
readonly expires_at: string | null;
|
|
105
|
-
readonly id: string;
|
|
106
94
|
readonly last_used_at: string | null;
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
110
|
-
|
|
95
|
+
readonly expired: boolean;
|
|
96
|
+
readonly direct_vtgate: boolean;
|
|
97
|
+
readonly direct_vtgate_addresses: readonly string[];
|
|
98
|
+
readonly ttl_seconds: number | null;
|
|
99
|
+
readonly access_host_url: string;
|
|
100
|
+
readonly access_host_regional_url: string;
|
|
101
|
+
readonly access_host_regional_urls: readonly string[];
|
|
102
|
+
readonly actor: {
|
|
103
|
+
readonly id: string;
|
|
111
104
|
readonly display_name: string;
|
|
112
|
-
readonly
|
|
105
|
+
readonly avatar_url: string;
|
|
106
|
+
};
|
|
107
|
+
readonly region: {
|
|
113
108
|
readonly id: string;
|
|
114
|
-
readonly location: string;
|
|
115
109
|
readonly provider: string;
|
|
110
|
+
readonly enabled: boolean;
|
|
116
111
|
readonly public_ip_addresses: readonly string[];
|
|
112
|
+
readonly display_name: string;
|
|
113
|
+
readonly location: string;
|
|
117
114
|
readonly slug: string;
|
|
115
|
+
readonly current_default: boolean;
|
|
118
116
|
};
|
|
119
|
-
readonly renewable: boolean;
|
|
120
|
-
readonly replica: boolean;
|
|
121
|
-
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
122
|
-
readonly ttl_seconds: number | null;
|
|
123
117
|
readonly username: string;
|
|
118
|
+
readonly plain_text: string | import("effect/Redacted").Redacted<string> | null;
|
|
119
|
+
readonly replica: boolean;
|
|
120
|
+
readonly renewable: boolean;
|
|
121
|
+
readonly database_branch: {
|
|
122
|
+
readonly name: string;
|
|
123
|
+
readonly id: string;
|
|
124
|
+
readonly production: boolean;
|
|
125
|
+
readonly mysql_edge_address: string;
|
|
126
|
+
readonly private_edge_connectivity: boolean;
|
|
127
|
+
};
|
|
124
128
|
}[];
|
|
125
|
-
readonly next_page: number | null;
|
|
126
|
-
readonly next_page_url: string | null;
|
|
127
|
-
readonly prev_page: number | null;
|
|
128
|
-
readonly prev_page_url: string | null;
|
|
129
129
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
130
130
|
//# sourceMappingURL=listPasswords.d.ts.map
|
|
@@ -35,18 +35,18 @@ export declare const listPublicRegions: import("@distilled.cloud/core/client").P
|
|
|
35
35
|
readonly per_page?: number | undefined;
|
|
36
36
|
}, {
|
|
37
37
|
readonly current_page: number;
|
|
38
|
+
readonly next_page: number | null;
|
|
39
|
+
readonly next_page_url: string | null;
|
|
40
|
+
readonly prev_page: number | null;
|
|
41
|
+
readonly prev_page_url: string | null;
|
|
38
42
|
readonly data: readonly {
|
|
39
|
-
readonly display_name: string;
|
|
40
|
-
readonly enabled: boolean;
|
|
41
43
|
readonly id: string;
|
|
42
|
-
readonly location: string;
|
|
43
44
|
readonly provider: string;
|
|
45
|
+
readonly enabled: boolean;
|
|
44
46
|
readonly public_ip_addresses: readonly string[];
|
|
47
|
+
readonly display_name: string;
|
|
48
|
+
readonly location: string;
|
|
45
49
|
readonly slug: string;
|
|
46
50
|
}[];
|
|
47
|
-
readonly next_page: number | null;
|
|
48
|
-
readonly next_page_url: string | null;
|
|
49
|
-
readonly prev_page: number | null;
|
|
50
|
-
readonly prev_page_url: string | null;
|
|
51
51
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
52
52
|
//# sourceMappingURL=listPublicRegions.d.ts.map
|
|
@@ -49,38 +49,38 @@ export type ListReadOnlyRegionsOutput = typeof ListReadOnlyRegionsOutput.Type;
|
|
|
49
49
|
* @param per_page - If provided, specifies the number of returned results
|
|
50
50
|
*/
|
|
51
51
|
export declare const listReadOnlyRegions: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
52
|
-
readonly database: string;
|
|
53
52
|
readonly organization: string;
|
|
53
|
+
readonly database: string;
|
|
54
54
|
readonly page?: number | undefined;
|
|
55
55
|
readonly per_page?: number | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
readonly current_page: number;
|
|
58
|
+
readonly next_page: number | null;
|
|
59
|
+
readonly next_page_url: string | null;
|
|
60
|
+
readonly prev_page: number | null;
|
|
61
|
+
readonly prev_page_url: string | null;
|
|
58
62
|
readonly data: readonly {
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly display_name: string;
|
|
65
|
+
readonly created_at: string;
|
|
66
|
+
readonly updated_at: string;
|
|
67
|
+
readonly ready_at: string;
|
|
68
|
+
readonly ready: boolean;
|
|
59
69
|
readonly actor: {
|
|
60
|
-
readonly avatar_url: string;
|
|
61
|
-
readonly display_name: string;
|
|
62
70
|
readonly id: string;
|
|
71
|
+
readonly display_name: string;
|
|
72
|
+
readonly avatar_url: string;
|
|
63
73
|
};
|
|
64
|
-
readonly created_at: string;
|
|
65
|
-
readonly display_name: string;
|
|
66
|
-
readonly id: string;
|
|
67
|
-
readonly ready: boolean;
|
|
68
|
-
readonly ready_at: string;
|
|
69
74
|
readonly region: {
|
|
70
|
-
readonly current_default: boolean;
|
|
71
|
-
readonly display_name: string;
|
|
72
|
-
readonly enabled: boolean;
|
|
73
75
|
readonly id: string;
|
|
74
|
-
readonly location: string;
|
|
75
76
|
readonly provider: string;
|
|
77
|
+
readonly enabled: boolean;
|
|
76
78
|
readonly public_ip_addresses: readonly string[];
|
|
79
|
+
readonly display_name: string;
|
|
80
|
+
readonly location: string;
|
|
77
81
|
readonly slug: string;
|
|
82
|
+
readonly current_default: boolean;
|
|
78
83
|
};
|
|
79
|
-
readonly updated_at: string;
|
|
80
84
|
}[];
|
|
81
|
-
readonly next_page: number | null;
|
|
82
|
-
readonly next_page_url: string | null;
|
|
83
|
-
readonly prev_page: number | null;
|
|
84
|
-
readonly prev_page_url: string | null;
|
|
85
85
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
86
86
|
//# sourceMappingURL=listReadOnlyRegions.d.ts.map
|
|
@@ -37,19 +37,19 @@ export declare const listRegionsForOrganization: import("@distilled.cloud/core/c
|
|
|
37
37
|
readonly per_page?: number | undefined;
|
|
38
38
|
}, {
|
|
39
39
|
readonly current_page: number;
|
|
40
|
+
readonly next_page: number | null;
|
|
41
|
+
readonly next_page_url: string | null;
|
|
42
|
+
readonly prev_page: number | null;
|
|
43
|
+
readonly prev_page_url: string | null;
|
|
40
44
|
readonly data: readonly {
|
|
41
|
-
readonly current_default: boolean;
|
|
42
|
-
readonly display_name: string;
|
|
43
|
-
readonly enabled: boolean;
|
|
44
45
|
readonly id: string;
|
|
45
|
-
readonly location: string;
|
|
46
46
|
readonly provider: string;
|
|
47
|
+
readonly enabled: boolean;
|
|
47
48
|
readonly public_ip_addresses: readonly string[];
|
|
49
|
+
readonly display_name: string;
|
|
50
|
+
readonly location: string;
|
|
48
51
|
readonly slug: string;
|
|
52
|
+
readonly current_default: boolean;
|
|
49
53
|
}[];
|
|
50
|
-
readonly next_page: number | null;
|
|
51
|
-
readonly next_page_url: string | null;
|
|
52
|
-
readonly prev_page: number | null;
|
|
53
|
-
readonly prev_page_url: string | null;
|
|
54
54
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
55
55
|
//# sourceMappingURL=listRegionsForOrganization.d.ts.map
|
|
@@ -63,53 +63,53 @@ export type ListRolesOutput = typeof ListRolesOutput.Type;
|
|
|
63
63
|
* @param per_page - If provided, specifies the number of returned results
|
|
64
64
|
*/
|
|
65
65
|
export declare const listRoles: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
66
|
-
readonly branch: string;
|
|
67
|
-
readonly database: string;
|
|
68
66
|
readonly organization: string;
|
|
67
|
+
readonly database: string;
|
|
68
|
+
readonly branch: string;
|
|
69
69
|
readonly page?: number | undefined;
|
|
70
70
|
readonly per_page?: number | undefined;
|
|
71
71
|
}, {
|
|
72
72
|
readonly current_page: number;
|
|
73
|
+
readonly next_page: number | null;
|
|
74
|
+
readonly next_page_url: string | null;
|
|
75
|
+
readonly prev_page: number | null;
|
|
76
|
+
readonly prev_page_url: string | null;
|
|
73
77
|
readonly data: readonly {
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly name: string;
|
|
74
80
|
readonly access_host_url: string;
|
|
75
|
-
readonly
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
};
|
|
80
|
-
readonly branch: {
|
|
81
|
-
readonly created_at: string;
|
|
82
|
-
readonly deleted_at: string | null;
|
|
83
|
-
readonly id: string;
|
|
84
|
-
readonly name: string;
|
|
85
|
-
readonly updated_at: string;
|
|
86
|
-
};
|
|
87
|
-
readonly created_at: string;
|
|
81
|
+
readonly private_access_host_url: string;
|
|
82
|
+
readonly private_connection_service_name: string;
|
|
83
|
+
readonly username: string;
|
|
84
|
+
readonly password: string | import("effect/Redacted").Redacted<string> | null;
|
|
88
85
|
readonly database_name: string;
|
|
89
|
-
readonly
|
|
86
|
+
readonly created_at: string;
|
|
87
|
+
readonly updated_at: string;
|
|
90
88
|
readonly deleted_at: string | null;
|
|
89
|
+
readonly expires_at: string | null;
|
|
90
|
+
readonly dropped_at: string | null;
|
|
91
91
|
readonly disabled_at: string | null;
|
|
92
92
|
readonly drop_failed: string | null;
|
|
93
|
-
readonly dropped_at: string | null;
|
|
94
93
|
readonly expired: boolean;
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
94
|
+
readonly default: boolean;
|
|
95
|
+
readonly ttl: number | null;
|
|
97
96
|
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")[];
|
|
98
|
-
readonly
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
readonly branch: {
|
|
98
|
+
readonly id: string;
|
|
99
|
+
readonly name: string;
|
|
100
|
+
readonly created_at: string;
|
|
101
|
+
readonly updated_at: string;
|
|
102
|
+
readonly deleted_at: string | null;
|
|
103
|
+
};
|
|
104
|
+
readonly actor: {
|
|
105
|
+
readonly id: string;
|
|
106
|
+
readonly display_name: string;
|
|
107
|
+
readonly avatar_url: string;
|
|
108
|
+
};
|
|
102
109
|
readonly query_safety_settings: {
|
|
103
110
|
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
104
111
|
readonly require_where_on_update: "off" | "on" | "warn";
|
|
105
112
|
};
|
|
106
|
-
readonly ttl: number | null;
|
|
107
|
-
readonly updated_at: string;
|
|
108
|
-
readonly username: string;
|
|
109
113
|
}[];
|
|
110
|
-
readonly next_page: number | null;
|
|
111
|
-
readonly next_page_url: string | null;
|
|
112
|
-
readonly prev_page: number | null;
|
|
113
|
-
readonly prev_page_url: string | null;
|
|
114
114
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
115
115
|
//# sourceMappingURL=listRoles.d.ts.map
|