@gooddata/api-client-tiger 11.3.0-alpha.1 → 11.3.0-alpha.3
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.js +1 -1
- package/esm/api-client-tiger.d.ts +580 -374
- package/esm/generated/afm-rest-api/api.d.ts +324 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +327 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +187 -0
- package/esm/generated/metadata-json-api/api.d.ts +339 -339
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +51 -51
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +9511 -9511
- package/esm/metadataUtilities.js +3 -3
- package/esm/metadataUtilities.js.map +1 -1
- package/esm/organizationUtilities.js +3 -3
- package/esm/organizationUtilities.js.map +1 -1
- package/package.json +3 -3
|
@@ -4175,19 +4175,12 @@ export interface JsonApiColorPaletteIn {
|
|
|
4175
4175
|
* API identifier of an object
|
|
4176
4176
|
*/
|
|
4177
4177
|
id: string;
|
|
4178
|
-
attributes:
|
|
4178
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
4179
4179
|
}
|
|
4180
4180
|
export declare const JsonApiColorPaletteInTypeEnum: {
|
|
4181
4181
|
readonly COLOR_PALETTE: "colorPalette";
|
|
4182
4182
|
};
|
|
4183
4183
|
export type JsonApiColorPaletteInTypeEnum = (typeof JsonApiColorPaletteInTypeEnum)[keyof typeof JsonApiColorPaletteInTypeEnum];
|
|
4184
|
-
export interface JsonApiColorPaletteInAttributes {
|
|
4185
|
-
name: string;
|
|
4186
|
-
/**
|
|
4187
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4188
|
-
*/
|
|
4189
|
-
content: object;
|
|
4190
|
-
}
|
|
4191
4184
|
export interface JsonApiColorPaletteInDocument {
|
|
4192
4185
|
data: JsonApiColorPaletteIn;
|
|
4193
4186
|
}
|
|
@@ -4203,12 +4196,19 @@ export interface JsonApiColorPaletteOut {
|
|
|
4203
4196
|
* API identifier of an object
|
|
4204
4197
|
*/
|
|
4205
4198
|
id: string;
|
|
4206
|
-
attributes:
|
|
4199
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
4207
4200
|
}
|
|
4208
4201
|
export declare const JsonApiColorPaletteOutTypeEnum: {
|
|
4209
4202
|
readonly COLOR_PALETTE: "colorPalette";
|
|
4210
4203
|
};
|
|
4211
4204
|
export type JsonApiColorPaletteOutTypeEnum = (typeof JsonApiColorPaletteOutTypeEnum)[keyof typeof JsonApiColorPaletteOutTypeEnum];
|
|
4205
|
+
export interface JsonApiColorPaletteOutAttributes {
|
|
4206
|
+
name: string;
|
|
4207
|
+
/**
|
|
4208
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4209
|
+
*/
|
|
4210
|
+
content: object;
|
|
4211
|
+
}
|
|
4212
4212
|
export interface JsonApiColorPaletteOutDocument {
|
|
4213
4213
|
data: JsonApiColorPaletteOut;
|
|
4214
4214
|
links?: ObjectLinks;
|
|
@@ -4230,7 +4230,7 @@ export interface JsonApiColorPaletteOutWithLinks {
|
|
|
4230
4230
|
* API identifier of an object
|
|
4231
4231
|
*/
|
|
4232
4232
|
id: string;
|
|
4233
|
-
attributes:
|
|
4233
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
4234
4234
|
links?: ObjectLinks;
|
|
4235
4235
|
}
|
|
4236
4236
|
export declare const JsonApiColorPaletteOutWithLinksTypeEnum: {
|
|
@@ -4277,19 +4277,12 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
4277
4277
|
* API identifier of an object
|
|
4278
4278
|
*/
|
|
4279
4279
|
id: string;
|
|
4280
|
-
attributes?:
|
|
4280
|
+
attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4281
4281
|
}
|
|
4282
4282
|
export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
4283
4283
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
4284
4284
|
};
|
|
4285
4285
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = (typeof JsonApiCookieSecurityConfigurationInTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
4286
|
-
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
4287
|
-
lastRotation?: string;
|
|
4288
|
-
/**
|
|
4289
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4290
|
-
*/
|
|
4291
|
-
rotationInterval?: string;
|
|
4292
|
-
}
|
|
4293
4286
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
4294
4287
|
data: JsonApiCookieSecurityConfigurationIn;
|
|
4295
4288
|
}
|
|
@@ -4305,12 +4298,19 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
4305
4298
|
* API identifier of an object
|
|
4306
4299
|
*/
|
|
4307
4300
|
id: string;
|
|
4308
|
-
attributes?:
|
|
4301
|
+
attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4309
4302
|
}
|
|
4310
4303
|
export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
4311
4304
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
4312
4305
|
};
|
|
4313
4306
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = (typeof JsonApiCookieSecurityConfigurationOutTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationOutTypeEnum];
|
|
4307
|
+
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
4308
|
+
lastRotation?: string;
|
|
4309
|
+
/**
|
|
4310
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4311
|
+
*/
|
|
4312
|
+
rotationInterval?: string;
|
|
4313
|
+
}
|
|
4314
4314
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
4315
4315
|
data: JsonApiCookieSecurityConfigurationOut;
|
|
4316
4316
|
links?: ObjectLinks;
|
|
@@ -4327,7 +4327,7 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
4327
4327
|
* API identifier of an object
|
|
4328
4328
|
*/
|
|
4329
4329
|
id: string;
|
|
4330
|
-
attributes?:
|
|
4330
|
+
attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4331
4331
|
}
|
|
4332
4332
|
export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
4333
4333
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
@@ -4348,15 +4348,12 @@ export interface JsonApiCspDirectiveIn {
|
|
|
4348
4348
|
* API identifier of an object
|
|
4349
4349
|
*/
|
|
4350
4350
|
id: string;
|
|
4351
|
-
attributes:
|
|
4351
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
4352
4352
|
}
|
|
4353
4353
|
export declare const JsonApiCspDirectiveInTypeEnum: {
|
|
4354
4354
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
4355
4355
|
};
|
|
4356
4356
|
export type JsonApiCspDirectiveInTypeEnum = (typeof JsonApiCspDirectiveInTypeEnum)[keyof typeof JsonApiCspDirectiveInTypeEnum];
|
|
4357
|
-
export interface JsonApiCspDirectiveInAttributes {
|
|
4358
|
-
sources: Array<string>;
|
|
4359
|
-
}
|
|
4360
4357
|
export interface JsonApiCspDirectiveInDocument {
|
|
4361
4358
|
data: JsonApiCspDirectiveIn;
|
|
4362
4359
|
}
|
|
@@ -4372,12 +4369,15 @@ export interface JsonApiCspDirectiveOut {
|
|
|
4372
4369
|
* API identifier of an object
|
|
4373
4370
|
*/
|
|
4374
4371
|
id: string;
|
|
4375
|
-
attributes:
|
|
4372
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
4376
4373
|
}
|
|
4377
4374
|
export declare const JsonApiCspDirectiveOutTypeEnum: {
|
|
4378
4375
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
4379
4376
|
};
|
|
4380
4377
|
export type JsonApiCspDirectiveOutTypeEnum = (typeof JsonApiCspDirectiveOutTypeEnum)[keyof typeof JsonApiCspDirectiveOutTypeEnum];
|
|
4378
|
+
export interface JsonApiCspDirectiveOutAttributes {
|
|
4379
|
+
sources: Array<string>;
|
|
4380
|
+
}
|
|
4381
4381
|
export interface JsonApiCspDirectiveOutDocument {
|
|
4382
4382
|
data: JsonApiCspDirectiveOut;
|
|
4383
4383
|
links?: ObjectLinks;
|
|
@@ -4399,7 +4399,7 @@ export interface JsonApiCspDirectiveOutWithLinks {
|
|
|
4399
4399
|
* API identifier of an object
|
|
4400
4400
|
*/
|
|
4401
4401
|
id: string;
|
|
4402
|
-
attributes:
|
|
4402
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
4403
4403
|
links?: ObjectLinks;
|
|
4404
4404
|
}
|
|
4405
4405
|
export declare const JsonApiCspDirectiveOutWithLinksTypeEnum: {
|
|
@@ -4861,7 +4861,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4861
4861
|
/**
|
|
4862
4862
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4863
4863
|
*/
|
|
4864
|
-
parameters?: Array<
|
|
4864
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4865
4865
|
/**
|
|
4866
4866
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4867
4867
|
*/
|
|
@@ -4901,10 +4901,6 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
|
|
|
4901
4901
|
readonly NEVER: "NEVER";
|
|
4902
4902
|
};
|
|
4903
4903
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = (typeof JsonApiDataSourceInAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
|
|
4904
|
-
export interface JsonApiDataSourceInAttributesParametersInner {
|
|
4905
|
-
name: string;
|
|
4906
|
-
value: string;
|
|
4907
|
-
}
|
|
4908
4904
|
export interface JsonApiDataSourceInDocument {
|
|
4909
4905
|
data: JsonApiDataSourceIn;
|
|
4910
4906
|
}
|
|
@@ -4955,11 +4951,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4955
4951
|
/**
|
|
4956
4952
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4957
4953
|
*/
|
|
4958
|
-
parameters?: Array<
|
|
4954
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4959
4955
|
/**
|
|
4960
4956
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
4961
4957
|
*/
|
|
4962
|
-
decodedParameters?: Array<
|
|
4958
|
+
decodedParameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4963
4959
|
/**
|
|
4964
4960
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4965
4961
|
*/
|
|
@@ -5117,7 +5113,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
5117
5113
|
/**
|
|
5118
5114
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5119
5115
|
*/
|
|
5120
|
-
parameters?: Array<
|
|
5116
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
5121
5117
|
/**
|
|
5122
5118
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5123
5119
|
*/
|
|
@@ -5157,6 +5153,10 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
5157
5153
|
readonly NEVER: "NEVER";
|
|
5158
5154
|
};
|
|
5159
5155
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = (typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
5156
|
+
export interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
5157
|
+
name: string;
|
|
5158
|
+
value: string;
|
|
5159
|
+
}
|
|
5160
5160
|
export interface JsonApiDataSourcePatchDocument {
|
|
5161
5161
|
data: JsonApiDataSourcePatch;
|
|
5162
5162
|
}
|
|
@@ -5615,7 +5615,7 @@ export interface JsonApiExportTemplateIn {
|
|
|
5615
5615
|
* API identifier of an object
|
|
5616
5616
|
*/
|
|
5617
5617
|
id: string;
|
|
5618
|
-
attributes:
|
|
5618
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
5619
5619
|
}
|
|
5620
5620
|
export declare const JsonApiExportTemplateInTypeEnum: {
|
|
5621
5621
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
@@ -5636,12 +5636,20 @@ export interface JsonApiExportTemplateOut {
|
|
|
5636
5636
|
* API identifier of an object
|
|
5637
5637
|
*/
|
|
5638
5638
|
id: string;
|
|
5639
|
-
attributes:
|
|
5639
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
5640
5640
|
}
|
|
5641
5641
|
export declare const JsonApiExportTemplateOutTypeEnum: {
|
|
5642
5642
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5643
5643
|
};
|
|
5644
5644
|
export type JsonApiExportTemplateOutTypeEnum = (typeof JsonApiExportTemplateOutTypeEnum)[keyof typeof JsonApiExportTemplateOutTypeEnum];
|
|
5645
|
+
export interface JsonApiExportTemplateOutAttributes {
|
|
5646
|
+
/**
|
|
5647
|
+
* User-facing name of the Slides template.
|
|
5648
|
+
*/
|
|
5649
|
+
name: string;
|
|
5650
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
5651
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
5652
|
+
}
|
|
5645
5653
|
export interface JsonApiExportTemplateOutDocument {
|
|
5646
5654
|
data: JsonApiExportTemplateOut;
|
|
5647
5655
|
links?: ObjectLinks;
|
|
@@ -5663,7 +5671,7 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
5663
5671
|
* API identifier of an object
|
|
5664
5672
|
*/
|
|
5665
5673
|
id: string;
|
|
5666
|
-
attributes:
|
|
5674
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
5667
5675
|
links?: ObjectLinks;
|
|
5668
5676
|
}
|
|
5669
5677
|
export declare const JsonApiExportTemplateOutWithLinksTypeEnum: {
|
|
@@ -5693,71 +5701,63 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
5693
5701
|
* User-facing name of the Slides template.
|
|
5694
5702
|
*/
|
|
5695
5703
|
name?: string;
|
|
5696
|
-
dashboardSlidesTemplate?:
|
|
5697
|
-
widgetSlidesTemplate?:
|
|
5698
|
-
}
|
|
5699
|
-
export interface JsonApiExportTemplatePatchDocument {
|
|
5700
|
-
data: JsonApiExportTemplatePatch;
|
|
5701
|
-
}
|
|
5702
|
-
/**
|
|
5703
|
-
* JSON:API representation of exportTemplate entity.
|
|
5704
|
-
*/
|
|
5705
|
-
export interface JsonApiExportTemplatePostOptionalId {
|
|
5706
|
-
/**
|
|
5707
|
-
* Object type
|
|
5708
|
-
*/
|
|
5709
|
-
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
5710
|
-
/**
|
|
5711
|
-
* API identifier of an object
|
|
5712
|
-
*/
|
|
5713
|
-
id?: string;
|
|
5714
|
-
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
5715
|
-
}
|
|
5716
|
-
export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
5717
|
-
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5718
|
-
};
|
|
5719
|
-
export type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
5720
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
5721
|
-
/**
|
|
5722
|
-
* User-facing name of the Slides template.
|
|
5723
|
-
*/
|
|
5724
|
-
name: string;
|
|
5725
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
5726
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
5704
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
5705
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
5727
5706
|
}
|
|
5728
5707
|
/**
|
|
5729
5708
|
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5730
5709
|
*/
|
|
5731
|
-
export interface
|
|
5710
|
+
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
5732
5711
|
/**
|
|
5733
5712
|
* Export types this template applies to.
|
|
5734
5713
|
*/
|
|
5735
|
-
appliedOn: Array<
|
|
5714
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5736
5715
|
coverSlide?: CoverSlideTemplate | null;
|
|
5737
5716
|
introSlide?: IntroSlideTemplate | null;
|
|
5738
5717
|
sectionSlide?: SectionSlideTemplate | null;
|
|
5739
5718
|
contentSlide?: ContentSlideTemplate | null;
|
|
5740
5719
|
}
|
|
5741
|
-
export declare const
|
|
5720
|
+
export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
5742
5721
|
readonly PDF: "PDF";
|
|
5743
5722
|
readonly PPTX: "PPTX";
|
|
5744
5723
|
};
|
|
5745
|
-
export type
|
|
5724
|
+
export type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
5746
5725
|
/**
|
|
5747
5726
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5748
5727
|
*/
|
|
5749
|
-
export interface
|
|
5728
|
+
export interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
5750
5729
|
/**
|
|
5751
5730
|
* Export types this template applies to.
|
|
5752
5731
|
*/
|
|
5753
|
-
appliedOn: Array<
|
|
5732
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5754
5733
|
contentSlide?: ContentSlideTemplate | null;
|
|
5755
5734
|
}
|
|
5756
|
-
export declare const
|
|
5735
|
+
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
5757
5736
|
readonly PDF: "PDF";
|
|
5758
5737
|
readonly PPTX: "PPTX";
|
|
5759
5738
|
};
|
|
5760
|
-
export type
|
|
5739
|
+
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
5740
|
+
export interface JsonApiExportTemplatePatchDocument {
|
|
5741
|
+
data: JsonApiExportTemplatePatch;
|
|
5742
|
+
}
|
|
5743
|
+
/**
|
|
5744
|
+
* JSON:API representation of exportTemplate entity.
|
|
5745
|
+
*/
|
|
5746
|
+
export interface JsonApiExportTemplatePostOptionalId {
|
|
5747
|
+
/**
|
|
5748
|
+
* Object type
|
|
5749
|
+
*/
|
|
5750
|
+
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
5751
|
+
/**
|
|
5752
|
+
* API identifier of an object
|
|
5753
|
+
*/
|
|
5754
|
+
id?: string;
|
|
5755
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
5756
|
+
}
|
|
5757
|
+
export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
5758
|
+
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5759
|
+
};
|
|
5760
|
+
export type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
5761
5761
|
export interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
5762
5762
|
data: JsonApiExportTemplatePostOptionalId;
|
|
5763
5763
|
}
|
|
@@ -6087,10 +6087,7 @@ export interface JsonApiFilterViewOutList {
|
|
|
6087
6087
|
}
|
|
6088
6088
|
export interface JsonApiFilterViewOutRelationships {
|
|
6089
6089
|
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6090
|
-
user?:
|
|
6091
|
-
}
|
|
6092
|
-
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
6093
|
-
data: JsonApiUserLinkage | null;
|
|
6090
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6094
6091
|
}
|
|
6095
6092
|
export interface JsonApiFilterViewOutWithLinks {
|
|
6096
6093
|
/**
|
|
@@ -6157,69 +6154,12 @@ export interface JsonApiIdentityProviderIn {
|
|
|
6157
6154
|
* API identifier of an object
|
|
6158
6155
|
*/
|
|
6159
6156
|
id: string;
|
|
6160
|
-
attributes?:
|
|
6157
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
6161
6158
|
}
|
|
6162
6159
|
export declare const JsonApiIdentityProviderInTypeEnum: {
|
|
6163
6160
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
6164
6161
|
};
|
|
6165
6162
|
export type JsonApiIdentityProviderInTypeEnum = (typeof JsonApiIdentityProviderInTypeEnum)[keyof typeof JsonApiIdentityProviderInTypeEnum];
|
|
6166
|
-
export interface JsonApiIdentityProviderInAttributes {
|
|
6167
|
-
/**
|
|
6168
|
-
* 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.
|
|
6169
|
-
*/
|
|
6170
|
-
identifiers?: Array<string>;
|
|
6171
|
-
/**
|
|
6172
|
-
* 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.
|
|
6173
|
-
*/
|
|
6174
|
-
customClaimMapping?: {
|
|
6175
|
-
[key: string]: string;
|
|
6176
|
-
};
|
|
6177
|
-
/**
|
|
6178
|
-
* 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.
|
|
6179
|
-
*/
|
|
6180
|
-
samlMetadata?: string;
|
|
6181
|
-
/**
|
|
6182
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6183
|
-
*/
|
|
6184
|
-
oauthClientId?: string;
|
|
6185
|
-
/**
|
|
6186
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6187
|
-
*/
|
|
6188
|
-
oauthClientSecret?: string;
|
|
6189
|
-
/**
|
|
6190
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6191
|
-
*/
|
|
6192
|
-
oauthIssuerLocation?: string;
|
|
6193
|
-
/**
|
|
6194
|
-
* 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.
|
|
6195
|
-
*/
|
|
6196
|
-
oauthIssuerId?: string;
|
|
6197
|
-
/**
|
|
6198
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
6199
|
-
*/
|
|
6200
|
-
oauthSubjectIdClaim?: string;
|
|
6201
|
-
/**
|
|
6202
|
-
* 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.
|
|
6203
|
-
*/
|
|
6204
|
-
oauthCustomAuthAttributes?: {
|
|
6205
|
-
[key: string]: string;
|
|
6206
|
-
};
|
|
6207
|
-
/**
|
|
6208
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
6209
|
-
*/
|
|
6210
|
-
oauthCustomScopes?: Array<string> | null;
|
|
6211
|
-
/**
|
|
6212
|
-
* 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.
|
|
6213
|
-
*/
|
|
6214
|
-
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
6215
|
-
}
|
|
6216
|
-
export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
6217
|
-
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
6218
|
-
readonly FIM_IDP: "FIM_IDP";
|
|
6219
|
-
readonly DEX_IDP: "DEX_IDP";
|
|
6220
|
-
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
6221
|
-
};
|
|
6222
|
-
export type JsonApiIdentityProviderInAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderInAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
6223
6163
|
export interface JsonApiIdentityProviderInDocument {
|
|
6224
6164
|
data: JsonApiIdentityProviderIn;
|
|
6225
6165
|
}
|
|
@@ -6341,12 +6281,69 @@ export interface JsonApiIdentityProviderPatch {
|
|
|
6341
6281
|
* API identifier of an object
|
|
6342
6282
|
*/
|
|
6343
6283
|
id: string;
|
|
6344
|
-
attributes?:
|
|
6284
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
6345
6285
|
}
|
|
6346
6286
|
export declare const JsonApiIdentityProviderPatchTypeEnum: {
|
|
6347
6287
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
6348
6288
|
};
|
|
6349
6289
|
export type JsonApiIdentityProviderPatchTypeEnum = (typeof JsonApiIdentityProviderPatchTypeEnum)[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
|
|
6290
|
+
export interface JsonApiIdentityProviderPatchAttributes {
|
|
6291
|
+
/**
|
|
6292
|
+
* 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.
|
|
6293
|
+
*/
|
|
6294
|
+
identifiers?: Array<string>;
|
|
6295
|
+
/**
|
|
6296
|
+
* 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.
|
|
6297
|
+
*/
|
|
6298
|
+
customClaimMapping?: {
|
|
6299
|
+
[key: string]: string;
|
|
6300
|
+
};
|
|
6301
|
+
/**
|
|
6302
|
+
* 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.
|
|
6303
|
+
*/
|
|
6304
|
+
samlMetadata?: string;
|
|
6305
|
+
/**
|
|
6306
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6307
|
+
*/
|
|
6308
|
+
oauthClientId?: string;
|
|
6309
|
+
/**
|
|
6310
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6311
|
+
*/
|
|
6312
|
+
oauthClientSecret?: string;
|
|
6313
|
+
/**
|
|
6314
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
6315
|
+
*/
|
|
6316
|
+
oauthIssuerLocation?: string;
|
|
6317
|
+
/**
|
|
6318
|
+
* 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.
|
|
6319
|
+
*/
|
|
6320
|
+
oauthIssuerId?: string;
|
|
6321
|
+
/**
|
|
6322
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
6323
|
+
*/
|
|
6324
|
+
oauthSubjectIdClaim?: string;
|
|
6325
|
+
/**
|
|
6326
|
+
* 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.
|
|
6327
|
+
*/
|
|
6328
|
+
oauthCustomAuthAttributes?: {
|
|
6329
|
+
[key: string]: string;
|
|
6330
|
+
};
|
|
6331
|
+
/**
|
|
6332
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
6333
|
+
*/
|
|
6334
|
+
oauthCustomScopes?: Array<string> | null;
|
|
6335
|
+
/**
|
|
6336
|
+
* 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.
|
|
6337
|
+
*/
|
|
6338
|
+
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
6339
|
+
}
|
|
6340
|
+
export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
|
|
6341
|
+
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
6342
|
+
readonly FIM_IDP: "FIM_IDP";
|
|
6343
|
+
readonly DEX_IDP: "DEX_IDP";
|
|
6344
|
+
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
6345
|
+
};
|
|
6346
|
+
export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
|
|
6350
6347
|
export interface JsonApiIdentityProviderPatchDocument {
|
|
6351
6348
|
data: JsonApiIdentityProviderPatch;
|
|
6352
6349
|
}
|
|
@@ -6362,15 +6359,12 @@ export interface JsonApiJwkIn {
|
|
|
6362
6359
|
* API identifier of an object
|
|
6363
6360
|
*/
|
|
6364
6361
|
id: string;
|
|
6365
|
-
attributes?:
|
|
6362
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
6366
6363
|
}
|
|
6367
6364
|
export declare const JsonApiJwkInTypeEnum: {
|
|
6368
6365
|
readonly JWK: "jwk";
|
|
6369
6366
|
};
|
|
6370
6367
|
export type JsonApiJwkInTypeEnum = (typeof JsonApiJwkInTypeEnum)[keyof typeof JsonApiJwkInTypeEnum];
|
|
6371
|
-
export interface JsonApiJwkInAttributes {
|
|
6372
|
-
content?: RsaSpecification;
|
|
6373
|
-
}
|
|
6374
6368
|
export interface JsonApiJwkInDocument {
|
|
6375
6369
|
data: JsonApiJwkIn;
|
|
6376
6370
|
}
|
|
@@ -6386,7 +6380,7 @@ export interface JsonApiJwkOut {
|
|
|
6386
6380
|
* API identifier of an object
|
|
6387
6381
|
*/
|
|
6388
6382
|
id: string;
|
|
6389
|
-
attributes?:
|
|
6383
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
6390
6384
|
}
|
|
6391
6385
|
export declare const JsonApiJwkOutTypeEnum: {
|
|
6392
6386
|
readonly JWK: "jwk";
|
|
@@ -6413,7 +6407,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
6413
6407
|
* API identifier of an object
|
|
6414
6408
|
*/
|
|
6415
6409
|
id: string;
|
|
6416
|
-
attributes?:
|
|
6410
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
6417
6411
|
links?: ObjectLinks;
|
|
6418
6412
|
}
|
|
6419
6413
|
export declare const JsonApiJwkOutWithLinksTypeEnum: {
|
|
@@ -6432,12 +6426,15 @@ export interface JsonApiJwkPatch {
|
|
|
6432
6426
|
* API identifier of an object
|
|
6433
6427
|
*/
|
|
6434
6428
|
id: string;
|
|
6435
|
-
attributes?:
|
|
6429
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
6436
6430
|
}
|
|
6437
6431
|
export declare const JsonApiJwkPatchTypeEnum: {
|
|
6438
6432
|
readonly JWK: "jwk";
|
|
6439
6433
|
};
|
|
6440
6434
|
export type JsonApiJwkPatchTypeEnum = (typeof JsonApiJwkPatchTypeEnum)[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
6435
|
+
export interface JsonApiJwkPatchAttributes {
|
|
6436
|
+
content?: RsaSpecification;
|
|
6437
|
+
}
|
|
6441
6438
|
export interface JsonApiJwkPatchDocument {
|
|
6442
6439
|
data: JsonApiJwkPatch;
|
|
6443
6440
|
}
|
|
@@ -6969,7 +6966,7 @@ export interface JsonApiNotificationChannelIn {
|
|
|
6969
6966
|
* API identifier of an object
|
|
6970
6967
|
*/
|
|
6971
6968
|
id: string;
|
|
6972
|
-
attributes?:
|
|
6969
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
6973
6970
|
}
|
|
6974
6971
|
export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
6975
6972
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -7010,7 +7007,7 @@ export type JsonApiNotificationChannelOutTypeEnum = (typeof JsonApiNotificationC
|
|
|
7010
7007
|
export interface JsonApiNotificationChannelOutAttributes {
|
|
7011
7008
|
name?: string | null;
|
|
7012
7009
|
description?: string | null;
|
|
7013
|
-
destination?:
|
|
7010
|
+
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7014
7011
|
destinationType?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
7015
7012
|
/**
|
|
7016
7013
|
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
@@ -7057,6 +7054,11 @@ export declare const JsonApiNotificationChannelOutAttributesInPlatformNotificati
|
|
|
7057
7054
|
readonly ENABLED: "ENABLED";
|
|
7058
7055
|
};
|
|
7059
7056
|
export type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum];
|
|
7057
|
+
/**
|
|
7058
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
7059
|
+
* The destination where the notifications are to be sent.
|
|
7060
|
+
*/
|
|
7061
|
+
export type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7060
7062
|
export interface JsonApiNotificationChannelOutDocument {
|
|
7061
7063
|
data: JsonApiNotificationChannelOut;
|
|
7062
7064
|
links?: ObjectLinks;
|
|
@@ -7097,37 +7099,16 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
7097
7099
|
* API identifier of an object
|
|
7098
7100
|
*/
|
|
7099
7101
|
id: string;
|
|
7100
|
-
attributes?:
|
|
7102
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
7101
7103
|
}
|
|
7102
7104
|
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
7103
7105
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
7104
7106
|
};
|
|
7105
7107
|
export type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
|
|
7106
|
-
export interface
|
|
7107
|
-
data: JsonApiNotificationChannelPatch;
|
|
7108
|
-
}
|
|
7109
|
-
/**
|
|
7110
|
-
* JSON:API representation of notificationChannel entity.
|
|
7111
|
-
*/
|
|
7112
|
-
export interface JsonApiNotificationChannelPostOptionalId {
|
|
7113
|
-
/**
|
|
7114
|
-
* Object type
|
|
7115
|
-
*/
|
|
7116
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
7117
|
-
/**
|
|
7118
|
-
* API identifier of an object
|
|
7119
|
-
*/
|
|
7120
|
-
id?: string;
|
|
7121
|
-
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
7122
|
-
}
|
|
7123
|
-
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
7124
|
-
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
7125
|
-
};
|
|
7126
|
-
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = (typeof JsonApiNotificationChannelPostOptionalIdTypeEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
7127
|
-
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
7108
|
+
export interface JsonApiNotificationChannelPatchAttributes {
|
|
7128
7109
|
name?: string | null;
|
|
7129
7110
|
description?: string | null;
|
|
7130
|
-
destination?:
|
|
7111
|
+
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7131
7112
|
/**
|
|
7132
7113
|
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
7133
7114
|
*/
|
|
@@ -7135,7 +7116,7 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
7135
7116
|
/**
|
|
7136
7117
|
* 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
|
|
7137
7118
|
*/
|
|
7138
|
-
dashboardLinkVisibility?:
|
|
7119
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
7139
7120
|
/**
|
|
7140
7121
|
* 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}}
|
|
7141
7122
|
*/
|
|
@@ -7143,34 +7124,50 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
7143
7124
|
/**
|
|
7144
7125
|
* 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
|
|
7145
7126
|
*/
|
|
7146
|
-
allowedRecipients?:
|
|
7127
|
+
allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
7147
7128
|
/**
|
|
7148
7129
|
* 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
|
|
7149
7130
|
*/
|
|
7150
|
-
inPlatformNotification?:
|
|
7131
|
+
inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
7151
7132
|
}
|
|
7152
|
-
export declare const
|
|
7133
|
+
export declare const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum: {
|
|
7153
7134
|
readonly HIDDEN: "HIDDEN";
|
|
7154
7135
|
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
7155
7136
|
readonly ALL: "ALL";
|
|
7156
7137
|
};
|
|
7157
|
-
export type
|
|
7158
|
-
export declare const
|
|
7138
|
+
export type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
|
|
7139
|
+
export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
|
|
7159
7140
|
readonly CREATOR: "CREATOR";
|
|
7160
7141
|
readonly INTERNAL: "INTERNAL";
|
|
7161
7142
|
readonly EXTERNAL: "EXTERNAL";
|
|
7162
7143
|
};
|
|
7163
|
-
export type
|
|
7164
|
-
export declare const
|
|
7144
|
+
export type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
|
|
7145
|
+
export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
|
|
7165
7146
|
readonly DISABLED: "DISABLED";
|
|
7166
7147
|
readonly ENABLED: "ENABLED";
|
|
7167
7148
|
};
|
|
7168
|
-
export type
|
|
7149
|
+
export type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum];
|
|
7150
|
+
export interface JsonApiNotificationChannelPatchDocument {
|
|
7151
|
+
data: JsonApiNotificationChannelPatch;
|
|
7152
|
+
}
|
|
7169
7153
|
/**
|
|
7170
|
-
*
|
|
7171
|
-
* The destination where the notifications are to be sent.
|
|
7154
|
+
* JSON:API representation of notificationChannel entity.
|
|
7172
7155
|
*/
|
|
7173
|
-
export
|
|
7156
|
+
export interface JsonApiNotificationChannelPostOptionalId {
|
|
7157
|
+
/**
|
|
7158
|
+
* Object type
|
|
7159
|
+
*/
|
|
7160
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
7161
|
+
/**
|
|
7162
|
+
* API identifier of an object
|
|
7163
|
+
*/
|
|
7164
|
+
id?: string;
|
|
7165
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
7166
|
+
}
|
|
7167
|
+
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
7168
|
+
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
7169
|
+
};
|
|
7170
|
+
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = (typeof JsonApiNotificationChannelPostOptionalIdTypeEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
7174
7171
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
7175
7172
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
7176
7173
|
}
|
|
@@ -7232,10 +7229,7 @@ export interface JsonApiOrganizationInDocument {
|
|
|
7232
7229
|
data: JsonApiOrganizationIn;
|
|
7233
7230
|
}
|
|
7234
7231
|
export interface JsonApiOrganizationInRelationships {
|
|
7235
|
-
identityProvider?:
|
|
7236
|
-
}
|
|
7237
|
-
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
7238
|
-
data: JsonApiIdentityProviderLinkage | null;
|
|
7232
|
+
identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7239
7233
|
}
|
|
7240
7234
|
/**
|
|
7241
7235
|
* JSON:API representation of organization entity.
|
|
@@ -7325,9 +7319,18 @@ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
|
|
|
7325
7319
|
};
|
|
7326
7320
|
export type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizationOutMetaPermissionsEnum)[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
|
|
7327
7321
|
export interface JsonApiOrganizationOutRelationships {
|
|
7328
|
-
bootstrapUser?:
|
|
7329
|
-
bootstrapUserGroup?:
|
|
7330
|
-
identityProvider?:
|
|
7322
|
+
bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
7323
|
+
bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
7324
|
+
identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7325
|
+
}
|
|
7326
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
7327
|
+
data: JsonApiUserLinkage | null;
|
|
7328
|
+
}
|
|
7329
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
7330
|
+
data: JsonApiUserGroupLinkage | null;
|
|
7331
|
+
}
|
|
7332
|
+
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
7333
|
+
data: JsonApiIdentityProviderLinkage | null;
|
|
7331
7334
|
}
|
|
7332
7335
|
/**
|
|
7333
7336
|
* JSON:API representation of patching organization entity.
|
|
@@ -7363,54 +7366,12 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
7363
7366
|
* API identifier of an object
|
|
7364
7367
|
*/
|
|
7365
7368
|
id: string;
|
|
7366
|
-
attributes?:
|
|
7369
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7367
7370
|
}
|
|
7368
7371
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
7369
7372
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
7370
7373
|
};
|
|
7371
7374
|
export type JsonApiOrganizationSettingInTypeEnum = (typeof JsonApiOrganizationSettingInTypeEnum)[keyof typeof JsonApiOrganizationSettingInTypeEnum];
|
|
7372
|
-
export interface JsonApiOrganizationSettingInAttributes {
|
|
7373
|
-
/**
|
|
7374
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7375
|
-
*/
|
|
7376
|
-
content?: object;
|
|
7377
|
-
type?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
7378
|
-
}
|
|
7379
|
-
export declare const JsonApiOrganizationSettingInAttributesTypeEnum: {
|
|
7380
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
7381
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
7382
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
7383
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
7384
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
7385
|
-
readonly LOCALE: "LOCALE";
|
|
7386
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
7387
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
7388
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
7389
|
-
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
7390
|
-
readonly WEEK_START: "WEEK_START";
|
|
7391
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
7392
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
7393
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
7394
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
7395
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
7396
|
-
readonly ALERT: "ALERT";
|
|
7397
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
7398
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
7399
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
7400
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
7401
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
7402
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
7403
|
-
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
7404
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
7405
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
7406
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
7407
|
-
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
7408
|
-
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
7409
|
-
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
7410
|
-
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
7411
|
-
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
7412
|
-
};
|
|
7413
|
-
export type JsonApiOrganizationSettingInAttributesTypeEnum = (typeof JsonApiOrganizationSettingInAttributesTypeEnum)[keyof typeof JsonApiOrganizationSettingInAttributesTypeEnum];
|
|
7414
7375
|
export interface JsonApiOrganizationSettingInDocument {
|
|
7415
7376
|
data: JsonApiOrganizationSettingIn;
|
|
7416
7377
|
}
|
|
@@ -7426,7 +7387,7 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
7426
7387
|
* API identifier of an object
|
|
7427
7388
|
*/
|
|
7428
7389
|
id: string;
|
|
7429
|
-
attributes?:
|
|
7390
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7430
7391
|
}
|
|
7431
7392
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
7432
7393
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -7453,7 +7414,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
7453
7414
|
* API identifier of an object
|
|
7454
7415
|
*/
|
|
7455
7416
|
id: string;
|
|
7456
|
-
attributes?:
|
|
7417
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7457
7418
|
links?: ObjectLinks;
|
|
7458
7419
|
}
|
|
7459
7420
|
export declare const JsonApiOrganizationSettingOutWithLinksTypeEnum: {
|
|
@@ -7472,7 +7433,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
7472
7433
|
* API identifier of an object
|
|
7473
7434
|
*/
|
|
7474
7435
|
id: string;
|
|
7475
|
-
attributes?:
|
|
7436
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7476
7437
|
}
|
|
7477
7438
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
7478
7439
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -7493,7 +7454,7 @@ export interface JsonApiThemeIn {
|
|
|
7493
7454
|
* API identifier of an object
|
|
7494
7455
|
*/
|
|
7495
7456
|
id: string;
|
|
7496
|
-
attributes:
|
|
7457
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
7497
7458
|
}
|
|
7498
7459
|
export declare const JsonApiThemeInTypeEnum: {
|
|
7499
7460
|
readonly THEME: "theme";
|
|
@@ -7514,7 +7475,7 @@ export interface JsonApiThemeOut {
|
|
|
7514
7475
|
* API identifier of an object
|
|
7515
7476
|
*/
|
|
7516
7477
|
id: string;
|
|
7517
|
-
attributes:
|
|
7478
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
7518
7479
|
}
|
|
7519
7480
|
export declare const JsonApiThemeOutTypeEnum: {
|
|
7520
7481
|
readonly THEME: "theme";
|
|
@@ -7541,7 +7502,7 @@ export interface JsonApiThemeOutWithLinks {
|
|
|
7541
7502
|
* API identifier of an object
|
|
7542
7503
|
*/
|
|
7543
7504
|
id: string;
|
|
7544
|
-
attributes:
|
|
7505
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
7545
7506
|
links?: ObjectLinks;
|
|
7546
7507
|
}
|
|
7547
7508
|
export declare const JsonApiThemeOutWithLinksTypeEnum: {
|
|
@@ -7643,17 +7604,14 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
7643
7604
|
included?: Array<JsonApiUserDataFilterOutIncludes>;
|
|
7644
7605
|
}
|
|
7645
7606
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
7646
|
-
user?:
|
|
7647
|
-
userGroup?:
|
|
7607
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
7608
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
7648
7609
|
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
7649
7610
|
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
7650
7611
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
7651
7612
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
7652
7613
|
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
7653
7614
|
}
|
|
7654
|
-
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
7655
|
-
data: JsonApiUserGroupLinkage | null;
|
|
7656
|
-
}
|
|
7657
7615
|
export interface JsonApiUserDataFilterOutWithLinks {
|
|
7658
7616
|
/**
|
|
7659
7617
|
* Object type
|
|
@@ -7702,8 +7660,8 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
7702
7660
|
data: JsonApiUserDataFilterPatch;
|
|
7703
7661
|
}
|
|
7704
7662
|
export interface JsonApiUserDataFilterPatchRelationships {
|
|
7705
|
-
user?:
|
|
7706
|
-
userGroup?:
|
|
7663
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
7664
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
7707
7665
|
}
|
|
7708
7666
|
/**
|
|
7709
7667
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -7739,28 +7697,16 @@ export interface JsonApiUserGroupIn {
|
|
|
7739
7697
|
* API identifier of an object
|
|
7740
7698
|
*/
|
|
7741
7699
|
id: string;
|
|
7742
|
-
attributes?:
|
|
7743
|
-
relationships?:
|
|
7700
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7701
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7744
7702
|
}
|
|
7745
7703
|
export declare const JsonApiUserGroupInTypeEnum: {
|
|
7746
7704
|
readonly USER_GROUP: "userGroup";
|
|
7747
7705
|
};
|
|
7748
7706
|
export type JsonApiUserGroupInTypeEnum = (typeof JsonApiUserGroupInTypeEnum)[keyof typeof JsonApiUserGroupInTypeEnum];
|
|
7749
|
-
export interface JsonApiUserGroupInAttributes {
|
|
7750
|
-
name?: string;
|
|
7751
|
-
}
|
|
7752
7707
|
export interface JsonApiUserGroupInDocument {
|
|
7753
7708
|
data: JsonApiUserGroupIn;
|
|
7754
7709
|
}
|
|
7755
|
-
export interface JsonApiUserGroupInRelationships {
|
|
7756
|
-
parents?: JsonApiUserGroupInRelationshipsParents;
|
|
7757
|
-
}
|
|
7758
|
-
export interface JsonApiUserGroupInRelationshipsParents {
|
|
7759
|
-
/**
|
|
7760
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7761
|
-
*/
|
|
7762
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
7763
|
-
}
|
|
7764
7710
|
/**
|
|
7765
7711
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7766
7712
|
*/
|
|
@@ -7784,13 +7730,16 @@ export interface JsonApiUserGroupOut {
|
|
|
7784
7730
|
* API identifier of an object
|
|
7785
7731
|
*/
|
|
7786
7732
|
id: string;
|
|
7787
|
-
attributes?:
|
|
7788
|
-
relationships?:
|
|
7733
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7734
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7789
7735
|
}
|
|
7790
7736
|
export declare const JsonApiUserGroupOutTypeEnum: {
|
|
7791
7737
|
readonly USER_GROUP: "userGroup";
|
|
7792
7738
|
};
|
|
7793
7739
|
export type JsonApiUserGroupOutTypeEnum = (typeof JsonApiUserGroupOutTypeEnum)[keyof typeof JsonApiUserGroupOutTypeEnum];
|
|
7740
|
+
export interface JsonApiUserGroupOutAttributes {
|
|
7741
|
+
name?: string;
|
|
7742
|
+
}
|
|
7794
7743
|
export interface JsonApiUserGroupOutDocument {
|
|
7795
7744
|
data: JsonApiUserGroupOut;
|
|
7796
7745
|
links?: ObjectLinks;
|
|
@@ -7811,6 +7760,9 @@ export interface JsonApiUserGroupOutList {
|
|
|
7811
7760
|
*/
|
|
7812
7761
|
included?: Array<JsonApiUserGroupOutWithLinks>;
|
|
7813
7762
|
}
|
|
7763
|
+
export interface JsonApiUserGroupOutRelationships {
|
|
7764
|
+
parents?: JsonApiUserOutRelationshipsUserGroups;
|
|
7765
|
+
}
|
|
7814
7766
|
export interface JsonApiUserGroupOutWithLinks {
|
|
7815
7767
|
/**
|
|
7816
7768
|
* Object type
|
|
@@ -7820,8 +7772,8 @@ export interface JsonApiUserGroupOutWithLinks {
|
|
|
7820
7772
|
* API identifier of an object
|
|
7821
7773
|
*/
|
|
7822
7774
|
id: string;
|
|
7823
|
-
attributes?:
|
|
7824
|
-
relationships?:
|
|
7775
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7776
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7825
7777
|
links?: ObjectLinks;
|
|
7826
7778
|
}
|
|
7827
7779
|
export declare const JsonApiUserGroupOutWithLinksTypeEnum: {
|
|
@@ -7840,8 +7792,8 @@ export interface JsonApiUserGroupPatch {
|
|
|
7840
7792
|
* API identifier of an object
|
|
7841
7793
|
*/
|
|
7842
7794
|
id: string;
|
|
7843
|
-
attributes?:
|
|
7844
|
-
relationships?:
|
|
7795
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7796
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7845
7797
|
}
|
|
7846
7798
|
export declare const JsonApiUserGroupPatchTypeEnum: {
|
|
7847
7799
|
readonly USER_GROUP: "userGroup";
|
|
@@ -7924,25 +7876,16 @@ export interface JsonApiUserIn {
|
|
|
7924
7876
|
* API identifier of an object
|
|
7925
7877
|
*/
|
|
7926
7878
|
id: string;
|
|
7927
|
-
attributes?:
|
|
7928
|
-
relationships?:
|
|
7879
|
+
attributes?: JsonApiUserOutAttributes;
|
|
7880
|
+
relationships?: JsonApiUserOutRelationships;
|
|
7929
7881
|
}
|
|
7930
7882
|
export declare const JsonApiUserInTypeEnum: {
|
|
7931
7883
|
readonly USER: "user";
|
|
7932
7884
|
};
|
|
7933
7885
|
export type JsonApiUserInTypeEnum = (typeof JsonApiUserInTypeEnum)[keyof typeof JsonApiUserInTypeEnum];
|
|
7934
|
-
export interface JsonApiUserInAttributes {
|
|
7935
|
-
authenticationId?: string;
|
|
7936
|
-
firstname?: string;
|
|
7937
|
-
lastname?: string;
|
|
7938
|
-
email?: string;
|
|
7939
|
-
}
|
|
7940
7886
|
export interface JsonApiUserInDocument {
|
|
7941
7887
|
data: JsonApiUserIn;
|
|
7942
7888
|
}
|
|
7943
|
-
export interface JsonApiUserInRelationships {
|
|
7944
|
-
userGroups?: JsonApiUserGroupInRelationshipsParents;
|
|
7945
|
-
}
|
|
7946
7889
|
/**
|
|
7947
7890
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7948
7891
|
*/
|
|
@@ -7966,13 +7909,19 @@ export interface JsonApiUserOut {
|
|
|
7966
7909
|
* API identifier of an object
|
|
7967
7910
|
*/
|
|
7968
7911
|
id: string;
|
|
7969
|
-
attributes?:
|
|
7970
|
-
relationships?:
|
|
7912
|
+
attributes?: JsonApiUserOutAttributes;
|
|
7913
|
+
relationships?: JsonApiUserOutRelationships;
|
|
7971
7914
|
}
|
|
7972
7915
|
export declare const JsonApiUserOutTypeEnum: {
|
|
7973
7916
|
readonly USER: "user";
|
|
7974
7917
|
};
|
|
7975
7918
|
export type JsonApiUserOutTypeEnum = (typeof JsonApiUserOutTypeEnum)[keyof typeof JsonApiUserOutTypeEnum];
|
|
7919
|
+
export interface JsonApiUserOutAttributes {
|
|
7920
|
+
authenticationId?: string;
|
|
7921
|
+
firstname?: string;
|
|
7922
|
+
lastname?: string;
|
|
7923
|
+
email?: string;
|
|
7924
|
+
}
|
|
7976
7925
|
export interface JsonApiUserOutDocument {
|
|
7977
7926
|
data: JsonApiUserOut;
|
|
7978
7927
|
links?: ObjectLinks;
|
|
@@ -7993,6 +7942,15 @@ export interface JsonApiUserOutList {
|
|
|
7993
7942
|
*/
|
|
7994
7943
|
included?: Array<JsonApiUserGroupOutWithLinks>;
|
|
7995
7944
|
}
|
|
7945
|
+
export interface JsonApiUserOutRelationships {
|
|
7946
|
+
userGroups?: JsonApiUserOutRelationshipsUserGroups;
|
|
7947
|
+
}
|
|
7948
|
+
export interface JsonApiUserOutRelationshipsUserGroups {
|
|
7949
|
+
/**
|
|
7950
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7951
|
+
*/
|
|
7952
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
7953
|
+
}
|
|
7996
7954
|
export interface JsonApiUserOutWithLinks {
|
|
7997
7955
|
/**
|
|
7998
7956
|
* Object type
|
|
@@ -8002,8 +7960,8 @@ export interface JsonApiUserOutWithLinks {
|
|
|
8002
7960
|
* API identifier of an object
|
|
8003
7961
|
*/
|
|
8004
7962
|
id: string;
|
|
8005
|
-
attributes?:
|
|
8006
|
-
relationships?:
|
|
7963
|
+
attributes?: JsonApiUserOutAttributes;
|
|
7964
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8007
7965
|
links?: ObjectLinks;
|
|
8008
7966
|
}
|
|
8009
7967
|
export declare const JsonApiUserOutWithLinksTypeEnum: {
|
|
@@ -8022,8 +7980,8 @@ export interface JsonApiUserPatch {
|
|
|
8022
7980
|
* API identifier of an object
|
|
8023
7981
|
*/
|
|
8024
7982
|
id: string;
|
|
8025
|
-
attributes?:
|
|
8026
|
-
relationships?:
|
|
7983
|
+
attributes?: JsonApiUserOutAttributes;
|
|
7984
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8027
7985
|
}
|
|
8028
7986
|
export declare const JsonApiUserPatchTypeEnum: {
|
|
8029
7987
|
readonly USER: "user";
|
|
@@ -8044,7 +8002,7 @@ export interface JsonApiUserSettingIn {
|
|
|
8044
8002
|
* API identifier of an object
|
|
8045
8003
|
*/
|
|
8046
8004
|
id: string;
|
|
8047
|
-
attributes?:
|
|
8005
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8048
8006
|
}
|
|
8049
8007
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
8050
8008
|
readonly USER_SETTING: "userSetting";
|
|
@@ -8065,12 +8023,54 @@ export interface JsonApiUserSettingOut {
|
|
|
8065
8023
|
* API identifier of an object
|
|
8066
8024
|
*/
|
|
8067
8025
|
id: string;
|
|
8068
|
-
attributes?:
|
|
8026
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8069
8027
|
}
|
|
8070
8028
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
8071
8029
|
readonly USER_SETTING: "userSetting";
|
|
8072
8030
|
};
|
|
8073
8031
|
export type JsonApiUserSettingOutTypeEnum = (typeof JsonApiUserSettingOutTypeEnum)[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
8032
|
+
export interface JsonApiUserSettingOutAttributes {
|
|
8033
|
+
/**
|
|
8034
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8035
|
+
*/
|
|
8036
|
+
content?: object;
|
|
8037
|
+
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
8038
|
+
}
|
|
8039
|
+
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
8040
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
8041
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
8042
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
8043
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
8044
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
8045
|
+
readonly LOCALE: "LOCALE";
|
|
8046
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
8047
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
8048
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
8049
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
8050
|
+
readonly WEEK_START: "WEEK_START";
|
|
8051
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
8052
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
8053
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
8054
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
8055
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
8056
|
+
readonly ALERT: "ALERT";
|
|
8057
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
8058
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
8059
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
8060
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
8061
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
8062
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
8063
|
+
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
8064
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
8065
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
8066
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
8067
|
+
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
8068
|
+
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
8069
|
+
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
8070
|
+
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
8071
|
+
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
8072
|
+
};
|
|
8073
|
+
export type JsonApiUserSettingOutAttributesTypeEnum = (typeof JsonApiUserSettingOutAttributesTypeEnum)[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
8074
8074
|
export interface JsonApiUserSettingOutDocument {
|
|
8075
8075
|
data: JsonApiUserSettingOut;
|
|
8076
8076
|
links?: ObjectLinks;
|
|
@@ -8092,7 +8092,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
8092
8092
|
* API identifier of an object
|
|
8093
8093
|
*/
|
|
8094
8094
|
id: string;
|
|
8095
|
-
attributes?:
|
|
8095
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8096
8096
|
links?: ObjectLinks;
|
|
8097
8097
|
}
|
|
8098
8098
|
export declare const JsonApiUserSettingOutWithLinksTypeEnum: {
|
|
@@ -8326,7 +8326,7 @@ export interface JsonApiWorkspaceAutomationOutList {
|
|
|
8326
8326
|
included?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
8327
8327
|
}
|
|
8328
8328
|
export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
8329
|
-
workspace?:
|
|
8329
|
+
workspace?: JsonApiWorkspacePatchRelationshipsParent;
|
|
8330
8330
|
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
8331
8331
|
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
8332
8332
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
@@ -8615,54 +8615,16 @@ export interface JsonApiWorkspaceIn {
|
|
|
8615
8615
|
* API identifier of an object
|
|
8616
8616
|
*/
|
|
8617
8617
|
id: string;
|
|
8618
|
-
attributes?:
|
|
8619
|
-
relationships?:
|
|
8618
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
8619
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
8620
8620
|
}
|
|
8621
8621
|
export declare const JsonApiWorkspaceInTypeEnum: {
|
|
8622
8622
|
readonly WORKSPACE: "workspace";
|
|
8623
8623
|
};
|
|
8624
8624
|
export type JsonApiWorkspaceInTypeEnum = (typeof JsonApiWorkspaceInTypeEnum)[keyof typeof JsonApiWorkspaceInTypeEnum];
|
|
8625
|
-
export interface JsonApiWorkspaceInAttributes {
|
|
8626
|
-
name?: string | null;
|
|
8627
|
-
/**
|
|
8628
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
8629
|
-
* @deprecated
|
|
8630
|
-
*/
|
|
8631
|
-
earlyAccess?: string | null;
|
|
8632
|
-
/**
|
|
8633
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
8634
|
-
*/
|
|
8635
|
-
earlyAccessValues?: Array<string> | null;
|
|
8636
|
-
description?: string | null;
|
|
8637
|
-
/**
|
|
8638
|
-
* Custom prefix of entity identifiers in workspace
|
|
8639
|
-
*/
|
|
8640
|
-
prefix?: string | null;
|
|
8641
|
-
cacheExtraLimit?: number;
|
|
8642
|
-
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
8643
|
-
}
|
|
8644
|
-
/**
|
|
8645
|
-
* 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.
|
|
8646
|
-
*/
|
|
8647
|
-
export interface JsonApiWorkspaceInAttributesDataSource {
|
|
8648
|
-
/**
|
|
8649
|
-
* The ID of the used data source.
|
|
8650
|
-
*/
|
|
8651
|
-
id: string;
|
|
8652
|
-
/**
|
|
8653
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
8654
|
-
*/
|
|
8655
|
-
schemaPath?: Array<string>;
|
|
8656
|
-
}
|
|
8657
8625
|
export interface JsonApiWorkspaceInDocument {
|
|
8658
8626
|
data: JsonApiWorkspaceIn;
|
|
8659
8627
|
}
|
|
8660
|
-
export interface JsonApiWorkspaceInRelationships {
|
|
8661
|
-
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
8662
|
-
}
|
|
8663
|
-
export interface JsonApiWorkspaceInRelationshipsParent {
|
|
8664
|
-
data: JsonApiWorkspaceLinkage | null;
|
|
8665
|
-
}
|
|
8666
8628
|
/**
|
|
8667
8629
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
8668
8630
|
*/
|
|
@@ -8687,8 +8649,8 @@ export interface JsonApiWorkspaceOut {
|
|
|
8687
8649
|
*/
|
|
8688
8650
|
id: string;
|
|
8689
8651
|
meta?: JsonApiWorkspaceOutMeta;
|
|
8690
|
-
attributes?:
|
|
8691
|
-
relationships?:
|
|
8652
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
8653
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
8692
8654
|
}
|
|
8693
8655
|
export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
8694
8656
|
readonly WORKSPACE: "workspace";
|
|
@@ -8771,8 +8733,8 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
8771
8733
|
*/
|
|
8772
8734
|
id: string;
|
|
8773
8735
|
meta?: JsonApiWorkspaceOutMeta;
|
|
8774
|
-
attributes?:
|
|
8775
|
-
relationships?:
|
|
8736
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
8737
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
8776
8738
|
links?: ObjectLinks;
|
|
8777
8739
|
}
|
|
8778
8740
|
export declare const JsonApiWorkspaceOutWithLinksTypeEnum: {
|
|
@@ -8791,16 +8753,54 @@ export interface JsonApiWorkspacePatch {
|
|
|
8791
8753
|
* API identifier of an object
|
|
8792
8754
|
*/
|
|
8793
8755
|
id: string;
|
|
8794
|
-
attributes?:
|
|
8795
|
-
relationships?:
|
|
8756
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
8757
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
8796
8758
|
}
|
|
8797
8759
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
8798
8760
|
readonly WORKSPACE: "workspace";
|
|
8799
8761
|
};
|
|
8800
8762
|
export type JsonApiWorkspacePatchTypeEnum = (typeof JsonApiWorkspacePatchTypeEnum)[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
8763
|
+
export interface JsonApiWorkspacePatchAttributes {
|
|
8764
|
+
name?: string | null;
|
|
8765
|
+
/**
|
|
8766
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
8767
|
+
* @deprecated
|
|
8768
|
+
*/
|
|
8769
|
+
earlyAccess?: string | null;
|
|
8770
|
+
/**
|
|
8771
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
8772
|
+
*/
|
|
8773
|
+
earlyAccessValues?: Array<string> | null;
|
|
8774
|
+
description?: string | null;
|
|
8775
|
+
/**
|
|
8776
|
+
* Custom prefix of entity identifiers in workspace
|
|
8777
|
+
*/
|
|
8778
|
+
prefix?: string | null;
|
|
8779
|
+
cacheExtraLimit?: number;
|
|
8780
|
+
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
8781
|
+
}
|
|
8782
|
+
/**
|
|
8783
|
+
* 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.
|
|
8784
|
+
*/
|
|
8785
|
+
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
8786
|
+
/**
|
|
8787
|
+
* The ID of the used data source.
|
|
8788
|
+
*/
|
|
8789
|
+
id: string;
|
|
8790
|
+
/**
|
|
8791
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
8792
|
+
*/
|
|
8793
|
+
schemaPath?: Array<string>;
|
|
8794
|
+
}
|
|
8801
8795
|
export interface JsonApiWorkspacePatchDocument {
|
|
8802
8796
|
data: JsonApiWorkspacePatch;
|
|
8803
8797
|
}
|
|
8798
|
+
export interface JsonApiWorkspacePatchRelationships {
|
|
8799
|
+
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
8800
|
+
}
|
|
8801
|
+
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
8802
|
+
data: JsonApiWorkspaceLinkage | null;
|
|
8803
|
+
}
|
|
8804
8804
|
/**
|
|
8805
8805
|
* JSON:API representation of workspaceSetting entity.
|
|
8806
8806
|
*/
|
|
@@ -8813,7 +8813,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
8813
8813
|
* API identifier of an object
|
|
8814
8814
|
*/
|
|
8815
8815
|
id: string;
|
|
8816
|
-
attributes?:
|
|
8816
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8817
8817
|
}
|
|
8818
8818
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
8819
8819
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -8835,7 +8835,7 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
8835
8835
|
*/
|
|
8836
8836
|
id: string;
|
|
8837
8837
|
meta?: JsonApiDatasetOutMeta;
|
|
8838
|
-
attributes?:
|
|
8838
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8839
8839
|
}
|
|
8840
8840
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
8841
8841
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -8863,7 +8863,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
8863
8863
|
*/
|
|
8864
8864
|
id: string;
|
|
8865
8865
|
meta?: JsonApiDatasetOutMeta;
|
|
8866
|
-
attributes?:
|
|
8866
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8867
8867
|
links?: ObjectLinks;
|
|
8868
8868
|
}
|
|
8869
8869
|
export declare const JsonApiWorkspaceSettingOutWithLinksTypeEnum: {
|
|
@@ -8882,7 +8882,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
8882
8882
|
* API identifier of an object
|
|
8883
8883
|
*/
|
|
8884
8884
|
id: string;
|
|
8885
|
-
attributes?:
|
|
8885
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8886
8886
|
}
|
|
8887
8887
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
8888
8888
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -8903,7 +8903,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
8903
8903
|
* API identifier of an object
|
|
8904
8904
|
*/
|
|
8905
8905
|
id?: string;
|
|
8906
|
-
attributes?:
|
|
8906
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8907
8907
|
}
|
|
8908
8908
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
8909
8909
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|