@databricks/sdk-settings 0.0.0-dev → 0.1.0-dev.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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/v2/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAC,MAAM,UAAU,CAAC;AAExC,OAAO,EACL,YAAY,EACZ,mDAAmD,EACnD,qDAAqD,EACrD,4DAA4D,EAC5D,iDAAiD,EACjD,qCAAqC,GACtC,MAAM,SAAS,CAAC;AAEjB,YAAY,EACV,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,cAAc,EACd,yBAAyB,EACzB,2CAA2C,EAC3C,2CAA2C,EAC3C,gEAAgE,EAChE,2DAA2D,EAC3D,8BAA8B,EAC9B,qCAAqC,EACrC,gCAAgC,EAChC,cAAc,EACd,kCAAkC,EAClC,mCAAmC,EACnC,yCAAyC,EACzC,0CAA0C,EAC1C,oCAAoC,EACpC,qCAAqC,EACrC,sCAAsC,EACtC,gCAAgC,EAChC,uCAAuC,EACvC,kCAAkC,EAClC,sBAAsB,EACtB,8BAA8B,EAC9B,OAAO,EACP,gBAAgB,EAChB,aAAa,EACb,cAAc,GACf,MAAM,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
2
+ export { SettingsClient } from './client';
3
+ export { PreviewPhase, AibiDashboardEmbeddingAccessPolicy_AccessPolicyType, ClusterAutoRestartMessage_MaintenanceWindow_DayOfWeek, ClusterAutoRestartMessage_MaintenanceWindow_WeekDayFrequency, PersonalComputeMessage_PersonalComputeMessageEnum, RestrictWorkspaceAdminsMessage_Status, } from './model';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v2/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAE/E,OAAO,EAAC,cAAc,EAAC,MAAM,UAAU,CAAC;AAExC,OAAO,EACL,YAAY,EACZ,mDAAmD,EACnD,qDAAqD,EACrD,4DAA4D,EAC5D,iDAAiD,EACjD,qCAAqC,GACtC,MAAM,SAAS,CAAC"}
@@ -0,0 +1,442 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Preview phase for settings that are feature previews.
4
+ * For settings that are not feature previews, the preview_phase field is left unset.
5
+ * Mirrors only the customer-facing phases surfaced in the UI; internal-only phases
6
+ * (DISABLED, DEV, UNDER_MIGRATION, LAUNCHED, etc.) are not exposed here.
7
+ */
8
+ export declare enum PreviewPhase {
9
+ /** Default value. Indicates the preview phase is unknown or the setting is not a feature preview. */
10
+ PREVIEW_PHASE_UNSPECIFIED = "PREVIEW_PHASE_UNSPECIFIED",
11
+ /** The feature is in private preview, available only to specifically enrolled customers. */
12
+ PRIVATE_PREVIEW = "PRIVATE_PREVIEW",
13
+ /**
14
+ * The feature is in public preview, available to all customers. Also used for gated public
15
+ * preview (available to customers who request access) since the distinction is internal.
16
+ */
17
+ PUBLIC_PREVIEW = "PUBLIC_PREVIEW",
18
+ /** The feature is in beta. */
19
+ BETA = "BETA",
20
+ /** The feature is approaching general availability. */
21
+ GA_SOON = "GA_SOON",
22
+ /** The feature has reached general availability. */
23
+ GA = "GA"
24
+ }
25
+ export declare enum AibiDashboardEmbeddingAccessPolicy_AccessPolicyType {
26
+ ACCESS_POLICY_TYPE_UNSPECIFIED = "ACCESS_POLICY_TYPE_UNSPECIFIED",
27
+ ALLOW_ALL_DOMAINS = "ALLOW_ALL_DOMAINS",
28
+ ALLOW_APPROVED_DOMAINS = "ALLOW_APPROVED_DOMAINS",
29
+ DENY_ALL_DOMAINS = "DENY_ALL_DOMAINS"
30
+ }
31
+ export declare enum ClusterAutoRestartMessage_MaintenanceWindow_DayOfWeek {
32
+ DAY_OF_WEEK_UNSPECIFIED = "DAY_OF_WEEK_UNSPECIFIED",
33
+ MONDAY = "MONDAY",
34
+ TUESDAY = "TUESDAY",
35
+ WEDNESDAY = "WEDNESDAY",
36
+ THURSDAY = "THURSDAY",
37
+ FRIDAY = "FRIDAY",
38
+ SATURDAY = "SATURDAY",
39
+ SUNDAY = "SUNDAY"
40
+ }
41
+ export declare enum ClusterAutoRestartMessage_MaintenanceWindow_WeekDayFrequency {
42
+ WEEK_DAY_FREQUENCY_UNSPECIFIED = "WEEK_DAY_FREQUENCY_UNSPECIFIED",
43
+ FIRST_OF_MONTH = "FIRST_OF_MONTH",
44
+ SECOND_OF_MONTH = "SECOND_OF_MONTH",
45
+ THIRD_OF_MONTH = "THIRD_OF_MONTH",
46
+ FOURTH_OF_MONTH = "FOURTH_OF_MONTH",
47
+ FIRST_AND_THIRD_OF_MONTH = "FIRST_AND_THIRD_OF_MONTH",
48
+ SECOND_AND_FOURTH_OF_MONTH = "SECOND_AND_FOURTH_OF_MONTH",
49
+ EVERY_WEEK = "EVERY_WEEK"
50
+ }
51
+ /**
52
+ * ON: Grants all users in all workspaces access to the Personal Compute default policy, allowing all users to create single-machine compute resources.
53
+ * DELEGATE: Moves access control for the Personal Compute default policy to individual workspaces and requires a workspace’s users or groups to be added to the ACLs of that workspace’s Personal Compute default policy before they will be able to create compute resources through that policy.
54
+ */
55
+ export declare enum PersonalComputeMessage_PersonalComputeMessageEnum {
56
+ PERSONAL_COMPUTE_MESSAGE_ENUM_UNSPECIFIED = "PERSONAL_COMPUTE_MESSAGE_ENUM_UNSPECIFIED",
57
+ ON = "ON",
58
+ DELEGATE = "DELEGATE"
59
+ }
60
+ export declare enum RestrictWorkspaceAdminsMessage_Status {
61
+ /** Default value for proto enum */
62
+ STATUS_UNSPECIFIED = "STATUS_UNSPECIFIED",
63
+ /**
64
+ * Default value for existing workspaces
65
+ * Allows WS admins to create OBO tokens for all SPs in the workspace without explicit permissions.
66
+ */
67
+ ALLOW_ALL = "ALLOW_ALL",
68
+ /**
69
+ * Default value for new workspaces
70
+ * Restrict WS admins to create OBO tokens for SPs in the workspace unless corresponding permissions are provided
71
+ */
72
+ RESTRICT_TOKENS_AND_JOB_RUN_AS = "RESTRICT_TOKENS_AND_JOB_RUN_AS"
73
+ }
74
+ export interface AibiDashboardEmbeddingAccessPolicy {
75
+ accessPolicyType?: AibiDashboardEmbeddingAccessPolicy_AccessPolicyType | undefined;
76
+ }
77
+ export interface AibiDashboardEmbeddingApprovedDomains {
78
+ approvedDomains?: string[] | undefined;
79
+ }
80
+ export interface AllowedAppsUserApiScopesMessage {
81
+ allowedScopes?: string[] | undefined;
82
+ }
83
+ export interface BooleanMessage {
84
+ value?: boolean | undefined;
85
+ }
86
+ export interface ClusterAutoRestartMessage {
87
+ enabled?: boolean | undefined;
88
+ canToggle?: boolean | undefined;
89
+ maintenanceWindow?: ClusterAutoRestartMessage_MaintenanceWindow | undefined;
90
+ enablementDetails?: ClusterAutoRestartMessage_EnablementDetails | undefined;
91
+ restartEvenIfNoUpdatesAvailable?: boolean | undefined;
92
+ }
93
+ /**
94
+ * Contains an information about the enablement status judging (e.g. whether the enterprise tier
95
+ * is enabled)
96
+ * This is only additional information that MUST NOT be used to decide whether the setting is
97
+ * enabled or not. This is intended to use only for purposes like showing an error message to
98
+ * the customer with the additional details. For example, using these details we can check
99
+ * why exactly the feature is disabled for this customer.
100
+ */
101
+ export interface ClusterAutoRestartMessage_EnablementDetails {
102
+ /** The feature is unavailable if the customer doesn't have enterprise tier */
103
+ unavailableForNonEnterpriseTier?: boolean | undefined;
104
+ /** The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable) */
105
+ unavailableForDisabledEntitlement?: boolean | undefined;
106
+ /** The feature is force enabled if compliance mode is active */
107
+ forcedForComplianceMode?: boolean | undefined;
108
+ }
109
+ export interface ClusterAutoRestartMessage_MaintenanceWindow {
110
+ weekDayBasedSchedule?: ClusterAutoRestartMessage_MaintenanceWindow_WeekDayBasedSchedule | undefined;
111
+ }
112
+ export interface ClusterAutoRestartMessage_MaintenanceWindow_WeekDayBasedSchedule {
113
+ frequency?: ClusterAutoRestartMessage_MaintenanceWindow_WeekDayFrequency | undefined;
114
+ dayOfWeek?: ClusterAutoRestartMessage_MaintenanceWindow_DayOfWeek | undefined;
115
+ windowStartTime?: ClusterAutoRestartMessage_MaintenanceWindow_WindowStartTime | undefined;
116
+ }
117
+ export interface ClusterAutoRestartMessage_MaintenanceWindow_WindowStartTime {
118
+ hours?: number | undefined;
119
+ minutes?: number | undefined;
120
+ }
121
+ export interface GetPublicAccountSettingRequest {
122
+ accountId?: string | undefined;
123
+ name?: string | undefined;
124
+ }
125
+ export interface GetPublicAccountUserPreferenceRequest {
126
+ /** <Databricks> account ID of the account being managed. */
127
+ accountId?: string | undefined;
128
+ /** User ID of the user whose setting is being retrieved. */
129
+ userId?: string | undefined;
130
+ /** User Setting name. */
131
+ name?: string | undefined;
132
+ }
133
+ export interface GetPublicWorkspaceSettingRequest {
134
+ /** Name of the setting */
135
+ name?: string | undefined;
136
+ }
137
+ export interface IntegerMessage {
138
+ value?: number | undefined;
139
+ }
140
+ export interface ListAccountSettingsMetadataRequest {
141
+ /** <Databricks> account ID of the account being managed. */
142
+ accountId?: string | undefined;
143
+ /**
144
+ * The maximum number of settings to return. The service may return fewer than this value.
145
+ * If unspecified, at most 200 settings will be returned.
146
+ * The maximum value is 1000; values above 1000 will be coerced to 1000.
147
+ */
148
+ pageSize?: number | undefined;
149
+ /**
150
+ * A page token, received from a previous `ListAccountSettingsMetadataRequest` call.
151
+ * Provide this to retrieve the subsequent page.
152
+ *
153
+ * When paginating, all other parameters provided to `ListAccountSettingsMetadataRequest` must match
154
+ * the call that provided the page token.
155
+ */
156
+ pageToken?: string | undefined;
157
+ }
158
+ export interface ListAccountSettingsMetadataResponse {
159
+ /** List of all settings available via public APIs and their metadata */
160
+ settingsMetadata?: SettingsMetadata[] | undefined;
161
+ /**
162
+ * A token that can be sent as `page_token` to retrieve the next page.
163
+ * If this field is omitted, there are no subsequent pages.
164
+ */
165
+ nextPageToken?: string | undefined;
166
+ }
167
+ export interface ListAccountUserPreferencesMetadataRequest {
168
+ /** <Databricks> account ID of the account being managed. */
169
+ accountId?: string | undefined;
170
+ /** User ID of the user whose settings metadata is being retrieved. */
171
+ userId?: string | undefined;
172
+ /**
173
+ * The maximum number of settings to return. The service may return fewer than this value.
174
+ * If unspecified, at most 200 settings will be returned.
175
+ * The maximum value is 1000; values above 1000 will be coerced to 1000.
176
+ */
177
+ pageSize?: number | undefined;
178
+ /**
179
+ * A page token, received from a previous `ListAccountUserPreferencesMetadataRequest` call.
180
+ * Provide this to retrieve the subsequent page.
181
+ *
182
+ * When paginating, all other parameters provided to `ListAccountUserPreferencesMetadataRequest` must match
183
+ * the call that provided the page token.
184
+ */
185
+ pageToken?: string | undefined;
186
+ }
187
+ export interface ListAccountUserPreferencesMetadataResponse {
188
+ /** List of all settings available via public APIs and their metadata */
189
+ settingsMetadata?: SettingsMetadata[] | undefined;
190
+ /**
191
+ * A token that can be sent as `page_token` to retrieve the next page.
192
+ * If this field is omitted, there are no subsequent pages.
193
+ */
194
+ nextPageToken?: string | undefined;
195
+ }
196
+ export interface ListWorkspaceSettingsMetadataRequest {
197
+ /**
198
+ * The maximum number of settings to return. The service may return fewer than this value.
199
+ * If unspecified, at most 200 settings will be returned.
200
+ * The maximum value is 1000; values above 1000 will be coerced to 1000.
201
+ */
202
+ pageSize?: number | undefined;
203
+ /**
204
+ * A page token, received from a previous `ListWorkspaceSettingsMetadataRequest` call.
205
+ * Provide this to retrieve the subsequent page.
206
+ *
207
+ * When paginating, all other parameters provided to `ListWorkspaceSettingsMetadataRequest` must match
208
+ * the call that provided the page token.
209
+ */
210
+ pageToken?: string | undefined;
211
+ }
212
+ export interface ListWorkspaceSettingsMetadataResponse {
213
+ /** List of all settings available via public APIs and their metadata */
214
+ settingsMetadata?: SettingsMetadata[] | undefined;
215
+ /**
216
+ * A token that can be sent as `page_token` to retrieve the next page.
217
+ * If this field is omitted, there are no subsequent pages.
218
+ */
219
+ nextPageToken?: string | undefined;
220
+ }
221
+ export interface OperationalEmailCustomRecipientMessage {
222
+ email?: string | undefined;
223
+ }
224
+ export interface PatchPublicAccountSettingRequest {
225
+ /** <Databricks> account ID of the account being managed. */
226
+ accountId?: string | undefined;
227
+ name?: string | undefined;
228
+ setting?: Setting | undefined;
229
+ }
230
+ export interface PatchPublicAccountUserPreferenceRequest {
231
+ /** <Databricks> account ID of the account being managed. */
232
+ accountId?: string | undefined;
233
+ /** User ID of the user whose setting is being updated. */
234
+ userId?: string | undefined;
235
+ name?: string | undefined;
236
+ setting?: UserPreference | undefined;
237
+ }
238
+ export interface PatchPublicWorkspaceSettingRequest {
239
+ /** Name of the setting */
240
+ name?: string | undefined;
241
+ setting?: Setting | undefined;
242
+ }
243
+ export interface PersonalComputeMessage {
244
+ value?: PersonalComputeMessage_PersonalComputeMessageEnum | undefined;
245
+ }
246
+ export interface RestrictWorkspaceAdminsMessage {
247
+ status?: RestrictWorkspaceAdminsMessage_Status | undefined;
248
+ /**
249
+ * When true, workspace admins cannot create governance tags.
250
+ * ALLOW_ALL status does not override this; they are independent.
251
+ */
252
+ disableGovTagCreation?: boolean | undefined;
253
+ }
254
+ export interface Setting {
255
+ /** Name of the setting. */
256
+ name?: string | undefined;
257
+ /**
258
+ * New fields should be added before the oneof below - unless it's a new Setting value message,
259
+ * in that case it needs to be defined in the oneof below.
260
+ * The user-set value that goes into storage
261
+ */
262
+ value?: {
263
+ $case: 'booleanVal';
264
+ /** Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value. */
265
+ booleanVal: BooleanMessage;
266
+ } | {
267
+ $case: 'stringVal';
268
+ /** Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value. */
269
+ stringVal: StringMessage;
270
+ } | {
271
+ $case: 'integerVal';
272
+ /** Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value. */
273
+ integerVal: IntegerMessage;
274
+ } | {
275
+ $case: 'automaticClusterUpdateWorkspace';
276
+ /** Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value. */
277
+ automaticClusterUpdateWorkspace: ClusterAutoRestartMessage;
278
+ } | {
279
+ $case: 'aibiDashboardEmbeddingApprovedDomains';
280
+ /** Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value. */
281
+ aibiDashboardEmbeddingApprovedDomains: AibiDashboardEmbeddingApprovedDomains;
282
+ } | {
283
+ $case: 'aibiDashboardEmbeddingAccessPolicy';
284
+ /** Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value. */
285
+ aibiDashboardEmbeddingAccessPolicy: AibiDashboardEmbeddingAccessPolicy;
286
+ } | {
287
+ $case: 'restrictWorkspaceAdmins';
288
+ /** Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value. */
289
+ restrictWorkspaceAdmins: RestrictWorkspaceAdminsMessage;
290
+ } | {
291
+ $case: 'personalCompute';
292
+ /** Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value. */
293
+ personalCompute: PersonalComputeMessage;
294
+ } | {
295
+ $case: 'allowedAppsUserApiScopes';
296
+ /** Setting value for allowed_apps_user_api_scopes setting. This is the setting value set by consumers, check effective_allowed_apps_user_api_scopes for final setting value. */
297
+ allowedAppsUserApiScopes: AllowedAppsUserApiScopesMessage;
298
+ } | {
299
+ $case: 'operationalEmailCustomRecipient';
300
+ /** Setting value for operational_email_custom_recipient setting. This is the setting value set by consumers, check effective_operational_email_custom_recipient for final setting value. */
301
+ operationalEmailCustomRecipient: OperationalEmailCustomRecipientMessage;
302
+ } | undefined;
303
+ /**
304
+ * New fields should be added before the oneof below - unless it's a new Setting value message,
305
+ * in that case it needs to be defined in the oneof below.
306
+ * The final effective value from server as per the policy evaluation.
307
+ */
308
+ effectiveValue?: {
309
+ $case: 'effectiveBooleanVal';
310
+ /** Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val. */
311
+ effectiveBooleanVal: BooleanMessage;
312
+ } | {
313
+ $case: 'effectiveStringVal';
314
+ /** Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val. */
315
+ effectiveStringVal: StringMessage;
316
+ } | {
317
+ $case: 'effectiveIntegerVal';
318
+ /** Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val. */
319
+ effectiveIntegerVal: IntegerMessage;
320
+ } | {
321
+ $case: 'effectiveAutomaticClusterUpdateWorkspace';
322
+ /** Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace. */
323
+ effectiveAutomaticClusterUpdateWorkspace: ClusterAutoRestartMessage;
324
+ } | {
325
+ $case: 'effectiveAibiDashboardEmbeddingApprovedDomains';
326
+ /** Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains. */
327
+ effectiveAibiDashboardEmbeddingApprovedDomains: AibiDashboardEmbeddingApprovedDomains;
328
+ } | {
329
+ $case: 'effectiveAibiDashboardEmbeddingAccessPolicy';
330
+ /** Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy. */
331
+ effectiveAibiDashboardEmbeddingAccessPolicy: AibiDashboardEmbeddingAccessPolicy;
332
+ } | {
333
+ $case: 'effectiveRestrictWorkspaceAdmins';
334
+ /** Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins. */
335
+ effectiveRestrictWorkspaceAdmins: RestrictWorkspaceAdminsMessage;
336
+ } | {
337
+ $case: 'effectivePersonalCompute';
338
+ /** Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute. */
339
+ effectivePersonalCompute: PersonalComputeMessage;
340
+ } | {
341
+ $case: 'effectiveAllowedAppsUserApiScopes';
342
+ /** Effective setting value for allowed_apps_user_api_scopes setting. This is the final effective value of setting. To set a value use allowed_apps_user_api_scopes. */
343
+ effectiveAllowedAppsUserApiScopes: AllowedAppsUserApiScopesMessage;
344
+ } | {
345
+ $case: 'effectiveOperationalEmailCustomRecipient';
346
+ /** Effective setting value for operational_email_custom_recipient setting. This is the final effective value of setting. To set a value use operational_email_custom_recipient. */
347
+ effectiveOperationalEmailCustomRecipient: OperationalEmailCustomRecipientMessage;
348
+ } | undefined;
349
+ }
350
+ export interface SettingsMetadata {
351
+ /** Name of the setting. */
352
+ name?: string | undefined;
353
+ /** Setting description for what this setting controls */
354
+ description?: string | undefined;
355
+ /** Sample message depicting the type of the setting. To set this setting, the value sent must match this type. */
356
+ type?: string | undefined;
357
+ /** Link to databricks documentation for the setting */
358
+ docsLink?: string | undefined;
359
+ /** Preview phase for feature preview settings. This field is not set for non-preview settings. */
360
+ previewPhase?: PreviewPhase | undefined;
361
+ /**
362
+ * Human-readable display name for the setting or feature preview.
363
+ * This field may be unset if no display name is available.
364
+ */
365
+ displayName?: string | undefined;
366
+ }
367
+ export interface StringMessage {
368
+ /** Represents a generic string value. */
369
+ value?: string | undefined;
370
+ }
371
+ /**
372
+ * User Preference represents a user-specific setting scoped to an individual user within an account.
373
+ * Unlike workspace or account settings that apply to all users, user preferences allow personal
374
+ * customization (e.g., UI theme, editor preferences) without affecting other users.
375
+ */
376
+ export interface UserPreference {
377
+ /** Name of the setting. */
378
+ name?: string | undefined;
379
+ /** User ID of the user. */
380
+ userId?: string | undefined;
381
+ /**
382
+ * New fields should be added before the oneof below - unless it's a new Setting value message,
383
+ * in that case it needs to be defined in the oneof below.
384
+ * The user-set value that goes into storage.
385
+ */
386
+ value?: {
387
+ $case: 'booleanVal';
388
+ booleanVal: BooleanMessage;
389
+ } | {
390
+ $case: 'stringVal';
391
+ stringVal: StringMessage;
392
+ } | undefined;
393
+ /**
394
+ * New fields should be added before the oneof below - unless it's a new User Preference value message,
395
+ * in that case it needs to be defined in the oneof below.
396
+ * The final effective value from server as per the policy evaluation.
397
+ */
398
+ effectiveValue?: {
399
+ $case: 'effectiveBooleanVal';
400
+ effectiveBooleanVal: BooleanMessage;
401
+ } | {
402
+ $case: 'effectiveStringVal';
403
+ effectiveStringVal: StringMessage;
404
+ } | undefined;
405
+ }
406
+ export declare const unmarshalAibiDashboardEmbeddingAccessPolicySchema: z.ZodType<AibiDashboardEmbeddingAccessPolicy>;
407
+ export declare const unmarshalAibiDashboardEmbeddingApprovedDomainsSchema: z.ZodType<AibiDashboardEmbeddingApprovedDomains>;
408
+ export declare const unmarshalAllowedAppsUserApiScopesMessageSchema: z.ZodType<AllowedAppsUserApiScopesMessage>;
409
+ export declare const unmarshalBooleanMessageSchema: z.ZodType<BooleanMessage>;
410
+ export declare const unmarshalClusterAutoRestartMessageSchema: z.ZodType<ClusterAutoRestartMessage>;
411
+ export declare const unmarshalClusterAutoRestartMessage_EnablementDetailsSchema: z.ZodType<ClusterAutoRestartMessage_EnablementDetails>;
412
+ export declare const unmarshalClusterAutoRestartMessage_MaintenanceWindowSchema: z.ZodType<ClusterAutoRestartMessage_MaintenanceWindow>;
413
+ export declare const unmarshalClusterAutoRestartMessage_MaintenanceWindow_WeekDayBasedScheduleSchema: z.ZodType<ClusterAutoRestartMessage_MaintenanceWindow_WeekDayBasedSchedule>;
414
+ export declare const unmarshalClusterAutoRestartMessage_MaintenanceWindow_WindowStartTimeSchema: z.ZodType<ClusterAutoRestartMessage_MaintenanceWindow_WindowStartTime>;
415
+ export declare const unmarshalIntegerMessageSchema: z.ZodType<IntegerMessage>;
416
+ export declare const unmarshalListAccountSettingsMetadataResponseSchema: z.ZodType<ListAccountSettingsMetadataResponse>;
417
+ export declare const unmarshalListAccountUserPreferencesMetadataResponseSchema: z.ZodType<ListAccountUserPreferencesMetadataResponse>;
418
+ export declare const unmarshalListWorkspaceSettingsMetadataResponseSchema: z.ZodType<ListWorkspaceSettingsMetadataResponse>;
419
+ export declare const unmarshalOperationalEmailCustomRecipientMessageSchema: z.ZodType<OperationalEmailCustomRecipientMessage>;
420
+ export declare const unmarshalPersonalComputeMessageSchema: z.ZodType<PersonalComputeMessage>;
421
+ export declare const unmarshalRestrictWorkspaceAdminsMessageSchema: z.ZodType<RestrictWorkspaceAdminsMessage>;
422
+ export declare const unmarshalSettingSchema: z.ZodType<Setting>;
423
+ export declare const unmarshalSettingsMetadataSchema: z.ZodType<SettingsMetadata>;
424
+ export declare const unmarshalStringMessageSchema: z.ZodType<StringMessage>;
425
+ export declare const unmarshalUserPreferenceSchema: z.ZodType<UserPreference>;
426
+ export declare const marshalAibiDashboardEmbeddingAccessPolicySchema: z.ZodType;
427
+ export declare const marshalAibiDashboardEmbeddingApprovedDomainsSchema: z.ZodType;
428
+ export declare const marshalAllowedAppsUserApiScopesMessageSchema: z.ZodType;
429
+ export declare const marshalBooleanMessageSchema: z.ZodType;
430
+ export declare const marshalClusterAutoRestartMessageSchema: z.ZodType;
431
+ export declare const marshalClusterAutoRestartMessage_EnablementDetailsSchema: z.ZodType;
432
+ export declare const marshalClusterAutoRestartMessage_MaintenanceWindowSchema: z.ZodType;
433
+ export declare const marshalClusterAutoRestartMessage_MaintenanceWindow_WeekDayBasedScheduleSchema: z.ZodType;
434
+ export declare const marshalClusterAutoRestartMessage_MaintenanceWindow_WindowStartTimeSchema: z.ZodType;
435
+ export declare const marshalIntegerMessageSchema: z.ZodType;
436
+ export declare const marshalOperationalEmailCustomRecipientMessageSchema: z.ZodType;
437
+ export declare const marshalPersonalComputeMessageSchema: z.ZodType;
438
+ export declare const marshalRestrictWorkspaceAdminsMessageSchema: z.ZodType;
439
+ export declare const marshalSettingSchema: z.ZodType;
440
+ export declare const marshalStringMessageSchema: z.ZodType;
441
+ export declare const marshalUserPreferenceSchema: z.ZodType;
442
+ //# sourceMappingURL=model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/v2/model.ts"],"names":[],"mappings":"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"}