@gooddata/api-client-tiger 11.11.0 → 11.12.0-alpha.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/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +442 -442
- package/esm/api-endpoints/entitiesObjects/index.d.ts +1 -0
- package/esm/api-endpoints/entitiesObjects/index.d.ts.map +1 -1
- package/esm/api-endpoints/entitiesObjects/index.js +1 -0
- package/esm/api-endpoints/entitiesObjects/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +6 -6
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +24 -6
- package/esm/generated/automation-json-api/api.d.ts +4 -4
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +16 -4
- package/esm/generated/export-json-api/api.d.ts +4 -4
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +1 -12
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +16 -4
- package/esm/generated/metadata-json-api/api.d.ts +390 -390
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +7507 -7478
- package/package.json +4 -4
|
@@ -340,7 +340,7 @@ export interface BoundedFilter {
|
|
|
340
340
|
*/
|
|
341
341
|
to?: number | null;
|
|
342
342
|
}
|
|
343
|
-
export type BoundedFilterGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR";
|
|
343
|
+
export type BoundedFilterGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR" | "FISCAL_MONTH" | "FISCAL_QUARTER" | "FISCAL_YEAR";
|
|
344
344
|
/**
|
|
345
345
|
* Table column override.
|
|
346
346
|
*/
|
|
@@ -483,7 +483,7 @@ export interface DashboardDateFilterDateFilter {
|
|
|
483
483
|
localIdentifier?: string;
|
|
484
484
|
}
|
|
485
485
|
export type DashboardDateFilterDateFilterTypeEnum = "relative" | "absolute";
|
|
486
|
-
export type DashboardDateFilterDateFilterGranularityEnum = "ALL_TIME_GRANULARITY" | "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour";
|
|
486
|
+
export type DashboardDateFilterDateFilterGranularityEnum = "ALL_TIME_GRANULARITY" | "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour" | "GDC.time.fiscal_month" | "GDC.time.fiscal_quarter" | "GDC.time.fiscal_year";
|
|
487
487
|
/**
|
|
488
488
|
* @type DashboardDateFilterDateFilterFrom
|
|
489
489
|
*/
|
|
@@ -1229,7 +1229,7 @@ export interface DeclarativeDateDataset {
|
|
|
1229
1229
|
*/
|
|
1230
1230
|
tags?: Array<string>;
|
|
1231
1231
|
}
|
|
1232
|
-
export type DeclarativeDateDatasetGranularitiesEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR";
|
|
1232
|
+
export type DeclarativeDateDatasetGranularitiesEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR" | "FISCAL_MONTH" | "FISCAL_QUARTER" | "FISCAL_YEAR";
|
|
1233
1233
|
export interface DeclarativeExportDefinition {
|
|
1234
1234
|
/**
|
|
1235
1235
|
* Export definition id.
|
|
@@ -1810,7 +1810,7 @@ export interface DeclarativeSetting {
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
type?: DeclarativeSettingTypeEnum;
|
|
1812
1812
|
}
|
|
1813
|
-
export type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
1813
|
+
export type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "MAX_ZOOM_LEVEL" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
1814
1814
|
export interface DeclarativeSingleWorkspacePermission {
|
|
1815
1815
|
/**
|
|
1816
1816
|
* Permission name.
|
|
@@ -2283,7 +2283,7 @@ export interface EntitySearchBody {
|
|
|
2283
2283
|
/**
|
|
2284
2284
|
* List of related entities to include in the response
|
|
2285
2285
|
*/
|
|
2286
|
-
|
|
2286
|
+
include?: Array<string> | null;
|
|
2287
2287
|
/**
|
|
2288
2288
|
* Set of metadata fields to include in the response
|
|
2289
2289
|
*/
|
|
@@ -2647,12 +2647,15 @@ export type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLinks | Json
|
|
|
2647
2647
|
export interface JsonApiAggregatedFactOutList {
|
|
2648
2648
|
data: Array<JsonApiAggregatedFactOutWithLinks>;
|
|
2649
2649
|
links?: ListLinks;
|
|
2650
|
-
meta?:
|
|
2650
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2651
2651
|
/**
|
|
2652
2652
|
* Included resources
|
|
2653
2653
|
*/
|
|
2654
2654
|
included?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
2655
2655
|
}
|
|
2656
|
+
export interface JsonApiAggregatedFactOutListMeta {
|
|
2657
|
+
page?: PageMetadata;
|
|
2658
|
+
}
|
|
2656
2659
|
export interface JsonApiAggregatedFactOutRelationships {
|
|
2657
2660
|
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
2658
2661
|
sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
@@ -2748,7 +2751,7 @@ export type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
2748
2751
|
export interface JsonApiAnalyticalDashboardOutList {
|
|
2749
2752
|
data: Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
2750
2753
|
links?: ListLinks;
|
|
2751
|
-
meta?:
|
|
2754
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2752
2755
|
/**
|
|
2753
2756
|
* Included resources
|
|
2754
2757
|
*/
|
|
@@ -2913,7 +2916,7 @@ export interface JsonApiApiTokenOutDocument {
|
|
|
2913
2916
|
export interface JsonApiApiTokenOutList {
|
|
2914
2917
|
data: Array<JsonApiApiTokenOutWithLinks>;
|
|
2915
2918
|
links?: ListLinks;
|
|
2916
|
-
meta?:
|
|
2919
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2917
2920
|
}
|
|
2918
2921
|
export interface JsonApiApiTokenOutWithLinks {
|
|
2919
2922
|
/**
|
|
@@ -3011,7 +3014,7 @@ export type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWithLinks
|
|
|
3011
3014
|
export interface JsonApiAttributeHierarchyOutList {
|
|
3012
3015
|
data: Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
3013
3016
|
links?: ListLinks;
|
|
3014
|
-
meta?:
|
|
3017
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3015
3018
|
/**
|
|
3016
3019
|
* Included resources
|
|
3017
3020
|
*/
|
|
@@ -3093,7 +3096,7 @@ export interface JsonApiAttributeOutAttributes {
|
|
|
3093
3096
|
isHidden?: boolean;
|
|
3094
3097
|
locale?: string;
|
|
3095
3098
|
}
|
|
3096
|
-
export type JsonApiAttributeOutAttributesGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR";
|
|
3099
|
+
export type JsonApiAttributeOutAttributesGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR" | "FISCAL_MONTH" | "FISCAL_QUARTER" | "FISCAL_YEAR";
|
|
3097
3100
|
export type JsonApiAttributeOutAttributesSortDirectionEnum = "ASC" | "DESC";
|
|
3098
3101
|
export type JsonApiAttributeOutAttributesSourceColumnDataTypeEnum = "INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN";
|
|
3099
3102
|
export interface JsonApiAttributeOutDocument {
|
|
@@ -3114,7 +3117,7 @@ export type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWithLinks
|
|
|
3114
3117
|
export interface JsonApiAttributeOutList {
|
|
3115
3118
|
data: Array<JsonApiAttributeOutWithLinks>;
|
|
3116
3119
|
links?: ListLinks;
|
|
3117
|
-
meta?:
|
|
3120
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3118
3121
|
/**
|
|
3119
3122
|
* Included resources
|
|
3120
3123
|
*/
|
|
@@ -3232,7 +3235,7 @@ export interface JsonApiAutomationInDocument {
|
|
|
3232
3235
|
}
|
|
3233
3236
|
export interface JsonApiAutomationInRelationships {
|
|
3234
3237
|
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3235
|
-
analyticalDashboard?:
|
|
3238
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
3236
3239
|
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3237
3240
|
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3238
3241
|
}
|
|
@@ -3373,7 +3376,7 @@ export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
3373
3376
|
export interface JsonApiAutomationOutList {
|
|
3374
3377
|
data: Array<JsonApiAutomationOutWithLinks>;
|
|
3375
3378
|
links?: ListLinks;
|
|
3376
|
-
meta?:
|
|
3379
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3377
3380
|
/**
|
|
3378
3381
|
* Included resources
|
|
3379
3382
|
*/
|
|
@@ -3381,13 +3384,16 @@ export interface JsonApiAutomationOutList {
|
|
|
3381
3384
|
}
|
|
3382
3385
|
export interface JsonApiAutomationOutRelationships {
|
|
3383
3386
|
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3384
|
-
analyticalDashboard?:
|
|
3387
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
3385
3388
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3386
3389
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3387
3390
|
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3388
3391
|
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3389
3392
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
3390
3393
|
}
|
|
3394
|
+
export interface JsonApiAutomationOutRelationshipsAnalyticalDashboard {
|
|
3395
|
+
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
3396
|
+
}
|
|
3391
3397
|
export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
3392
3398
|
/**
|
|
3393
3399
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -3486,14 +3492,17 @@ export type JsonApiAutomationResultOutAttributesStatusEnum = "SUCCESS" | "FAILED
|
|
|
3486
3492
|
export interface JsonApiAutomationResultOutList {
|
|
3487
3493
|
data: Array<JsonApiAutomationResultOutWithLinks>;
|
|
3488
3494
|
links?: ListLinks;
|
|
3489
|
-
meta?:
|
|
3495
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3490
3496
|
/**
|
|
3491
3497
|
* Included resources
|
|
3492
3498
|
*/
|
|
3493
3499
|
included?: Array<JsonApiAutomationOutWithLinks>;
|
|
3494
3500
|
}
|
|
3495
3501
|
export interface JsonApiAutomationResultOutRelationships {
|
|
3496
|
-
automation?:
|
|
3502
|
+
automation?: JsonApiAutomationResultOutRelationshipsAutomation;
|
|
3503
|
+
}
|
|
3504
|
+
export interface JsonApiAutomationResultOutRelationshipsAutomation {
|
|
3505
|
+
data: JsonApiAutomationLinkage | null;
|
|
3497
3506
|
}
|
|
3498
3507
|
export interface JsonApiAutomationResultOutWithLinks {
|
|
3499
3508
|
/**
|
|
@@ -3521,9 +3530,16 @@ export interface JsonApiColorPaletteIn {
|
|
|
3521
3530
|
* API identifier of an object
|
|
3522
3531
|
*/
|
|
3523
3532
|
id: string;
|
|
3524
|
-
attributes:
|
|
3533
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
3525
3534
|
}
|
|
3526
3535
|
export type JsonApiColorPaletteInTypeEnum = "colorPalette";
|
|
3536
|
+
export interface JsonApiColorPaletteInAttributes {
|
|
3537
|
+
name: string;
|
|
3538
|
+
/**
|
|
3539
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3540
|
+
*/
|
|
3541
|
+
content: object;
|
|
3542
|
+
}
|
|
3527
3543
|
export interface JsonApiColorPaletteInDocument {
|
|
3528
3544
|
data: JsonApiColorPaletteIn;
|
|
3529
3545
|
}
|
|
@@ -3539,16 +3555,9 @@ export interface JsonApiColorPaletteOut {
|
|
|
3539
3555
|
* API identifier of an object
|
|
3540
3556
|
*/
|
|
3541
3557
|
id: string;
|
|
3542
|
-
attributes:
|
|
3558
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
3543
3559
|
}
|
|
3544
3560
|
export type JsonApiColorPaletteOutTypeEnum = "colorPalette";
|
|
3545
|
-
export interface JsonApiColorPaletteOutAttributes {
|
|
3546
|
-
name: string;
|
|
3547
|
-
/**
|
|
3548
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3549
|
-
*/
|
|
3550
|
-
content: object;
|
|
3551
|
-
}
|
|
3552
3561
|
export interface JsonApiColorPaletteOutDocument {
|
|
3553
3562
|
data: JsonApiColorPaletteOut;
|
|
3554
3563
|
links?: ObjectLinks;
|
|
@@ -3559,7 +3568,7 @@ export interface JsonApiColorPaletteOutDocument {
|
|
|
3559
3568
|
export interface JsonApiColorPaletteOutList {
|
|
3560
3569
|
data: Array<JsonApiColorPaletteOutWithLinks>;
|
|
3561
3570
|
links?: ListLinks;
|
|
3562
|
-
meta?:
|
|
3571
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3563
3572
|
}
|
|
3564
3573
|
export interface JsonApiColorPaletteOutWithLinks {
|
|
3565
3574
|
/**
|
|
@@ -3570,7 +3579,7 @@ export interface JsonApiColorPaletteOutWithLinks {
|
|
|
3570
3579
|
* API identifier of an object
|
|
3571
3580
|
*/
|
|
3572
3581
|
id: string;
|
|
3573
|
-
attributes:
|
|
3582
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
3574
3583
|
links?: ObjectLinks;
|
|
3575
3584
|
}
|
|
3576
3585
|
export type JsonApiColorPaletteOutWithLinksTypeEnum = "colorPalette";
|
|
@@ -3673,9 +3682,12 @@ export interface JsonApiCspDirectiveIn {
|
|
|
3673
3682
|
* API identifier of an object
|
|
3674
3683
|
*/
|
|
3675
3684
|
id: string;
|
|
3676
|
-
attributes:
|
|
3685
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
3677
3686
|
}
|
|
3678
3687
|
export type JsonApiCspDirectiveInTypeEnum = "cspDirective";
|
|
3688
|
+
export interface JsonApiCspDirectiveInAttributes {
|
|
3689
|
+
sources: Array<string>;
|
|
3690
|
+
}
|
|
3679
3691
|
export interface JsonApiCspDirectiveInDocument {
|
|
3680
3692
|
data: JsonApiCspDirectiveIn;
|
|
3681
3693
|
}
|
|
@@ -3691,12 +3703,9 @@ export interface JsonApiCspDirectiveOut {
|
|
|
3691
3703
|
* API identifier of an object
|
|
3692
3704
|
*/
|
|
3693
3705
|
id: string;
|
|
3694
|
-
attributes:
|
|
3706
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
3695
3707
|
}
|
|
3696
3708
|
export type JsonApiCspDirectiveOutTypeEnum = "cspDirective";
|
|
3697
|
-
export interface JsonApiCspDirectiveOutAttributes {
|
|
3698
|
-
sources: Array<string>;
|
|
3699
|
-
}
|
|
3700
3709
|
export interface JsonApiCspDirectiveOutDocument {
|
|
3701
3710
|
data: JsonApiCspDirectiveOut;
|
|
3702
3711
|
links?: ObjectLinks;
|
|
@@ -3707,7 +3716,7 @@ export interface JsonApiCspDirectiveOutDocument {
|
|
|
3707
3716
|
export interface JsonApiCspDirectiveOutList {
|
|
3708
3717
|
data: Array<JsonApiCspDirectiveOutWithLinks>;
|
|
3709
3718
|
links?: ListLinks;
|
|
3710
|
-
meta?:
|
|
3719
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3711
3720
|
}
|
|
3712
3721
|
export interface JsonApiCspDirectiveOutWithLinks {
|
|
3713
3722
|
/**
|
|
@@ -3718,7 +3727,7 @@ export interface JsonApiCspDirectiveOutWithLinks {
|
|
|
3718
3727
|
* API identifier of an object
|
|
3719
3728
|
*/
|
|
3720
3729
|
id: string;
|
|
3721
|
-
attributes:
|
|
3730
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
3722
3731
|
links?: ObjectLinks;
|
|
3723
3732
|
}
|
|
3724
3733
|
export type JsonApiCspDirectiveOutWithLinksTypeEnum = "cspDirective";
|
|
@@ -3794,7 +3803,7 @@ export interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
3794
3803
|
export interface JsonApiCustomApplicationSettingOutList {
|
|
3795
3804
|
data: Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
3796
3805
|
links?: ListLinks;
|
|
3797
|
-
meta?:
|
|
3806
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3798
3807
|
}
|
|
3799
3808
|
export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
3800
3809
|
/**
|
|
@@ -3865,9 +3874,19 @@ export interface JsonApiDashboardPluginIn {
|
|
|
3865
3874
|
* API identifier of an object
|
|
3866
3875
|
*/
|
|
3867
3876
|
id: string;
|
|
3868
|
-
attributes?:
|
|
3877
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3869
3878
|
}
|
|
3870
3879
|
export type JsonApiDashboardPluginInTypeEnum = "dashboardPlugin";
|
|
3880
|
+
export interface JsonApiDashboardPluginInAttributes {
|
|
3881
|
+
title?: string;
|
|
3882
|
+
description?: string;
|
|
3883
|
+
tags?: Array<string>;
|
|
3884
|
+
areRelationsValid?: boolean;
|
|
3885
|
+
/**
|
|
3886
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
3887
|
+
*/
|
|
3888
|
+
content?: object;
|
|
3889
|
+
}
|
|
3871
3890
|
export interface JsonApiDashboardPluginInDocument {
|
|
3872
3891
|
data: JsonApiDashboardPluginIn;
|
|
3873
3892
|
}
|
|
@@ -3922,7 +3941,7 @@ export interface JsonApiDashboardPluginOutDocument {
|
|
|
3922
3941
|
export interface JsonApiDashboardPluginOutList {
|
|
3923
3942
|
data: Array<JsonApiDashboardPluginOutWithLinks>;
|
|
3924
3943
|
links?: ListLinks;
|
|
3925
|
-
meta?:
|
|
3944
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3926
3945
|
/**
|
|
3927
3946
|
* Included resources
|
|
3928
3947
|
*/
|
|
@@ -3959,7 +3978,7 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
3959
3978
|
* API identifier of an object
|
|
3960
3979
|
*/
|
|
3961
3980
|
id: string;
|
|
3962
|
-
attributes?:
|
|
3981
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3963
3982
|
}
|
|
3964
3983
|
export type JsonApiDashboardPluginPatchTypeEnum = "dashboardPlugin";
|
|
3965
3984
|
export interface JsonApiDashboardPluginPatchDocument {
|
|
@@ -3977,19 +3996,9 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
3977
3996
|
* API identifier of an object
|
|
3978
3997
|
*/
|
|
3979
3998
|
id?: string;
|
|
3980
|
-
attributes?:
|
|
3999
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3981
4000
|
}
|
|
3982
4001
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = "dashboardPlugin";
|
|
3983
|
-
export interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
3984
|
-
title?: string;
|
|
3985
|
-
description?: string;
|
|
3986
|
-
tags?: Array<string>;
|
|
3987
|
-
areRelationsValid?: boolean;
|
|
3988
|
-
/**
|
|
3989
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
3990
|
-
*/
|
|
3991
|
-
content?: object;
|
|
3992
|
-
}
|
|
3993
4002
|
export interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
3994
4003
|
data: JsonApiDashboardPluginPostOptionalId;
|
|
3995
4004
|
}
|
|
@@ -4005,7 +4014,7 @@ export interface JsonApiDataSourceIdentifierOut {
|
|
|
4005
4014
|
* API identifier of an object
|
|
4006
4015
|
*/
|
|
4007
4016
|
id: string;
|
|
4008
|
-
meta?:
|
|
4017
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
4009
4018
|
attributes: JsonApiDataSourceIdentifierOutAttributes;
|
|
4010
4019
|
}
|
|
4011
4020
|
export type JsonApiDataSourceIdentifierOutTypeEnum = "dataSourceIdentifier";
|
|
@@ -4025,15 +4034,8 @@ export interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
4025
4034
|
export interface JsonApiDataSourceIdentifierOutList {
|
|
4026
4035
|
data: Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
4027
4036
|
links?: ListLinks;
|
|
4028
|
-
meta?:
|
|
4037
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4029
4038
|
}
|
|
4030
|
-
export interface JsonApiDataSourceIdentifierOutMeta {
|
|
4031
|
-
/**
|
|
4032
|
-
* List of valid permissions for a logged-in user.
|
|
4033
|
-
*/
|
|
4034
|
-
permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
|
|
4035
|
-
}
|
|
4036
|
-
export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = "MANAGE" | "USE";
|
|
4037
4039
|
export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
4038
4040
|
/**
|
|
4039
4041
|
* Object type
|
|
@@ -4043,7 +4045,7 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
|
4043
4045
|
* API identifier of an object
|
|
4044
4046
|
*/
|
|
4045
4047
|
id: string;
|
|
4046
|
-
meta?:
|
|
4048
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
4047
4049
|
attributes: JsonApiDataSourceIdentifierOutAttributes;
|
|
4048
4050
|
links?: ObjectLinks;
|
|
4049
4051
|
}
|
|
@@ -4111,7 +4113,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4111
4113
|
/**
|
|
4112
4114
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4113
4115
|
*/
|
|
4114
|
-
parameters?: Array<
|
|
4116
|
+
parameters?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
4115
4117
|
/**
|
|
4116
4118
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4117
4119
|
*/
|
|
@@ -4119,6 +4121,10 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4119
4121
|
}
|
|
4120
4122
|
export type JsonApiDataSourceInAttributesTypeEnum = "POSTGRESQL" | "REDSHIFT" | "VERTICA" | "SNOWFLAKE" | "ADS" | "BIGQUERY" | "MSSQL" | "PRESTO" | "DREMIO" | "DRILL" | "GREENPLUM" | "AZURESQL" | "SYNAPSESQL" | "DATABRICKS" | "GDSTORAGE" | "CLICKHOUSE" | "MYSQL" | "MARIADB" | "ORACLE" | "PINOT" | "SINGLESTORE" | "MOTHERDUCK" | "FLEXCONNECT" | "STARROCKS" | "ATHENA" | "MONGODB";
|
|
4121
4123
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
4124
|
+
export interface JsonApiDataSourceInAttributesParametersInner {
|
|
4125
|
+
name: string;
|
|
4126
|
+
value: string;
|
|
4127
|
+
}
|
|
4122
4128
|
export interface JsonApiDataSourceInDocument {
|
|
4123
4129
|
data: JsonApiDataSourceIn;
|
|
4124
4130
|
}
|
|
@@ -4134,7 +4140,7 @@ export interface JsonApiDataSourceOut {
|
|
|
4134
4140
|
* API identifier of an object
|
|
4135
4141
|
*/
|
|
4136
4142
|
id: string;
|
|
4137
|
-
meta?:
|
|
4143
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
4138
4144
|
attributes: JsonApiDataSourceOutAttributes;
|
|
4139
4145
|
}
|
|
4140
4146
|
export type JsonApiDataSourceOutTypeEnum = "dataSource";
|
|
@@ -4166,11 +4172,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4166
4172
|
/**
|
|
4167
4173
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4168
4174
|
*/
|
|
4169
|
-
parameters?: Array<
|
|
4175
|
+
parameters?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
4170
4176
|
/**
|
|
4171
4177
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
4172
4178
|
*/
|
|
4173
|
-
decodedParameters?: Array<
|
|
4179
|
+
decodedParameters?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
4174
4180
|
/**
|
|
4175
4181
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4176
4182
|
*/
|
|
@@ -4183,10 +4189,6 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4183
4189
|
export type JsonApiDataSourceOutAttributesTypeEnum = "POSTGRESQL" | "REDSHIFT" | "VERTICA" | "SNOWFLAKE" | "ADS" | "BIGQUERY" | "MSSQL" | "PRESTO" | "DREMIO" | "DRILL" | "GREENPLUM" | "AZURESQL" | "SYNAPSESQL" | "DATABRICKS" | "GDSTORAGE" | "CLICKHOUSE" | "MYSQL" | "MARIADB" | "ORACLE" | "PINOT" | "SINGLESTORE" | "MOTHERDUCK" | "FLEXCONNECT" | "STARROCKS" | "ATHENA" | "MONGODB";
|
|
4184
4190
|
export type JsonApiDataSourceOutAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
4185
4191
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = "USERNAME_PASSWORD" | "TOKEN" | "KEY_PAIR" | "CLIENT_SECRET" | "ACCESS_TOKEN";
|
|
4186
|
-
export interface JsonApiDataSourceOutAttributesParametersInner {
|
|
4187
|
-
name: string;
|
|
4188
|
-
value: string;
|
|
4189
|
-
}
|
|
4190
4192
|
export interface JsonApiDataSourceOutDocument {
|
|
4191
4193
|
data: JsonApiDataSourceOut;
|
|
4192
4194
|
links?: ObjectLinks;
|
|
@@ -4197,8 +4199,15 @@ export interface JsonApiDataSourceOutDocument {
|
|
|
4197
4199
|
export interface JsonApiDataSourceOutList {
|
|
4198
4200
|
data: Array<JsonApiDataSourceOutWithLinks>;
|
|
4199
4201
|
links?: ListLinks;
|
|
4200
|
-
meta?:
|
|
4202
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4201
4203
|
}
|
|
4204
|
+
export interface JsonApiDataSourceOutMeta {
|
|
4205
|
+
/**
|
|
4206
|
+
* List of valid permissions for a logged-in user.
|
|
4207
|
+
*/
|
|
4208
|
+
permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
|
|
4209
|
+
}
|
|
4210
|
+
export type JsonApiDataSourceOutMetaPermissionsEnum = "MANAGE" | "USE";
|
|
4202
4211
|
export interface JsonApiDataSourceOutWithLinks {
|
|
4203
4212
|
/**
|
|
4204
4213
|
* Object type
|
|
@@ -4208,7 +4217,7 @@ export interface JsonApiDataSourceOutWithLinks {
|
|
|
4208
4217
|
* API identifier of an object
|
|
4209
4218
|
*/
|
|
4210
4219
|
id: string;
|
|
4211
|
-
meta?:
|
|
4220
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
4212
4221
|
attributes: JsonApiDataSourceOutAttributes;
|
|
4213
4222
|
links?: ObjectLinks;
|
|
4214
4223
|
}
|
|
@@ -4276,7 +4285,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
4276
4285
|
/**
|
|
4277
4286
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4278
4287
|
*/
|
|
4279
|
-
parameters?: Array<
|
|
4288
|
+
parameters?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
4280
4289
|
/**
|
|
4281
4290
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4282
4291
|
*/
|
|
@@ -4380,7 +4389,7 @@ export type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLinks | Json
|
|
|
4380
4389
|
export interface JsonApiDatasetOutList {
|
|
4381
4390
|
data: Array<JsonApiDatasetOutWithLinks>;
|
|
4382
4391
|
links?: ListLinks;
|
|
4383
|
-
meta?:
|
|
4392
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4384
4393
|
/**
|
|
4385
4394
|
* Included resources
|
|
4386
4395
|
*/
|
|
@@ -4504,7 +4513,7 @@ export interface JsonApiEntitlementOutDocument {
|
|
|
4504
4513
|
export interface JsonApiEntitlementOutList {
|
|
4505
4514
|
data: Array<JsonApiEntitlementOutWithLinks>;
|
|
4506
4515
|
links?: ListLinks;
|
|
4507
|
-
meta?:
|
|
4516
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4508
4517
|
}
|
|
4509
4518
|
export interface JsonApiEntitlementOutWithLinks {
|
|
4510
4519
|
/**
|
|
@@ -4531,13 +4540,24 @@ export interface JsonApiExportDefinitionIn {
|
|
|
4531
4540
|
* API identifier of an object
|
|
4532
4541
|
*/
|
|
4533
4542
|
id: string;
|
|
4534
|
-
attributes?:
|
|
4535
|
-
relationships?:
|
|
4543
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4544
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4536
4545
|
}
|
|
4537
4546
|
export type JsonApiExportDefinitionInTypeEnum = "exportDefinition";
|
|
4547
|
+
export interface JsonApiExportDefinitionInAttributes {
|
|
4548
|
+
title?: string;
|
|
4549
|
+
description?: string;
|
|
4550
|
+
tags?: Array<string>;
|
|
4551
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4552
|
+
areRelationsValid?: boolean;
|
|
4553
|
+
}
|
|
4538
4554
|
export interface JsonApiExportDefinitionInDocument {
|
|
4539
4555
|
data: JsonApiExportDefinitionIn;
|
|
4540
4556
|
}
|
|
4557
|
+
export interface JsonApiExportDefinitionInRelationships {
|
|
4558
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4559
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
4560
|
+
}
|
|
4541
4561
|
/**
|
|
4542
4562
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
4543
4563
|
*/
|
|
@@ -4595,7 +4615,7 @@ export type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashboardOutWi
|
|
|
4595
4615
|
export interface JsonApiExportDefinitionOutList {
|
|
4596
4616
|
data: Array<JsonApiExportDefinitionOutWithLinks>;
|
|
4597
4617
|
links?: ListLinks;
|
|
4598
|
-
meta?:
|
|
4618
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4599
4619
|
/**
|
|
4600
4620
|
* Included resources
|
|
4601
4621
|
*/
|
|
@@ -4603,17 +4623,11 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
4603
4623
|
}
|
|
4604
4624
|
export interface JsonApiExportDefinitionOutRelationships {
|
|
4605
4625
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4606
|
-
analyticalDashboard?:
|
|
4607
|
-
automation?:
|
|
4626
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
4627
|
+
automation?: JsonApiAutomationResultOutRelationshipsAutomation;
|
|
4608
4628
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4609
4629
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4610
4630
|
}
|
|
4611
|
-
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
4612
|
-
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
4613
|
-
}
|
|
4614
|
-
export interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
4615
|
-
data: JsonApiAutomationLinkage | null;
|
|
4616
|
-
}
|
|
4617
4631
|
export interface JsonApiExportDefinitionOutRelationshipsVisualizationObject {
|
|
4618
4632
|
data: JsonApiVisualizationObjectLinkage | null;
|
|
4619
4633
|
}
|
|
@@ -4644,8 +4658,8 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
4644
4658
|
* API identifier of an object
|
|
4645
4659
|
*/
|
|
4646
4660
|
id: string;
|
|
4647
|
-
attributes?:
|
|
4648
|
-
relationships?:
|
|
4661
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4662
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4649
4663
|
}
|
|
4650
4664
|
export type JsonApiExportDefinitionPatchTypeEnum = "exportDefinition";
|
|
4651
4665
|
export interface JsonApiExportDefinitionPatchDocument {
|
|
@@ -4663,24 +4677,13 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
4663
4677
|
* API identifier of an object
|
|
4664
4678
|
*/
|
|
4665
4679
|
id?: string;
|
|
4666
|
-
attributes?:
|
|
4667
|
-
relationships?:
|
|
4680
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4681
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4668
4682
|
}
|
|
4669
4683
|
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = "exportDefinition";
|
|
4670
|
-
export interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
4671
|
-
title?: string;
|
|
4672
|
-
description?: string;
|
|
4673
|
-
tags?: Array<string>;
|
|
4674
|
-
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4675
|
-
areRelationsValid?: boolean;
|
|
4676
|
-
}
|
|
4677
4684
|
export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
4678
4685
|
data: JsonApiExportDefinitionPostOptionalId;
|
|
4679
4686
|
}
|
|
4680
|
-
export interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
4681
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4682
|
-
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4683
|
-
}
|
|
4684
4687
|
/**
|
|
4685
4688
|
* JSON:API representation of exportTemplate entity.
|
|
4686
4689
|
*/
|
|
@@ -4693,7 +4696,7 @@ export interface JsonApiExportTemplateIn {
|
|
|
4693
4696
|
* API identifier of an object
|
|
4694
4697
|
*/
|
|
4695
4698
|
id: string;
|
|
4696
|
-
attributes:
|
|
4699
|
+
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
4697
4700
|
}
|
|
4698
4701
|
export type JsonApiExportTemplateInTypeEnum = "exportTemplate";
|
|
4699
4702
|
export interface JsonApiExportTemplateInDocument {
|
|
@@ -4711,42 +4714,9 @@ export interface JsonApiExportTemplateOut {
|
|
|
4711
4714
|
* API identifier of an object
|
|
4712
4715
|
*/
|
|
4713
4716
|
id: string;
|
|
4714
|
-
attributes:
|
|
4717
|
+
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
4715
4718
|
}
|
|
4716
4719
|
export type JsonApiExportTemplateOutTypeEnum = "exportTemplate";
|
|
4717
|
-
export interface JsonApiExportTemplateOutAttributes {
|
|
4718
|
-
/**
|
|
4719
|
-
* User-facing name of the Slides template.
|
|
4720
|
-
*/
|
|
4721
|
-
name: string;
|
|
4722
|
-
dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
4723
|
-
widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
4724
|
-
}
|
|
4725
|
-
/**
|
|
4726
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4727
|
-
*/
|
|
4728
|
-
export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
4729
|
-
/**
|
|
4730
|
-
* Export types this template applies to.
|
|
4731
|
-
*/
|
|
4732
|
-
appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
4733
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
4734
|
-
introSlide?: IntroSlideTemplate | null;
|
|
4735
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
4736
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
4737
|
-
}
|
|
4738
|
-
export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4739
|
-
/**
|
|
4740
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4741
|
-
*/
|
|
4742
|
-
export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
4743
|
-
/**
|
|
4744
|
-
* Export types this template applies to.
|
|
4745
|
-
*/
|
|
4746
|
-
appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
4747
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
4748
|
-
}
|
|
4749
|
-
export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4750
4720
|
export interface JsonApiExportTemplateOutDocument {
|
|
4751
4721
|
data: JsonApiExportTemplateOut;
|
|
4752
4722
|
links?: ObjectLinks;
|
|
@@ -4757,7 +4727,7 @@ export interface JsonApiExportTemplateOutDocument {
|
|
|
4757
4727
|
export interface JsonApiExportTemplateOutList {
|
|
4758
4728
|
data: Array<JsonApiExportTemplateOutWithLinks>;
|
|
4759
4729
|
links?: ListLinks;
|
|
4760
|
-
meta?:
|
|
4730
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4761
4731
|
}
|
|
4762
4732
|
export interface JsonApiExportTemplateOutWithLinks {
|
|
4763
4733
|
/**
|
|
@@ -4768,7 +4738,7 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
4768
4738
|
* API identifier of an object
|
|
4769
4739
|
*/
|
|
4770
4740
|
id: string;
|
|
4771
|
-
attributes:
|
|
4741
|
+
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
4772
4742
|
links?: ObjectLinks;
|
|
4773
4743
|
}
|
|
4774
4744
|
export type JsonApiExportTemplateOutWithLinksTypeEnum = "exportTemplate";
|
|
@@ -4792,8 +4762,8 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
4792
4762
|
* User-facing name of the Slides template.
|
|
4793
4763
|
*/
|
|
4794
4764
|
name?: string;
|
|
4795
|
-
dashboardSlidesTemplate?:
|
|
4796
|
-
widgetSlidesTemplate?:
|
|
4765
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
4766
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
4797
4767
|
}
|
|
4798
4768
|
export interface JsonApiExportTemplatePatchDocument {
|
|
4799
4769
|
data: JsonApiExportTemplatePatch;
|
|
@@ -4810,9 +4780,42 @@ export interface JsonApiExportTemplatePostOptionalId {
|
|
|
4810
4780
|
* API identifier of an object
|
|
4811
4781
|
*/
|
|
4812
4782
|
id?: string;
|
|
4813
|
-
attributes:
|
|
4783
|
+
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
4814
4784
|
}
|
|
4815
4785
|
export type JsonApiExportTemplatePostOptionalIdTypeEnum = "exportTemplate";
|
|
4786
|
+
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
4787
|
+
/**
|
|
4788
|
+
* User-facing name of the Slides template.
|
|
4789
|
+
*/
|
|
4790
|
+
name: string;
|
|
4791
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
4792
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
4793
|
+
}
|
|
4794
|
+
/**
|
|
4795
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4796
|
+
*/
|
|
4797
|
+
export interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
4798
|
+
/**
|
|
4799
|
+
* Export types this template applies to.
|
|
4800
|
+
*/
|
|
4801
|
+
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
4802
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
4803
|
+
introSlide?: IntroSlideTemplate | null;
|
|
4804
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
4805
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
4806
|
+
}
|
|
4807
|
+
export type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4808
|
+
/**
|
|
4809
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4810
|
+
*/
|
|
4811
|
+
export interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
4812
|
+
/**
|
|
4813
|
+
* Export types this template applies to.
|
|
4814
|
+
*/
|
|
4815
|
+
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
4816
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
4817
|
+
}
|
|
4818
|
+
export type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4816
4819
|
export interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
4817
4820
|
data: JsonApiExportTemplatePostOptionalId;
|
|
4818
4821
|
}
|
|
@@ -4865,7 +4868,7 @@ export interface JsonApiFactOutDocument {
|
|
|
4865
4868
|
export interface JsonApiFactOutList {
|
|
4866
4869
|
data: Array<JsonApiFactOutWithLinks>;
|
|
4867
4870
|
links?: ListLinks;
|
|
4868
|
-
meta?:
|
|
4871
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4869
4872
|
/**
|
|
4870
4873
|
* Included resources
|
|
4871
4874
|
*/
|
|
@@ -4981,7 +4984,7 @@ export type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLinks | Jso
|
|
|
4981
4984
|
export interface JsonApiFilterContextOutList {
|
|
4982
4985
|
data: Array<JsonApiFilterContextOutWithLinks>;
|
|
4983
4986
|
links?: ListLinks;
|
|
4984
|
-
meta?:
|
|
4987
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4985
4988
|
/**
|
|
4986
4989
|
* Included resources
|
|
4987
4990
|
*/
|
|
@@ -5110,15 +5113,18 @@ export type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
5110
5113
|
export interface JsonApiFilterViewOutList {
|
|
5111
5114
|
data: Array<JsonApiFilterViewOutWithLinks>;
|
|
5112
5115
|
links?: ListLinks;
|
|
5113
|
-
meta?:
|
|
5116
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5114
5117
|
/**
|
|
5115
5118
|
* Included resources
|
|
5116
5119
|
*/
|
|
5117
5120
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
5118
5121
|
}
|
|
5119
5122
|
export interface JsonApiFilterViewOutRelationships {
|
|
5120
|
-
analyticalDashboard?:
|
|
5121
|
-
user?:
|
|
5123
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
5124
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
5125
|
+
}
|
|
5126
|
+
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
5127
|
+
data: JsonApiUserLinkage | null;
|
|
5122
5128
|
}
|
|
5123
5129
|
export interface JsonApiFilterViewOutWithLinks {
|
|
5124
5130
|
/**
|
|
@@ -5179,9 +5185,60 @@ export interface JsonApiIdentityProviderIn {
|
|
|
5179
5185
|
* API identifier of an object
|
|
5180
5186
|
*/
|
|
5181
5187
|
id: string;
|
|
5182
|
-
attributes?:
|
|
5188
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
5183
5189
|
}
|
|
5184
5190
|
export type JsonApiIdentityProviderInTypeEnum = "identityProvider";
|
|
5191
|
+
export interface JsonApiIdentityProviderInAttributes {
|
|
5192
|
+
/**
|
|
5193
|
+
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
5194
|
+
*/
|
|
5195
|
+
identifiers?: Array<string>;
|
|
5196
|
+
/**
|
|
5197
|
+
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
5198
|
+
*/
|
|
5199
|
+
customClaimMapping?: {
|
|
5200
|
+
[key: string]: string;
|
|
5201
|
+
};
|
|
5202
|
+
/**
|
|
5203
|
+
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
5204
|
+
*/
|
|
5205
|
+
samlMetadata?: string;
|
|
5206
|
+
/**
|
|
5207
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5208
|
+
*/
|
|
5209
|
+
oauthClientId?: string;
|
|
5210
|
+
/**
|
|
5211
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5212
|
+
*/
|
|
5213
|
+
oauthClientSecret?: string;
|
|
5214
|
+
/**
|
|
5215
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5216
|
+
*/
|
|
5217
|
+
oauthIssuerLocation?: string;
|
|
5218
|
+
/**
|
|
5219
|
+
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
5220
|
+
*/
|
|
5221
|
+
oauthIssuerId?: string;
|
|
5222
|
+
/**
|
|
5223
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
5224
|
+
*/
|
|
5225
|
+
oauthSubjectIdClaim?: string;
|
|
5226
|
+
/**
|
|
5227
|
+
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
5228
|
+
*/
|
|
5229
|
+
oauthCustomAuthAttributes?: {
|
|
5230
|
+
[key: string]: string;
|
|
5231
|
+
};
|
|
5232
|
+
/**
|
|
5233
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
5234
|
+
*/
|
|
5235
|
+
oauthCustomScopes?: Array<string> | null;
|
|
5236
|
+
/**
|
|
5237
|
+
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
5238
|
+
*/
|
|
5239
|
+
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
5240
|
+
}
|
|
5241
|
+
export type JsonApiIdentityProviderInAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
5185
5242
|
export interface JsonApiIdentityProviderInDocument {
|
|
5186
5243
|
data: JsonApiIdentityProviderIn;
|
|
5187
5244
|
}
|
|
@@ -5261,7 +5318,7 @@ export interface JsonApiIdentityProviderOutDocument {
|
|
|
5261
5318
|
export interface JsonApiIdentityProviderOutList {
|
|
5262
5319
|
data: Array<JsonApiIdentityProviderOutWithLinks>;
|
|
5263
5320
|
links?: ListLinks;
|
|
5264
|
-
meta?:
|
|
5321
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5265
5322
|
}
|
|
5266
5323
|
export interface JsonApiIdentityProviderOutWithLinks {
|
|
5267
5324
|
/**
|
|
@@ -5288,60 +5345,9 @@ export interface JsonApiIdentityProviderPatch {
|
|
|
5288
5345
|
* API identifier of an object
|
|
5289
5346
|
*/
|
|
5290
5347
|
id: string;
|
|
5291
|
-
attributes?:
|
|
5348
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
5292
5349
|
}
|
|
5293
5350
|
export type JsonApiIdentityProviderPatchTypeEnum = "identityProvider";
|
|
5294
|
-
export interface JsonApiIdentityProviderPatchAttributes {
|
|
5295
|
-
/**
|
|
5296
|
-
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
5297
|
-
*/
|
|
5298
|
-
identifiers?: Array<string>;
|
|
5299
|
-
/**
|
|
5300
|
-
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
5301
|
-
*/
|
|
5302
|
-
customClaimMapping?: {
|
|
5303
|
-
[key: string]: string;
|
|
5304
|
-
};
|
|
5305
|
-
/**
|
|
5306
|
-
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
5307
|
-
*/
|
|
5308
|
-
samlMetadata?: string;
|
|
5309
|
-
/**
|
|
5310
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5311
|
-
*/
|
|
5312
|
-
oauthClientId?: string;
|
|
5313
|
-
/**
|
|
5314
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5315
|
-
*/
|
|
5316
|
-
oauthClientSecret?: string;
|
|
5317
|
-
/**
|
|
5318
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5319
|
-
*/
|
|
5320
|
-
oauthIssuerLocation?: string;
|
|
5321
|
-
/**
|
|
5322
|
-
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
5323
|
-
*/
|
|
5324
|
-
oauthIssuerId?: string;
|
|
5325
|
-
/**
|
|
5326
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
5327
|
-
*/
|
|
5328
|
-
oauthSubjectIdClaim?: string;
|
|
5329
|
-
/**
|
|
5330
|
-
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
5331
|
-
*/
|
|
5332
|
-
oauthCustomAuthAttributes?: {
|
|
5333
|
-
[key: string]: string;
|
|
5334
|
-
};
|
|
5335
|
-
/**
|
|
5336
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
5337
|
-
*/
|
|
5338
|
-
oauthCustomScopes?: Array<string> | null;
|
|
5339
|
-
/**
|
|
5340
|
-
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
5341
|
-
*/
|
|
5342
|
-
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
5343
|
-
}
|
|
5344
|
-
export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
5345
5351
|
export interface JsonApiIdentityProviderPatchDocument {
|
|
5346
5352
|
data: JsonApiIdentityProviderPatch;
|
|
5347
5353
|
}
|
|
@@ -5357,9 +5363,12 @@ export interface JsonApiJwkIn {
|
|
|
5357
5363
|
* API identifier of an object
|
|
5358
5364
|
*/
|
|
5359
5365
|
id: string;
|
|
5360
|
-
attributes?:
|
|
5366
|
+
attributes?: JsonApiJwkInAttributes;
|
|
5361
5367
|
}
|
|
5362
5368
|
export type JsonApiJwkInTypeEnum = "jwk";
|
|
5369
|
+
export interface JsonApiJwkInAttributes {
|
|
5370
|
+
content?: RsaSpecification;
|
|
5371
|
+
}
|
|
5363
5372
|
export interface JsonApiJwkInDocument {
|
|
5364
5373
|
data: JsonApiJwkIn;
|
|
5365
5374
|
}
|
|
@@ -5375,12 +5384,9 @@ export interface JsonApiJwkOut {
|
|
|
5375
5384
|
* API identifier of an object
|
|
5376
5385
|
*/
|
|
5377
5386
|
id: string;
|
|
5378
|
-
attributes?:
|
|
5387
|
+
attributes?: JsonApiJwkInAttributes;
|
|
5379
5388
|
}
|
|
5380
5389
|
export type JsonApiJwkOutTypeEnum = "jwk";
|
|
5381
|
-
export interface JsonApiJwkOutAttributes {
|
|
5382
|
-
content?: RsaSpecification;
|
|
5383
|
-
}
|
|
5384
5390
|
export interface JsonApiJwkOutDocument {
|
|
5385
5391
|
data: JsonApiJwkOut;
|
|
5386
5392
|
links?: ObjectLinks;
|
|
@@ -5391,7 +5397,7 @@ export interface JsonApiJwkOutDocument {
|
|
|
5391
5397
|
export interface JsonApiJwkOutList {
|
|
5392
5398
|
data: Array<JsonApiJwkOutWithLinks>;
|
|
5393
5399
|
links?: ListLinks;
|
|
5394
|
-
meta?:
|
|
5400
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5395
5401
|
}
|
|
5396
5402
|
export interface JsonApiJwkOutWithLinks {
|
|
5397
5403
|
/**
|
|
@@ -5402,7 +5408,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
5402
5408
|
* API identifier of an object
|
|
5403
5409
|
*/
|
|
5404
5410
|
id: string;
|
|
5405
|
-
attributes?:
|
|
5411
|
+
attributes?: JsonApiJwkInAttributes;
|
|
5406
5412
|
links?: ObjectLinks;
|
|
5407
5413
|
}
|
|
5408
5414
|
export type JsonApiJwkOutWithLinksTypeEnum = "jwk";
|
|
@@ -5418,7 +5424,7 @@ export interface JsonApiJwkPatch {
|
|
|
5418
5424
|
* API identifier of an object
|
|
5419
5425
|
*/
|
|
5420
5426
|
id: string;
|
|
5421
|
-
attributes?:
|
|
5427
|
+
attributes?: JsonApiJwkInAttributes;
|
|
5422
5428
|
}
|
|
5423
5429
|
export type JsonApiJwkPatchTypeEnum = "jwk";
|
|
5424
5430
|
export interface JsonApiJwkPatchDocument {
|
|
@@ -5489,7 +5495,7 @@ export interface JsonApiLabelOutDocument {
|
|
|
5489
5495
|
export interface JsonApiLabelOutList {
|
|
5490
5496
|
data: Array<JsonApiLabelOutWithLinks>;
|
|
5491
5497
|
links?: ListLinks;
|
|
5492
|
-
meta?:
|
|
5498
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5493
5499
|
/**
|
|
5494
5500
|
* Included resources
|
|
5495
5501
|
*/
|
|
@@ -5634,7 +5640,7 @@ export interface JsonApiLlmEndpointOutDocument {
|
|
|
5634
5640
|
export interface JsonApiLlmEndpointOutList {
|
|
5635
5641
|
data: Array<JsonApiLlmEndpointOutWithLinks>;
|
|
5636
5642
|
links?: ListLinks;
|
|
5637
|
-
meta?:
|
|
5643
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5638
5644
|
}
|
|
5639
5645
|
export interface JsonApiLlmEndpointOutWithLinks {
|
|
5640
5646
|
/**
|
|
@@ -5706,9 +5712,32 @@ export interface JsonApiMemoryItemIn {
|
|
|
5706
5712
|
* API identifier of an object
|
|
5707
5713
|
*/
|
|
5708
5714
|
id: string;
|
|
5709
|
-
attributes:
|
|
5715
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
5710
5716
|
}
|
|
5711
5717
|
export type JsonApiMemoryItemInTypeEnum = "memoryItem";
|
|
5718
|
+
export interface JsonApiMemoryItemInAttributes {
|
|
5719
|
+
title?: string;
|
|
5720
|
+
description?: string;
|
|
5721
|
+
tags?: Array<string>;
|
|
5722
|
+
areRelationsValid?: boolean;
|
|
5723
|
+
/**
|
|
5724
|
+
* Strategy defining when the memory item should be applied
|
|
5725
|
+
*/
|
|
5726
|
+
strategy: JsonApiMemoryItemInAttributesStrategyEnum;
|
|
5727
|
+
/**
|
|
5728
|
+
* The text that will be injected into the system prompt
|
|
5729
|
+
*/
|
|
5730
|
+
instruction: string;
|
|
5731
|
+
/**
|
|
5732
|
+
* Set of unique strings used for semantic similarity filtering
|
|
5733
|
+
*/
|
|
5734
|
+
keywords?: Array<string>;
|
|
5735
|
+
/**
|
|
5736
|
+
* Whether memory item is disabled
|
|
5737
|
+
*/
|
|
5738
|
+
isDisabled?: boolean;
|
|
5739
|
+
}
|
|
5740
|
+
export type JsonApiMemoryItemInAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
5712
5741
|
export interface JsonApiMemoryItemInDocument {
|
|
5713
5742
|
data: JsonApiMemoryItemIn;
|
|
5714
5743
|
}
|
|
@@ -5768,7 +5797,7 @@ export interface JsonApiMemoryItemOutDocument {
|
|
|
5768
5797
|
export interface JsonApiMemoryItemOutList {
|
|
5769
5798
|
data: Array<JsonApiMemoryItemOutWithLinks>;
|
|
5770
5799
|
links?: ListLinks;
|
|
5771
|
-
meta?:
|
|
5800
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5772
5801
|
/**
|
|
5773
5802
|
* Included resources
|
|
5774
5803
|
*/
|
|
@@ -5842,32 +5871,9 @@ export interface JsonApiMemoryItemPostOptionalId {
|
|
|
5842
5871
|
* API identifier of an object
|
|
5843
5872
|
*/
|
|
5844
5873
|
id?: string;
|
|
5845
|
-
attributes:
|
|
5874
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
5846
5875
|
}
|
|
5847
5876
|
export type JsonApiMemoryItemPostOptionalIdTypeEnum = "memoryItem";
|
|
5848
|
-
export interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
5849
|
-
title?: string;
|
|
5850
|
-
description?: string;
|
|
5851
|
-
tags?: Array<string>;
|
|
5852
|
-
areRelationsValid?: boolean;
|
|
5853
|
-
/**
|
|
5854
|
-
* Strategy defining when the memory item should be applied
|
|
5855
|
-
*/
|
|
5856
|
-
strategy: JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
5857
|
-
/**
|
|
5858
|
-
* The text that will be injected into the system prompt
|
|
5859
|
-
*/
|
|
5860
|
-
instruction: string;
|
|
5861
|
-
/**
|
|
5862
|
-
* Set of unique strings used for semantic similarity filtering
|
|
5863
|
-
*/
|
|
5864
|
-
keywords?: Array<string>;
|
|
5865
|
-
/**
|
|
5866
|
-
* Whether memory item is disabled
|
|
5867
|
-
*/
|
|
5868
|
-
isDisabled?: boolean;
|
|
5869
|
-
}
|
|
5870
|
-
export type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
5871
5877
|
export interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
5872
5878
|
data: JsonApiMemoryItemPostOptionalId;
|
|
5873
5879
|
}
|
|
@@ -5883,9 +5889,17 @@ export interface JsonApiMetricIn {
|
|
|
5883
5889
|
* API identifier of an object
|
|
5884
5890
|
*/
|
|
5885
5891
|
id: string;
|
|
5886
|
-
attributes:
|
|
5892
|
+
attributes: JsonApiMetricInAttributes;
|
|
5887
5893
|
}
|
|
5888
5894
|
export type JsonApiMetricInTypeEnum = "metric";
|
|
5895
|
+
export interface JsonApiMetricInAttributes {
|
|
5896
|
+
title?: string;
|
|
5897
|
+
description?: string;
|
|
5898
|
+
tags?: Array<string>;
|
|
5899
|
+
areRelationsValid?: boolean;
|
|
5900
|
+
content: JsonApiMetricOutAttributesContent;
|
|
5901
|
+
isHidden?: boolean;
|
|
5902
|
+
}
|
|
5889
5903
|
export interface JsonApiMetricInDocument {
|
|
5890
5904
|
data: JsonApiMetricIn;
|
|
5891
5905
|
}
|
|
@@ -5951,7 +5965,7 @@ export type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | JsonApiDat
|
|
|
5951
5965
|
export interface JsonApiMetricOutList {
|
|
5952
5966
|
data: Array<JsonApiMetricOutWithLinks>;
|
|
5953
5967
|
links?: ListLinks;
|
|
5954
|
-
meta?:
|
|
5968
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5955
5969
|
/**
|
|
5956
5970
|
* Included resources
|
|
5957
5971
|
*/
|
|
@@ -6010,17 +6024,9 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
6010
6024
|
* API identifier of an object
|
|
6011
6025
|
*/
|
|
6012
6026
|
id?: string;
|
|
6013
|
-
attributes:
|
|
6027
|
+
attributes: JsonApiMetricInAttributes;
|
|
6014
6028
|
}
|
|
6015
6029
|
export type JsonApiMetricPostOptionalIdTypeEnum = "metric";
|
|
6016
|
-
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
6017
|
-
title?: string;
|
|
6018
|
-
description?: string;
|
|
6019
|
-
tags?: Array<string>;
|
|
6020
|
-
areRelationsValid?: boolean;
|
|
6021
|
-
content: JsonApiMetricOutAttributesContent;
|
|
6022
|
-
isHidden?: boolean;
|
|
6023
|
-
}
|
|
6024
6030
|
export interface JsonApiMetricPostOptionalIdDocument {
|
|
6025
6031
|
data: JsonApiMetricPostOptionalId;
|
|
6026
6032
|
}
|
|
@@ -6060,7 +6066,7 @@ export interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
6060
6066
|
export interface JsonApiNotificationChannelIdentifierOutList {
|
|
6061
6067
|
data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
6062
6068
|
links?: ListLinks;
|
|
6063
|
-
meta?:
|
|
6069
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6064
6070
|
}
|
|
6065
6071
|
export interface JsonApiNotificationChannelIdentifierOutWithLinks {
|
|
6066
6072
|
/**
|
|
@@ -6087,7 +6093,7 @@ export interface JsonApiNotificationChannelIn {
|
|
|
6087
6093
|
* API identifier of an object
|
|
6088
6094
|
*/
|
|
6089
6095
|
id: string;
|
|
6090
|
-
attributes?:
|
|
6096
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
6091
6097
|
}
|
|
6092
6098
|
export type JsonApiNotificationChannelInTypeEnum = "notificationChannel";
|
|
6093
6099
|
export interface JsonApiNotificationChannelInDocument {
|
|
@@ -6161,7 +6167,7 @@ export interface JsonApiNotificationChannelOutDocument {
|
|
|
6161
6167
|
export interface JsonApiNotificationChannelOutList {
|
|
6162
6168
|
data: Array<JsonApiNotificationChannelOutWithLinks>;
|
|
6163
6169
|
links?: ListLinks;
|
|
6164
|
-
meta?:
|
|
6170
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6165
6171
|
}
|
|
6166
6172
|
export interface JsonApiNotificationChannelOutWithLinks {
|
|
6167
6173
|
/**
|
|
@@ -6188,10 +6194,28 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
6188
6194
|
* API identifier of an object
|
|
6189
6195
|
*/
|
|
6190
6196
|
id: string;
|
|
6191
|
-
attributes?:
|
|
6197
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
6192
6198
|
}
|
|
6193
6199
|
export type JsonApiNotificationChannelPatchTypeEnum = "notificationChannel";
|
|
6194
|
-
export interface
|
|
6200
|
+
export interface JsonApiNotificationChannelPatchDocument {
|
|
6201
|
+
data: JsonApiNotificationChannelPatch;
|
|
6202
|
+
}
|
|
6203
|
+
/**
|
|
6204
|
+
* JSON:API representation of notificationChannel entity.
|
|
6205
|
+
*/
|
|
6206
|
+
export interface JsonApiNotificationChannelPostOptionalId {
|
|
6207
|
+
/**
|
|
6208
|
+
* Object type
|
|
6209
|
+
*/
|
|
6210
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
6211
|
+
/**
|
|
6212
|
+
* API identifier of an object
|
|
6213
|
+
*/
|
|
6214
|
+
id?: string;
|
|
6215
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
6216
|
+
}
|
|
6217
|
+
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = "notificationChannel";
|
|
6218
|
+
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
6195
6219
|
name?: string | null;
|
|
6196
6220
|
description?: string | null;
|
|
6197
6221
|
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
@@ -6202,7 +6226,7 @@ export interface JsonApiNotificationChannelPatchAttributes {
|
|
|
6202
6226
|
/**
|
|
6203
6227
|
* Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
|
|
6204
6228
|
*/
|
|
6205
|
-
dashboardLinkVisibility?:
|
|
6229
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
|
|
6206
6230
|
/**
|
|
6207
6231
|
* Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
|
|
6208
6232
|
*/
|
|
@@ -6210,33 +6234,15 @@ export interface JsonApiNotificationChannelPatchAttributes {
|
|
|
6210
6234
|
/**
|
|
6211
6235
|
* Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
|
|
6212
6236
|
*/
|
|
6213
|
-
allowedRecipients?:
|
|
6237
|
+
allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
|
|
6214
6238
|
/**
|
|
6215
6239
|
* In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
|
|
6216
6240
|
*/
|
|
6217
|
-
inPlatformNotification?:
|
|
6241
|
+
inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
|
|
6218
6242
|
}
|
|
6219
|
-
export type
|
|
6220
|
-
export type
|
|
6221
|
-
export type
|
|
6222
|
-
export interface JsonApiNotificationChannelPatchDocument {
|
|
6223
|
-
data: JsonApiNotificationChannelPatch;
|
|
6224
|
-
}
|
|
6225
|
-
/**
|
|
6226
|
-
* JSON:API representation of notificationChannel entity.
|
|
6227
|
-
*/
|
|
6228
|
-
export interface JsonApiNotificationChannelPostOptionalId {
|
|
6229
|
-
/**
|
|
6230
|
-
* Object type
|
|
6231
|
-
*/
|
|
6232
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
6233
|
-
/**
|
|
6234
|
-
* API identifier of an object
|
|
6235
|
-
*/
|
|
6236
|
-
id?: string;
|
|
6237
|
-
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
6238
|
-
}
|
|
6239
|
-
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = "notificationChannel";
|
|
6243
|
+
export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = "HIDDEN" | "INTERNAL_ONLY" | "ALL";
|
|
6244
|
+
export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = "CREATOR" | "INTERNAL" | "EXTERNAL";
|
|
6245
|
+
export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = "DISABLED" | "ENABLED";
|
|
6240
6246
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
6241
6247
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
6242
6248
|
}
|
|
@@ -6316,16 +6322,10 @@ export interface JsonApiOrganizationOutMeta {
|
|
|
6316
6322
|
}
|
|
6317
6323
|
export type JsonApiOrganizationOutMetaPermissionsEnum = "MANAGE" | "SELF_CREATE_TOKEN";
|
|
6318
6324
|
export interface JsonApiOrganizationOutRelationships {
|
|
6319
|
-
bootstrapUser?:
|
|
6320
|
-
bootstrapUserGroup?:
|
|
6325
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
6326
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6321
6327
|
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
6322
6328
|
}
|
|
6323
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
6324
|
-
data: JsonApiUserLinkage | null;
|
|
6325
|
-
}
|
|
6326
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
6327
|
-
data: JsonApiUserGroupLinkage | null;
|
|
6328
|
-
}
|
|
6329
6329
|
/**
|
|
6330
6330
|
* JSON:API representation of patching organization entity.
|
|
6331
6331
|
*/
|
|
@@ -6377,7 +6377,7 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
6377
6377
|
* API identifier of an object
|
|
6378
6378
|
*/
|
|
6379
6379
|
id: string;
|
|
6380
|
-
attributes?:
|
|
6380
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6381
6381
|
}
|
|
6382
6382
|
export type JsonApiOrganizationSettingInTypeEnum = "organizationSetting";
|
|
6383
6383
|
export interface JsonApiOrganizationSettingInDocument {
|
|
@@ -6395,7 +6395,7 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
6395
6395
|
* API identifier of an object
|
|
6396
6396
|
*/
|
|
6397
6397
|
id: string;
|
|
6398
|
-
attributes?:
|
|
6398
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6399
6399
|
}
|
|
6400
6400
|
export type JsonApiOrganizationSettingOutTypeEnum = "organizationSetting";
|
|
6401
6401
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
@@ -6408,7 +6408,7 @@ export interface JsonApiOrganizationSettingOutDocument {
|
|
|
6408
6408
|
export interface JsonApiOrganizationSettingOutList {
|
|
6409
6409
|
data: Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
6410
6410
|
links?: ListLinks;
|
|
6411
|
-
meta?:
|
|
6411
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6412
6412
|
}
|
|
6413
6413
|
export interface JsonApiOrganizationSettingOutWithLinks {
|
|
6414
6414
|
/**
|
|
@@ -6419,7 +6419,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
6419
6419
|
* API identifier of an object
|
|
6420
6420
|
*/
|
|
6421
6421
|
id: string;
|
|
6422
|
-
attributes?:
|
|
6422
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6423
6423
|
links?: ObjectLinks;
|
|
6424
6424
|
}
|
|
6425
6425
|
export type JsonApiOrganizationSettingOutWithLinksTypeEnum = "organizationSetting";
|
|
@@ -6435,7 +6435,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
6435
6435
|
* API identifier of an object
|
|
6436
6436
|
*/
|
|
6437
6437
|
id: string;
|
|
6438
|
-
attributes?:
|
|
6438
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6439
6439
|
}
|
|
6440
6440
|
export type JsonApiOrganizationSettingPatchTypeEnum = "organizationSetting";
|
|
6441
6441
|
export interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -6453,7 +6453,7 @@ export interface JsonApiThemeIn {
|
|
|
6453
6453
|
* API identifier of an object
|
|
6454
6454
|
*/
|
|
6455
6455
|
id: string;
|
|
6456
|
-
attributes:
|
|
6456
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
6457
6457
|
}
|
|
6458
6458
|
export type JsonApiThemeInTypeEnum = "theme";
|
|
6459
6459
|
export interface JsonApiThemeInDocument {
|
|
@@ -6471,7 +6471,7 @@ export interface JsonApiThemeOut {
|
|
|
6471
6471
|
* API identifier of an object
|
|
6472
6472
|
*/
|
|
6473
6473
|
id: string;
|
|
6474
|
-
attributes:
|
|
6474
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
6475
6475
|
}
|
|
6476
6476
|
export type JsonApiThemeOutTypeEnum = "theme";
|
|
6477
6477
|
export interface JsonApiThemeOutDocument {
|
|
@@ -6484,7 +6484,7 @@ export interface JsonApiThemeOutDocument {
|
|
|
6484
6484
|
export interface JsonApiThemeOutList {
|
|
6485
6485
|
data: Array<JsonApiThemeOutWithLinks>;
|
|
6486
6486
|
links?: ListLinks;
|
|
6487
|
-
meta?:
|
|
6487
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6488
6488
|
}
|
|
6489
6489
|
export interface JsonApiThemeOutWithLinks {
|
|
6490
6490
|
/**
|
|
@@ -6495,7 +6495,7 @@ export interface JsonApiThemeOutWithLinks {
|
|
|
6495
6495
|
* API identifier of an object
|
|
6496
6496
|
*/
|
|
6497
6497
|
id: string;
|
|
6498
|
-
attributes:
|
|
6498
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
6499
6499
|
links?: ObjectLinks;
|
|
6500
6500
|
}
|
|
6501
6501
|
export type JsonApiThemeOutWithLinksTypeEnum = "theme";
|
|
@@ -6530,12 +6530,16 @@ export interface JsonApiUserDataFilterIn {
|
|
|
6530
6530
|
*/
|
|
6531
6531
|
id: string;
|
|
6532
6532
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6533
|
-
relationships?:
|
|
6533
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6534
6534
|
}
|
|
6535
6535
|
export type JsonApiUserDataFilterInTypeEnum = "userDataFilter";
|
|
6536
6536
|
export interface JsonApiUserDataFilterInDocument {
|
|
6537
6537
|
data: JsonApiUserDataFilterIn;
|
|
6538
6538
|
}
|
|
6539
|
+
export interface JsonApiUserDataFilterInRelationships {
|
|
6540
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
6541
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6542
|
+
}
|
|
6539
6543
|
/**
|
|
6540
6544
|
* JSON:API representation of userDataFilter entity.
|
|
6541
6545
|
*/
|
|
@@ -6578,21 +6582,24 @@ export type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
6578
6582
|
export interface JsonApiUserDataFilterOutList {
|
|
6579
6583
|
data: Array<JsonApiUserDataFilterOutWithLinks>;
|
|
6580
6584
|
links?: ListLinks;
|
|
6581
|
-
meta?:
|
|
6585
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6582
6586
|
/**
|
|
6583
6587
|
* Included resources
|
|
6584
6588
|
*/
|
|
6585
6589
|
included?: Array<JsonApiUserDataFilterOutIncludes>;
|
|
6586
6590
|
}
|
|
6587
6591
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
6588
|
-
user?:
|
|
6589
|
-
userGroup?:
|
|
6592
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
6593
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6590
6594
|
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
6591
6595
|
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
6592
6596
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
6593
6597
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
6594
6598
|
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
6595
6599
|
}
|
|
6600
|
+
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
6601
|
+
data: JsonApiUserGroupLinkage | null;
|
|
6602
|
+
}
|
|
6596
6603
|
export interface JsonApiUserDataFilterOutWithLinks {
|
|
6597
6604
|
/**
|
|
6598
6605
|
* Object type
|
|
@@ -6621,7 +6628,7 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
6621
6628
|
*/
|
|
6622
6629
|
id: string;
|
|
6623
6630
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
6624
|
-
relationships?:
|
|
6631
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6625
6632
|
}
|
|
6626
6633
|
export type JsonApiUserDataFilterPatchTypeEnum = "userDataFilter";
|
|
6627
6634
|
export interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -6647,16 +6654,12 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
6647
6654
|
*/
|
|
6648
6655
|
id?: string;
|
|
6649
6656
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6650
|
-
relationships?:
|
|
6657
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6651
6658
|
}
|
|
6652
6659
|
export type JsonApiUserDataFilterPostOptionalIdTypeEnum = "userDataFilter";
|
|
6653
6660
|
export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
6654
6661
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
6655
6662
|
}
|
|
6656
|
-
export interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
6657
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6658
|
-
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
6659
|
-
}
|
|
6660
6663
|
/**
|
|
6661
6664
|
* JSON:API representation of userGroup entity.
|
|
6662
6665
|
*/
|
|
@@ -6717,7 +6720,7 @@ export interface JsonApiUserGroupOutDocument {
|
|
|
6717
6720
|
export interface JsonApiUserGroupOutList {
|
|
6718
6721
|
data: Array<JsonApiUserGroupOutWithLinks>;
|
|
6719
6722
|
links?: ListLinks;
|
|
6720
|
-
meta?:
|
|
6723
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6721
6724
|
/**
|
|
6722
6725
|
* Included resources
|
|
6723
6726
|
*/
|
|
@@ -6797,7 +6800,7 @@ export interface JsonApiUserIdentifierOutDocument {
|
|
|
6797
6800
|
export interface JsonApiUserIdentifierOutList {
|
|
6798
6801
|
data: Array<JsonApiUserIdentifierOutWithLinks>;
|
|
6799
6802
|
links?: ListLinks;
|
|
6800
|
-
meta?:
|
|
6803
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6801
6804
|
}
|
|
6802
6805
|
export interface JsonApiUserIdentifierOutWithLinks {
|
|
6803
6806
|
/**
|
|
@@ -6875,7 +6878,7 @@ export interface JsonApiUserOutDocument {
|
|
|
6875
6878
|
export interface JsonApiUserOutList {
|
|
6876
6879
|
data: Array<JsonApiUserOutWithLinks>;
|
|
6877
6880
|
links?: ListLinks;
|
|
6878
|
-
meta?:
|
|
6881
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6879
6882
|
/**
|
|
6880
6883
|
* Included resources
|
|
6881
6884
|
*/
|
|
@@ -6935,9 +6938,17 @@ export interface JsonApiUserSettingIn {
|
|
|
6935
6938
|
* API identifier of an object
|
|
6936
6939
|
*/
|
|
6937
6940
|
id: string;
|
|
6938
|
-
attributes?:
|
|
6941
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6939
6942
|
}
|
|
6940
6943
|
export type JsonApiUserSettingInTypeEnum = "userSetting";
|
|
6944
|
+
export interface JsonApiUserSettingInAttributes {
|
|
6945
|
+
/**
|
|
6946
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6947
|
+
*/
|
|
6948
|
+
content?: object;
|
|
6949
|
+
type?: JsonApiUserSettingInAttributesTypeEnum;
|
|
6950
|
+
}
|
|
6951
|
+
export type JsonApiUserSettingInAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "MAX_ZOOM_LEVEL" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
6941
6952
|
export interface JsonApiUserSettingInDocument {
|
|
6942
6953
|
data: JsonApiUserSettingIn;
|
|
6943
6954
|
}
|
|
@@ -6953,7 +6964,7 @@ export interface JsonApiUserSettingOut {
|
|
|
6953
6964
|
* API identifier of an object
|
|
6954
6965
|
*/
|
|
6955
6966
|
id: string;
|
|
6956
|
-
attributes?:
|
|
6967
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6957
6968
|
}
|
|
6958
6969
|
export type JsonApiUserSettingOutTypeEnum = "userSetting";
|
|
6959
6970
|
export interface JsonApiUserSettingOutDocument {
|
|
@@ -6966,7 +6977,7 @@ export interface JsonApiUserSettingOutDocument {
|
|
|
6966
6977
|
export interface JsonApiUserSettingOutList {
|
|
6967
6978
|
data: Array<JsonApiUserSettingOutWithLinks>;
|
|
6968
6979
|
links?: ListLinks;
|
|
6969
|
-
meta?:
|
|
6980
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6970
6981
|
}
|
|
6971
6982
|
export interface JsonApiUserSettingOutWithLinks {
|
|
6972
6983
|
/**
|
|
@@ -6977,7 +6988,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
6977
6988
|
* API identifier of an object
|
|
6978
6989
|
*/
|
|
6979
6990
|
id: string;
|
|
6980
|
-
attributes?:
|
|
6991
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
6981
6992
|
links?: ObjectLinks;
|
|
6982
6993
|
}
|
|
6983
6994
|
export type JsonApiUserSettingOutWithLinksTypeEnum = "userSetting";
|
|
@@ -6993,9 +7004,20 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
6993
7004
|
* API identifier of an object
|
|
6994
7005
|
*/
|
|
6995
7006
|
id: string;
|
|
6996
|
-
attributes:
|
|
7007
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
6997
7008
|
}
|
|
6998
7009
|
export type JsonApiVisualizationObjectInTypeEnum = "visualizationObject";
|
|
7010
|
+
export interface JsonApiVisualizationObjectInAttributes {
|
|
7011
|
+
title?: string;
|
|
7012
|
+
description?: string;
|
|
7013
|
+
tags?: Array<string>;
|
|
7014
|
+
areRelationsValid?: boolean;
|
|
7015
|
+
/**
|
|
7016
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
7017
|
+
*/
|
|
7018
|
+
content: object;
|
|
7019
|
+
isHidden?: boolean;
|
|
7020
|
+
}
|
|
6999
7021
|
export interface JsonApiVisualizationObjectInDocument {
|
|
7000
7022
|
data: JsonApiVisualizationObjectIn;
|
|
7001
7023
|
}
|
|
@@ -7051,7 +7073,7 @@ export interface JsonApiVisualizationObjectOutDocument {
|
|
|
7051
7073
|
export interface JsonApiVisualizationObjectOutList {
|
|
7052
7074
|
data: Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
7053
7075
|
links?: ListLinks;
|
|
7054
|
-
meta?:
|
|
7076
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7055
7077
|
/**
|
|
7056
7078
|
* Included resources
|
|
7057
7079
|
*/
|
|
@@ -7137,20 +7159,9 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
7137
7159
|
* API identifier of an object
|
|
7138
7160
|
*/
|
|
7139
7161
|
id?: string;
|
|
7140
|
-
attributes:
|
|
7162
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
7141
7163
|
}
|
|
7142
7164
|
export type JsonApiVisualizationObjectPostOptionalIdTypeEnum = "visualizationObject";
|
|
7143
|
-
export interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
7144
|
-
title?: string;
|
|
7145
|
-
description?: string;
|
|
7146
|
-
tags?: Array<string>;
|
|
7147
|
-
areRelationsValid?: boolean;
|
|
7148
|
-
/**
|
|
7149
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
7150
|
-
*/
|
|
7151
|
-
content: object;
|
|
7152
|
-
isHidden?: boolean;
|
|
7153
|
-
}
|
|
7154
7165
|
export interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
7155
7166
|
data: JsonApiVisualizationObjectPostOptionalId;
|
|
7156
7167
|
}
|
|
@@ -7180,19 +7191,16 @@ export type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
7180
7191
|
export interface JsonApiWorkspaceAutomationOutList {
|
|
7181
7192
|
data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
7182
7193
|
links?: ListLinks;
|
|
7183
|
-
meta?:
|
|
7194
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7184
7195
|
/**
|
|
7185
7196
|
* Included resources
|
|
7186
7197
|
*/
|
|
7187
7198
|
included?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
7188
7199
|
}
|
|
7189
|
-
export interface JsonApiWorkspaceAutomationOutListMeta {
|
|
7190
|
-
page?: PageMetadata;
|
|
7191
|
-
}
|
|
7192
7200
|
export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
7193
|
-
workspace?:
|
|
7201
|
+
workspace?: JsonApiWorkspaceInRelationshipsParent;
|
|
7194
7202
|
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7195
|
-
analyticalDashboard?:
|
|
7203
|
+
analyticalDashboard?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
7196
7204
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7197
7205
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7198
7206
|
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
@@ -7276,7 +7284,7 @@ export interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
7276
7284
|
export interface JsonApiWorkspaceDataFilterOutList {
|
|
7277
7285
|
data: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
7278
7286
|
links?: ListLinks;
|
|
7279
|
-
meta?:
|
|
7287
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7280
7288
|
/**
|
|
7281
7289
|
* Included resources
|
|
7282
7290
|
*/
|
|
@@ -7388,7 +7396,7 @@ export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
7388
7396
|
export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
7389
7397
|
data: Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
7390
7398
|
links?: ListLinks;
|
|
7391
|
-
meta?:
|
|
7399
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7392
7400
|
/**
|
|
7393
7401
|
* Included resources
|
|
7394
7402
|
*/
|
|
@@ -7446,39 +7454,11 @@ export interface JsonApiWorkspaceIn {
|
|
|
7446
7454
|
* API identifier of an object
|
|
7447
7455
|
*/
|
|
7448
7456
|
id: string;
|
|
7449
|
-
attributes?:
|
|
7450
|
-
relationships?:
|
|
7457
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
7458
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
7451
7459
|
}
|
|
7452
7460
|
export type JsonApiWorkspaceInTypeEnum = "workspace";
|
|
7453
|
-
export interface
|
|
7454
|
-
data: JsonApiWorkspaceIn;
|
|
7455
|
-
}
|
|
7456
|
-
/**
|
|
7457
|
-
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7458
|
-
*/
|
|
7459
|
-
export interface JsonApiWorkspaceLinkage {
|
|
7460
|
-
id: string;
|
|
7461
|
-
type: JsonApiWorkspaceLinkageTypeEnum;
|
|
7462
|
-
}
|
|
7463
|
-
export type JsonApiWorkspaceLinkageTypeEnum = "workspace";
|
|
7464
|
-
/**
|
|
7465
|
-
* JSON:API representation of workspace entity.
|
|
7466
|
-
*/
|
|
7467
|
-
export interface JsonApiWorkspaceOut {
|
|
7468
|
-
/**
|
|
7469
|
-
* Object type
|
|
7470
|
-
*/
|
|
7471
|
-
type: JsonApiWorkspaceOutTypeEnum;
|
|
7472
|
-
/**
|
|
7473
|
-
* API identifier of an object
|
|
7474
|
-
*/
|
|
7475
|
-
id: string;
|
|
7476
|
-
meta?: JsonApiWorkspaceOutMeta;
|
|
7477
|
-
attributes?: JsonApiWorkspaceOutAttributes;
|
|
7478
|
-
relationships?: JsonApiWorkspaceOutRelationships;
|
|
7479
|
-
}
|
|
7480
|
-
export type JsonApiWorkspaceOutTypeEnum = "workspace";
|
|
7481
|
-
export interface JsonApiWorkspaceOutAttributes {
|
|
7461
|
+
export interface JsonApiWorkspaceInAttributes {
|
|
7482
7462
|
name?: string | null;
|
|
7483
7463
|
/**
|
|
7484
7464
|
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
@@ -7495,12 +7475,12 @@ export interface JsonApiWorkspaceOutAttributes {
|
|
|
7495
7475
|
*/
|
|
7496
7476
|
prefix?: string | null;
|
|
7497
7477
|
cacheExtraLimit?: number;
|
|
7498
|
-
dataSource?:
|
|
7478
|
+
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
7499
7479
|
}
|
|
7500
7480
|
/**
|
|
7501
7481
|
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
7502
7482
|
*/
|
|
7503
|
-
export interface
|
|
7483
|
+
export interface JsonApiWorkspaceInAttributesDataSource {
|
|
7504
7484
|
/**
|
|
7505
7485
|
* The ID of the used data source.
|
|
7506
7486
|
*/
|
|
@@ -7510,6 +7490,40 @@ export interface JsonApiWorkspaceOutAttributesDataSource {
|
|
|
7510
7490
|
*/
|
|
7511
7491
|
schemaPath?: Array<string>;
|
|
7512
7492
|
}
|
|
7493
|
+
export interface JsonApiWorkspaceInDocument {
|
|
7494
|
+
data: JsonApiWorkspaceIn;
|
|
7495
|
+
}
|
|
7496
|
+
export interface JsonApiWorkspaceInRelationships {
|
|
7497
|
+
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
7498
|
+
}
|
|
7499
|
+
export interface JsonApiWorkspaceInRelationshipsParent {
|
|
7500
|
+
data: JsonApiWorkspaceLinkage | null;
|
|
7501
|
+
}
|
|
7502
|
+
/**
|
|
7503
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7504
|
+
*/
|
|
7505
|
+
export interface JsonApiWorkspaceLinkage {
|
|
7506
|
+
id: string;
|
|
7507
|
+
type: JsonApiWorkspaceLinkageTypeEnum;
|
|
7508
|
+
}
|
|
7509
|
+
export type JsonApiWorkspaceLinkageTypeEnum = "workspace";
|
|
7510
|
+
/**
|
|
7511
|
+
* JSON:API representation of workspace entity.
|
|
7512
|
+
*/
|
|
7513
|
+
export interface JsonApiWorkspaceOut {
|
|
7514
|
+
/**
|
|
7515
|
+
* Object type
|
|
7516
|
+
*/
|
|
7517
|
+
type: JsonApiWorkspaceOutTypeEnum;
|
|
7518
|
+
/**
|
|
7519
|
+
* API identifier of an object
|
|
7520
|
+
*/
|
|
7521
|
+
id: string;
|
|
7522
|
+
meta?: JsonApiWorkspaceOutMeta;
|
|
7523
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
7524
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
7525
|
+
}
|
|
7526
|
+
export type JsonApiWorkspaceOutTypeEnum = "workspace";
|
|
7513
7527
|
export interface JsonApiWorkspaceOutDocument {
|
|
7514
7528
|
data: JsonApiWorkspaceOut;
|
|
7515
7529
|
links?: ObjectLinks;
|
|
@@ -7524,7 +7538,7 @@ export interface JsonApiWorkspaceOutDocument {
|
|
|
7524
7538
|
export interface JsonApiWorkspaceOutList {
|
|
7525
7539
|
data: Array<JsonApiWorkspaceOutWithLinks>;
|
|
7526
7540
|
links?: ListLinks;
|
|
7527
|
-
meta?:
|
|
7541
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7528
7542
|
/**
|
|
7529
7543
|
* Included resources
|
|
7530
7544
|
*/
|
|
@@ -7566,12 +7580,6 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
|
|
|
7566
7580
|
*/
|
|
7567
7581
|
childrenCount: number;
|
|
7568
7582
|
}
|
|
7569
|
-
export interface JsonApiWorkspaceOutRelationships {
|
|
7570
|
-
parent?: JsonApiWorkspaceOutRelationshipsParent;
|
|
7571
|
-
}
|
|
7572
|
-
export interface JsonApiWorkspaceOutRelationshipsParent {
|
|
7573
|
-
data: JsonApiWorkspaceLinkage | null;
|
|
7574
|
-
}
|
|
7575
7583
|
export interface JsonApiWorkspaceOutWithLinks {
|
|
7576
7584
|
/**
|
|
7577
7585
|
* Object type
|
|
@@ -7582,8 +7590,8 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
7582
7590
|
*/
|
|
7583
7591
|
id: string;
|
|
7584
7592
|
meta?: JsonApiWorkspaceOutMeta;
|
|
7585
|
-
attributes?:
|
|
7586
|
-
relationships?:
|
|
7593
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
7594
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
7587
7595
|
links?: ObjectLinks;
|
|
7588
7596
|
}
|
|
7589
7597
|
export type JsonApiWorkspaceOutWithLinksTypeEnum = "workspace";
|
|
@@ -7599,8 +7607,8 @@ export interface JsonApiWorkspacePatch {
|
|
|
7599
7607
|
* API identifier of an object
|
|
7600
7608
|
*/
|
|
7601
7609
|
id: string;
|
|
7602
|
-
attributes?:
|
|
7603
|
-
relationships?:
|
|
7610
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
7611
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
7604
7612
|
}
|
|
7605
7613
|
export type JsonApiWorkspacePatchTypeEnum = "workspace";
|
|
7606
7614
|
export interface JsonApiWorkspacePatchDocument {
|
|
@@ -7618,7 +7626,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
7618
7626
|
* API identifier of an object
|
|
7619
7627
|
*/
|
|
7620
7628
|
id: string;
|
|
7621
|
-
attributes?:
|
|
7629
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
7622
7630
|
}
|
|
7623
7631
|
export type JsonApiWorkspaceSettingInTypeEnum = "workspaceSetting";
|
|
7624
7632
|
export interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -7637,17 +7645,9 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
7637
7645
|
*/
|
|
7638
7646
|
id: string;
|
|
7639
7647
|
meta?: JsonApiDatasetOutMeta;
|
|
7640
|
-
attributes?:
|
|
7648
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
7641
7649
|
}
|
|
7642
7650
|
export type JsonApiWorkspaceSettingOutTypeEnum = "workspaceSetting";
|
|
7643
|
-
export interface JsonApiWorkspaceSettingOutAttributes {
|
|
7644
|
-
/**
|
|
7645
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7646
|
-
*/
|
|
7647
|
-
content?: object;
|
|
7648
|
-
type?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
|
|
7649
|
-
}
|
|
7650
|
-
export type JsonApiWorkspaceSettingOutAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
7651
7651
|
export interface JsonApiWorkspaceSettingOutDocument {
|
|
7652
7652
|
data: JsonApiWorkspaceSettingOut;
|
|
7653
7653
|
links?: ObjectLinks;
|
|
@@ -7658,7 +7658,7 @@ export interface JsonApiWorkspaceSettingOutDocument {
|
|
|
7658
7658
|
export interface JsonApiWorkspaceSettingOutList {
|
|
7659
7659
|
data: Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
7660
7660
|
links?: ListLinks;
|
|
7661
|
-
meta?:
|
|
7661
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7662
7662
|
}
|
|
7663
7663
|
export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
7664
7664
|
/**
|
|
@@ -7670,7 +7670,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
7670
7670
|
*/
|
|
7671
7671
|
id: string;
|
|
7672
7672
|
meta?: JsonApiDatasetOutMeta;
|
|
7673
|
-
attributes?:
|
|
7673
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
7674
7674
|
links?: ObjectLinks;
|
|
7675
7675
|
}
|
|
7676
7676
|
export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = "workspaceSetting";
|
|
@@ -7686,7 +7686,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
7686
7686
|
* API identifier of an object
|
|
7687
7687
|
*/
|
|
7688
7688
|
id: string;
|
|
7689
|
-
attributes?:
|
|
7689
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
7690
7690
|
}
|
|
7691
7691
|
export type JsonApiWorkspaceSettingPatchTypeEnum = "workspaceSetting";
|
|
7692
7692
|
export interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -7704,7 +7704,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
7704
7704
|
* API identifier of an object
|
|
7705
7705
|
*/
|
|
7706
7706
|
id?: string;
|
|
7707
|
-
attributes?:
|
|
7707
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
7708
7708
|
}
|
|
7709
7709
|
export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = "workspaceSetting";
|
|
7710
7710
|
export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -8179,7 +8179,7 @@ export interface RelativeBoundedDateFilter {
|
|
|
8179
8179
|
from?: number;
|
|
8180
8180
|
to?: number;
|
|
8181
8181
|
}
|
|
8182
|
-
export type RelativeBoundedDateFilterGranularityEnum = "ALL_TIME_GRANULARITY" | "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour";
|
|
8182
|
+
export type RelativeBoundedDateFilterGranularityEnum = "ALL_TIME_GRANULARITY" | "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour" | "GDC.time.fiscal_month" | "GDC.time.fiscal_quarter" | "GDC.time.fiscal_year";
|
|
8183
8183
|
/**
|
|
8184
8184
|
* A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
|
|
8185
8185
|
*/
|
|
@@ -8204,7 +8204,7 @@ export interface RelativeDateFilterRelativeDateFilter {
|
|
|
8204
8204
|
boundedFilter?: BoundedFilter;
|
|
8205
8205
|
dataset: AfmObjectIdentifierDataset;
|
|
8206
8206
|
}
|
|
8207
|
-
export type RelativeDateFilterRelativeDateFilterGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR";
|
|
8207
|
+
export type RelativeDateFilterRelativeDateFilterGranularityEnum = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_QUARTER" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR" | "FISCAL_MONTH" | "FISCAL_QUARTER" | "FISCAL_YEAR";
|
|
8208
8208
|
export interface RelativeWrapper {
|
|
8209
8209
|
relative: Relative;
|
|
8210
8210
|
}
|
|
@@ -8235,7 +8235,7 @@ export interface ResolvedSetting {
|
|
|
8235
8235
|
*/
|
|
8236
8236
|
type?: ResolvedSettingTypeEnum;
|
|
8237
8237
|
}
|
|
8238
|
-
export type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
8238
|
+
export type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "MAX_ZOOM_LEVEL" | "SORT_CASE_SENSITIVE" | "METRIC_FORMAT_OVERRIDE" | "ENABLE_AI_ON_DATA";
|
|
8239
8239
|
export interface RsaSpecification {
|
|
8240
8240
|
kty: RsaSpecificationKtyEnum;
|
|
8241
8241
|
alg: RsaSpecificationAlgEnum;
|