@gooddata/api-client-tiger 10.33.0-alpha.47 → 10.33.0-alpha.48
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 +665 -665
- package/esm/generated/afm-rest-api/api.d.ts +5 -5
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +6 -4
- package/esm/generated/automation-json-api/api.d.ts +5 -5
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +6 -4
- package/esm/generated/export-json-api/api.d.ts +5 -5
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +6 -4
- package/esm/generated/metadata-json-api/api.d.ts +565 -565
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +39 -39
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8739 -8737
- package/package.json +3 -3
|
@@ -5595,10 +5595,10 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5595
5595
|
links?: ListLinks;
|
|
5596
5596
|
/**
|
|
5597
5597
|
*
|
|
5598
|
-
* @type {
|
|
5598
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
5599
5599
|
* @memberof JsonApiAnalyticalDashboardOutList
|
|
5600
5600
|
*/
|
|
5601
|
-
meta?:
|
|
5601
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
5602
5602
|
/**
|
|
5603
5603
|
* Included resources
|
|
5604
5604
|
* @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
|
|
@@ -5606,6 +5606,19 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5606
5606
|
*/
|
|
5607
5607
|
included?: Array<JsonApiAnalyticalDashboardOutIncludes>;
|
|
5608
5608
|
}
|
|
5609
|
+
/**
|
|
5610
|
+
*
|
|
5611
|
+
* @export
|
|
5612
|
+
* @interface JsonApiAnalyticalDashboardOutListMeta
|
|
5613
|
+
*/
|
|
5614
|
+
export interface JsonApiAnalyticalDashboardOutListMeta {
|
|
5615
|
+
/**
|
|
5616
|
+
*
|
|
5617
|
+
* @type {PageMetadata}
|
|
5618
|
+
* @memberof JsonApiAnalyticalDashboardOutListMeta
|
|
5619
|
+
*/
|
|
5620
|
+
page?: PageMetadata;
|
|
5621
|
+
}
|
|
5609
5622
|
/**
|
|
5610
5623
|
*
|
|
5611
5624
|
* @export
|
|
@@ -6054,23 +6067,10 @@ export interface JsonApiApiTokenOutList {
|
|
|
6054
6067
|
links?: ListLinks;
|
|
6055
6068
|
/**
|
|
6056
6069
|
*
|
|
6057
|
-
* @type {
|
|
6070
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
6058
6071
|
* @memberof JsonApiApiTokenOutList
|
|
6059
6072
|
*/
|
|
6060
|
-
meta?:
|
|
6061
|
-
}
|
|
6062
|
-
/**
|
|
6063
|
-
*
|
|
6064
|
-
* @export
|
|
6065
|
-
* @interface JsonApiApiTokenOutListMeta
|
|
6066
|
-
*/
|
|
6067
|
-
export interface JsonApiApiTokenOutListMeta {
|
|
6068
|
-
/**
|
|
6069
|
-
*
|
|
6070
|
-
* @type {PageMetadata}
|
|
6071
|
-
* @memberof JsonApiApiTokenOutListMeta
|
|
6072
|
-
*/
|
|
6073
|
-
page?: PageMetadata;
|
|
6073
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
6074
6074
|
}
|
|
6075
6075
|
/**
|
|
6076
6076
|
*
|
|
@@ -6312,10 +6312,10 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
6312
6312
|
links?: ListLinks;
|
|
6313
6313
|
/**
|
|
6314
6314
|
*
|
|
6315
|
-
* @type {
|
|
6315
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
6316
6316
|
* @memberof JsonApiAttributeHierarchyOutList
|
|
6317
6317
|
*/
|
|
6318
|
-
meta?:
|
|
6318
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
6319
6319
|
/**
|
|
6320
6320
|
* Included resources
|
|
6321
6321
|
* @type {Array<JsonApiAttributeHierarchyOutIncludes>}
|
|
@@ -6682,10 +6682,10 @@ export interface JsonApiAttributeOutList {
|
|
|
6682
6682
|
links?: ListLinks;
|
|
6683
6683
|
/**
|
|
6684
6684
|
*
|
|
6685
|
-
* @type {
|
|
6685
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
6686
6686
|
* @memberof JsonApiAttributeOutList
|
|
6687
6687
|
*/
|
|
6688
|
-
meta?:
|
|
6688
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
6689
6689
|
/**
|
|
6690
6690
|
* Included resources
|
|
6691
6691
|
* @type {Array<JsonApiAttributeOutIncludes>}
|
|
@@ -7098,10 +7098,10 @@ export interface JsonApiAutomationOutList {
|
|
|
7098
7098
|
links?: ListLinks;
|
|
7099
7099
|
/**
|
|
7100
7100
|
*
|
|
7101
|
-
* @type {
|
|
7101
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
7102
7102
|
* @memberof JsonApiAutomationOutList
|
|
7103
7103
|
*/
|
|
7104
|
-
meta?:
|
|
7104
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
7105
7105
|
/**
|
|
7106
7106
|
* Included resources
|
|
7107
7107
|
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
@@ -7744,10 +7744,10 @@ export interface JsonApiColorPaletteOutList {
|
|
|
7744
7744
|
links?: ListLinks;
|
|
7745
7745
|
/**
|
|
7746
7746
|
*
|
|
7747
|
-
* @type {
|
|
7747
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
7748
7748
|
* @memberof JsonApiColorPaletteOutList
|
|
7749
7749
|
*/
|
|
7750
|
-
meta?:
|
|
7750
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
7751
7751
|
}
|
|
7752
7752
|
/**
|
|
7753
7753
|
*
|
|
@@ -7865,10 +7865,10 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
7865
7865
|
id: string;
|
|
7866
7866
|
/**
|
|
7867
7867
|
*
|
|
7868
|
-
* @type {
|
|
7868
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
7869
7869
|
* @memberof JsonApiCookieSecurityConfigurationIn
|
|
7870
7870
|
*/
|
|
7871
|
-
attributes?:
|
|
7871
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
7872
7872
|
}
|
|
7873
7873
|
export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
7874
7874
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
@@ -7907,34 +7907,15 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
7907
7907
|
id: string;
|
|
7908
7908
|
/**
|
|
7909
7909
|
*
|
|
7910
|
-
* @type {
|
|
7910
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
7911
7911
|
* @memberof JsonApiCookieSecurityConfigurationOut
|
|
7912
7912
|
*/
|
|
7913
|
-
attributes?:
|
|
7913
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
7914
7914
|
}
|
|
7915
7915
|
export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
7916
7916
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
7917
7917
|
};
|
|
7918
7918
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = typeof JsonApiCookieSecurityConfigurationOutTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationOutTypeEnum];
|
|
7919
|
-
/**
|
|
7920
|
-
*
|
|
7921
|
-
* @export
|
|
7922
|
-
* @interface JsonApiCookieSecurityConfigurationOutAttributes
|
|
7923
|
-
*/
|
|
7924
|
-
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
7925
|
-
/**
|
|
7926
|
-
*
|
|
7927
|
-
* @type {string}
|
|
7928
|
-
* @memberof JsonApiCookieSecurityConfigurationOutAttributes
|
|
7929
|
-
*/
|
|
7930
|
-
lastRotation?: string;
|
|
7931
|
-
/**
|
|
7932
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
7933
|
-
* @type {string}
|
|
7934
|
-
* @memberof JsonApiCookieSecurityConfigurationOutAttributes
|
|
7935
|
-
*/
|
|
7936
|
-
rotationInterval?: string;
|
|
7937
|
-
}
|
|
7938
7919
|
/**
|
|
7939
7920
|
*
|
|
7940
7921
|
* @export
|
|
@@ -7974,15 +7955,34 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
7974
7955
|
id: string;
|
|
7975
7956
|
/**
|
|
7976
7957
|
*
|
|
7977
|
-
* @type {
|
|
7958
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
7978
7959
|
* @memberof JsonApiCookieSecurityConfigurationPatch
|
|
7979
7960
|
*/
|
|
7980
|
-
attributes?:
|
|
7961
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
7981
7962
|
}
|
|
7982
7963
|
export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
7983
7964
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
7984
7965
|
};
|
|
7985
7966
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = typeof JsonApiCookieSecurityConfigurationPatchTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
7967
|
+
/**
|
|
7968
|
+
*
|
|
7969
|
+
* @export
|
|
7970
|
+
* @interface JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7971
|
+
*/
|
|
7972
|
+
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
7973
|
+
/**
|
|
7974
|
+
*
|
|
7975
|
+
* @type {string}
|
|
7976
|
+
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7977
|
+
*/
|
|
7978
|
+
lastRotation?: string;
|
|
7979
|
+
/**
|
|
7980
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
7981
|
+
* @type {string}
|
|
7982
|
+
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7983
|
+
*/
|
|
7984
|
+
rotationInterval?: string;
|
|
7985
|
+
}
|
|
7986
7986
|
/**
|
|
7987
7987
|
*
|
|
7988
7988
|
* @export
|
|
@@ -8119,10 +8119,10 @@ export interface JsonApiCspDirectiveOutList {
|
|
|
8119
8119
|
links?: ListLinks;
|
|
8120
8120
|
/**
|
|
8121
8121
|
*
|
|
8122
|
-
* @type {
|
|
8122
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
8123
8123
|
* @memberof JsonApiCspDirectiveOutList
|
|
8124
8124
|
*/
|
|
8125
|
-
meta?:
|
|
8125
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
8126
8126
|
}
|
|
8127
8127
|
/**
|
|
8128
8128
|
*
|
|
@@ -8349,10 +8349,10 @@ export interface JsonApiCustomApplicationSettingOutList {
|
|
|
8349
8349
|
links?: ListLinks;
|
|
8350
8350
|
/**
|
|
8351
8351
|
*
|
|
8352
|
-
* @type {
|
|
8352
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
8353
8353
|
* @memberof JsonApiCustomApplicationSettingOutList
|
|
8354
8354
|
*/
|
|
8355
|
-
meta?:
|
|
8355
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
8356
8356
|
}
|
|
8357
8357
|
/**
|
|
8358
8358
|
*
|
|
@@ -8698,10 +8698,10 @@ export interface JsonApiDashboardPluginOutList {
|
|
|
8698
8698
|
links?: ListLinks;
|
|
8699
8699
|
/**
|
|
8700
8700
|
*
|
|
8701
|
-
* @type {
|
|
8701
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
8702
8702
|
* @memberof JsonApiDashboardPluginOutList
|
|
8703
8703
|
*/
|
|
8704
|
-
meta?:
|
|
8704
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
8705
8705
|
/**
|
|
8706
8706
|
* Included resources
|
|
8707
8707
|
* @type {Array<JsonApiUserIdentifierOutWithLinks>}
|
|
@@ -8916,10 +8916,10 @@ export interface JsonApiDataSourceIdentifierOut {
|
|
|
8916
8916
|
id: string;
|
|
8917
8917
|
/**
|
|
8918
8918
|
*
|
|
8919
|
-
* @type {
|
|
8919
|
+
* @type {JsonApiDataSourceOutMeta}
|
|
8920
8920
|
* @memberof JsonApiDataSourceIdentifierOut
|
|
8921
8921
|
*/
|
|
8922
|
-
meta?:
|
|
8922
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
8923
8923
|
/**
|
|
8924
8924
|
*
|
|
8925
8925
|
* @type {JsonApiDataSourceIdentifierOutAttributes}
|
|
@@ -9023,29 +9023,11 @@ export interface JsonApiDataSourceIdentifierOutList {
|
|
|
9023
9023
|
links?: ListLinks;
|
|
9024
9024
|
/**
|
|
9025
9025
|
*
|
|
9026
|
-
* @type {
|
|
9026
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
9027
9027
|
* @memberof JsonApiDataSourceIdentifierOutList
|
|
9028
9028
|
*/
|
|
9029
|
-
meta?:
|
|
9030
|
-
}
|
|
9031
|
-
/**
|
|
9032
|
-
*
|
|
9033
|
-
* @export
|
|
9034
|
-
* @interface JsonApiDataSourceIdentifierOutMeta
|
|
9035
|
-
*/
|
|
9036
|
-
export interface JsonApiDataSourceIdentifierOutMeta {
|
|
9037
|
-
/**
|
|
9038
|
-
* List of valid permissions for a logged-in user.
|
|
9039
|
-
* @type {Array<string>}
|
|
9040
|
-
* @memberof JsonApiDataSourceIdentifierOutMeta
|
|
9041
|
-
*/
|
|
9042
|
-
permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
|
|
9029
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
9043
9030
|
}
|
|
9044
|
-
export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
|
|
9045
|
-
readonly MANAGE: "MANAGE";
|
|
9046
|
-
readonly USE: "USE";
|
|
9047
|
-
};
|
|
9048
|
-
export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
|
|
9049
9031
|
/**
|
|
9050
9032
|
*
|
|
9051
9033
|
* @export
|
|
@@ -9066,10 +9048,10 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
|
9066
9048
|
id: string;
|
|
9067
9049
|
/**
|
|
9068
9050
|
*
|
|
9069
|
-
* @type {
|
|
9051
|
+
* @type {JsonApiDataSourceOutMeta}
|
|
9070
9052
|
* @memberof JsonApiDataSourceIdentifierOutWithLinks
|
|
9071
9053
|
*/
|
|
9072
|
-
meta?:
|
|
9054
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
9073
9055
|
/**
|
|
9074
9056
|
*
|
|
9075
9057
|
* @type {JsonApiDataSourceIdentifierOutAttributes}
|
|
@@ -9190,10 +9172,10 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
9190
9172
|
clientSecret?: string | null;
|
|
9191
9173
|
/**
|
|
9192
9174
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9193
|
-
* @type {Array<
|
|
9175
|
+
* @type {Array<JsonApiDataSourcePatchAttributesParameters>}
|
|
9194
9176
|
* @memberof JsonApiDataSourceInAttributes
|
|
9195
9177
|
*/
|
|
9196
|
-
parameters?: Array<
|
|
9178
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
|
|
9197
9179
|
/**
|
|
9198
9180
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9199
9181
|
* @type {string}
|
|
@@ -9267,10 +9249,10 @@ export interface JsonApiDataSourceOut {
|
|
|
9267
9249
|
id: string;
|
|
9268
9250
|
/**
|
|
9269
9251
|
*
|
|
9270
|
-
* @type {
|
|
9252
|
+
* @type {JsonApiDataSourceOutMeta}
|
|
9271
9253
|
* @memberof JsonApiDataSourceOut
|
|
9272
9254
|
*/
|
|
9273
|
-
meta?:
|
|
9255
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
9274
9256
|
/**
|
|
9275
9257
|
*
|
|
9276
9258
|
* @type {JsonApiDataSourceOutAttributes}
|
|
@@ -9326,16 +9308,16 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
9326
9308
|
clientId?: string | null;
|
|
9327
9309
|
/**
|
|
9328
9310
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9329
|
-
* @type {Array<
|
|
9311
|
+
* @type {Array<JsonApiDataSourcePatchAttributesParameters>}
|
|
9330
9312
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9331
9313
|
*/
|
|
9332
|
-
parameters?: Array<
|
|
9314
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
|
|
9333
9315
|
/**
|
|
9334
9316
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
9335
|
-
* @type {Array<
|
|
9317
|
+
* @type {Array<JsonApiDataSourcePatchAttributesParameters>}
|
|
9336
9318
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9337
9319
|
*/
|
|
9338
|
-
decodedParameters?: Array<
|
|
9320
|
+
decodedParameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
|
|
9339
9321
|
/**
|
|
9340
9322
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9341
9323
|
* @type {string}
|
|
@@ -9390,25 +9372,6 @@ export declare const JsonApiDataSourceOutAttributesAuthenticationTypeEnum: {
|
|
|
9390
9372
|
readonly ACCESS_TOKEN: "ACCESS_TOKEN";
|
|
9391
9373
|
};
|
|
9392
9374
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum[keyof typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum];
|
|
9393
|
-
/**
|
|
9394
|
-
*
|
|
9395
|
-
* @export
|
|
9396
|
-
* @interface JsonApiDataSourceOutAttributesParameters
|
|
9397
|
-
*/
|
|
9398
|
-
export interface JsonApiDataSourceOutAttributesParameters {
|
|
9399
|
-
/**
|
|
9400
|
-
*
|
|
9401
|
-
* @type {string}
|
|
9402
|
-
* @memberof JsonApiDataSourceOutAttributesParameters
|
|
9403
|
-
*/
|
|
9404
|
-
name: string;
|
|
9405
|
-
/**
|
|
9406
|
-
*
|
|
9407
|
-
* @type {string}
|
|
9408
|
-
* @memberof JsonApiDataSourceOutAttributesParameters
|
|
9409
|
-
*/
|
|
9410
|
-
value: string;
|
|
9411
|
-
}
|
|
9412
9375
|
/**
|
|
9413
9376
|
*
|
|
9414
9377
|
* @export
|
|
@@ -9448,11 +9411,29 @@ export interface JsonApiDataSourceOutList {
|
|
|
9448
9411
|
links?: ListLinks;
|
|
9449
9412
|
/**
|
|
9450
9413
|
*
|
|
9451
|
-
* @type {
|
|
9414
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
9452
9415
|
* @memberof JsonApiDataSourceOutList
|
|
9453
9416
|
*/
|
|
9454
|
-
meta?:
|
|
9417
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
9418
|
+
}
|
|
9419
|
+
/**
|
|
9420
|
+
*
|
|
9421
|
+
* @export
|
|
9422
|
+
* @interface JsonApiDataSourceOutMeta
|
|
9423
|
+
*/
|
|
9424
|
+
export interface JsonApiDataSourceOutMeta {
|
|
9425
|
+
/**
|
|
9426
|
+
* List of valid permissions for a logged-in user.
|
|
9427
|
+
* @type {Array<string>}
|
|
9428
|
+
* @memberof JsonApiDataSourceOutMeta
|
|
9429
|
+
*/
|
|
9430
|
+
permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
|
|
9455
9431
|
}
|
|
9432
|
+
export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
|
|
9433
|
+
readonly MANAGE: "MANAGE";
|
|
9434
|
+
readonly USE: "USE";
|
|
9435
|
+
};
|
|
9436
|
+
export type JsonApiDataSourceOutMetaPermissionsEnum = typeof JsonApiDataSourceOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
|
|
9456
9437
|
/**
|
|
9457
9438
|
*
|
|
9458
9439
|
* @export
|
|
@@ -9473,10 +9454,10 @@ export interface JsonApiDataSourceOutWithLinks {
|
|
|
9473
9454
|
id: string;
|
|
9474
9455
|
/**
|
|
9475
9456
|
*
|
|
9476
|
-
* @type {
|
|
9457
|
+
* @type {JsonApiDataSourceOutMeta}
|
|
9477
9458
|
* @memberof JsonApiDataSourceOutWithLinks
|
|
9478
9459
|
*/
|
|
9479
|
-
meta?:
|
|
9460
|
+
meta?: JsonApiDataSourceOutMeta;
|
|
9480
9461
|
/**
|
|
9481
9462
|
*
|
|
9482
9463
|
* @type {JsonApiDataSourceOutAttributes}
|
|
@@ -9597,10 +9578,10 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
9597
9578
|
clientSecret?: string | null;
|
|
9598
9579
|
/**
|
|
9599
9580
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9600
|
-
* @type {Array<
|
|
9581
|
+
* @type {Array<JsonApiDataSourcePatchAttributesParameters>}
|
|
9601
9582
|
* @memberof JsonApiDataSourcePatchAttributes
|
|
9602
9583
|
*/
|
|
9603
|
-
parameters?: Array<
|
|
9584
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
|
|
9604
9585
|
/**
|
|
9605
9586
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9606
9587
|
* @type {string}
|
|
@@ -9641,6 +9622,25 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
9641
9622
|
readonly NEVER: "NEVER";
|
|
9642
9623
|
};
|
|
9643
9624
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
9625
|
+
/**
|
|
9626
|
+
*
|
|
9627
|
+
* @export
|
|
9628
|
+
* @interface JsonApiDataSourcePatchAttributesParameters
|
|
9629
|
+
*/
|
|
9630
|
+
export interface JsonApiDataSourcePatchAttributesParameters {
|
|
9631
|
+
/**
|
|
9632
|
+
*
|
|
9633
|
+
* @type {string}
|
|
9634
|
+
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9635
|
+
*/
|
|
9636
|
+
name: string;
|
|
9637
|
+
/**
|
|
9638
|
+
*
|
|
9639
|
+
* @type {string}
|
|
9640
|
+
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9641
|
+
*/
|
|
9642
|
+
value: string;
|
|
9643
|
+
}
|
|
9644
9644
|
/**
|
|
9645
9645
|
*
|
|
9646
9646
|
* @export
|
|
@@ -10012,10 +10012,10 @@ export interface JsonApiDatasetOutList {
|
|
|
10012
10012
|
links?: ListLinks;
|
|
10013
10013
|
/**
|
|
10014
10014
|
*
|
|
10015
|
-
* @type {
|
|
10015
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
10016
10016
|
* @memberof JsonApiDatasetOutList
|
|
10017
10017
|
*/
|
|
10018
|
-
meta?:
|
|
10018
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
10019
10019
|
/**
|
|
10020
10020
|
* Included resources
|
|
10021
10021
|
* @type {Array<JsonApiDatasetOutIncludes>}
|
|
@@ -10207,10 +10207,10 @@ export interface JsonApiEntitlementOutList {
|
|
|
10207
10207
|
links?: ListLinks;
|
|
10208
10208
|
/**
|
|
10209
10209
|
*
|
|
10210
|
-
* @type {
|
|
10210
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
10211
10211
|
* @memberof JsonApiEntitlementOutList
|
|
10212
10212
|
*/
|
|
10213
|
-
meta?:
|
|
10213
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
10214
10214
|
}
|
|
10215
10215
|
/**
|
|
10216
10216
|
*
|
|
@@ -10458,10 +10458,10 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
10458
10458
|
links?: ListLinks;
|
|
10459
10459
|
/**
|
|
10460
10460
|
*
|
|
10461
|
-
* @type {
|
|
10461
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
10462
10462
|
* @memberof JsonApiExportDefinitionOutList
|
|
10463
10463
|
*/
|
|
10464
|
-
meta?:
|
|
10464
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
10465
10465
|
/**
|
|
10466
10466
|
* Included resources
|
|
10467
10467
|
* @type {Array<JsonApiExportDefinitionOutIncludes>}
|
|
@@ -10816,83 +10816,17 @@ export interface JsonApiExportTemplateOutAttributes {
|
|
|
10816
10816
|
name: string;
|
|
10817
10817
|
/**
|
|
10818
10818
|
*
|
|
10819
|
-
* @type {
|
|
10819
|
+
* @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
|
|
10820
10820
|
* @memberof JsonApiExportTemplateOutAttributes
|
|
10821
10821
|
*/
|
|
10822
|
-
dashboardSlidesTemplate?:
|
|
10822
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
10823
10823
|
/**
|
|
10824
10824
|
*
|
|
10825
|
-
* @type {
|
|
10825
|
+
* @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
|
|
10826
10826
|
* @memberof JsonApiExportTemplateOutAttributes
|
|
10827
10827
|
*/
|
|
10828
|
-
widgetSlidesTemplate?:
|
|
10829
|
-
}
|
|
10830
|
-
/**
|
|
10831
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10832
|
-
* @export
|
|
10833
|
-
* @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10834
|
-
*/
|
|
10835
|
-
export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
10836
|
-
/**
|
|
10837
|
-
* Export types this template applies to.
|
|
10838
|
-
* @type {Array<string>}
|
|
10839
|
-
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10840
|
-
*/
|
|
10841
|
-
appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10842
|
-
/**
|
|
10843
|
-
*
|
|
10844
|
-
* @type {CoverSlideTemplate}
|
|
10845
|
-
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10846
|
-
*/
|
|
10847
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
10848
|
-
/**
|
|
10849
|
-
*
|
|
10850
|
-
* @type {IntroSlideTemplate}
|
|
10851
|
-
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10852
|
-
*/
|
|
10853
|
-
introSlide?: IntroSlideTemplate | null;
|
|
10854
|
-
/**
|
|
10855
|
-
*
|
|
10856
|
-
* @type {SectionSlideTemplate}
|
|
10857
|
-
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10858
|
-
*/
|
|
10859
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
10860
|
-
/**
|
|
10861
|
-
*
|
|
10862
|
-
* @type {ContentSlideTemplate}
|
|
10863
|
-
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10864
|
-
*/
|
|
10865
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
10866
|
-
}
|
|
10867
|
-
export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
10868
|
-
readonly PDF: "PDF";
|
|
10869
|
-
readonly PPTX: "PPTX";
|
|
10870
|
-
};
|
|
10871
|
-
export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
10872
|
-
/**
|
|
10873
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10874
|
-
* @export
|
|
10875
|
-
* @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10876
|
-
*/
|
|
10877
|
-
export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
10878
|
-
/**
|
|
10879
|
-
* Export types this template applies to.
|
|
10880
|
-
* @type {Array<string>}
|
|
10881
|
-
* @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10882
|
-
*/
|
|
10883
|
-
appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
10884
|
-
/**
|
|
10885
|
-
*
|
|
10886
|
-
* @type {ContentSlideTemplate}
|
|
10887
|
-
* @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10888
|
-
*/
|
|
10889
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
10828
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
10890
10829
|
}
|
|
10891
|
-
export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
10892
|
-
readonly PDF: "PDF";
|
|
10893
|
-
readonly PPTX: "PPTX";
|
|
10894
|
-
};
|
|
10895
|
-
export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
10896
10830
|
/**
|
|
10897
10831
|
*
|
|
10898
10832
|
* @export
|
|
@@ -10932,10 +10866,10 @@ export interface JsonApiExportTemplateOutList {
|
|
|
10932
10866
|
links?: ListLinks;
|
|
10933
10867
|
/**
|
|
10934
10868
|
*
|
|
10935
|
-
* @type {
|
|
10869
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
10936
10870
|
* @memberof JsonApiExportTemplateOutList
|
|
10937
10871
|
*/
|
|
10938
|
-
meta?:
|
|
10872
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
10939
10873
|
}
|
|
10940
10874
|
/**
|
|
10941
10875
|
*
|
|
@@ -11015,17 +10949,83 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
11015
10949
|
name?: string;
|
|
11016
10950
|
/**
|
|
11017
10951
|
*
|
|
11018
|
-
* @type {
|
|
10952
|
+
* @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
|
|
11019
10953
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11020
10954
|
*/
|
|
11021
|
-
dashboardSlidesTemplate?:
|
|
10955
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
11022
10956
|
/**
|
|
11023
10957
|
*
|
|
11024
|
-
* @type {
|
|
10958
|
+
* @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
|
|
11025
10959
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11026
10960
|
*/
|
|
11027
|
-
widgetSlidesTemplate?:
|
|
10961
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
10962
|
+
}
|
|
10963
|
+
/**
|
|
10964
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10965
|
+
* @export
|
|
10966
|
+
* @interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10967
|
+
*/
|
|
10968
|
+
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
10969
|
+
/**
|
|
10970
|
+
* Export types this template applies to.
|
|
10971
|
+
* @type {Array<string>}
|
|
10972
|
+
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10973
|
+
*/
|
|
10974
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10975
|
+
/**
|
|
10976
|
+
*
|
|
10977
|
+
* @type {CoverSlideTemplate}
|
|
10978
|
+
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10979
|
+
*/
|
|
10980
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
10981
|
+
/**
|
|
10982
|
+
*
|
|
10983
|
+
* @type {IntroSlideTemplate}
|
|
10984
|
+
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10985
|
+
*/
|
|
10986
|
+
introSlide?: IntroSlideTemplate | null;
|
|
10987
|
+
/**
|
|
10988
|
+
*
|
|
10989
|
+
* @type {SectionSlideTemplate}
|
|
10990
|
+
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10991
|
+
*/
|
|
10992
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
10993
|
+
/**
|
|
10994
|
+
*
|
|
10995
|
+
* @type {ContentSlideTemplate}
|
|
10996
|
+
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10997
|
+
*/
|
|
10998
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
10999
|
+
}
|
|
11000
|
+
export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
11001
|
+
readonly PDF: "PDF";
|
|
11002
|
+
readonly PPTX: "PPTX";
|
|
11003
|
+
};
|
|
11004
|
+
export type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
11005
|
+
/**
|
|
11006
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11007
|
+
* @export
|
|
11008
|
+
* @interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11009
|
+
*/
|
|
11010
|
+
export interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
11011
|
+
/**
|
|
11012
|
+
* Export types this template applies to.
|
|
11013
|
+
* @type {Array<string>}
|
|
11014
|
+
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11015
|
+
*/
|
|
11016
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
11017
|
+
/**
|
|
11018
|
+
*
|
|
11019
|
+
* @type {ContentSlideTemplate}
|
|
11020
|
+
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11021
|
+
*/
|
|
11022
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
11028
11023
|
}
|
|
11024
|
+
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
11025
|
+
readonly PDF: "PDF";
|
|
11026
|
+
readonly PPTX: "PPTX";
|
|
11027
|
+
};
|
|
11028
|
+
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
11029
11029
|
/**
|
|
11030
11030
|
*
|
|
11031
11031
|
* @export
|
|
@@ -11260,10 +11260,10 @@ export interface JsonApiFactOutList {
|
|
|
11260
11260
|
links?: ListLinks;
|
|
11261
11261
|
/**
|
|
11262
11262
|
*
|
|
11263
|
-
* @type {
|
|
11263
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
11264
11264
|
* @memberof JsonApiFactOutList
|
|
11265
11265
|
*/
|
|
11266
|
-
meta?:
|
|
11266
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
11267
11267
|
/**
|
|
11268
11268
|
* Included resources
|
|
11269
11269
|
* @type {Array<JsonApiFactOutIncludes>}
|
|
@@ -11549,10 +11549,10 @@ export interface JsonApiFilterContextOutList {
|
|
|
11549
11549
|
links?: ListLinks;
|
|
11550
11550
|
/**
|
|
11551
11551
|
*
|
|
11552
|
-
* @type {
|
|
11552
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
11553
11553
|
* @memberof JsonApiFilterContextOutList
|
|
11554
11554
|
*/
|
|
11555
|
-
meta?:
|
|
11555
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
11556
11556
|
/**
|
|
11557
11557
|
* Included resources
|
|
11558
11558
|
* @type {Array<JsonApiFilterContextOutIncludes>}
|
|
@@ -11892,10 +11892,10 @@ export interface JsonApiFilterViewOutList {
|
|
|
11892
11892
|
links?: ListLinks;
|
|
11893
11893
|
/**
|
|
11894
11894
|
*
|
|
11895
|
-
* @type {
|
|
11895
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
11896
11896
|
* @memberof JsonApiFilterViewOutList
|
|
11897
11897
|
*/
|
|
11898
|
-
meta?:
|
|
11898
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
11899
11899
|
/**
|
|
11900
11900
|
* Included resources
|
|
11901
11901
|
* @type {Array<JsonApiFilterViewOutIncludes>}
|
|
@@ -12049,10 +12049,23 @@ export interface JsonApiFilterViewPatchRelationships {
|
|
|
12049
12049
|
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
12050
12050
|
/**
|
|
12051
12051
|
*
|
|
12052
|
-
* @type {
|
|
12052
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
12053
12053
|
* @memberof JsonApiFilterViewPatchRelationships
|
|
12054
12054
|
*/
|
|
12055
|
-
user?:
|
|
12055
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
12056
|
+
}
|
|
12057
|
+
/**
|
|
12058
|
+
*
|
|
12059
|
+
* @export
|
|
12060
|
+
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
12061
|
+
*/
|
|
12062
|
+
export interface JsonApiFilterViewPatchRelationshipsUser {
|
|
12063
|
+
/**
|
|
12064
|
+
*
|
|
12065
|
+
* @type {JsonApiUserToOneLinkage}
|
|
12066
|
+
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
12067
|
+
*/
|
|
12068
|
+
data: JsonApiUserToOneLinkage | null;
|
|
12056
12069
|
}
|
|
12057
12070
|
/**
|
|
12058
12071
|
* JSON:API representation of identityProvider entity.
|
|
@@ -12258,10 +12271,10 @@ export interface JsonApiIdentityProviderOutList {
|
|
|
12258
12271
|
links?: ListLinks;
|
|
12259
12272
|
/**
|
|
12260
12273
|
*
|
|
12261
|
-
* @type {
|
|
12274
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
12262
12275
|
* @memberof JsonApiIdentityProviderOutList
|
|
12263
12276
|
*/
|
|
12264
|
-
meta?:
|
|
12277
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
12265
12278
|
}
|
|
12266
12279
|
/**
|
|
12267
12280
|
*
|
|
@@ -12449,10 +12462,10 @@ export interface JsonApiJwkIn {
|
|
|
12449
12462
|
id: string;
|
|
12450
12463
|
/**
|
|
12451
12464
|
*
|
|
12452
|
-
* @type {
|
|
12465
|
+
* @type {JsonApiJwkPatchAttributes}
|
|
12453
12466
|
* @memberof JsonApiJwkIn
|
|
12454
12467
|
*/
|
|
12455
|
-
attributes?:
|
|
12468
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
12456
12469
|
}
|
|
12457
12470
|
export declare const JsonApiJwkInTypeEnum: {
|
|
12458
12471
|
readonly JWK: "jwk";
|
|
@@ -12491,28 +12504,15 @@ export interface JsonApiJwkOut {
|
|
|
12491
12504
|
id: string;
|
|
12492
12505
|
/**
|
|
12493
12506
|
*
|
|
12494
|
-
* @type {
|
|
12507
|
+
* @type {JsonApiJwkPatchAttributes}
|
|
12495
12508
|
* @memberof JsonApiJwkOut
|
|
12496
12509
|
*/
|
|
12497
|
-
attributes?:
|
|
12510
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
12498
12511
|
}
|
|
12499
12512
|
export declare const JsonApiJwkOutTypeEnum: {
|
|
12500
12513
|
readonly JWK: "jwk";
|
|
12501
12514
|
};
|
|
12502
12515
|
export type JsonApiJwkOutTypeEnum = typeof JsonApiJwkOutTypeEnum[keyof typeof JsonApiJwkOutTypeEnum];
|
|
12503
|
-
/**
|
|
12504
|
-
*
|
|
12505
|
-
* @export
|
|
12506
|
-
* @interface JsonApiJwkOutAttributes
|
|
12507
|
-
*/
|
|
12508
|
-
export interface JsonApiJwkOutAttributes {
|
|
12509
|
-
/**
|
|
12510
|
-
* Specification of the cryptographic key
|
|
12511
|
-
* @type {RsaSpecification}
|
|
12512
|
-
* @memberof JsonApiJwkOutAttributes
|
|
12513
|
-
*/
|
|
12514
|
-
content?: RsaSpecification;
|
|
12515
|
-
}
|
|
12516
12516
|
/**
|
|
12517
12517
|
*
|
|
12518
12518
|
* @export
|
|
@@ -12552,10 +12552,10 @@ export interface JsonApiJwkOutList {
|
|
|
12552
12552
|
links?: ListLinks;
|
|
12553
12553
|
/**
|
|
12554
12554
|
*
|
|
12555
|
-
* @type {
|
|
12555
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
12556
12556
|
* @memberof JsonApiJwkOutList
|
|
12557
12557
|
*/
|
|
12558
|
-
meta?:
|
|
12558
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
12559
12559
|
}
|
|
12560
12560
|
/**
|
|
12561
12561
|
*
|
|
@@ -12577,10 +12577,10 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
12577
12577
|
id: string;
|
|
12578
12578
|
/**
|
|
12579
12579
|
*
|
|
12580
|
-
* @type {
|
|
12580
|
+
* @type {JsonApiJwkPatchAttributes}
|
|
12581
12581
|
* @memberof JsonApiJwkOutWithLinks
|
|
12582
12582
|
*/
|
|
12583
|
-
attributes?:
|
|
12583
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
12584
12584
|
/**
|
|
12585
12585
|
*
|
|
12586
12586
|
* @type {ObjectLinks}
|
|
@@ -12612,15 +12612,28 @@ export interface JsonApiJwkPatch {
|
|
|
12612
12612
|
id: string;
|
|
12613
12613
|
/**
|
|
12614
12614
|
*
|
|
12615
|
-
* @type {
|
|
12615
|
+
* @type {JsonApiJwkPatchAttributes}
|
|
12616
12616
|
* @memberof JsonApiJwkPatch
|
|
12617
12617
|
*/
|
|
12618
|
-
attributes?:
|
|
12618
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
12619
12619
|
}
|
|
12620
12620
|
export declare const JsonApiJwkPatchTypeEnum: {
|
|
12621
12621
|
readonly JWK: "jwk";
|
|
12622
12622
|
};
|
|
12623
12623
|
export type JsonApiJwkPatchTypeEnum = typeof JsonApiJwkPatchTypeEnum[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
12624
|
+
/**
|
|
12625
|
+
*
|
|
12626
|
+
* @export
|
|
12627
|
+
* @interface JsonApiJwkPatchAttributes
|
|
12628
|
+
*/
|
|
12629
|
+
export interface JsonApiJwkPatchAttributes {
|
|
12630
|
+
/**
|
|
12631
|
+
* Specification of the cryptographic key
|
|
12632
|
+
* @type {RsaSpecification}
|
|
12633
|
+
* @memberof JsonApiJwkPatchAttributes
|
|
12634
|
+
*/
|
|
12635
|
+
content?: RsaSpecification;
|
|
12636
|
+
}
|
|
12624
12637
|
/**
|
|
12625
12638
|
*
|
|
12626
12639
|
* @export
|
|
@@ -12817,10 +12830,10 @@ export interface JsonApiLabelOutList {
|
|
|
12817
12830
|
links?: ListLinks;
|
|
12818
12831
|
/**
|
|
12819
12832
|
*
|
|
12820
|
-
* @type {
|
|
12833
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
12821
12834
|
* @memberof JsonApiLabelOutList
|
|
12822
12835
|
*/
|
|
12823
|
-
meta?:
|
|
12836
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
12824
12837
|
/**
|
|
12825
12838
|
* Included resources
|
|
12826
12839
|
* @type {Array<JsonApiAttributeOutWithLinks>}
|
|
@@ -13107,10 +13120,10 @@ export interface JsonApiLlmEndpointOutList {
|
|
|
13107
13120
|
links?: ListLinks;
|
|
13108
13121
|
/**
|
|
13109
13122
|
*
|
|
13110
|
-
* @type {
|
|
13123
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
13111
13124
|
* @memberof JsonApiLlmEndpointOutList
|
|
13112
13125
|
*/
|
|
13113
|
-
meta?:
|
|
13126
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
13114
13127
|
}
|
|
13115
13128
|
/**
|
|
13116
13129
|
*
|
|
@@ -13257,10 +13270,10 @@ export interface JsonApiMetricIn {
|
|
|
13257
13270
|
id: string;
|
|
13258
13271
|
/**
|
|
13259
13272
|
*
|
|
13260
|
-
* @type {
|
|
13273
|
+
* @type {JsonApiMetricInAttributes}
|
|
13261
13274
|
* @memberof JsonApiMetricIn
|
|
13262
13275
|
*/
|
|
13263
|
-
attributes:
|
|
13276
|
+
attributes: JsonApiMetricInAttributes;
|
|
13264
13277
|
}
|
|
13265
13278
|
export declare const JsonApiMetricInTypeEnum: {
|
|
13266
13279
|
readonly METRIC: "metric";
|
|
@@ -13269,37 +13282,74 @@ export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeo
|
|
|
13269
13282
|
/**
|
|
13270
13283
|
*
|
|
13271
13284
|
* @export
|
|
13272
|
-
* @interface
|
|
13285
|
+
* @interface JsonApiMetricInAttributes
|
|
13273
13286
|
*/
|
|
13274
|
-
export interface
|
|
13287
|
+
export interface JsonApiMetricInAttributes {
|
|
13275
13288
|
/**
|
|
13276
13289
|
*
|
|
13277
|
-
* @type {
|
|
13278
|
-
* @memberof
|
|
13290
|
+
* @type {string}
|
|
13291
|
+
* @memberof JsonApiMetricInAttributes
|
|
13279
13292
|
*/
|
|
13280
|
-
|
|
13281
|
-
}
|
|
13282
|
-
/**
|
|
13283
|
-
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
13284
|
-
* @export
|
|
13285
|
-
* @interface JsonApiMetricLinkage
|
|
13286
|
-
*/
|
|
13287
|
-
export interface JsonApiMetricLinkage {
|
|
13293
|
+
title?: string;
|
|
13288
13294
|
/**
|
|
13289
13295
|
*
|
|
13290
13296
|
* @type {string}
|
|
13291
|
-
* @memberof
|
|
13297
|
+
* @memberof JsonApiMetricInAttributes
|
|
13292
13298
|
*/
|
|
13293
|
-
|
|
13299
|
+
description?: string;
|
|
13294
13300
|
/**
|
|
13295
13301
|
*
|
|
13296
|
-
* @type {string}
|
|
13297
|
-
* @memberof
|
|
13302
|
+
* @type {Array<string>}
|
|
13303
|
+
* @memberof JsonApiMetricInAttributes
|
|
13298
13304
|
*/
|
|
13299
|
-
|
|
13300
|
-
|
|
13301
|
-
|
|
13302
|
-
|
|
13305
|
+
tags?: Array<string>;
|
|
13306
|
+
/**
|
|
13307
|
+
*
|
|
13308
|
+
* @type {boolean}
|
|
13309
|
+
* @memberof JsonApiMetricInAttributes
|
|
13310
|
+
*/
|
|
13311
|
+
areRelationsValid?: boolean;
|
|
13312
|
+
/**
|
|
13313
|
+
*
|
|
13314
|
+
* @type {JsonApiMetricOutAttributesContent}
|
|
13315
|
+
* @memberof JsonApiMetricInAttributes
|
|
13316
|
+
*/
|
|
13317
|
+
content: JsonApiMetricOutAttributesContent;
|
|
13318
|
+
}
|
|
13319
|
+
/**
|
|
13320
|
+
*
|
|
13321
|
+
* @export
|
|
13322
|
+
* @interface JsonApiMetricInDocument
|
|
13323
|
+
*/
|
|
13324
|
+
export interface JsonApiMetricInDocument {
|
|
13325
|
+
/**
|
|
13326
|
+
*
|
|
13327
|
+
* @type {JsonApiMetricIn}
|
|
13328
|
+
* @memberof JsonApiMetricInDocument
|
|
13329
|
+
*/
|
|
13330
|
+
data: JsonApiMetricIn;
|
|
13331
|
+
}
|
|
13332
|
+
/**
|
|
13333
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
13334
|
+
* @export
|
|
13335
|
+
* @interface JsonApiMetricLinkage
|
|
13336
|
+
*/
|
|
13337
|
+
export interface JsonApiMetricLinkage {
|
|
13338
|
+
/**
|
|
13339
|
+
*
|
|
13340
|
+
* @type {string}
|
|
13341
|
+
* @memberof JsonApiMetricLinkage
|
|
13342
|
+
*/
|
|
13343
|
+
id: string;
|
|
13344
|
+
/**
|
|
13345
|
+
*
|
|
13346
|
+
* @type {string}
|
|
13347
|
+
* @memberof JsonApiMetricLinkage
|
|
13348
|
+
*/
|
|
13349
|
+
type: JsonApiMetricLinkageTypeEnum;
|
|
13350
|
+
}
|
|
13351
|
+
export declare const JsonApiMetricLinkageTypeEnum: {
|
|
13352
|
+
readonly METRIC: "metric";
|
|
13303
13353
|
};
|
|
13304
13354
|
export type JsonApiMetricLinkageTypeEnum = typeof JsonApiMetricLinkageTypeEnum[keyof typeof JsonApiMetricLinkageTypeEnum];
|
|
13305
13355
|
/**
|
|
@@ -13461,10 +13511,10 @@ export interface JsonApiMetricOutList {
|
|
|
13461
13511
|
links?: ListLinks;
|
|
13462
13512
|
/**
|
|
13463
13513
|
*
|
|
13464
|
-
* @type {
|
|
13514
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
13465
13515
|
* @memberof JsonApiMetricOutList
|
|
13466
13516
|
*/
|
|
13467
|
-
meta?:
|
|
13517
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
13468
13518
|
/**
|
|
13469
13519
|
* Included resources
|
|
13470
13520
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -13618,52 +13668,15 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
13618
13668
|
id?: string;
|
|
13619
13669
|
/**
|
|
13620
13670
|
*
|
|
13621
|
-
* @type {
|
|
13671
|
+
* @type {JsonApiMetricInAttributes}
|
|
13622
13672
|
* @memberof JsonApiMetricPostOptionalId
|
|
13623
13673
|
*/
|
|
13624
|
-
attributes:
|
|
13674
|
+
attributes: JsonApiMetricInAttributes;
|
|
13625
13675
|
}
|
|
13626
13676
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
13627
13677
|
readonly METRIC: "metric";
|
|
13628
13678
|
};
|
|
13629
13679
|
export type JsonApiMetricPostOptionalIdTypeEnum = typeof JsonApiMetricPostOptionalIdTypeEnum[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
13630
|
-
/**
|
|
13631
|
-
*
|
|
13632
|
-
* @export
|
|
13633
|
-
* @interface JsonApiMetricPostOptionalIdAttributes
|
|
13634
|
-
*/
|
|
13635
|
-
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
13636
|
-
/**
|
|
13637
|
-
*
|
|
13638
|
-
* @type {string}
|
|
13639
|
-
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13640
|
-
*/
|
|
13641
|
-
title?: string;
|
|
13642
|
-
/**
|
|
13643
|
-
*
|
|
13644
|
-
* @type {string}
|
|
13645
|
-
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13646
|
-
*/
|
|
13647
|
-
description?: string;
|
|
13648
|
-
/**
|
|
13649
|
-
*
|
|
13650
|
-
* @type {Array<string>}
|
|
13651
|
-
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13652
|
-
*/
|
|
13653
|
-
tags?: Array<string>;
|
|
13654
|
-
/**
|
|
13655
|
-
*
|
|
13656
|
-
* @type {boolean}
|
|
13657
|
-
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13658
|
-
*/
|
|
13659
|
-
areRelationsValid?: boolean;
|
|
13660
|
-
/**
|
|
13661
|
-
*
|
|
13662
|
-
* @type {JsonApiMetricOutAttributesContent}
|
|
13663
|
-
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13664
|
-
*/
|
|
13665
|
-
content: JsonApiMetricOutAttributesContent;
|
|
13666
|
-
}
|
|
13667
13680
|
/**
|
|
13668
13681
|
*
|
|
13669
13682
|
* @export
|
|
@@ -13789,10 +13802,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
|
|
|
13789
13802
|
links?: ListLinks;
|
|
13790
13803
|
/**
|
|
13791
13804
|
*
|
|
13792
|
-
* @type {
|
|
13805
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
13793
13806
|
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13794
13807
|
*/
|
|
13795
|
-
meta?:
|
|
13808
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
13796
13809
|
}
|
|
13797
13810
|
/**
|
|
13798
13811
|
*
|
|
@@ -14047,10 +14060,10 @@ export interface JsonApiNotificationChannelOutList {
|
|
|
14047
14060
|
links?: ListLinks;
|
|
14048
14061
|
/**
|
|
14049
14062
|
*
|
|
14050
|
-
* @type {
|
|
14063
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
14051
14064
|
* @memberof JsonApiNotificationChannelOutList
|
|
14052
14065
|
*/
|
|
14053
|
-
meta?:
|
|
14066
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
14054
14067
|
}
|
|
14055
14068
|
/**
|
|
14056
14069
|
*
|
|
@@ -14500,61 +14513,22 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizati
|
|
|
14500
14513
|
export interface JsonApiOrganizationOutRelationships {
|
|
14501
14514
|
/**
|
|
14502
14515
|
*
|
|
14503
|
-
* @type {
|
|
14516
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
14504
14517
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14505
14518
|
*/
|
|
14506
|
-
bootstrapUser?:
|
|
14519
|
+
bootstrapUser?: JsonApiFilterViewPatchRelationshipsUser;
|
|
14507
14520
|
/**
|
|
14508
14521
|
*
|
|
14509
|
-
* @type {
|
|
14522
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
14510
14523
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14511
14524
|
*/
|
|
14512
|
-
bootstrapUserGroup?:
|
|
14525
|
+
bootstrapUserGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
14513
14526
|
/**
|
|
14514
14527
|
*
|
|
14515
|
-
* @type {
|
|
14528
|
+
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
14516
14529
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14517
14530
|
*/
|
|
14518
|
-
identityProvider?:
|
|
14519
|
-
}
|
|
14520
|
-
/**
|
|
14521
|
-
*
|
|
14522
|
-
* @export
|
|
14523
|
-
* @interface JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
14524
|
-
*/
|
|
14525
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
14526
|
-
/**
|
|
14527
|
-
*
|
|
14528
|
-
* @type {JsonApiUserToOneLinkage}
|
|
14529
|
-
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
14530
|
-
*/
|
|
14531
|
-
data: JsonApiUserToOneLinkage | null;
|
|
14532
|
-
}
|
|
14533
|
-
/**
|
|
14534
|
-
*
|
|
14535
|
-
* @export
|
|
14536
|
-
* @interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
14537
|
-
*/
|
|
14538
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
14539
|
-
/**
|
|
14540
|
-
*
|
|
14541
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
14542
|
-
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
14543
|
-
*/
|
|
14544
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
14545
|
-
}
|
|
14546
|
-
/**
|
|
14547
|
-
*
|
|
14548
|
-
* @export
|
|
14549
|
-
* @interface JsonApiOrganizationOutRelationshipsIdentityProvider
|
|
14550
|
-
*/
|
|
14551
|
-
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
14552
|
-
/**
|
|
14553
|
-
*
|
|
14554
|
-
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
14555
|
-
* @memberof JsonApiOrganizationOutRelationshipsIdentityProvider
|
|
14556
|
-
*/
|
|
14557
|
-
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
14531
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
14558
14532
|
}
|
|
14559
14533
|
/**
|
|
14560
14534
|
* JSON:API representation of patching organization entity.
|
|
@@ -14694,10 +14668,23 @@ export interface JsonApiOrganizationPatchDocument {
|
|
|
14694
14668
|
export interface JsonApiOrganizationPatchRelationships {
|
|
14695
14669
|
/**
|
|
14696
14670
|
*
|
|
14697
|
-
* @type {
|
|
14671
|
+
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
14698
14672
|
* @memberof JsonApiOrganizationPatchRelationships
|
|
14699
14673
|
*/
|
|
14700
|
-
identityProvider?:
|
|
14674
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
14675
|
+
}
|
|
14676
|
+
/**
|
|
14677
|
+
*
|
|
14678
|
+
* @export
|
|
14679
|
+
* @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
14680
|
+
*/
|
|
14681
|
+
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
14682
|
+
/**
|
|
14683
|
+
*
|
|
14684
|
+
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
14685
|
+
* @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
14686
|
+
*/
|
|
14687
|
+
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
14701
14688
|
}
|
|
14702
14689
|
/**
|
|
14703
14690
|
* JSON:API representation of organizationSetting entity.
|
|
@@ -14719,10 +14706,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
14719
14706
|
id: string;
|
|
14720
14707
|
/**
|
|
14721
14708
|
*
|
|
14722
|
-
* @type {
|
|
14709
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
14723
14710
|
* @memberof JsonApiOrganizationSettingIn
|
|
14724
14711
|
*/
|
|
14725
|
-
attributes?:
|
|
14712
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
14726
14713
|
}
|
|
14727
14714
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
14728
14715
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14761,10 +14748,10 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
14761
14748
|
id: string;
|
|
14762
14749
|
/**
|
|
14763
14750
|
*
|
|
14764
|
-
* @type {
|
|
14751
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
14765
14752
|
* @memberof JsonApiOrganizationSettingOut
|
|
14766
14753
|
*/
|
|
14767
|
-
attributes?:
|
|
14754
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
14768
14755
|
}
|
|
14769
14756
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
14770
14757
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14809,10 +14796,10 @@ export interface JsonApiOrganizationSettingOutList {
|
|
|
14809
14796
|
links?: ListLinks;
|
|
14810
14797
|
/**
|
|
14811
14798
|
*
|
|
14812
|
-
* @type {
|
|
14799
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
14813
14800
|
* @memberof JsonApiOrganizationSettingOutList
|
|
14814
14801
|
*/
|
|
14815
|
-
meta?:
|
|
14802
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
14816
14803
|
}
|
|
14817
14804
|
/**
|
|
14818
14805
|
*
|
|
@@ -14834,10 +14821,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
14834
14821
|
id: string;
|
|
14835
14822
|
/**
|
|
14836
14823
|
*
|
|
14837
|
-
* @type {
|
|
14824
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
14838
14825
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
14839
14826
|
*/
|
|
14840
|
-
attributes?:
|
|
14827
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
14841
14828
|
/**
|
|
14842
14829
|
*
|
|
14843
14830
|
* @type {ObjectLinks}
|
|
@@ -14869,10 +14856,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
14869
14856
|
id: string;
|
|
14870
14857
|
/**
|
|
14871
14858
|
*
|
|
14872
|
-
* @type {
|
|
14859
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
14873
14860
|
* @memberof JsonApiOrganizationSettingPatch
|
|
14874
14861
|
*/
|
|
14875
|
-
attributes?:
|
|
14862
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
14876
14863
|
}
|
|
14877
14864
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
14878
14865
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -15001,10 +14988,10 @@ export interface JsonApiThemeOutList {
|
|
|
15001
14988
|
links?: ListLinks;
|
|
15002
14989
|
/**
|
|
15003
14990
|
*
|
|
15004
|
-
* @type {
|
|
14991
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
15005
14992
|
* @memberof JsonApiThemeOutList
|
|
15006
14993
|
*/
|
|
15007
|
-
meta?:
|
|
14994
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
15008
14995
|
}
|
|
15009
14996
|
/**
|
|
15010
14997
|
*
|
|
@@ -15259,10 +15246,10 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15259
15246
|
links?: ListLinks;
|
|
15260
15247
|
/**
|
|
15261
15248
|
*
|
|
15262
|
-
* @type {
|
|
15249
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
15263
15250
|
* @memberof JsonApiUserDataFilterOutList
|
|
15264
15251
|
*/
|
|
15265
|
-
meta?:
|
|
15252
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
15266
15253
|
/**
|
|
15267
15254
|
* Included resources
|
|
15268
15255
|
* @type {Array<JsonApiUserDataFilterOutIncludes>}
|
|
@@ -15278,16 +15265,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15278
15265
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15279
15266
|
/**
|
|
15280
15267
|
*
|
|
15281
|
-
* @type {
|
|
15268
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15282
15269
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15283
15270
|
*/
|
|
15284
|
-
user?:
|
|
15271
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15285
15272
|
/**
|
|
15286
15273
|
*
|
|
15287
|
-
* @type {
|
|
15274
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15288
15275
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15289
15276
|
*/
|
|
15290
|
-
userGroup?:
|
|
15277
|
+
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15291
15278
|
/**
|
|
15292
15279
|
*
|
|
15293
15280
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -15459,16 +15446,29 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15459
15446
|
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15460
15447
|
/**
|
|
15461
15448
|
*
|
|
15462
|
-
* @type {
|
|
15449
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15463
15450
|
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15464
15451
|
*/
|
|
15465
|
-
user?:
|
|
15452
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15466
15453
|
/**
|
|
15467
15454
|
*
|
|
15468
|
-
* @type {
|
|
15455
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15469
15456
|
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15470
15457
|
*/
|
|
15471
|
-
userGroup?:
|
|
15458
|
+
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15459
|
+
}
|
|
15460
|
+
/**
|
|
15461
|
+
*
|
|
15462
|
+
* @export
|
|
15463
|
+
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15464
|
+
*/
|
|
15465
|
+
export interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
15466
|
+
/**
|
|
15467
|
+
*
|
|
15468
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
15469
|
+
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15470
|
+
*/
|
|
15471
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
15472
15472
|
}
|
|
15473
15473
|
/**
|
|
15474
15474
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -15682,10 +15682,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
15682
15682
|
links?: ListLinks;
|
|
15683
15683
|
/**
|
|
15684
15684
|
*
|
|
15685
|
-
* @type {
|
|
15685
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
15686
15686
|
* @memberof JsonApiUserGroupOutList
|
|
15687
15687
|
*/
|
|
15688
|
-
meta?:
|
|
15688
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
15689
15689
|
/**
|
|
15690
15690
|
* Included resources
|
|
15691
15691
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -15917,10 +15917,10 @@ export interface JsonApiUserIdentifierOutList {
|
|
|
15917
15917
|
links?: ListLinks;
|
|
15918
15918
|
/**
|
|
15919
15919
|
*
|
|
15920
|
-
* @type {
|
|
15920
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
15921
15921
|
* @memberof JsonApiUserIdentifierOutList
|
|
15922
15922
|
*/
|
|
15923
|
-
meta?:
|
|
15923
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
15924
15924
|
}
|
|
15925
15925
|
/**
|
|
15926
15926
|
*
|
|
@@ -16145,10 +16145,10 @@ export interface JsonApiUserOutList {
|
|
|
16145
16145
|
links?: ListLinks;
|
|
16146
16146
|
/**
|
|
16147
16147
|
*
|
|
16148
|
-
* @type {
|
|
16148
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
16149
16149
|
* @memberof JsonApiUserOutList
|
|
16150
16150
|
*/
|
|
16151
|
-
meta?:
|
|
16151
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
16152
16152
|
/**
|
|
16153
16153
|
* Included resources
|
|
16154
16154
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -16291,62 +16291,15 @@ export interface JsonApiUserSettingIn {
|
|
|
16291
16291
|
id: string;
|
|
16292
16292
|
/**
|
|
16293
16293
|
*
|
|
16294
|
-
* @type {
|
|
16294
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
16295
16295
|
* @memberof JsonApiUserSettingIn
|
|
16296
16296
|
*/
|
|
16297
|
-
attributes?:
|
|
16297
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
16298
16298
|
}
|
|
16299
16299
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
16300
16300
|
readonly USER_SETTING: "userSetting";
|
|
16301
16301
|
};
|
|
16302
16302
|
export type JsonApiUserSettingInTypeEnum = typeof JsonApiUserSettingInTypeEnum[keyof typeof JsonApiUserSettingInTypeEnum];
|
|
16303
|
-
/**
|
|
16304
|
-
*
|
|
16305
|
-
* @export
|
|
16306
|
-
* @interface JsonApiUserSettingInAttributes
|
|
16307
|
-
*/
|
|
16308
|
-
export interface JsonApiUserSettingInAttributes {
|
|
16309
|
-
/**
|
|
16310
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
16311
|
-
* @type {object}
|
|
16312
|
-
* @memberof JsonApiUserSettingInAttributes
|
|
16313
|
-
*/
|
|
16314
|
-
content?: object;
|
|
16315
|
-
/**
|
|
16316
|
-
*
|
|
16317
|
-
* @type {string}
|
|
16318
|
-
* @memberof JsonApiUserSettingInAttributes
|
|
16319
|
-
*/
|
|
16320
|
-
type?: JsonApiUserSettingInAttributesTypeEnum;
|
|
16321
|
-
}
|
|
16322
|
-
export declare const JsonApiUserSettingInAttributesTypeEnum: {
|
|
16323
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
16324
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
16325
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
16326
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
16327
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
16328
|
-
readonly LOCALE: "LOCALE";
|
|
16329
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
16330
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
16331
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
16332
|
-
readonly WEEK_START: "WEEK_START";
|
|
16333
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
16334
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
16335
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
16336
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
16337
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
16338
|
-
readonly ALERT: "ALERT";
|
|
16339
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
16340
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
16341
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
16342
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
16343
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
16344
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
16345
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
16346
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
16347
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
16348
|
-
};
|
|
16349
|
-
export type JsonApiUserSettingInAttributesTypeEnum = typeof JsonApiUserSettingInAttributesTypeEnum[keyof typeof JsonApiUserSettingInAttributesTypeEnum];
|
|
16350
16303
|
/**
|
|
16351
16304
|
*
|
|
16352
16305
|
* @export
|
|
@@ -16380,10 +16333,10 @@ export interface JsonApiUserSettingOut {
|
|
|
16380
16333
|
id: string;
|
|
16381
16334
|
/**
|
|
16382
16335
|
*
|
|
16383
|
-
* @type {
|
|
16336
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
16384
16337
|
* @memberof JsonApiUserSettingOut
|
|
16385
16338
|
*/
|
|
16386
|
-
attributes?:
|
|
16339
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
16387
16340
|
}
|
|
16388
16341
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
16389
16342
|
readonly USER_SETTING: "userSetting";
|
|
@@ -16428,10 +16381,10 @@ export interface JsonApiUserSettingOutList {
|
|
|
16428
16381
|
links?: ListLinks;
|
|
16429
16382
|
/**
|
|
16430
16383
|
*
|
|
16431
|
-
* @type {
|
|
16384
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
16432
16385
|
* @memberof JsonApiUserSettingOutList
|
|
16433
16386
|
*/
|
|
16434
|
-
meta?:
|
|
16387
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
16435
16388
|
}
|
|
16436
16389
|
/**
|
|
16437
16390
|
*
|
|
@@ -16453,10 +16406,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
16453
16406
|
id: string;
|
|
16454
16407
|
/**
|
|
16455
16408
|
*
|
|
16456
|
-
* @type {
|
|
16409
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
16457
16410
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
16458
16411
|
*/
|
|
16459
|
-
attributes?:
|
|
16412
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
16460
16413
|
/**
|
|
16461
16414
|
*
|
|
16462
16415
|
* @type {ObjectLinks}
|
|
@@ -16674,10 +16627,10 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
16674
16627
|
links?: ListLinks;
|
|
16675
16628
|
/**
|
|
16676
16629
|
*
|
|
16677
|
-
* @type {
|
|
16630
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
16678
16631
|
* @memberof JsonApiVisualizationObjectOutList
|
|
16679
16632
|
*/
|
|
16680
|
-
meta?:
|
|
16633
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
16681
16634
|
/**
|
|
16682
16635
|
* Included resources
|
|
16683
16636
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -17168,10 +17121,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
|
|
|
17168
17121
|
links?: ListLinks;
|
|
17169
17122
|
/**
|
|
17170
17123
|
*
|
|
17171
|
-
* @type {
|
|
17124
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
17172
17125
|
* @memberof JsonApiWorkspaceDataFilterOutList
|
|
17173
17126
|
*/
|
|
17174
|
-
meta?:
|
|
17127
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
17175
17128
|
/**
|
|
17176
17129
|
* Included resources
|
|
17177
17130
|
* @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
|
|
@@ -17457,10 +17410,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17457
17410
|
links?: ListLinks;
|
|
17458
17411
|
/**
|
|
17459
17412
|
*
|
|
17460
|
-
* @type {
|
|
17413
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
17461
17414
|
* @memberof JsonApiWorkspaceDataFilterSettingOutList
|
|
17462
17415
|
*/
|
|
17463
|
-
meta?:
|
|
17416
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
17464
17417
|
/**
|
|
17465
17418
|
* Included resources
|
|
17466
17419
|
* @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
|
|
@@ -17640,16 +17593,16 @@ export interface JsonApiWorkspaceIn {
|
|
|
17640
17593
|
id: string;
|
|
17641
17594
|
/**
|
|
17642
17595
|
*
|
|
17643
|
-
* @type {
|
|
17596
|
+
* @type {JsonApiWorkspacePatchAttributes}
|
|
17644
17597
|
* @memberof JsonApiWorkspaceIn
|
|
17645
17598
|
*/
|
|
17646
|
-
attributes?:
|
|
17599
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
17647
17600
|
/**
|
|
17648
17601
|
*
|
|
17649
|
-
* @type {
|
|
17602
|
+
* @type {JsonApiWorkspacePatchRelationships}
|
|
17650
17603
|
* @memberof JsonApiWorkspaceIn
|
|
17651
17604
|
*/
|
|
17652
|
-
relationships?:
|
|
17605
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
17653
17606
|
}
|
|
17654
17607
|
export declare const JsonApiWorkspaceInTypeEnum: {
|
|
17655
17608
|
readonly WORKSPACE: "workspace";
|
|
@@ -17717,90 +17670,21 @@ export interface JsonApiWorkspaceOut {
|
|
|
17717
17670
|
meta?: JsonApiWorkspaceOutMeta;
|
|
17718
17671
|
/**
|
|
17719
17672
|
*
|
|
17720
|
-
* @type {
|
|
17673
|
+
* @type {JsonApiWorkspacePatchAttributes}
|
|
17721
17674
|
* @memberof JsonApiWorkspaceOut
|
|
17722
17675
|
*/
|
|
17723
|
-
attributes?:
|
|
17676
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
17724
17677
|
/**
|
|
17725
17678
|
*
|
|
17726
|
-
* @type {
|
|
17679
|
+
* @type {JsonApiWorkspacePatchRelationships}
|
|
17727
17680
|
* @memberof JsonApiWorkspaceOut
|
|
17728
17681
|
*/
|
|
17729
|
-
relationships?:
|
|
17682
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
17730
17683
|
}
|
|
17731
17684
|
export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
17732
17685
|
readonly WORKSPACE: "workspace";
|
|
17733
17686
|
};
|
|
17734
17687
|
export type JsonApiWorkspaceOutTypeEnum = typeof JsonApiWorkspaceOutTypeEnum[keyof typeof JsonApiWorkspaceOutTypeEnum];
|
|
17735
|
-
/**
|
|
17736
|
-
*
|
|
17737
|
-
* @export
|
|
17738
|
-
* @interface JsonApiWorkspaceOutAttributes
|
|
17739
|
-
*/
|
|
17740
|
-
export interface JsonApiWorkspaceOutAttributes {
|
|
17741
|
-
/**
|
|
17742
|
-
*
|
|
17743
|
-
* @type {string}
|
|
17744
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17745
|
-
*/
|
|
17746
|
-
name?: string | null;
|
|
17747
|
-
/**
|
|
17748
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17749
|
-
* @type {string}
|
|
17750
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17751
|
-
* @deprecated
|
|
17752
|
-
*/
|
|
17753
|
-
earlyAccess?: string | null;
|
|
17754
|
-
/**
|
|
17755
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
17756
|
-
* @type {Array<string>}
|
|
17757
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17758
|
-
*/
|
|
17759
|
-
earlyAccessValues?: Array<string> | null;
|
|
17760
|
-
/**
|
|
17761
|
-
*
|
|
17762
|
-
* @type {string}
|
|
17763
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17764
|
-
*/
|
|
17765
|
-
description?: string | null;
|
|
17766
|
-
/**
|
|
17767
|
-
* Custom prefix of entity identifiers in workspace
|
|
17768
|
-
* @type {string}
|
|
17769
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17770
|
-
*/
|
|
17771
|
-
prefix?: string | null;
|
|
17772
|
-
/**
|
|
17773
|
-
*
|
|
17774
|
-
* @type {number}
|
|
17775
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17776
|
-
*/
|
|
17777
|
-
cacheExtraLimit?: number;
|
|
17778
|
-
/**
|
|
17779
|
-
*
|
|
17780
|
-
* @type {JsonApiWorkspaceOutAttributesDataSource}
|
|
17781
|
-
* @memberof JsonApiWorkspaceOutAttributes
|
|
17782
|
-
*/
|
|
17783
|
-
dataSource?: JsonApiWorkspaceOutAttributesDataSource;
|
|
17784
|
-
}
|
|
17785
|
-
/**
|
|
17786
|
-
* 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.
|
|
17787
|
-
* @export
|
|
17788
|
-
* @interface JsonApiWorkspaceOutAttributesDataSource
|
|
17789
|
-
*/
|
|
17790
|
-
export interface JsonApiWorkspaceOutAttributesDataSource {
|
|
17791
|
-
/**
|
|
17792
|
-
* The ID of the used data source.
|
|
17793
|
-
* @type {string}
|
|
17794
|
-
* @memberof JsonApiWorkspaceOutAttributesDataSource
|
|
17795
|
-
*/
|
|
17796
|
-
id: string;
|
|
17797
|
-
/**
|
|
17798
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17799
|
-
* @type {Array<string>}
|
|
17800
|
-
* @memberof JsonApiWorkspaceOutAttributesDataSource
|
|
17801
|
-
*/
|
|
17802
|
-
schemaPath?: Array<string>;
|
|
17803
|
-
}
|
|
17804
17688
|
/**
|
|
17805
17689
|
*
|
|
17806
17690
|
* @export
|
|
@@ -17846,10 +17730,10 @@ export interface JsonApiWorkspaceOutList {
|
|
|
17846
17730
|
links?: ListLinks;
|
|
17847
17731
|
/**
|
|
17848
17732
|
*
|
|
17849
|
-
* @type {
|
|
17733
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
17850
17734
|
* @memberof JsonApiWorkspaceOutList
|
|
17851
17735
|
*/
|
|
17852
|
-
meta?:
|
|
17736
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
17853
17737
|
/**
|
|
17854
17738
|
* Included resources
|
|
17855
17739
|
* @type {Array<JsonApiWorkspaceOutWithLinks>}
|
|
@@ -17951,32 +17835,6 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
|
|
|
17951
17835
|
*/
|
|
17952
17836
|
childrenCount: number;
|
|
17953
17837
|
}
|
|
17954
|
-
/**
|
|
17955
|
-
*
|
|
17956
|
-
* @export
|
|
17957
|
-
* @interface JsonApiWorkspaceOutRelationships
|
|
17958
|
-
*/
|
|
17959
|
-
export interface JsonApiWorkspaceOutRelationships {
|
|
17960
|
-
/**
|
|
17961
|
-
*
|
|
17962
|
-
* @type {JsonApiWorkspaceOutRelationshipsParent}
|
|
17963
|
-
* @memberof JsonApiWorkspaceOutRelationships
|
|
17964
|
-
*/
|
|
17965
|
-
parent?: JsonApiWorkspaceOutRelationshipsParent;
|
|
17966
|
-
}
|
|
17967
|
-
/**
|
|
17968
|
-
*
|
|
17969
|
-
* @export
|
|
17970
|
-
* @interface JsonApiWorkspaceOutRelationshipsParent
|
|
17971
|
-
*/
|
|
17972
|
-
export interface JsonApiWorkspaceOutRelationshipsParent {
|
|
17973
|
-
/**
|
|
17974
|
-
*
|
|
17975
|
-
* @type {JsonApiWorkspaceToOneLinkage}
|
|
17976
|
-
* @memberof JsonApiWorkspaceOutRelationshipsParent
|
|
17977
|
-
*/
|
|
17978
|
-
data: JsonApiWorkspaceToOneLinkage | null;
|
|
17979
|
-
}
|
|
17980
17838
|
/**
|
|
17981
17839
|
*
|
|
17982
17840
|
* @export
|
|
@@ -18003,16 +17861,16 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
18003
17861
|
meta?: JsonApiWorkspaceOutMeta;
|
|
18004
17862
|
/**
|
|
18005
17863
|
*
|
|
18006
|
-
* @type {
|
|
17864
|
+
* @type {JsonApiWorkspacePatchAttributes}
|
|
18007
17865
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
18008
17866
|
*/
|
|
18009
|
-
attributes?:
|
|
17867
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
18010
17868
|
/**
|
|
18011
17869
|
*
|
|
18012
|
-
* @type {
|
|
17870
|
+
* @type {JsonApiWorkspacePatchRelationships}
|
|
18013
17871
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
18014
17872
|
*/
|
|
18015
|
-
relationships?:
|
|
17873
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
18016
17874
|
/**
|
|
18017
17875
|
*
|
|
18018
17876
|
* @type {ObjectLinks}
|
|
@@ -18044,21 +17902,90 @@ export interface JsonApiWorkspacePatch {
|
|
|
18044
17902
|
id: string;
|
|
18045
17903
|
/**
|
|
18046
17904
|
*
|
|
18047
|
-
* @type {
|
|
17905
|
+
* @type {JsonApiWorkspacePatchAttributes}
|
|
18048
17906
|
* @memberof JsonApiWorkspacePatch
|
|
18049
17907
|
*/
|
|
18050
|
-
attributes?:
|
|
17908
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
18051
17909
|
/**
|
|
18052
17910
|
*
|
|
18053
|
-
* @type {
|
|
17911
|
+
* @type {JsonApiWorkspacePatchRelationships}
|
|
18054
17912
|
* @memberof JsonApiWorkspacePatch
|
|
18055
17913
|
*/
|
|
18056
|
-
relationships?:
|
|
17914
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
18057
17915
|
}
|
|
18058
17916
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
18059
17917
|
readonly WORKSPACE: "workspace";
|
|
18060
17918
|
};
|
|
18061
17919
|
export type JsonApiWorkspacePatchTypeEnum = typeof JsonApiWorkspacePatchTypeEnum[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
17920
|
+
/**
|
|
17921
|
+
*
|
|
17922
|
+
* @export
|
|
17923
|
+
* @interface JsonApiWorkspacePatchAttributes
|
|
17924
|
+
*/
|
|
17925
|
+
export interface JsonApiWorkspacePatchAttributes {
|
|
17926
|
+
/**
|
|
17927
|
+
*
|
|
17928
|
+
* @type {string}
|
|
17929
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17930
|
+
*/
|
|
17931
|
+
name?: string | null;
|
|
17932
|
+
/**
|
|
17933
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17934
|
+
* @type {string}
|
|
17935
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17936
|
+
* @deprecated
|
|
17937
|
+
*/
|
|
17938
|
+
earlyAccess?: string | null;
|
|
17939
|
+
/**
|
|
17940
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
17941
|
+
* @type {Array<string>}
|
|
17942
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17943
|
+
*/
|
|
17944
|
+
earlyAccessValues?: Array<string> | null;
|
|
17945
|
+
/**
|
|
17946
|
+
*
|
|
17947
|
+
* @type {string}
|
|
17948
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17949
|
+
*/
|
|
17950
|
+
description?: string | null;
|
|
17951
|
+
/**
|
|
17952
|
+
* Custom prefix of entity identifiers in workspace
|
|
17953
|
+
* @type {string}
|
|
17954
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17955
|
+
*/
|
|
17956
|
+
prefix?: string | null;
|
|
17957
|
+
/**
|
|
17958
|
+
*
|
|
17959
|
+
* @type {number}
|
|
17960
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17961
|
+
*/
|
|
17962
|
+
cacheExtraLimit?: number;
|
|
17963
|
+
/**
|
|
17964
|
+
*
|
|
17965
|
+
* @type {JsonApiWorkspacePatchAttributesDataSource}
|
|
17966
|
+
* @memberof JsonApiWorkspacePatchAttributes
|
|
17967
|
+
*/
|
|
17968
|
+
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
17969
|
+
}
|
|
17970
|
+
/**
|
|
17971
|
+
* 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.
|
|
17972
|
+
* @export
|
|
17973
|
+
* @interface JsonApiWorkspacePatchAttributesDataSource
|
|
17974
|
+
*/
|
|
17975
|
+
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
17976
|
+
/**
|
|
17977
|
+
* The ID of the used data source.
|
|
17978
|
+
* @type {string}
|
|
17979
|
+
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17980
|
+
*/
|
|
17981
|
+
id: string;
|
|
17982
|
+
/**
|
|
17983
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17984
|
+
* @type {Array<string>}
|
|
17985
|
+
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17986
|
+
*/
|
|
17987
|
+
schemaPath?: Array<string>;
|
|
17988
|
+
}
|
|
18062
17989
|
/**
|
|
18063
17990
|
*
|
|
18064
17991
|
* @export
|
|
@@ -18072,6 +17999,32 @@ export interface JsonApiWorkspacePatchDocument {
|
|
|
18072
17999
|
*/
|
|
18073
18000
|
data: JsonApiWorkspacePatch;
|
|
18074
18001
|
}
|
|
18002
|
+
/**
|
|
18003
|
+
*
|
|
18004
|
+
* @export
|
|
18005
|
+
* @interface JsonApiWorkspacePatchRelationships
|
|
18006
|
+
*/
|
|
18007
|
+
export interface JsonApiWorkspacePatchRelationships {
|
|
18008
|
+
/**
|
|
18009
|
+
*
|
|
18010
|
+
* @type {JsonApiWorkspacePatchRelationshipsParent}
|
|
18011
|
+
* @memberof JsonApiWorkspacePatchRelationships
|
|
18012
|
+
*/
|
|
18013
|
+
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
18014
|
+
}
|
|
18015
|
+
/**
|
|
18016
|
+
*
|
|
18017
|
+
* @export
|
|
18018
|
+
* @interface JsonApiWorkspacePatchRelationshipsParent
|
|
18019
|
+
*/
|
|
18020
|
+
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
18021
|
+
/**
|
|
18022
|
+
*
|
|
18023
|
+
* @type {JsonApiWorkspaceToOneLinkage}
|
|
18024
|
+
* @memberof JsonApiWorkspacePatchRelationshipsParent
|
|
18025
|
+
*/
|
|
18026
|
+
data: JsonApiWorkspaceToOneLinkage | null;
|
|
18027
|
+
}
|
|
18075
18028
|
/**
|
|
18076
18029
|
* JSON:API representation of workspaceSetting entity.
|
|
18077
18030
|
* @export
|
|
@@ -18092,10 +18045,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
18092
18045
|
id: string;
|
|
18093
18046
|
/**
|
|
18094
18047
|
*
|
|
18095
|
-
* @type {
|
|
18048
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
18096
18049
|
* @memberof JsonApiWorkspaceSettingIn
|
|
18097
18050
|
*/
|
|
18098
|
-
attributes?:
|
|
18051
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
18099
18052
|
}
|
|
18100
18053
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
18101
18054
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18140,10 +18093,10 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
18140
18093
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18141
18094
|
/**
|
|
18142
18095
|
*
|
|
18143
|
-
* @type {
|
|
18096
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
18144
18097
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18145
18098
|
*/
|
|
18146
|
-
attributes?:
|
|
18099
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
18147
18100
|
}
|
|
18148
18101
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
18149
18102
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18188,10 +18141,10 @@ export interface JsonApiWorkspaceSettingOutList {
|
|
|
18188
18141
|
links?: ListLinks;
|
|
18189
18142
|
/**
|
|
18190
18143
|
*
|
|
18191
|
-
* @type {
|
|
18144
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
18192
18145
|
* @memberof JsonApiWorkspaceSettingOutList
|
|
18193
18146
|
*/
|
|
18194
|
-
meta?:
|
|
18147
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
18195
18148
|
}
|
|
18196
18149
|
/**
|
|
18197
18150
|
*
|
|
@@ -18219,10 +18172,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
18219
18172
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18220
18173
|
/**
|
|
18221
18174
|
*
|
|
18222
|
-
* @type {
|
|
18175
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
18223
18176
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18224
18177
|
*/
|
|
18225
|
-
attributes?:
|
|
18178
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
18226
18179
|
/**
|
|
18227
18180
|
*
|
|
18228
18181
|
* @type {ObjectLinks}
|
|
@@ -18254,15 +18207,62 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
18254
18207
|
id: string;
|
|
18255
18208
|
/**
|
|
18256
18209
|
*
|
|
18257
|
-
* @type {
|
|
18210
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
18258
18211
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
18259
18212
|
*/
|
|
18260
|
-
attributes?:
|
|
18213
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
18261
18214
|
}
|
|
18262
18215
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
18263
18216
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
18264
18217
|
};
|
|
18265
18218
|
export type JsonApiWorkspaceSettingPatchTypeEnum = typeof JsonApiWorkspaceSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchTypeEnum];
|
|
18219
|
+
/**
|
|
18220
|
+
*
|
|
18221
|
+
* @export
|
|
18222
|
+
* @interface JsonApiWorkspaceSettingPatchAttributes
|
|
18223
|
+
*/
|
|
18224
|
+
export interface JsonApiWorkspaceSettingPatchAttributes {
|
|
18225
|
+
/**
|
|
18226
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
18227
|
+
* @type {object}
|
|
18228
|
+
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18229
|
+
*/
|
|
18230
|
+
content?: object;
|
|
18231
|
+
/**
|
|
18232
|
+
*
|
|
18233
|
+
* @type {string}
|
|
18234
|
+
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18235
|
+
*/
|
|
18236
|
+
type?: JsonApiWorkspaceSettingPatchAttributesTypeEnum;
|
|
18237
|
+
}
|
|
18238
|
+
export declare const JsonApiWorkspaceSettingPatchAttributesTypeEnum: {
|
|
18239
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
18240
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
18241
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
18242
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
18243
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
18244
|
+
readonly LOCALE: "LOCALE";
|
|
18245
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
18246
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
18247
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
18248
|
+
readonly WEEK_START: "WEEK_START";
|
|
18249
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
18250
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
18251
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
18252
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
18253
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
18254
|
+
readonly ALERT: "ALERT";
|
|
18255
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
18256
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
18257
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
18258
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
18259
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
18260
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
18261
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
18262
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
18263
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
18264
|
+
};
|
|
18265
|
+
export type JsonApiWorkspaceSettingPatchAttributesTypeEnum = typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum];
|
|
18266
18266
|
/**
|
|
18267
18267
|
*
|
|
18268
18268
|
* @export
|
|
@@ -18296,10 +18296,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
18296
18296
|
id?: string;
|
|
18297
18297
|
/**
|
|
18298
18298
|
*
|
|
18299
|
-
* @type {
|
|
18299
|
+
* @type {JsonApiWorkspaceSettingPatchAttributes}
|
|
18300
18300
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
18301
18301
|
*/
|
|
18302
|
-
attributes?:
|
|
18302
|
+
attributes?: JsonApiWorkspaceSettingPatchAttributes;
|
|
18303
18303
|
}
|
|
18304
18304
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
18305
18305
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -19510,7 +19510,7 @@ export declare const RelativeOperatorEnum: {
|
|
|
19510
19510
|
};
|
|
19511
19511
|
export type RelativeOperatorEnum = typeof RelativeOperatorEnum[keyof typeof RelativeOperatorEnum];
|
|
19512
19512
|
/**
|
|
19513
|
-
* 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.
|
|
19513
|
+
* 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.
|
|
19514
19514
|
* @export
|
|
19515
19515
|
* @interface RelativeDateFilter
|
|
19516
19516
|
*/
|
|
@@ -19535,17 +19535,17 @@ export interface RelativeDateFilterRelativeDateFilter {
|
|
|
19535
19535
|
*/
|
|
19536
19536
|
granularity: RelativeDateFilterRelativeDateFilterGranularityEnum;
|
|
19537
19537
|
/**
|
|
19538
|
-
* Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\').
|
|
19538
|
+
* Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
|
|
19539
19539
|
* @type {number}
|
|
19540
19540
|
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19541
19541
|
*/
|
|
19542
|
-
from
|
|
19542
|
+
from?: number | null;
|
|
19543
19543
|
/**
|
|
19544
|
-
* End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...).
|
|
19544
|
+
* End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
|
|
19545
19545
|
* @type {number}
|
|
19546
19546
|
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19547
19547
|
*/
|
|
19548
|
-
to
|
|
19548
|
+
to?: number | null;
|
|
19549
19549
|
/**
|
|
19550
19550
|
*
|
|
19551
19551
|
* @type {string}
|