@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
|
@@ -52,44 +52,44 @@ export type ListExtensionsOutput = typeof ListExtensionsOutput.Type;
|
|
|
52
52
|
* @param branch - Branch name from `list_branches`. Example: `main`.
|
|
53
53
|
*/
|
|
54
54
|
export declare const listExtensions: import("@distilled.cloud/core/client").OperationMethod<{
|
|
55
|
-
readonly branch: string;
|
|
56
|
-
readonly database: string;
|
|
57
55
|
readonly organization: string;
|
|
56
|
+
readonly database: string;
|
|
57
|
+
readonly branch: string;
|
|
58
58
|
}, readonly {
|
|
59
|
-
readonly available: boolean;
|
|
60
|
-
readonly description: string;
|
|
61
59
|
readonly id: string;
|
|
62
|
-
readonly internal: boolean;
|
|
63
60
|
readonly name: string;
|
|
61
|
+
readonly description: string;
|
|
62
|
+
readonly internal: boolean;
|
|
63
|
+
readonly shared_preload_allowed: boolean;
|
|
64
|
+
readonly url: string;
|
|
65
|
+
readonly available: boolean;
|
|
66
|
+
readonly unavailable_reason: string;
|
|
64
67
|
readonly parameters: readonly {
|
|
65
|
-
readonly
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
};
|
|
68
|
+
readonly id: string;
|
|
69
|
+
readonly name: string;
|
|
70
|
+
readonly display_name: string;
|
|
71
|
+
readonly namespace: "patroni" | "pgbouncer" | "pgconf";
|
|
70
72
|
readonly category: string;
|
|
71
|
-
readonly created_at: string;
|
|
72
|
-
readonly default_value: string;
|
|
73
73
|
readonly description: string;
|
|
74
|
-
readonly display_name: string;
|
|
75
74
|
readonly extension: boolean;
|
|
76
|
-
readonly id: string;
|
|
77
75
|
readonly immutable: boolean;
|
|
78
|
-
readonly max: number;
|
|
79
|
-
readonly min: number;
|
|
80
|
-
readonly name: string;
|
|
81
|
-
readonly namespace: "patroni" | "pgbouncer" | "pgconf";
|
|
82
|
-
readonly options: readonly string[];
|
|
83
76
|
readonly parameter_type: "array" | "boolean" | "bytes" | "float" | "integer" | "seconds" | "select" | "string" | "time";
|
|
77
|
+
readonly default_value: string;
|
|
78
|
+
readonly value: string;
|
|
84
79
|
readonly required: boolean;
|
|
80
|
+
readonly created_at: string;
|
|
81
|
+
readonly updated_at: string;
|
|
85
82
|
readonly restart: boolean;
|
|
83
|
+
readonly max: number;
|
|
84
|
+
readonly min: number;
|
|
86
85
|
readonly step: number;
|
|
87
|
-
readonly updated_at: string;
|
|
88
86
|
readonly url: string;
|
|
89
|
-
readonly
|
|
87
|
+
readonly options: readonly string[];
|
|
88
|
+
readonly actor: {
|
|
89
|
+
readonly id: string;
|
|
90
|
+
readonly display_name: string;
|
|
91
|
+
readonly avatar_url: string;
|
|
92
|
+
};
|
|
90
93
|
}[];
|
|
91
|
-
readonly shared_preload_allowed: boolean;
|
|
92
|
-
readonly unavailable_reason: string;
|
|
93
|
-
readonly url: string;
|
|
94
94
|
}[], Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
95
95
|
//# sourceMappingURL=listExtensions.d.ts.map
|
|
@@ -40,29 +40,29 @@ export type ListGeneratedQueryPatternsReportsOutput = typeof ListGeneratedQueryP
|
|
|
40
40
|
* @param limit - If provided, specifies the number of returned results (max 100)
|
|
41
41
|
*/
|
|
42
42
|
export declare const listGeneratedQueryPatternsReports: import("@distilled.cloud/core/client").OperationMethod<{
|
|
43
|
-
readonly
|
|
43
|
+
readonly organization: string;
|
|
44
44
|
readonly database: string;
|
|
45
|
+
readonly branch: string;
|
|
46
|
+
readonly starting_after?: string | undefined;
|
|
45
47
|
readonly ending_before?: string | undefined;
|
|
46
48
|
readonly limit?: number | undefined;
|
|
47
|
-
readonly organization: string;
|
|
48
|
-
readonly starting_after?: string | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
readonly
|
|
50
|
+
readonly has_next: boolean;
|
|
51
|
+
readonly has_prev: boolean;
|
|
51
52
|
readonly cursor_start: string;
|
|
53
|
+
readonly cursor_end: string;
|
|
52
54
|
readonly data: readonly {
|
|
53
|
-
readonly actor: {
|
|
54
|
-
readonly avatar_url: string;
|
|
55
|
-
readonly display_name: string;
|
|
56
|
-
readonly id: string;
|
|
57
|
-
};
|
|
58
|
-
readonly created_at: string;
|
|
59
|
-
readonly download_url: string;
|
|
60
|
-
readonly finished_at: string;
|
|
61
55
|
readonly id: string;
|
|
62
56
|
readonly state: "completed" | "failed" | "pending";
|
|
57
|
+
readonly created_at: string;
|
|
58
|
+
readonly finished_at: string;
|
|
63
59
|
readonly url: string;
|
|
60
|
+
readonly download_url: string;
|
|
61
|
+
readonly actor: {
|
|
62
|
+
readonly id: string;
|
|
63
|
+
readonly display_name: string;
|
|
64
|
+
readonly avatar_url: string;
|
|
65
|
+
};
|
|
64
66
|
}[];
|
|
65
|
-
readonly has_next: boolean;
|
|
66
|
-
readonly has_prev: boolean;
|
|
67
67
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
68
68
|
//# sourceMappingURL=listGeneratedQueryPatternsReports.d.ts.map
|
|
@@ -37,17 +37,17 @@ export declare const listInvoices: import("@distilled.cloud/core/client").Pagina
|
|
|
37
37
|
readonly per_page?: number | undefined;
|
|
38
38
|
}, {
|
|
39
39
|
readonly current_page: number;
|
|
40
|
-
readonly data: readonly {
|
|
41
|
-
readonly billing_period_end: string;
|
|
42
|
-
readonly billing_period_start: string;
|
|
43
|
-
readonly id: string;
|
|
44
|
-
readonly overdue: boolean;
|
|
45
|
-
readonly paid: boolean;
|
|
46
|
-
readonly total: string;
|
|
47
|
-
}[];
|
|
48
40
|
readonly next_page: number | null;
|
|
49
41
|
readonly next_page_url: string | null;
|
|
50
42
|
readonly prev_page: number | null;
|
|
51
43
|
readonly prev_page_url: string | null;
|
|
44
|
+
readonly data: readonly {
|
|
45
|
+
readonly id: string;
|
|
46
|
+
readonly total: string;
|
|
47
|
+
readonly billing_period_start: string;
|
|
48
|
+
readonly billing_period_end: string;
|
|
49
|
+
readonly paid: boolean;
|
|
50
|
+
readonly overdue: boolean;
|
|
51
|
+
}[];
|
|
52
52
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
53
53
|
//# sourceMappingURL=listInvoices.d.ts.map
|
|
@@ -57,51 +57,51 @@ export type ListKeyspacesOutput = typeof ListKeyspacesOutput.Type;
|
|
|
57
57
|
* @param per_page - If provided, specifies the number of returned results
|
|
58
58
|
*/
|
|
59
59
|
export declare const listKeyspaces: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
60
|
-
readonly branch: string;
|
|
61
|
-
readonly database: string;
|
|
62
60
|
readonly organization: string;
|
|
61
|
+
readonly database: string;
|
|
62
|
+
readonly branch: string;
|
|
63
63
|
readonly page?: number | undefined;
|
|
64
64
|
readonly per_page?: number | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
readonly current_page: number;
|
|
67
|
+
readonly next_page: number | null;
|
|
68
|
+
readonly next_page_url: string | null;
|
|
69
|
+
readonly prev_page: number | null;
|
|
70
|
+
readonly prev_page_url: string | null;
|
|
67
71
|
readonly data: readonly {
|
|
68
|
-
readonly
|
|
72
|
+
readonly id: string;
|
|
73
|
+
readonly name: string;
|
|
74
|
+
readonly shards: number;
|
|
75
|
+
readonly sharded: boolean;
|
|
76
|
+
readonly replicas: number;
|
|
77
|
+
readonly extra_replicas: number;
|
|
78
|
+
readonly created_at: string;
|
|
79
|
+
readonly updated_at: string;
|
|
69
80
|
readonly cluster_name: string;
|
|
81
|
+
readonly cluster_display_name: string;
|
|
82
|
+
readonly resizing: boolean;
|
|
83
|
+
readonly resize_pending: boolean;
|
|
70
84
|
readonly config_change_in_progress: boolean;
|
|
71
|
-
readonly
|
|
85
|
+
readonly ready: boolean;
|
|
86
|
+
readonly metal: boolean;
|
|
72
87
|
readonly default: boolean;
|
|
73
|
-
readonly extra_replicas: number;
|
|
74
|
-
readonly id: string;
|
|
75
88
|
readonly imported: boolean;
|
|
76
|
-
readonly
|
|
77
|
-
readonly mysqld_options: {
|
|
78
|
-
readonly [x: string]: unknown;
|
|
79
|
-
};
|
|
80
|
-
readonly name: string;
|
|
89
|
+
readonly vector_pool_allocation: number | null;
|
|
81
90
|
readonly node_ttl_strategy: "node_ttl_always" | "node_ttl_follow_maintenance" | "node_ttl_off";
|
|
82
|
-
readonly ready: boolean;
|
|
83
|
-
readonly replicas: number;
|
|
84
91
|
readonly replication_durability_constraints: {
|
|
85
92
|
readonly strategy?: "always" | "available" | "lag" | undefined;
|
|
86
93
|
};
|
|
87
|
-
readonly resize_pending: boolean;
|
|
88
|
-
readonly resizing: boolean;
|
|
89
|
-
readonly sharded: boolean;
|
|
90
|
-
readonly shards: number;
|
|
91
|
-
readonly updated_at: string;
|
|
92
|
-
readonly vector_pool_allocation: number | null;
|
|
93
94
|
readonly vreplication_flags: {
|
|
94
|
-
readonly allow_no_blob_binlog_row_image: boolean;
|
|
95
95
|
readonly optimize_inserts: boolean;
|
|
96
|
+
readonly allow_no_blob_binlog_row_image: boolean;
|
|
96
97
|
readonly vplayer_batching: boolean;
|
|
97
98
|
};
|
|
99
|
+
readonly mysqld_options: {
|
|
100
|
+
readonly [x: string]: unknown;
|
|
101
|
+
};
|
|
98
102
|
readonly vttablet_options: {
|
|
99
103
|
readonly [x: string]: unknown;
|
|
100
104
|
};
|
|
101
105
|
}[];
|
|
102
|
-
readonly next_page: number | null;
|
|
103
|
-
readonly next_page_url: string | null;
|
|
104
|
-
readonly prev_page: number | null;
|
|
105
|
-
readonly prev_page_url: string | null;
|
|
106
106
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
107
107
|
//# sourceMappingURL=listKeyspaces.d.ts.map
|
|
@@ -44,35 +44,35 @@ export type ListMaintenanceSchedulesOutput = typeof ListMaintenanceSchedulesOutp
|
|
|
44
44
|
* @param per_page - If provided, specifies the number of returned results
|
|
45
45
|
*/
|
|
46
46
|
export declare const listMaintenanceSchedules: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
47
|
-
readonly database: string;
|
|
48
47
|
readonly organization: string;
|
|
48
|
+
readonly database: string;
|
|
49
49
|
readonly page?: number | undefined;
|
|
50
50
|
readonly per_page?: number | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
readonly current_page: number;
|
|
53
|
+
readonly next_page: number;
|
|
54
|
+
readonly next_page_url: string;
|
|
55
|
+
readonly prev_page: number;
|
|
56
|
+
readonly prev_page_url: string;
|
|
53
57
|
readonly data: readonly {
|
|
58
|
+
readonly id: string;
|
|
59
|
+
readonly name: string;
|
|
54
60
|
readonly created_at: string;
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
61
|
+
readonly updated_at: string;
|
|
62
|
+
readonly last_window_datetime: string;
|
|
63
|
+
readonly next_window_datetime: string;
|
|
57
64
|
readonly duration: number;
|
|
65
|
+
readonly day: number;
|
|
66
|
+
readonly hour: number;
|
|
67
|
+
readonly week: number;
|
|
68
|
+
readonly frequency_value: number;
|
|
69
|
+
readonly frequency_unit: "day" | "month" | "once" | "week";
|
|
58
70
|
readonly enabled: boolean;
|
|
59
71
|
readonly expires_at: string;
|
|
60
|
-
readonly
|
|
61
|
-
readonly frequency_value: number;
|
|
62
|
-
readonly hour: number;
|
|
63
|
-
readonly id: string;
|
|
64
|
-
readonly last_window_datetime: string;
|
|
65
|
-
readonly name: string;
|
|
66
|
-
readonly next_window_datetime: string;
|
|
67
|
-
readonly pending_vitess_version: string;
|
|
68
|
-
readonly pending_vitess_version_update: boolean;
|
|
72
|
+
readonly deadline_at: string;
|
|
69
73
|
readonly required: boolean;
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
74
|
+
readonly pending_vitess_version_update: boolean;
|
|
75
|
+
readonly pending_vitess_version: string;
|
|
72
76
|
}[];
|
|
73
|
-
readonly next_page: number;
|
|
74
|
-
readonly next_page_url: string;
|
|
75
|
-
readonly prev_page: number;
|
|
76
|
-
readonly prev_page_url: string;
|
|
77
77
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
78
78
|
//# sourceMappingURL=listMaintenanceSchedules.d.ts.map
|
|
@@ -33,23 +33,23 @@ export type ListMaintenanceWindowsOutput = typeof ListMaintenanceWindowsOutput.T
|
|
|
33
33
|
* @param per_page - If provided, specifies the number of returned results
|
|
34
34
|
*/
|
|
35
35
|
export declare const listMaintenanceWindows: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
36
|
-
readonly database: string;
|
|
37
36
|
readonly id: string;
|
|
38
37
|
readonly organization: string;
|
|
38
|
+
readonly database: string;
|
|
39
39
|
readonly page?: number | undefined;
|
|
40
40
|
readonly per_page?: number | undefined;
|
|
41
41
|
}, {
|
|
42
42
|
readonly current_page: number;
|
|
43
|
-
readonly data: readonly {
|
|
44
|
-
readonly created_at: string;
|
|
45
|
-
readonly finished_at: string;
|
|
46
|
-
readonly id: string;
|
|
47
|
-
readonly started_at: string;
|
|
48
|
-
readonly updated_at: string;
|
|
49
|
-
}[];
|
|
50
43
|
readonly next_page: number;
|
|
51
44
|
readonly next_page_url: string;
|
|
52
45
|
readonly prev_page: number;
|
|
53
46
|
readonly prev_page_url: string;
|
|
47
|
+
readonly data: readonly {
|
|
48
|
+
readonly id: string;
|
|
49
|
+
readonly created_at: string;
|
|
50
|
+
readonly updated_at: string;
|
|
51
|
+
readonly started_at: string;
|
|
52
|
+
readonly finished_at: string;
|
|
53
|
+
}[];
|
|
54
54
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
55
55
|
//# sourceMappingURL=listMaintenanceWindows.d.ts.map
|
|
@@ -43,29 +43,29 @@ export declare const listOauthApplications: import("@distilled.cloud/core/client
|
|
|
43
43
|
readonly per_page?: number | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
readonly current_page: number;
|
|
46
|
+
readonly next_page: number | null;
|
|
47
|
+
readonly next_page_url: string | null;
|
|
48
|
+
readonly prev_page: number | null;
|
|
49
|
+
readonly prev_page_url: string | null;
|
|
46
50
|
readonly data: readonly {
|
|
47
|
-
readonly all_scopes_by_resource: {
|
|
48
|
-
readonly [x: string]: unknown;
|
|
49
|
-
};
|
|
50
|
-
readonly avatar: string;
|
|
51
|
-
readonly client_id: string;
|
|
52
|
-
readonly created_at: string;
|
|
53
|
-
readonly dcr: boolean;
|
|
54
|
-
readonly domain: string;
|
|
55
51
|
readonly id: string;
|
|
56
52
|
readonly name: string;
|
|
57
53
|
readonly redirect_uri: string;
|
|
54
|
+
readonly domain: string;
|
|
55
|
+
readonly created_at: string;
|
|
56
|
+
readonly updated_at: string;
|
|
58
57
|
readonly scopes: readonly string[];
|
|
58
|
+
readonly avatar: string;
|
|
59
|
+
readonly client_id: string;
|
|
60
|
+
readonly tokens: number;
|
|
61
|
+
readonly dcr: boolean;
|
|
62
|
+
readonly single_org_authorization: boolean;
|
|
59
63
|
readonly scopes_by_resource: {
|
|
60
64
|
readonly [x: string]: unknown;
|
|
61
65
|
};
|
|
62
|
-
readonly
|
|
63
|
-
|
|
64
|
-
|
|
66
|
+
readonly all_scopes_by_resource: {
|
|
67
|
+
readonly [x: string]: unknown;
|
|
68
|
+
};
|
|
65
69
|
}[];
|
|
66
|
-
readonly next_page: number | null;
|
|
67
|
-
readonly next_page_url: string | null;
|
|
68
|
-
readonly prev_page: number | null;
|
|
69
|
-
readonly prev_page_url: string | null;
|
|
70
70
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
71
71
|
//# sourceMappingURL=listOauthApplications.d.ts.map
|
|
@@ -104,93 +104,93 @@ export type ListOauthTokensOutput = typeof ListOauthTokensOutput.Type;
|
|
|
104
104
|
* @param per_page - If provided, specifies the number of returned results
|
|
105
105
|
*/
|
|
106
106
|
export declare const listOauthTokens: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
107
|
-
readonly application_id: string;
|
|
108
107
|
readonly organization: string;
|
|
108
|
+
readonly application_id: string;
|
|
109
109
|
readonly page?: number | undefined;
|
|
110
110
|
readonly per_page?: number | undefined;
|
|
111
111
|
}, {
|
|
112
112
|
readonly current_page: number;
|
|
113
|
+
readonly next_page: number | null;
|
|
114
|
+
readonly next_page_url: string | null;
|
|
115
|
+
readonly prev_page: number | null;
|
|
116
|
+
readonly prev_page_url: string | null;
|
|
113
117
|
readonly data: readonly {
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
118
|
+
readonly id: string;
|
|
119
|
+
readonly name?: string | null | undefined;
|
|
120
|
+
readonly display_name: string;
|
|
121
|
+
readonly token?: string | null | undefined;
|
|
122
|
+
readonly plain_text_refresh_token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
|
|
117
123
|
readonly avatar_url: string;
|
|
118
124
|
readonly created_at: string;
|
|
119
|
-
readonly
|
|
125
|
+
readonly updated_at: string;
|
|
120
126
|
readonly expires_at?: string | null | undefined;
|
|
121
|
-
readonly id: string;
|
|
122
127
|
readonly last_used_at?: string | null | undefined;
|
|
123
|
-
readonly
|
|
128
|
+
readonly actor_id: string;
|
|
129
|
+
readonly actor_display_name: string;
|
|
130
|
+
readonly actor_type: string;
|
|
131
|
+
readonly service_token_accesses?: readonly {
|
|
132
|
+
readonly id: string;
|
|
133
|
+
readonly access: string;
|
|
134
|
+
readonly description: string;
|
|
135
|
+
readonly resource_name: string;
|
|
136
|
+
readonly resource_id: string;
|
|
137
|
+
readonly resource_type: string;
|
|
138
|
+
readonly resource: {
|
|
139
|
+
readonly id: string;
|
|
140
|
+
readonly name: string;
|
|
141
|
+
readonly created_at: string;
|
|
142
|
+
readonly updated_at: string;
|
|
143
|
+
readonly deleted_at: string;
|
|
144
|
+
};
|
|
145
|
+
}[] | undefined;
|
|
124
146
|
readonly oauth_accesses_by_resource?: {
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly description: string;
|
|
147
|
+
readonly database: {
|
|
148
|
+
readonly databases: readonly {
|
|
128
149
|
readonly name: string;
|
|
129
|
-
}[];
|
|
130
|
-
readonly branches: readonly {
|
|
131
|
-
readonly database: string;
|
|
132
150
|
readonly id: string;
|
|
133
|
-
readonly name: string;
|
|
134
151
|
readonly organization: string;
|
|
135
152
|
readonly url: string;
|
|
136
153
|
}[];
|
|
137
|
-
};
|
|
138
|
-
readonly database: {
|
|
139
154
|
readonly accesses: readonly {
|
|
140
|
-
readonly description: string;
|
|
141
155
|
readonly name: string;
|
|
156
|
+
readonly description: string;
|
|
142
157
|
}[];
|
|
143
|
-
|
|
144
|
-
|
|
158
|
+
};
|
|
159
|
+
readonly organization: {
|
|
160
|
+
readonly organizations: readonly {
|
|
145
161
|
readonly name: string;
|
|
146
|
-
readonly
|
|
162
|
+
readonly id: string;
|
|
147
163
|
readonly url: string;
|
|
148
164
|
}[];
|
|
149
|
-
};
|
|
150
|
-
readonly organization: {
|
|
151
165
|
readonly accesses: readonly {
|
|
152
|
-
readonly description: string;
|
|
153
166
|
readonly name: string;
|
|
167
|
+
readonly description: string;
|
|
154
168
|
}[];
|
|
155
|
-
|
|
156
|
-
|
|
169
|
+
};
|
|
170
|
+
readonly branch: {
|
|
171
|
+
readonly branches: readonly {
|
|
157
172
|
readonly name: string;
|
|
173
|
+
readonly id: string;
|
|
174
|
+
readonly database: string;
|
|
175
|
+
readonly organization: string;
|
|
158
176
|
readonly url: string;
|
|
159
177
|
}[];
|
|
160
|
-
};
|
|
161
|
-
readonly user: {
|
|
162
178
|
readonly accesses: readonly {
|
|
163
|
-
readonly description: string;
|
|
164
179
|
readonly name: string;
|
|
180
|
+
readonly description: string;
|
|
165
181
|
}[];
|
|
182
|
+
};
|
|
183
|
+
readonly user: {
|
|
166
184
|
readonly users: readonly {
|
|
185
|
+
readonly name: string;
|
|
167
186
|
readonly id: string;
|
|
187
|
+
}[];
|
|
188
|
+
readonly accesses: readonly {
|
|
168
189
|
readonly name: string;
|
|
190
|
+
readonly description: string;
|
|
169
191
|
}[];
|
|
170
192
|
};
|
|
171
193
|
} | undefined;
|
|
172
|
-
readonly plain_text_refresh_token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
|
|
173
|
-
readonly service_token_accesses?: readonly {
|
|
174
|
-
readonly access: string;
|
|
175
|
-
readonly description: string;
|
|
176
|
-
readonly id: string;
|
|
177
|
-
readonly resource: {
|
|
178
|
-
readonly created_at: string;
|
|
179
|
-
readonly deleted_at: string;
|
|
180
|
-
readonly id: string;
|
|
181
|
-
readonly name: string;
|
|
182
|
-
readonly updated_at: string;
|
|
183
|
-
};
|
|
184
|
-
readonly resource_id: string;
|
|
185
|
-
readonly resource_name: string;
|
|
186
|
-
readonly resource_type: string;
|
|
187
|
-
}[] | undefined;
|
|
188
|
-
readonly token?: string | null | undefined;
|
|
189
|
-
readonly updated_at: string;
|
|
190
194
|
}[];
|
|
191
|
-
readonly next_page: number | null;
|
|
192
|
-
readonly next_page_url: string | null;
|
|
193
|
-
readonly prev_page: number | null;
|
|
194
|
-
readonly prev_page_url: string | null;
|
|
195
195
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
196
196
|
//# sourceMappingURL=listOauthTokens.d.ts.map
|
|
@@ -52,41 +52,41 @@ export type ListOrganizationMembersOutput = typeof ListOrganizationMembersOutput
|
|
|
52
52
|
*/
|
|
53
53
|
export declare const listOrganizationMembers: import("@distilled.cloud/core/client").PaginatedOperationMethod<{
|
|
54
54
|
readonly organization: string;
|
|
55
|
+
readonly q?: string | undefined;
|
|
55
56
|
readonly page?: number | undefined;
|
|
56
57
|
readonly per_page?: number | undefined;
|
|
57
|
-
readonly q?: string | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
readonly current_page: number;
|
|
60
|
+
readonly next_page: number | null;
|
|
61
|
+
readonly next_page_url: string | null;
|
|
62
|
+
readonly prev_page: number | null;
|
|
63
|
+
readonly prev_page_url: string | null;
|
|
60
64
|
readonly data: readonly {
|
|
61
|
-
readonly created_at: string;
|
|
62
65
|
readonly id: string;
|
|
63
|
-
readonly role: "admin" | "member";
|
|
64
|
-
readonly updated_at: string;
|
|
65
66
|
readonly user: {
|
|
67
|
+
readonly id: string;
|
|
68
|
+
readonly display_name: string;
|
|
69
|
+
readonly name?: string | null | undefined;
|
|
70
|
+
readonly email: string;
|
|
66
71
|
readonly avatar_url: string;
|
|
67
72
|
readonly created_at: string;
|
|
73
|
+
readonly updated_at: string;
|
|
74
|
+
readonly two_factor_auth_configured: boolean;
|
|
68
75
|
readonly default_organization?: {
|
|
69
|
-
readonly created_at: string;
|
|
70
|
-
readonly deleted_at: string;
|
|
71
76
|
readonly id: string;
|
|
72
77
|
readonly name: string;
|
|
78
|
+
readonly created_at: string;
|
|
73
79
|
readonly updated_at: string;
|
|
80
|
+
readonly deleted_at: string;
|
|
74
81
|
} | undefined;
|
|
82
|
+
readonly sso?: boolean | undefined;
|
|
83
|
+
readonly managed?: boolean | undefined;
|
|
75
84
|
readonly directory_managed?: boolean | undefined;
|
|
76
|
-
readonly display_name: string;
|
|
77
|
-
readonly email: string;
|
|
78
85
|
readonly email_verified?: boolean | undefined;
|
|
79
|
-
readonly id: string;
|
|
80
|
-
readonly managed?: boolean | undefined;
|
|
81
|
-
readonly name?: string | null | undefined;
|
|
82
|
-
readonly sso?: boolean | undefined;
|
|
83
|
-
readonly two_factor_auth_configured: boolean;
|
|
84
|
-
readonly updated_at: string;
|
|
85
86
|
};
|
|
87
|
+
readonly role: "admin" | "member";
|
|
88
|
+
readonly created_at: string;
|
|
89
|
+
readonly updated_at: string;
|
|
86
90
|
}[];
|
|
87
|
-
readonly next_page: number | null;
|
|
88
|
-
readonly next_page_url: string | null;
|
|
89
|
-
readonly prev_page: number | null;
|
|
90
|
-
readonly prev_page_url: string | null;
|
|
91
91
|
}, Forbidden | NotFound, import("../credentials.ts").Credentials>;
|
|
92
92
|
//# sourceMappingURL=listOrganizationMembers.d.ts.map
|