@gooddata/api-client-tiger 10.29.0 → 10.30.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +1214 -471
- package/esm/generated/afm-rest-api/api.d.ts +33 -2
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +24 -2
- package/esm/generated/automation-json-api/api.d.ts +93 -2
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +4 -0
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +82 -2
- package/esm/generated/export-json-api/api.d.ts +2 -2
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +7 -4
- package/esm/generated/metadata-json-api/api.d.ts +1045 -449
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +351 -27
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8582 -8207
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -680,6 +680,19 @@ export interface AutomationSchedule {
|
|
|
680
680
|
*/
|
|
681
681
|
firstRun?: string;
|
|
682
682
|
}
|
|
683
|
+
/**
|
|
684
|
+
*
|
|
685
|
+
* @export
|
|
686
|
+
* @interface AutomationSlidesExport
|
|
687
|
+
*/
|
|
688
|
+
export interface AutomationSlidesExport {
|
|
689
|
+
/**
|
|
690
|
+
*
|
|
691
|
+
* @type {SlidesExportRequest}
|
|
692
|
+
* @memberof AutomationSlidesExport
|
|
693
|
+
*/
|
|
694
|
+
requestPayload: SlidesExportRequest;
|
|
695
|
+
}
|
|
683
696
|
/**
|
|
684
697
|
*
|
|
685
698
|
* @export
|
|
@@ -1721,6 +1734,12 @@ export interface DeclarativeAutomation {
|
|
|
1721
1734
|
* @memberof DeclarativeAutomation
|
|
1722
1735
|
*/
|
|
1723
1736
|
rawExports?: Array<AutomationRawExport>;
|
|
1737
|
+
/**
|
|
1738
|
+
*
|
|
1739
|
+
* @type {Array<AutomationSlidesExport>}
|
|
1740
|
+
* @memberof DeclarativeAutomation
|
|
1741
|
+
*/
|
|
1742
|
+
slidesExports?: Array<AutomationSlidesExport>;
|
|
1724
1743
|
/**
|
|
1725
1744
|
* External recipients of the automation action results.
|
|
1726
1745
|
* @type {Array<AutomationExternalRecipient>}
|
|
@@ -2889,7 +2908,7 @@ export interface DeclarativeNotificationChannel {
|
|
|
2889
2908
|
*/
|
|
2890
2909
|
destinationType?: DeclarativeNotificationChannelDestinationTypeEnum;
|
|
2891
2910
|
/**
|
|
2892
|
-
* 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}
|
|
2911
|
+
* 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}
|
|
2893
2912
|
* @type {string}
|
|
2894
2913
|
* @memberof DeclarativeNotificationChannel
|
|
2895
2914
|
*/
|
|
@@ -2900,6 +2919,12 @@ export interface DeclarativeNotificationChannel {
|
|
|
2900
2919
|
* @memberof DeclarativeNotificationChannel
|
|
2901
2920
|
*/
|
|
2902
2921
|
dashboardLinkVisibility?: DeclarativeNotificationChannelDashboardLinkVisibilityEnum;
|
|
2922
|
+
/**
|
|
2923
|
+
* 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}}
|
|
2924
|
+
* @type {string}
|
|
2925
|
+
* @memberof DeclarativeNotificationChannel
|
|
2926
|
+
*/
|
|
2927
|
+
notificationSource?: string;
|
|
2903
2928
|
/**
|
|
2904
2929
|
* 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
|
|
2905
2930
|
* @type {string}
|
|
@@ -4742,7 +4767,7 @@ export interface ImageExportRequest {
|
|
|
4742
4767
|
* @type {Array<string>}
|
|
4743
4768
|
* @memberof ImageExportRequest
|
|
4744
4769
|
*/
|
|
4745
|
-
widgetIds
|
|
4770
|
+
widgetIds: Array<string>;
|
|
4746
4771
|
/**
|
|
4747
4772
|
* Free-form JSON object
|
|
4748
4773
|
* @type {object}
|
|
@@ -4909,52 +4934,15 @@ export interface JsonApiAnalyticalDashboardIn {
|
|
|
4909
4934
|
id: string;
|
|
4910
4935
|
/**
|
|
4911
4936
|
*
|
|
4912
|
-
* @type {
|
|
4937
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
4913
4938
|
* @memberof JsonApiAnalyticalDashboardIn
|
|
4914
4939
|
*/
|
|
4915
|
-
attributes:
|
|
4940
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
4916
4941
|
}
|
|
4917
4942
|
export declare const JsonApiAnalyticalDashboardInTypeEnum: {
|
|
4918
4943
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
4919
4944
|
};
|
|
4920
4945
|
export type JsonApiAnalyticalDashboardInTypeEnum = typeof JsonApiAnalyticalDashboardInTypeEnum[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
4921
|
-
/**
|
|
4922
|
-
*
|
|
4923
|
-
* @export
|
|
4924
|
-
* @interface JsonApiAnalyticalDashboardInAttributes
|
|
4925
|
-
*/
|
|
4926
|
-
export interface JsonApiAnalyticalDashboardInAttributes {
|
|
4927
|
-
/**
|
|
4928
|
-
*
|
|
4929
|
-
* @type {string}
|
|
4930
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
4931
|
-
*/
|
|
4932
|
-
title?: string;
|
|
4933
|
-
/**
|
|
4934
|
-
*
|
|
4935
|
-
* @type {string}
|
|
4936
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
4937
|
-
*/
|
|
4938
|
-
description?: string;
|
|
4939
|
-
/**
|
|
4940
|
-
*
|
|
4941
|
-
* @type {Array<string>}
|
|
4942
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
4943
|
-
*/
|
|
4944
|
-
tags?: Array<string>;
|
|
4945
|
-
/**
|
|
4946
|
-
*
|
|
4947
|
-
* @type {boolean}
|
|
4948
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
4949
|
-
*/
|
|
4950
|
-
areRelationsValid?: boolean;
|
|
4951
|
-
/**
|
|
4952
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4953
|
-
* @type {object}
|
|
4954
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
4955
|
-
*/
|
|
4956
|
-
content: object;
|
|
4957
|
-
}
|
|
4958
4946
|
/**
|
|
4959
4947
|
*
|
|
4960
4948
|
* @export
|
|
@@ -5396,15 +5384,52 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
|
|
|
5396
5384
|
id?: string;
|
|
5397
5385
|
/**
|
|
5398
5386
|
*
|
|
5399
|
-
* @type {
|
|
5387
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
5400
5388
|
* @memberof JsonApiAnalyticalDashboardPostOptionalId
|
|
5401
5389
|
*/
|
|
5402
|
-
attributes:
|
|
5390
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
5403
5391
|
}
|
|
5404
5392
|
export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
|
|
5405
5393
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
5406
5394
|
};
|
|
5407
5395
|
export type JsonApiAnalyticalDashboardPostOptionalIdTypeEnum = typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum[keyof typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum];
|
|
5396
|
+
/**
|
|
5397
|
+
*
|
|
5398
|
+
* @export
|
|
5399
|
+
* @interface JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5400
|
+
*/
|
|
5401
|
+
export interface JsonApiAnalyticalDashboardPostOptionalIdAttributes {
|
|
5402
|
+
/**
|
|
5403
|
+
*
|
|
5404
|
+
* @type {string}
|
|
5405
|
+
* @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5406
|
+
*/
|
|
5407
|
+
title?: string;
|
|
5408
|
+
/**
|
|
5409
|
+
*
|
|
5410
|
+
* @type {string}
|
|
5411
|
+
* @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5412
|
+
*/
|
|
5413
|
+
description?: string;
|
|
5414
|
+
/**
|
|
5415
|
+
*
|
|
5416
|
+
* @type {Array<string>}
|
|
5417
|
+
* @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5418
|
+
*/
|
|
5419
|
+
tags?: Array<string>;
|
|
5420
|
+
/**
|
|
5421
|
+
*
|
|
5422
|
+
* @type {boolean}
|
|
5423
|
+
* @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5424
|
+
*/
|
|
5425
|
+
areRelationsValid?: boolean;
|
|
5426
|
+
/**
|
|
5427
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
5428
|
+
* @type {object}
|
|
5429
|
+
* @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
|
|
5430
|
+
*/
|
|
5431
|
+
content: object;
|
|
5432
|
+
}
|
|
5408
5433
|
/**
|
|
5409
5434
|
*
|
|
5410
5435
|
* @export
|
|
@@ -6422,6 +6447,12 @@ export interface JsonApiAutomationInAttributes {
|
|
|
6422
6447
|
* @memberof JsonApiAutomationInAttributes
|
|
6423
6448
|
*/
|
|
6424
6449
|
rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
|
|
6450
|
+
/**
|
|
6451
|
+
*
|
|
6452
|
+
* @type {Array<JsonApiAutomationInAttributesSlidesExports>}
|
|
6453
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6454
|
+
*/
|
|
6455
|
+
slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
|
|
6425
6456
|
/**
|
|
6426
6457
|
* External recipients of the automation action results.
|
|
6427
6458
|
* @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
|
|
@@ -6553,6 +6584,19 @@ export interface JsonApiAutomationInAttributesSchedule {
|
|
|
6553
6584
|
*/
|
|
6554
6585
|
firstRun?: string;
|
|
6555
6586
|
}
|
|
6587
|
+
/**
|
|
6588
|
+
*
|
|
6589
|
+
* @export
|
|
6590
|
+
* @interface JsonApiAutomationInAttributesSlidesExports
|
|
6591
|
+
*/
|
|
6592
|
+
export interface JsonApiAutomationInAttributesSlidesExports {
|
|
6593
|
+
/**
|
|
6594
|
+
*
|
|
6595
|
+
* @type {SlidesExportRequest}
|
|
6596
|
+
* @memberof JsonApiAutomationInAttributesSlidesExports
|
|
6597
|
+
*/
|
|
6598
|
+
requestPayload: SlidesExportRequest;
|
|
6599
|
+
}
|
|
6556
6600
|
/**
|
|
6557
6601
|
*
|
|
6558
6602
|
* @export
|
|
@@ -6823,6 +6867,12 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
6823
6867
|
* @memberof JsonApiAutomationOutAttributes
|
|
6824
6868
|
*/
|
|
6825
6869
|
rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
|
|
6870
|
+
/**
|
|
6871
|
+
*
|
|
6872
|
+
* @type {Array<JsonApiAutomationInAttributesSlidesExports>}
|
|
6873
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6874
|
+
*/
|
|
6875
|
+
slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
|
|
6826
6876
|
/**
|
|
6827
6877
|
* External recipients of the automation action results.
|
|
6828
6878
|
* @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
|
|
@@ -7671,34 +7721,15 @@ export interface JsonApiCustomApplicationSettingIn {
|
|
|
7671
7721
|
id: string;
|
|
7672
7722
|
/**
|
|
7673
7723
|
*
|
|
7674
|
-
* @type {
|
|
7724
|
+
* @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
|
|
7675
7725
|
* @memberof JsonApiCustomApplicationSettingIn
|
|
7676
7726
|
*/
|
|
7677
|
-
attributes:
|
|
7727
|
+
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
7678
7728
|
}
|
|
7679
7729
|
export declare const JsonApiCustomApplicationSettingInTypeEnum: {
|
|
7680
7730
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
7681
7731
|
};
|
|
7682
7732
|
export type JsonApiCustomApplicationSettingInTypeEnum = typeof JsonApiCustomApplicationSettingInTypeEnum[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
7683
|
-
/**
|
|
7684
|
-
*
|
|
7685
|
-
* @export
|
|
7686
|
-
* @interface JsonApiCustomApplicationSettingInAttributes
|
|
7687
|
-
*/
|
|
7688
|
-
export interface JsonApiCustomApplicationSettingInAttributes {
|
|
7689
|
-
/**
|
|
7690
|
-
*
|
|
7691
|
-
* @type {string}
|
|
7692
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
7693
|
-
*/
|
|
7694
|
-
applicationName: string;
|
|
7695
|
-
/**
|
|
7696
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7697
|
-
* @type {object}
|
|
7698
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
7699
|
-
*/
|
|
7700
|
-
content: object;
|
|
7701
|
-
}
|
|
7702
7733
|
/**
|
|
7703
7734
|
*
|
|
7704
7735
|
* @export
|
|
@@ -7738,10 +7769,10 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
7738
7769
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
7739
7770
|
/**
|
|
7740
7771
|
*
|
|
7741
|
-
* @type {
|
|
7772
|
+
* @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
|
|
7742
7773
|
* @memberof JsonApiCustomApplicationSettingOut
|
|
7743
7774
|
*/
|
|
7744
|
-
attributes:
|
|
7775
|
+
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
7745
7776
|
}
|
|
7746
7777
|
export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
|
|
7747
7778
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
@@ -7817,10 +7848,10 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
7817
7848
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
7818
7849
|
/**
|
|
7819
7850
|
*
|
|
7820
|
-
* @type {
|
|
7851
|
+
* @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
|
|
7821
7852
|
* @memberof JsonApiCustomApplicationSettingOutWithLinks
|
|
7822
7853
|
*/
|
|
7823
|
-
attributes:
|
|
7854
|
+
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
7824
7855
|
/**
|
|
7825
7856
|
*
|
|
7826
7857
|
* @type {ObjectLinks}
|
|
@@ -7913,15 +7944,34 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
7913
7944
|
id?: string;
|
|
7914
7945
|
/**
|
|
7915
7946
|
*
|
|
7916
|
-
* @type {
|
|
7947
|
+
* @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
|
|
7917
7948
|
* @memberof JsonApiCustomApplicationSettingPostOptionalId
|
|
7918
7949
|
*/
|
|
7919
|
-
attributes:
|
|
7950
|
+
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
7920
7951
|
}
|
|
7921
7952
|
export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
|
|
7922
7953
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
7923
7954
|
};
|
|
7924
7955
|
export type JsonApiCustomApplicationSettingPostOptionalIdTypeEnum = typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum[keyof typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum];
|
|
7956
|
+
/**
|
|
7957
|
+
*
|
|
7958
|
+
* @export
|
|
7959
|
+
* @interface JsonApiCustomApplicationSettingPostOptionalIdAttributes
|
|
7960
|
+
*/
|
|
7961
|
+
export interface JsonApiCustomApplicationSettingPostOptionalIdAttributes {
|
|
7962
|
+
/**
|
|
7963
|
+
*
|
|
7964
|
+
* @type {string}
|
|
7965
|
+
* @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
|
|
7966
|
+
*/
|
|
7967
|
+
applicationName: string;
|
|
7968
|
+
/**
|
|
7969
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7970
|
+
* @type {object}
|
|
7971
|
+
* @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
|
|
7972
|
+
*/
|
|
7973
|
+
content: object;
|
|
7974
|
+
}
|
|
7925
7975
|
/**
|
|
7926
7976
|
*
|
|
7927
7977
|
* @export
|
|
@@ -7955,52 +8005,15 @@ export interface JsonApiDashboardPluginIn {
|
|
|
7955
8005
|
id: string;
|
|
7956
8006
|
/**
|
|
7957
8007
|
*
|
|
7958
|
-
* @type {
|
|
8008
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
7959
8009
|
* @memberof JsonApiDashboardPluginIn
|
|
7960
8010
|
*/
|
|
7961
|
-
attributes?:
|
|
8011
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
7962
8012
|
}
|
|
7963
8013
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
7964
8014
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
7965
8015
|
};
|
|
7966
8016
|
export type JsonApiDashboardPluginInTypeEnum = typeof JsonApiDashboardPluginInTypeEnum[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
7967
|
-
/**
|
|
7968
|
-
*
|
|
7969
|
-
* @export
|
|
7970
|
-
* @interface JsonApiDashboardPluginInAttributes
|
|
7971
|
-
*/
|
|
7972
|
-
export interface JsonApiDashboardPluginInAttributes {
|
|
7973
|
-
/**
|
|
7974
|
-
*
|
|
7975
|
-
* @type {string}
|
|
7976
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
7977
|
-
*/
|
|
7978
|
-
title?: string;
|
|
7979
|
-
/**
|
|
7980
|
-
*
|
|
7981
|
-
* @type {string}
|
|
7982
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
7983
|
-
*/
|
|
7984
|
-
description?: string;
|
|
7985
|
-
/**
|
|
7986
|
-
*
|
|
7987
|
-
* @type {Array<string>}
|
|
7988
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
7989
|
-
*/
|
|
7990
|
-
tags?: Array<string>;
|
|
7991
|
-
/**
|
|
7992
|
-
*
|
|
7993
|
-
* @type {boolean}
|
|
7994
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
7995
|
-
*/
|
|
7996
|
-
areRelationsValid?: boolean;
|
|
7997
|
-
/**
|
|
7998
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
7999
|
-
* @type {object}
|
|
8000
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8001
|
-
*/
|
|
8002
|
-
content?: object;
|
|
8003
|
-
}
|
|
8004
8017
|
/**
|
|
8005
8018
|
*
|
|
8006
8019
|
* @export
|
|
@@ -8269,10 +8282,10 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
8269
8282
|
id: string;
|
|
8270
8283
|
/**
|
|
8271
8284
|
*
|
|
8272
|
-
* @type {
|
|
8285
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
8273
8286
|
* @memberof JsonApiDashboardPluginPatch
|
|
8274
8287
|
*/
|
|
8275
|
-
attributes?:
|
|
8288
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
8276
8289
|
}
|
|
8277
8290
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
8278
8291
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -8311,15 +8324,52 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
8311
8324
|
id?: string;
|
|
8312
8325
|
/**
|
|
8313
8326
|
*
|
|
8314
|
-
* @type {
|
|
8327
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
8315
8328
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
8316
8329
|
*/
|
|
8317
|
-
attributes?:
|
|
8330
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
8318
8331
|
}
|
|
8319
8332
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
8320
8333
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
8321
8334
|
};
|
|
8322
8335
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = typeof JsonApiDashboardPluginPostOptionalIdTypeEnum[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
|
|
8336
|
+
/**
|
|
8337
|
+
*
|
|
8338
|
+
* @export
|
|
8339
|
+
* @interface JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8340
|
+
*/
|
|
8341
|
+
export interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
8342
|
+
/**
|
|
8343
|
+
*
|
|
8344
|
+
* @type {string}
|
|
8345
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8346
|
+
*/
|
|
8347
|
+
title?: string;
|
|
8348
|
+
/**
|
|
8349
|
+
*
|
|
8350
|
+
* @type {string}
|
|
8351
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8352
|
+
*/
|
|
8353
|
+
description?: string;
|
|
8354
|
+
/**
|
|
8355
|
+
*
|
|
8356
|
+
* @type {Array<string>}
|
|
8357
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8358
|
+
*/
|
|
8359
|
+
tags?: Array<string>;
|
|
8360
|
+
/**
|
|
8361
|
+
*
|
|
8362
|
+
* @type {boolean}
|
|
8363
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8364
|
+
*/
|
|
8365
|
+
areRelationsValid?: boolean;
|
|
8366
|
+
/**
|
|
8367
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8368
|
+
* @type {object}
|
|
8369
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8370
|
+
*/
|
|
8371
|
+
content?: object;
|
|
8372
|
+
}
|
|
8323
8373
|
/**
|
|
8324
8374
|
*
|
|
8325
8375
|
* @export
|
|
@@ -9698,58 +9748,21 @@ export interface JsonApiExportDefinitionIn {
|
|
|
9698
9748
|
id: string;
|
|
9699
9749
|
/**
|
|
9700
9750
|
*
|
|
9701
|
-
* @type {
|
|
9751
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
9702
9752
|
* @memberof JsonApiExportDefinitionIn
|
|
9703
9753
|
*/
|
|
9704
|
-
attributes?:
|
|
9754
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
9705
9755
|
/**
|
|
9706
9756
|
*
|
|
9707
|
-
* @type {
|
|
9757
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
9708
9758
|
* @memberof JsonApiExportDefinitionIn
|
|
9709
9759
|
*/
|
|
9710
|
-
relationships?:
|
|
9760
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
9711
9761
|
}
|
|
9712
9762
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
9713
9763
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
9714
9764
|
};
|
|
9715
9765
|
export type JsonApiExportDefinitionInTypeEnum = typeof JsonApiExportDefinitionInTypeEnum[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
9716
|
-
/**
|
|
9717
|
-
*
|
|
9718
|
-
* @export
|
|
9719
|
-
* @interface JsonApiExportDefinitionInAttributes
|
|
9720
|
-
*/
|
|
9721
|
-
export interface JsonApiExportDefinitionInAttributes {
|
|
9722
|
-
/**
|
|
9723
|
-
*
|
|
9724
|
-
* @type {string}
|
|
9725
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
9726
|
-
*/
|
|
9727
|
-
title?: string;
|
|
9728
|
-
/**
|
|
9729
|
-
*
|
|
9730
|
-
* @type {string}
|
|
9731
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
9732
|
-
*/
|
|
9733
|
-
description?: string;
|
|
9734
|
-
/**
|
|
9735
|
-
*
|
|
9736
|
-
* @type {Array<string>}
|
|
9737
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
9738
|
-
*/
|
|
9739
|
-
tags?: Array<string>;
|
|
9740
|
-
/**
|
|
9741
|
-
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
9742
|
-
* @type {VisualExportRequest | TabularExportRequest}
|
|
9743
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
9744
|
-
*/
|
|
9745
|
-
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
9746
|
-
/**
|
|
9747
|
-
*
|
|
9748
|
-
* @type {boolean}
|
|
9749
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
9750
|
-
*/
|
|
9751
|
-
areRelationsValid?: boolean;
|
|
9752
|
-
}
|
|
9753
9766
|
/**
|
|
9754
9767
|
*
|
|
9755
9768
|
* @export
|
|
@@ -9763,25 +9776,6 @@ export interface JsonApiExportDefinitionInDocument {
|
|
|
9763
9776
|
*/
|
|
9764
9777
|
data: JsonApiExportDefinitionIn;
|
|
9765
9778
|
}
|
|
9766
|
-
/**
|
|
9767
|
-
*
|
|
9768
|
-
* @export
|
|
9769
|
-
* @interface JsonApiExportDefinitionInRelationships
|
|
9770
|
-
*/
|
|
9771
|
-
export interface JsonApiExportDefinitionInRelationships {
|
|
9772
|
-
/**
|
|
9773
|
-
*
|
|
9774
|
-
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
9775
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
9776
|
-
*/
|
|
9777
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
9778
|
-
/**
|
|
9779
|
-
*
|
|
9780
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
9781
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
9782
|
-
*/
|
|
9783
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
9784
|
-
}
|
|
9785
9779
|
/**
|
|
9786
9780
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
9787
9781
|
* @export
|
|
@@ -10086,16 +10080,16 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
10086
10080
|
id: string;
|
|
10087
10081
|
/**
|
|
10088
10082
|
*
|
|
10089
|
-
* @type {
|
|
10083
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
10090
10084
|
* @memberof JsonApiExportDefinitionPatch
|
|
10091
10085
|
*/
|
|
10092
|
-
attributes?:
|
|
10086
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
10093
10087
|
/**
|
|
10094
10088
|
*
|
|
10095
|
-
* @type {
|
|
10089
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
10096
10090
|
* @memberof JsonApiExportDefinitionPatch
|
|
10097
10091
|
*/
|
|
10098
|
-
relationships?:
|
|
10092
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
10099
10093
|
}
|
|
10100
10094
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
10101
10095
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -10134,21 +10128,58 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
10134
10128
|
id?: string;
|
|
10135
10129
|
/**
|
|
10136
10130
|
*
|
|
10137
|
-
* @type {
|
|
10131
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
10138
10132
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10139
10133
|
*/
|
|
10140
|
-
attributes?:
|
|
10134
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
10141
10135
|
/**
|
|
10142
10136
|
*
|
|
10143
|
-
* @type {
|
|
10137
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
10144
10138
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10145
10139
|
*/
|
|
10146
|
-
relationships?:
|
|
10140
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
10147
10141
|
}
|
|
10148
10142
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
10149
10143
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10150
10144
|
};
|
|
10151
10145
|
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = typeof JsonApiExportDefinitionPostOptionalIdTypeEnum[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
|
|
10146
|
+
/**
|
|
10147
|
+
*
|
|
10148
|
+
* @export
|
|
10149
|
+
* @interface JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10150
|
+
*/
|
|
10151
|
+
export interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
10152
|
+
/**
|
|
10153
|
+
*
|
|
10154
|
+
* @type {string}
|
|
10155
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10156
|
+
*/
|
|
10157
|
+
title?: string;
|
|
10158
|
+
/**
|
|
10159
|
+
*
|
|
10160
|
+
* @type {string}
|
|
10161
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10162
|
+
*/
|
|
10163
|
+
description?: string;
|
|
10164
|
+
/**
|
|
10165
|
+
*
|
|
10166
|
+
* @type {Array<string>}
|
|
10167
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10168
|
+
*/
|
|
10169
|
+
tags?: Array<string>;
|
|
10170
|
+
/**
|
|
10171
|
+
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10172
|
+
* @type {VisualExportRequest | TabularExportRequest}
|
|
10173
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10174
|
+
*/
|
|
10175
|
+
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10176
|
+
/**
|
|
10177
|
+
*
|
|
10178
|
+
* @type {boolean}
|
|
10179
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10180
|
+
*/
|
|
10181
|
+
areRelationsValid?: boolean;
|
|
10182
|
+
}
|
|
10152
10183
|
/**
|
|
10153
10184
|
*
|
|
10154
10185
|
* @export
|
|
@@ -10162,6 +10193,25 @@ export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
|
10162
10193
|
*/
|
|
10163
10194
|
data: JsonApiExportDefinitionPostOptionalId;
|
|
10164
10195
|
}
|
|
10196
|
+
/**
|
|
10197
|
+
*
|
|
10198
|
+
* @export
|
|
10199
|
+
* @interface JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10200
|
+
*/
|
|
10201
|
+
export interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
10202
|
+
/**
|
|
10203
|
+
*
|
|
10204
|
+
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10205
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10206
|
+
*/
|
|
10207
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10208
|
+
/**
|
|
10209
|
+
*
|
|
10210
|
+
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
10211
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10212
|
+
*/
|
|
10213
|
+
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
10214
|
+
}
|
|
10165
10215
|
/**
|
|
10166
10216
|
* JSON:API representation of exportTemplate entity.
|
|
10167
10217
|
* @export
|
|
@@ -10765,10 +10815,10 @@ export interface JsonApiFilterContextIn {
|
|
|
10765
10815
|
id: string;
|
|
10766
10816
|
/**
|
|
10767
10817
|
*
|
|
10768
|
-
* @type {
|
|
10818
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
10769
10819
|
* @memberof JsonApiFilterContextIn
|
|
10770
10820
|
*/
|
|
10771
|
-
attributes:
|
|
10821
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
10772
10822
|
}
|
|
10773
10823
|
export declare const JsonApiFilterContextInTypeEnum: {
|
|
10774
10824
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -10836,10 +10886,10 @@ export interface JsonApiFilterContextOut {
|
|
|
10836
10886
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
10837
10887
|
/**
|
|
10838
10888
|
*
|
|
10839
|
-
* @type {
|
|
10889
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
10840
10890
|
* @memberof JsonApiFilterContextOut
|
|
10841
10891
|
*/
|
|
10842
|
-
attributes:
|
|
10892
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
10843
10893
|
/**
|
|
10844
10894
|
*
|
|
10845
10895
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -10963,10 +11013,10 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
10963
11013
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
10964
11014
|
/**
|
|
10965
11015
|
*
|
|
10966
|
-
* @type {
|
|
11016
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
10967
11017
|
* @memberof JsonApiFilterContextOutWithLinks
|
|
10968
11018
|
*/
|
|
10969
|
-
attributes:
|
|
11019
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
10970
11020
|
/**
|
|
10971
11021
|
*
|
|
10972
11022
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -11046,10 +11096,10 @@ export interface JsonApiFilterContextPostOptionalId {
|
|
|
11046
11096
|
id?: string;
|
|
11047
11097
|
/**
|
|
11048
11098
|
*
|
|
11049
|
-
* @type {
|
|
11099
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
11050
11100
|
* @memberof JsonApiFilterContextPostOptionalId
|
|
11051
11101
|
*/
|
|
11052
|
-
attributes:
|
|
11102
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
11053
11103
|
}
|
|
11054
11104
|
export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
|
|
11055
11105
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -11173,23 +11223,10 @@ export interface JsonApiFilterViewInRelationships {
|
|
|
11173
11223
|
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
11174
11224
|
/**
|
|
11175
11225
|
*
|
|
11176
|
-
* @type {
|
|
11226
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
11177
11227
|
* @memberof JsonApiFilterViewInRelationships
|
|
11178
11228
|
*/
|
|
11179
|
-
user?:
|
|
11180
|
-
}
|
|
11181
|
-
/**
|
|
11182
|
-
*
|
|
11183
|
-
* @export
|
|
11184
|
-
* @interface JsonApiFilterViewInRelationshipsUser
|
|
11185
|
-
*/
|
|
11186
|
-
export interface JsonApiFilterViewInRelationshipsUser {
|
|
11187
|
-
/**
|
|
11188
|
-
*
|
|
11189
|
-
* @type {JsonApiUserToOneLinkage}
|
|
11190
|
-
* @memberof JsonApiFilterViewInRelationshipsUser
|
|
11191
|
-
*/
|
|
11192
|
-
data: JsonApiUserToOneLinkage | null;
|
|
11229
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
11193
11230
|
}
|
|
11194
11231
|
/**
|
|
11195
11232
|
* JSON:API representation of filterView entity.
|
|
@@ -11492,6 +11529,32 @@ export interface JsonApiIdentityProviderInAttributes {
|
|
|
11492
11529
|
* @memberof JsonApiIdentityProviderInAttributes
|
|
11493
11530
|
*/
|
|
11494
11531
|
oauthIssuerLocation?: string;
|
|
11532
|
+
/**
|
|
11533
|
+
* 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.
|
|
11534
|
+
* @type {string}
|
|
11535
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
11536
|
+
*/
|
|
11537
|
+
oauthIssuerId?: string;
|
|
11538
|
+
/**
|
|
11539
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
11540
|
+
* @type {string}
|
|
11541
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
11542
|
+
*/
|
|
11543
|
+
oauthSubjectIdClaim?: string;
|
|
11544
|
+
/**
|
|
11545
|
+
* 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.
|
|
11546
|
+
* @type {{ [key: string]: string; }}
|
|
11547
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
11548
|
+
*/
|
|
11549
|
+
oauthCustomAuthAttributes?: {
|
|
11550
|
+
[key: string]: string;
|
|
11551
|
+
};
|
|
11552
|
+
/**
|
|
11553
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
11554
|
+
* @type {Array<string>}
|
|
11555
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
11556
|
+
*/
|
|
11557
|
+
oauthCustomScopes?: Array<string> | null;
|
|
11495
11558
|
}
|
|
11496
11559
|
/**
|
|
11497
11560
|
*
|
|
@@ -11567,6 +11630,32 @@ export interface JsonApiIdentityProviderOutAttributes {
|
|
|
11567
11630
|
* @memberof JsonApiIdentityProviderOutAttributes
|
|
11568
11631
|
*/
|
|
11569
11632
|
oauthIssuerLocation?: string;
|
|
11633
|
+
/**
|
|
11634
|
+
* 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.
|
|
11635
|
+
* @type {string}
|
|
11636
|
+
* @memberof JsonApiIdentityProviderOutAttributes
|
|
11637
|
+
*/
|
|
11638
|
+
oauthIssuerId?: string;
|
|
11639
|
+
/**
|
|
11640
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
11641
|
+
* @type {string}
|
|
11642
|
+
* @memberof JsonApiIdentityProviderOutAttributes
|
|
11643
|
+
*/
|
|
11644
|
+
oauthSubjectIdClaim?: string;
|
|
11645
|
+
/**
|
|
11646
|
+
* 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.
|
|
11647
|
+
* @type {{ [key: string]: string; }}
|
|
11648
|
+
* @memberof JsonApiIdentityProviderOutAttributes
|
|
11649
|
+
*/
|
|
11650
|
+
oauthCustomAuthAttributes?: {
|
|
11651
|
+
[key: string]: string;
|
|
11652
|
+
};
|
|
11653
|
+
/**
|
|
11654
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
11655
|
+
* @type {Array<string>}
|
|
11656
|
+
* @memberof JsonApiIdentityProviderOutAttributes
|
|
11657
|
+
*/
|
|
11658
|
+
oauthCustomScopes?: Array<string> | null;
|
|
11570
11659
|
}
|
|
11571
11660
|
/**
|
|
11572
11661
|
*
|
|
@@ -11720,6 +11809,32 @@ export interface JsonApiIdentityProviderPatchAttributes {
|
|
|
11720
11809
|
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11721
11810
|
*/
|
|
11722
11811
|
oauthIssuerLocation?: string;
|
|
11812
|
+
/**
|
|
11813
|
+
* 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.
|
|
11814
|
+
* @type {string}
|
|
11815
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11816
|
+
*/
|
|
11817
|
+
oauthIssuerId?: string;
|
|
11818
|
+
/**
|
|
11819
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
11820
|
+
* @type {string}
|
|
11821
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11822
|
+
*/
|
|
11823
|
+
oauthSubjectIdClaim?: string;
|
|
11824
|
+
/**
|
|
11825
|
+
* 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.
|
|
11826
|
+
* @type {{ [key: string]: string; }}
|
|
11827
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11828
|
+
*/
|
|
11829
|
+
oauthCustomAuthAttributes?: {
|
|
11830
|
+
[key: string]: string;
|
|
11831
|
+
};
|
|
11832
|
+
/**
|
|
11833
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
11834
|
+
* @type {Array<string>}
|
|
11835
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11836
|
+
*/
|
|
11837
|
+
oauthCustomScopes?: Array<string> | null;
|
|
11723
11838
|
}
|
|
11724
11839
|
/**
|
|
11725
11840
|
*
|
|
@@ -12253,12 +12368,6 @@ export interface JsonApiLlmEndpointInAttributes {
|
|
|
12253
12368
|
* @memberof JsonApiLlmEndpointInAttributes
|
|
12254
12369
|
*/
|
|
12255
12370
|
title: string;
|
|
12256
|
-
/**
|
|
12257
|
-
* User-facing description of the LLM Provider.
|
|
12258
|
-
* @type {string}
|
|
12259
|
-
* @memberof JsonApiLlmEndpointInAttributes
|
|
12260
|
-
*/
|
|
12261
|
-
description?: string | null;
|
|
12262
12371
|
/**
|
|
12263
12372
|
* LLM Provider.
|
|
12264
12373
|
* @type {string}
|
|
@@ -12348,12 +12457,6 @@ export interface JsonApiLlmEndpointOutAttributes {
|
|
|
12348
12457
|
* @memberof JsonApiLlmEndpointOutAttributes
|
|
12349
12458
|
*/
|
|
12350
12459
|
title: string;
|
|
12351
|
-
/**
|
|
12352
|
-
* User-facing description of the LLM Provider.
|
|
12353
|
-
* @type {string}
|
|
12354
|
-
* @memberof JsonApiLlmEndpointOutAttributes
|
|
12355
|
-
*/
|
|
12356
|
-
description?: string | null;
|
|
12357
12460
|
/**
|
|
12358
12461
|
* LLM Provider.
|
|
12359
12462
|
* @type {string}
|
|
@@ -12503,12 +12606,6 @@ export interface JsonApiLlmEndpointPatchAttributes {
|
|
|
12503
12606
|
* @memberof JsonApiLlmEndpointPatchAttributes
|
|
12504
12607
|
*/
|
|
12505
12608
|
title?: string;
|
|
12506
|
-
/**
|
|
12507
|
-
* User-facing description of the LLM Provider.
|
|
12508
|
-
* @type {string}
|
|
12509
|
-
* @memberof JsonApiLlmEndpointPatchAttributes
|
|
12510
|
-
*/
|
|
12511
|
-
description?: string | null;
|
|
12512
12609
|
/**
|
|
12513
12610
|
* LLM Provider.
|
|
12514
12611
|
* @type {string}
|
|
@@ -12577,52 +12674,15 @@ export interface JsonApiMetricIn {
|
|
|
12577
12674
|
id: string;
|
|
12578
12675
|
/**
|
|
12579
12676
|
*
|
|
12580
|
-
* @type {
|
|
12677
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
12581
12678
|
* @memberof JsonApiMetricIn
|
|
12582
12679
|
*/
|
|
12583
|
-
attributes:
|
|
12680
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
12584
12681
|
}
|
|
12585
12682
|
export declare const JsonApiMetricInTypeEnum: {
|
|
12586
12683
|
readonly METRIC: "metric";
|
|
12587
12684
|
};
|
|
12588
12685
|
export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
12589
|
-
/**
|
|
12590
|
-
*
|
|
12591
|
-
* @export
|
|
12592
|
-
* @interface JsonApiMetricInAttributes
|
|
12593
|
-
*/
|
|
12594
|
-
export interface JsonApiMetricInAttributes {
|
|
12595
|
-
/**
|
|
12596
|
-
*
|
|
12597
|
-
* @type {string}
|
|
12598
|
-
* @memberof JsonApiMetricInAttributes
|
|
12599
|
-
*/
|
|
12600
|
-
title?: string;
|
|
12601
|
-
/**
|
|
12602
|
-
*
|
|
12603
|
-
* @type {string}
|
|
12604
|
-
* @memberof JsonApiMetricInAttributes
|
|
12605
|
-
*/
|
|
12606
|
-
description?: string;
|
|
12607
|
-
/**
|
|
12608
|
-
*
|
|
12609
|
-
* @type {Array<string>}
|
|
12610
|
-
* @memberof JsonApiMetricInAttributes
|
|
12611
|
-
*/
|
|
12612
|
-
tags?: Array<string>;
|
|
12613
|
-
/**
|
|
12614
|
-
*
|
|
12615
|
-
* @type {boolean}
|
|
12616
|
-
* @memberof JsonApiMetricInAttributes
|
|
12617
|
-
*/
|
|
12618
|
-
areRelationsValid?: boolean;
|
|
12619
|
-
/**
|
|
12620
|
-
*
|
|
12621
|
-
* @type {JsonApiMetricOutAttributesContent}
|
|
12622
|
-
* @memberof JsonApiMetricInAttributes
|
|
12623
|
-
*/
|
|
12624
|
-
content: JsonApiMetricOutAttributesContent;
|
|
12625
|
-
}
|
|
12626
12686
|
/**
|
|
12627
12687
|
*
|
|
12628
12688
|
* @export
|
|
@@ -12975,15 +13035,52 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
12975
13035
|
id?: string;
|
|
12976
13036
|
/**
|
|
12977
13037
|
*
|
|
12978
|
-
* @type {
|
|
13038
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
12979
13039
|
* @memberof JsonApiMetricPostOptionalId
|
|
12980
13040
|
*/
|
|
12981
|
-
attributes:
|
|
13041
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
12982
13042
|
}
|
|
12983
13043
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
12984
13044
|
readonly METRIC: "metric";
|
|
12985
13045
|
};
|
|
12986
13046
|
export type JsonApiMetricPostOptionalIdTypeEnum = typeof JsonApiMetricPostOptionalIdTypeEnum[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
13047
|
+
/**
|
|
13048
|
+
*
|
|
13049
|
+
* @export
|
|
13050
|
+
* @interface JsonApiMetricPostOptionalIdAttributes
|
|
13051
|
+
*/
|
|
13052
|
+
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
13053
|
+
/**
|
|
13054
|
+
*
|
|
13055
|
+
* @type {string}
|
|
13056
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13057
|
+
*/
|
|
13058
|
+
title?: string;
|
|
13059
|
+
/**
|
|
13060
|
+
*
|
|
13061
|
+
* @type {string}
|
|
13062
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13063
|
+
*/
|
|
13064
|
+
description?: string;
|
|
13065
|
+
/**
|
|
13066
|
+
*
|
|
13067
|
+
* @type {Array<string>}
|
|
13068
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13069
|
+
*/
|
|
13070
|
+
tags?: Array<string>;
|
|
13071
|
+
/**
|
|
13072
|
+
*
|
|
13073
|
+
* @type {boolean}
|
|
13074
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13075
|
+
*/
|
|
13076
|
+
areRelationsValid?: boolean;
|
|
13077
|
+
/**
|
|
13078
|
+
*
|
|
13079
|
+
* @type {JsonApiMetricOutAttributesContent}
|
|
13080
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13081
|
+
*/
|
|
13082
|
+
content: JsonApiMetricOutAttributesContent;
|
|
13083
|
+
}
|
|
12987
13084
|
/**
|
|
12988
13085
|
*
|
|
12989
13086
|
* @export
|
|
@@ -12997,6 +13094,146 @@ export interface JsonApiMetricPostOptionalIdDocument {
|
|
|
12997
13094
|
*/
|
|
12998
13095
|
data: JsonApiMetricPostOptionalId;
|
|
12999
13096
|
}
|
|
13097
|
+
/**
|
|
13098
|
+
* JSON:API representation of notificationChannelIdentifier entity.
|
|
13099
|
+
* @export
|
|
13100
|
+
* @interface JsonApiNotificationChannelIdentifierOut
|
|
13101
|
+
*/
|
|
13102
|
+
export interface JsonApiNotificationChannelIdentifierOut {
|
|
13103
|
+
/**
|
|
13104
|
+
* Object type
|
|
13105
|
+
* @type {string}
|
|
13106
|
+
* @memberof JsonApiNotificationChannelIdentifierOut
|
|
13107
|
+
*/
|
|
13108
|
+
type: JsonApiNotificationChannelIdentifierOutTypeEnum;
|
|
13109
|
+
/**
|
|
13110
|
+
* API identifier of an object
|
|
13111
|
+
* @type {string}
|
|
13112
|
+
* @memberof JsonApiNotificationChannelIdentifierOut
|
|
13113
|
+
*/
|
|
13114
|
+
id: string;
|
|
13115
|
+
/**
|
|
13116
|
+
*
|
|
13117
|
+
* @type {JsonApiNotificationChannelIdentifierOutAttributes}
|
|
13118
|
+
* @memberof JsonApiNotificationChannelIdentifierOut
|
|
13119
|
+
*/
|
|
13120
|
+
attributes?: JsonApiNotificationChannelIdentifierOutAttributes;
|
|
13121
|
+
}
|
|
13122
|
+
export declare const JsonApiNotificationChannelIdentifierOutTypeEnum: {
|
|
13123
|
+
readonly NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier";
|
|
13124
|
+
};
|
|
13125
|
+
export type JsonApiNotificationChannelIdentifierOutTypeEnum = typeof JsonApiNotificationChannelIdentifierOutTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutTypeEnum];
|
|
13126
|
+
/**
|
|
13127
|
+
*
|
|
13128
|
+
* @export
|
|
13129
|
+
* @interface JsonApiNotificationChannelIdentifierOutAttributes
|
|
13130
|
+
*/
|
|
13131
|
+
export interface JsonApiNotificationChannelIdentifierOutAttributes {
|
|
13132
|
+
/**
|
|
13133
|
+
*
|
|
13134
|
+
* @type {string}
|
|
13135
|
+
* @memberof JsonApiNotificationChannelIdentifierOutAttributes
|
|
13136
|
+
*/
|
|
13137
|
+
name?: string | null;
|
|
13138
|
+
/**
|
|
13139
|
+
*
|
|
13140
|
+
* @type {string}
|
|
13141
|
+
* @memberof JsonApiNotificationChannelIdentifierOutAttributes
|
|
13142
|
+
*/
|
|
13143
|
+
description?: string | null;
|
|
13144
|
+
/**
|
|
13145
|
+
*
|
|
13146
|
+
* @type {string}
|
|
13147
|
+
* @memberof JsonApiNotificationChannelIdentifierOutAttributes
|
|
13148
|
+
*/
|
|
13149
|
+
destinationType?: JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum;
|
|
13150
|
+
}
|
|
13151
|
+
export declare const JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum: {
|
|
13152
|
+
readonly WEBHOOK: "WEBHOOK";
|
|
13153
|
+
readonly SMTP: "SMTP";
|
|
13154
|
+
readonly DEFAULT_SMTP: "DEFAULT_SMTP";
|
|
13155
|
+
readonly IN_PLATFORM: "IN_PLATFORM";
|
|
13156
|
+
};
|
|
13157
|
+
export type JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum = typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum];
|
|
13158
|
+
/**
|
|
13159
|
+
*
|
|
13160
|
+
* @export
|
|
13161
|
+
* @interface JsonApiNotificationChannelIdentifierOutDocument
|
|
13162
|
+
*/
|
|
13163
|
+
export interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
13164
|
+
/**
|
|
13165
|
+
*
|
|
13166
|
+
* @type {JsonApiNotificationChannelIdentifierOut}
|
|
13167
|
+
* @memberof JsonApiNotificationChannelIdentifierOutDocument
|
|
13168
|
+
*/
|
|
13169
|
+
data: JsonApiNotificationChannelIdentifierOut;
|
|
13170
|
+
/**
|
|
13171
|
+
*
|
|
13172
|
+
* @type {ObjectLinks}
|
|
13173
|
+
* @memberof JsonApiNotificationChannelIdentifierOutDocument
|
|
13174
|
+
*/
|
|
13175
|
+
links?: ObjectLinks;
|
|
13176
|
+
}
|
|
13177
|
+
/**
|
|
13178
|
+
* A JSON:API document with a list of resources
|
|
13179
|
+
* @export
|
|
13180
|
+
* @interface JsonApiNotificationChannelIdentifierOutList
|
|
13181
|
+
*/
|
|
13182
|
+
export interface JsonApiNotificationChannelIdentifierOutList {
|
|
13183
|
+
/**
|
|
13184
|
+
*
|
|
13185
|
+
* @type {Array<JsonApiNotificationChannelIdentifierOutWithLinks>}
|
|
13186
|
+
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13187
|
+
*/
|
|
13188
|
+
data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
13189
|
+
/**
|
|
13190
|
+
*
|
|
13191
|
+
* @type {ListLinks}
|
|
13192
|
+
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13193
|
+
*/
|
|
13194
|
+
links?: ListLinks;
|
|
13195
|
+
/**
|
|
13196
|
+
*
|
|
13197
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13198
|
+
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13199
|
+
*/
|
|
13200
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13201
|
+
}
|
|
13202
|
+
/**
|
|
13203
|
+
*
|
|
13204
|
+
* @export
|
|
13205
|
+
* @interface JsonApiNotificationChannelIdentifierOutWithLinks
|
|
13206
|
+
*/
|
|
13207
|
+
export interface JsonApiNotificationChannelIdentifierOutWithLinks {
|
|
13208
|
+
/**
|
|
13209
|
+
* Object type
|
|
13210
|
+
* @type {string}
|
|
13211
|
+
* @memberof JsonApiNotificationChannelIdentifierOutWithLinks
|
|
13212
|
+
*/
|
|
13213
|
+
type: JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum;
|
|
13214
|
+
/**
|
|
13215
|
+
* API identifier of an object
|
|
13216
|
+
* @type {string}
|
|
13217
|
+
* @memberof JsonApiNotificationChannelIdentifierOutWithLinks
|
|
13218
|
+
*/
|
|
13219
|
+
id: string;
|
|
13220
|
+
/**
|
|
13221
|
+
*
|
|
13222
|
+
* @type {JsonApiNotificationChannelIdentifierOutAttributes}
|
|
13223
|
+
* @memberof JsonApiNotificationChannelIdentifierOutWithLinks
|
|
13224
|
+
*/
|
|
13225
|
+
attributes?: JsonApiNotificationChannelIdentifierOutAttributes;
|
|
13226
|
+
/**
|
|
13227
|
+
*
|
|
13228
|
+
* @type {ObjectLinks}
|
|
13229
|
+
* @memberof JsonApiNotificationChannelIdentifierOutWithLinks
|
|
13230
|
+
*/
|
|
13231
|
+
links?: ObjectLinks;
|
|
13232
|
+
}
|
|
13233
|
+
export declare const JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum: {
|
|
13234
|
+
readonly NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier";
|
|
13235
|
+
};
|
|
13236
|
+
export type JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum[keyof typeof JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum];
|
|
13000
13237
|
/**
|
|
13001
13238
|
* JSON:API representation of notificationChannel entity.
|
|
13002
13239
|
* @export
|
|
@@ -13051,7 +13288,7 @@ export interface JsonApiNotificationChannelInAttributes {
|
|
|
13051
13288
|
*/
|
|
13052
13289
|
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
13053
13290
|
/**
|
|
13054
|
-
* 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}
|
|
13291
|
+
* 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}
|
|
13055
13292
|
* @type {string}
|
|
13056
13293
|
* @memberof JsonApiNotificationChannelInAttributes
|
|
13057
13294
|
*/
|
|
@@ -13062,6 +13299,12 @@ export interface JsonApiNotificationChannelInAttributes {
|
|
|
13062
13299
|
* @memberof JsonApiNotificationChannelInAttributes
|
|
13063
13300
|
*/
|
|
13064
13301
|
dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
13302
|
+
/**
|
|
13303
|
+
* 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}}
|
|
13304
|
+
* @type {string}
|
|
13305
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13306
|
+
*/
|
|
13307
|
+
notificationSource?: string;
|
|
13065
13308
|
/**
|
|
13066
13309
|
* 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
|
|
13067
13310
|
* @type {string}
|
|
@@ -13188,7 +13431,7 @@ export interface JsonApiNotificationChannelOutAttributes {
|
|
|
13188
13431
|
*/
|
|
13189
13432
|
destinationType?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum;
|
|
13190
13433
|
/**
|
|
13191
|
-
* 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}
|
|
13434
|
+
* 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}
|
|
13192
13435
|
* @type {string}
|
|
13193
13436
|
* @memberof JsonApiNotificationChannelOutAttributes
|
|
13194
13437
|
*/
|
|
@@ -13199,6 +13442,12 @@ export interface JsonApiNotificationChannelOutAttributes {
|
|
|
13199
13442
|
* @memberof JsonApiNotificationChannelOutAttributes
|
|
13200
13443
|
*/
|
|
13201
13444
|
dashboardLinkVisibility?: JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum;
|
|
13445
|
+
/**
|
|
13446
|
+
* 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}}
|
|
13447
|
+
* @type {string}
|
|
13448
|
+
* @memberof JsonApiNotificationChannelOutAttributes
|
|
13449
|
+
*/
|
|
13450
|
+
notificationSource?: string;
|
|
13202
13451
|
/**
|
|
13203
13452
|
* 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
|
|
13204
13453
|
* @type {string}
|
|
@@ -13650,16 +13899,42 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizati
|
|
|
13650
13899
|
export interface JsonApiOrganizationOutRelationships {
|
|
13651
13900
|
/**
|
|
13652
13901
|
*
|
|
13653
|
-
* @type {
|
|
13902
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
13654
13903
|
* @memberof JsonApiOrganizationOutRelationships
|
|
13655
13904
|
*/
|
|
13656
|
-
bootstrapUser?:
|
|
13905
|
+
bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
13657
13906
|
/**
|
|
13658
13907
|
*
|
|
13659
|
-
* @type {
|
|
13908
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
13660
13909
|
* @memberof JsonApiOrganizationOutRelationships
|
|
13661
13910
|
*/
|
|
13662
|
-
bootstrapUserGroup?:
|
|
13911
|
+
bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
13912
|
+
}
|
|
13913
|
+
/**
|
|
13914
|
+
*
|
|
13915
|
+
* @export
|
|
13916
|
+
* @interface JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
13917
|
+
*/
|
|
13918
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
13919
|
+
/**
|
|
13920
|
+
*
|
|
13921
|
+
* @type {JsonApiUserToOneLinkage}
|
|
13922
|
+
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
13923
|
+
*/
|
|
13924
|
+
data: JsonApiUserToOneLinkage | null;
|
|
13925
|
+
}
|
|
13926
|
+
/**
|
|
13927
|
+
*
|
|
13928
|
+
* @export
|
|
13929
|
+
* @interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
13930
|
+
*/
|
|
13931
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
13932
|
+
/**
|
|
13933
|
+
*
|
|
13934
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
13935
|
+
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
13936
|
+
*/
|
|
13937
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
13663
13938
|
}
|
|
13664
13939
|
/**
|
|
13665
13940
|
* JSON:API representation of patching organization entity.
|
|
@@ -13805,10 +14080,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
13805
14080
|
id: string;
|
|
13806
14081
|
/**
|
|
13807
14082
|
*
|
|
13808
|
-
* @type {
|
|
14083
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
13809
14084
|
* @memberof JsonApiOrganizationSettingIn
|
|
13810
14085
|
*/
|
|
13811
|
-
attributes?:
|
|
14086
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
13812
14087
|
}
|
|
13813
14088
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
13814
14089
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -13847,62 +14122,15 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
13847
14122
|
id: string;
|
|
13848
14123
|
/**
|
|
13849
14124
|
*
|
|
13850
|
-
* @type {
|
|
14125
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
13851
14126
|
* @memberof JsonApiOrganizationSettingOut
|
|
13852
14127
|
*/
|
|
13853
|
-
attributes?:
|
|
14128
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
13854
14129
|
}
|
|
13855
14130
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
13856
14131
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
13857
14132
|
};
|
|
13858
14133
|
export type JsonApiOrganizationSettingOutTypeEnum = typeof JsonApiOrganizationSettingOutTypeEnum[keyof typeof JsonApiOrganizationSettingOutTypeEnum];
|
|
13859
|
-
/**
|
|
13860
|
-
*
|
|
13861
|
-
* @export
|
|
13862
|
-
* @interface JsonApiOrganizationSettingOutAttributes
|
|
13863
|
-
*/
|
|
13864
|
-
export interface JsonApiOrganizationSettingOutAttributes {
|
|
13865
|
-
/**
|
|
13866
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
13867
|
-
* @type {object}
|
|
13868
|
-
* @memberof JsonApiOrganizationSettingOutAttributes
|
|
13869
|
-
*/
|
|
13870
|
-
content?: object;
|
|
13871
|
-
/**
|
|
13872
|
-
*
|
|
13873
|
-
* @type {string}
|
|
13874
|
-
* @memberof JsonApiOrganizationSettingOutAttributes
|
|
13875
|
-
*/
|
|
13876
|
-
type?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
13877
|
-
}
|
|
13878
|
-
export declare const JsonApiOrganizationSettingOutAttributesTypeEnum: {
|
|
13879
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
13880
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
13881
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
13882
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
13883
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
13884
|
-
readonly LOCALE: "LOCALE";
|
|
13885
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
13886
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
13887
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
13888
|
-
readonly WEEK_START: "WEEK_START";
|
|
13889
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
13890
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
13891
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
13892
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
13893
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
13894
|
-
readonly ALERT: "ALERT";
|
|
13895
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
13896
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
13897
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
13898
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
13899
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
13900
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
13901
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
13902
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
13903
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
13904
|
-
};
|
|
13905
|
-
export type JsonApiOrganizationSettingOutAttributesTypeEnum = typeof JsonApiOrganizationSettingOutAttributesTypeEnum[keyof typeof JsonApiOrganizationSettingOutAttributesTypeEnum];
|
|
13906
14134
|
/**
|
|
13907
14135
|
*
|
|
13908
14136
|
* @export
|
|
@@ -13967,10 +14195,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
13967
14195
|
id: string;
|
|
13968
14196
|
/**
|
|
13969
14197
|
*
|
|
13970
|
-
* @type {
|
|
14198
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
13971
14199
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
13972
14200
|
*/
|
|
13973
|
-
attributes?:
|
|
14201
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
13974
14202
|
/**
|
|
13975
14203
|
*
|
|
13976
14204
|
* @type {ObjectLinks}
|
|
@@ -14002,10 +14230,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
14002
14230
|
id: string;
|
|
14003
14231
|
/**
|
|
14004
14232
|
*
|
|
14005
|
-
* @type {
|
|
14233
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
14006
14234
|
* @memberof JsonApiOrganizationSettingPatch
|
|
14007
14235
|
*/
|
|
14008
|
-
attributes?:
|
|
14236
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
14009
14237
|
}
|
|
14010
14238
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
14011
14239
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14236,58 +14464,21 @@ export interface JsonApiUserDataFilterIn {
|
|
|
14236
14464
|
id: string;
|
|
14237
14465
|
/**
|
|
14238
14466
|
*
|
|
14239
|
-
* @type {
|
|
14467
|
+
* @type {JsonApiUserDataFilterPostOptionalIdAttributes}
|
|
14240
14468
|
* @memberof JsonApiUserDataFilterIn
|
|
14241
14469
|
*/
|
|
14242
|
-
attributes:
|
|
14470
|
+
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
14243
14471
|
/**
|
|
14244
14472
|
*
|
|
14245
|
-
* @type {
|
|
14473
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
14246
14474
|
* @memberof JsonApiUserDataFilterIn
|
|
14247
14475
|
*/
|
|
14248
|
-
relationships?:
|
|
14476
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
14249
14477
|
}
|
|
14250
14478
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
14251
14479
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
14252
14480
|
};
|
|
14253
14481
|
export type JsonApiUserDataFilterInTypeEnum = typeof JsonApiUserDataFilterInTypeEnum[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
14254
|
-
/**
|
|
14255
|
-
*
|
|
14256
|
-
* @export
|
|
14257
|
-
* @interface JsonApiUserDataFilterInAttributes
|
|
14258
|
-
*/
|
|
14259
|
-
export interface JsonApiUserDataFilterInAttributes {
|
|
14260
|
-
/**
|
|
14261
|
-
*
|
|
14262
|
-
* @type {string}
|
|
14263
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
14264
|
-
*/
|
|
14265
|
-
title?: string;
|
|
14266
|
-
/**
|
|
14267
|
-
*
|
|
14268
|
-
* @type {string}
|
|
14269
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
14270
|
-
*/
|
|
14271
|
-
description?: string;
|
|
14272
|
-
/**
|
|
14273
|
-
*
|
|
14274
|
-
* @type {Array<string>}
|
|
14275
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
14276
|
-
*/
|
|
14277
|
-
tags?: Array<string>;
|
|
14278
|
-
/**
|
|
14279
|
-
*
|
|
14280
|
-
* @type {boolean}
|
|
14281
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
14282
|
-
*/
|
|
14283
|
-
areRelationsValid?: boolean;
|
|
14284
|
-
/**
|
|
14285
|
-
*
|
|
14286
|
-
* @type {string}
|
|
14287
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
14288
|
-
*/
|
|
14289
|
-
maql: string;
|
|
14290
|
-
}
|
|
14291
14482
|
/**
|
|
14292
14483
|
*
|
|
14293
14484
|
* @export
|
|
@@ -14301,38 +14492,6 @@ export interface JsonApiUserDataFilterInDocument {
|
|
|
14301
14492
|
*/
|
|
14302
14493
|
data: JsonApiUserDataFilterIn;
|
|
14303
14494
|
}
|
|
14304
|
-
/**
|
|
14305
|
-
*
|
|
14306
|
-
* @export
|
|
14307
|
-
* @interface JsonApiUserDataFilterInRelationships
|
|
14308
|
-
*/
|
|
14309
|
-
export interface JsonApiUserDataFilterInRelationships {
|
|
14310
|
-
/**
|
|
14311
|
-
*
|
|
14312
|
-
* @type {JsonApiFilterViewInRelationshipsUser}
|
|
14313
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
14314
|
-
*/
|
|
14315
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
14316
|
-
/**
|
|
14317
|
-
*
|
|
14318
|
-
* @type {JsonApiUserDataFilterInRelationshipsUserGroup}
|
|
14319
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
14320
|
-
*/
|
|
14321
|
-
userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
|
|
14322
|
-
}
|
|
14323
|
-
/**
|
|
14324
|
-
*
|
|
14325
|
-
* @export
|
|
14326
|
-
* @interface JsonApiUserDataFilterInRelationshipsUserGroup
|
|
14327
|
-
*/
|
|
14328
|
-
export interface JsonApiUserDataFilterInRelationshipsUserGroup {
|
|
14329
|
-
/**
|
|
14330
|
-
*
|
|
14331
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
14332
|
-
* @memberof JsonApiUserDataFilterInRelationshipsUserGroup
|
|
14333
|
-
*/
|
|
14334
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
14335
|
-
}
|
|
14336
14495
|
/**
|
|
14337
14496
|
* JSON:API representation of userDataFilter entity.
|
|
14338
14497
|
* @export
|
|
@@ -14359,10 +14518,10 @@ export interface JsonApiUserDataFilterOut {
|
|
|
14359
14518
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
14360
14519
|
/**
|
|
14361
14520
|
*
|
|
14362
|
-
* @type {
|
|
14521
|
+
* @type {JsonApiUserDataFilterPostOptionalIdAttributes}
|
|
14363
14522
|
* @memberof JsonApiUserDataFilterOut
|
|
14364
14523
|
*/
|
|
14365
|
-
attributes:
|
|
14524
|
+
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
14366
14525
|
/**
|
|
14367
14526
|
*
|
|
14368
14527
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -14443,16 +14602,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
14443
14602
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
14444
14603
|
/**
|
|
14445
14604
|
*
|
|
14446
|
-
* @type {
|
|
14605
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
14447
14606
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
14448
14607
|
*/
|
|
14449
|
-
user?:
|
|
14608
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
14450
14609
|
/**
|
|
14451
14610
|
*
|
|
14452
|
-
* @type {
|
|
14611
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
14453
14612
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
14454
14613
|
*/
|
|
14455
|
-
userGroup?:
|
|
14614
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
14456
14615
|
/**
|
|
14457
14616
|
*
|
|
14458
14617
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -14510,10 +14669,10 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
14510
14669
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
14511
14670
|
/**
|
|
14512
14671
|
*
|
|
14513
|
-
* @type {
|
|
14672
|
+
* @type {JsonApiUserDataFilterPostOptionalIdAttributes}
|
|
14514
14673
|
* @memberof JsonApiUserDataFilterOutWithLinks
|
|
14515
14674
|
*/
|
|
14516
|
-
attributes:
|
|
14675
|
+
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
14517
14676
|
/**
|
|
14518
14677
|
*
|
|
14519
14678
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -14557,10 +14716,10 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
14557
14716
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
14558
14717
|
/**
|
|
14559
14718
|
*
|
|
14560
|
-
* @type {
|
|
14719
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
14561
14720
|
* @memberof JsonApiUserDataFilterPatch
|
|
14562
14721
|
*/
|
|
14563
|
-
relationships?:
|
|
14722
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
14564
14723
|
}
|
|
14565
14724
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
14566
14725
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -14636,21 +14795,58 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
14636
14795
|
id?: string;
|
|
14637
14796
|
/**
|
|
14638
14797
|
*
|
|
14639
|
-
* @type {
|
|
14798
|
+
* @type {JsonApiUserDataFilterPostOptionalIdAttributes}
|
|
14640
14799
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
14641
14800
|
*/
|
|
14642
|
-
attributes:
|
|
14801
|
+
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
14643
14802
|
/**
|
|
14644
14803
|
*
|
|
14645
|
-
* @type {
|
|
14804
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
14646
14805
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
14647
14806
|
*/
|
|
14648
|
-
relationships?:
|
|
14807
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
14649
14808
|
}
|
|
14650
14809
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
14651
14810
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
14652
14811
|
};
|
|
14653
14812
|
export type JsonApiUserDataFilterPostOptionalIdTypeEnum = typeof JsonApiUserDataFilterPostOptionalIdTypeEnum[keyof typeof JsonApiUserDataFilterPostOptionalIdTypeEnum];
|
|
14813
|
+
/**
|
|
14814
|
+
*
|
|
14815
|
+
* @export
|
|
14816
|
+
* @interface JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14817
|
+
*/
|
|
14818
|
+
export interface JsonApiUserDataFilterPostOptionalIdAttributes {
|
|
14819
|
+
/**
|
|
14820
|
+
*
|
|
14821
|
+
* @type {string}
|
|
14822
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14823
|
+
*/
|
|
14824
|
+
title?: string;
|
|
14825
|
+
/**
|
|
14826
|
+
*
|
|
14827
|
+
* @type {string}
|
|
14828
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14829
|
+
*/
|
|
14830
|
+
description?: string;
|
|
14831
|
+
/**
|
|
14832
|
+
*
|
|
14833
|
+
* @type {Array<string>}
|
|
14834
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14835
|
+
*/
|
|
14836
|
+
tags?: Array<string>;
|
|
14837
|
+
/**
|
|
14838
|
+
*
|
|
14839
|
+
* @type {boolean}
|
|
14840
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14841
|
+
*/
|
|
14842
|
+
areRelationsValid?: boolean;
|
|
14843
|
+
/**
|
|
14844
|
+
*
|
|
14845
|
+
* @type {string}
|
|
14846
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdAttributes
|
|
14847
|
+
*/
|
|
14848
|
+
maql: string;
|
|
14849
|
+
}
|
|
14654
14850
|
/**
|
|
14655
14851
|
*
|
|
14656
14852
|
* @export
|
|
@@ -14664,6 +14860,25 @@ export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
|
14664
14860
|
*/
|
|
14665
14861
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
14666
14862
|
}
|
|
14863
|
+
/**
|
|
14864
|
+
*
|
|
14865
|
+
* @export
|
|
14866
|
+
* @interface JsonApiUserDataFilterPostOptionalIdRelationships
|
|
14867
|
+
*/
|
|
14868
|
+
export interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
14869
|
+
/**
|
|
14870
|
+
*
|
|
14871
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
14872
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
14873
|
+
*/
|
|
14874
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
14875
|
+
/**
|
|
14876
|
+
*
|
|
14877
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
14878
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
14879
|
+
*/
|
|
14880
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
14881
|
+
}
|
|
14667
14882
|
/**
|
|
14668
14883
|
* JSON:API representation of userGroup entity.
|
|
14669
14884
|
* @export
|
|
@@ -14847,23 +15062,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
14847
15062
|
export interface JsonApiUserGroupOutRelationships {
|
|
14848
15063
|
/**
|
|
14849
15064
|
*
|
|
14850
|
-
* @type {
|
|
15065
|
+
* @type {JsonApiUserOutRelationshipsUserGroups}
|
|
14851
15066
|
* @memberof JsonApiUserGroupOutRelationships
|
|
14852
15067
|
*/
|
|
14853
|
-
parents?:
|
|
14854
|
-
}
|
|
14855
|
-
/**
|
|
14856
|
-
*
|
|
14857
|
-
* @export
|
|
14858
|
-
* @interface JsonApiUserGroupOutRelationshipsParents
|
|
14859
|
-
*/
|
|
14860
|
-
export interface JsonApiUserGroupOutRelationshipsParents {
|
|
14861
|
-
/**
|
|
14862
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
14863
|
-
* @type {Array<JsonApiUserGroupLinkage>}
|
|
14864
|
-
* @memberof JsonApiUserGroupOutRelationshipsParents
|
|
14865
|
-
*/
|
|
14866
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
15068
|
+
parents?: JsonApiUserOutRelationshipsUserGroups;
|
|
14867
15069
|
}
|
|
14868
15070
|
/**
|
|
14869
15071
|
*
|
|
@@ -15323,10 +15525,23 @@ export interface JsonApiUserOutList {
|
|
|
15323
15525
|
export interface JsonApiUserOutRelationships {
|
|
15324
15526
|
/**
|
|
15325
15527
|
*
|
|
15326
|
-
* @type {
|
|
15528
|
+
* @type {JsonApiUserOutRelationshipsUserGroups}
|
|
15327
15529
|
* @memberof JsonApiUserOutRelationships
|
|
15328
15530
|
*/
|
|
15329
|
-
userGroups?:
|
|
15531
|
+
userGroups?: JsonApiUserOutRelationshipsUserGroups;
|
|
15532
|
+
}
|
|
15533
|
+
/**
|
|
15534
|
+
*
|
|
15535
|
+
* @export
|
|
15536
|
+
* @interface JsonApiUserOutRelationshipsUserGroups
|
|
15537
|
+
*/
|
|
15538
|
+
export interface JsonApiUserOutRelationshipsUserGroups {
|
|
15539
|
+
/**
|
|
15540
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
15541
|
+
* @type {Array<JsonApiUserGroupLinkage>}
|
|
15542
|
+
* @memberof JsonApiUserOutRelationshipsUserGroups
|
|
15543
|
+
*/
|
|
15544
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
15330
15545
|
}
|
|
15331
15546
|
/**
|
|
15332
15547
|
*
|
|
@@ -15437,15 +15652,62 @@ export interface JsonApiUserSettingIn {
|
|
|
15437
15652
|
id: string;
|
|
15438
15653
|
/**
|
|
15439
15654
|
*
|
|
15440
|
-
* @type {
|
|
15655
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
15441
15656
|
* @memberof JsonApiUserSettingIn
|
|
15442
15657
|
*/
|
|
15443
|
-
attributes?:
|
|
15658
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
15444
15659
|
}
|
|
15445
15660
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
15446
15661
|
readonly USER_SETTING: "userSetting";
|
|
15447
15662
|
};
|
|
15448
15663
|
export type JsonApiUserSettingInTypeEnum = typeof JsonApiUserSettingInTypeEnum[keyof typeof JsonApiUserSettingInTypeEnum];
|
|
15664
|
+
/**
|
|
15665
|
+
*
|
|
15666
|
+
* @export
|
|
15667
|
+
* @interface JsonApiUserSettingInAttributes
|
|
15668
|
+
*/
|
|
15669
|
+
export interface JsonApiUserSettingInAttributes {
|
|
15670
|
+
/**
|
|
15671
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
15672
|
+
* @type {object}
|
|
15673
|
+
* @memberof JsonApiUserSettingInAttributes
|
|
15674
|
+
*/
|
|
15675
|
+
content?: object;
|
|
15676
|
+
/**
|
|
15677
|
+
*
|
|
15678
|
+
* @type {string}
|
|
15679
|
+
* @memberof JsonApiUserSettingInAttributes
|
|
15680
|
+
*/
|
|
15681
|
+
type?: JsonApiUserSettingInAttributesTypeEnum;
|
|
15682
|
+
}
|
|
15683
|
+
export declare const JsonApiUserSettingInAttributesTypeEnum: {
|
|
15684
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
15685
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
15686
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
15687
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
15688
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
15689
|
+
readonly LOCALE: "LOCALE";
|
|
15690
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
15691
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
15692
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
15693
|
+
readonly WEEK_START: "WEEK_START";
|
|
15694
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
15695
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
15696
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
15697
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
15698
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
15699
|
+
readonly ALERT: "ALERT";
|
|
15700
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
15701
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
15702
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
15703
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
15704
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
15705
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
15706
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
15707
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
15708
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
15709
|
+
};
|
|
15710
|
+
export type JsonApiUserSettingInAttributesTypeEnum = typeof JsonApiUserSettingInAttributesTypeEnum[keyof typeof JsonApiUserSettingInAttributesTypeEnum];
|
|
15449
15711
|
/**
|
|
15450
15712
|
*
|
|
15451
15713
|
* @export
|
|
@@ -15479,10 +15741,10 @@ export interface JsonApiUserSettingOut {
|
|
|
15479
15741
|
id: string;
|
|
15480
15742
|
/**
|
|
15481
15743
|
*
|
|
15482
|
-
* @type {
|
|
15744
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
15483
15745
|
* @memberof JsonApiUserSettingOut
|
|
15484
15746
|
*/
|
|
15485
|
-
attributes?:
|
|
15747
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
15486
15748
|
}
|
|
15487
15749
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
15488
15750
|
readonly USER_SETTING: "userSetting";
|
|
@@ -15552,10 +15814,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
15552
15814
|
id: string;
|
|
15553
15815
|
/**
|
|
15554
15816
|
*
|
|
15555
|
-
* @type {
|
|
15817
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
15556
15818
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
15557
15819
|
*/
|
|
15558
|
-
attributes?:
|
|
15820
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
15559
15821
|
/**
|
|
15560
15822
|
*
|
|
15561
15823
|
* @type {ObjectLinks}
|
|
@@ -15593,10 +15855,10 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
15593
15855
|
id: string;
|
|
15594
15856
|
/**
|
|
15595
15857
|
*
|
|
15596
|
-
* @type {
|
|
15858
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
15597
15859
|
* @memberof JsonApiVisualizationObjectIn
|
|
15598
15860
|
*/
|
|
15599
|
-
attributes:
|
|
15861
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
15600
15862
|
}
|
|
15601
15863
|
export declare const JsonApiVisualizationObjectInTypeEnum: {
|
|
15602
15864
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -16057,10 +16319,10 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
16057
16319
|
id?: string;
|
|
16058
16320
|
/**
|
|
16059
16321
|
*
|
|
16060
|
-
* @type {
|
|
16322
|
+
* @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
|
|
16061
16323
|
* @memberof JsonApiVisualizationObjectPostOptionalId
|
|
16062
16324
|
*/
|
|
16063
|
-
attributes:
|
|
16325
|
+
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
16064
16326
|
}
|
|
16065
16327
|
export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
|
|
16066
16328
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -17191,10 +17453,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
17191
17453
|
id: string;
|
|
17192
17454
|
/**
|
|
17193
17455
|
*
|
|
17194
|
-
* @type {
|
|
17456
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
17195
17457
|
* @memberof JsonApiWorkspaceSettingIn
|
|
17196
17458
|
*/
|
|
17197
|
-
attributes?:
|
|
17459
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
17198
17460
|
}
|
|
17199
17461
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
17200
17462
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -17239,10 +17501,10 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
17239
17501
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17240
17502
|
/**
|
|
17241
17503
|
*
|
|
17242
|
-
* @type {
|
|
17504
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
17243
17505
|
* @memberof JsonApiWorkspaceSettingOut
|
|
17244
17506
|
*/
|
|
17245
|
-
attributes?:
|
|
17507
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
17246
17508
|
}
|
|
17247
17509
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
17248
17510
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -17318,10 +17580,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
17318
17580
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17319
17581
|
/**
|
|
17320
17582
|
*
|
|
17321
|
-
* @type {
|
|
17583
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
17322
17584
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
17323
17585
|
*/
|
|
17324
|
-
attributes?:
|
|
17586
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
17325
17587
|
/**
|
|
17326
17588
|
*
|
|
17327
17589
|
* @type {ObjectLinks}
|
|
@@ -17353,10 +17615,10 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
17353
17615
|
id: string;
|
|
17354
17616
|
/**
|
|
17355
17617
|
*
|
|
17356
|
-
* @type {
|
|
17618
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
17357
17619
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
17358
17620
|
*/
|
|
17359
|
-
attributes?:
|
|
17621
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
17360
17622
|
}
|
|
17361
17623
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
17362
17624
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -17395,10 +17657,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
17395
17657
|
id?: string;
|
|
17396
17658
|
/**
|
|
17397
17659
|
*
|
|
17398
|
-
* @type {
|
|
17660
|
+
* @type {JsonApiUserSettingInAttributes}
|
|
17399
17661
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
17400
17662
|
*/
|
|
17401
|
-
attributes?:
|
|
17663
|
+
attributes?: JsonApiUserSettingInAttributes;
|
|
17402
17664
|
}
|
|
17403
17665
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
17404
17666
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18888,7 +19150,7 @@ export interface SectionSlideTemplate {
|
|
|
18888
19150
|
*/
|
|
18889
19151
|
export interface Settings {
|
|
18890
19152
|
/**
|
|
18891
|
-
* Include export info sheet in the exported file. (XLSX)
|
|
19153
|
+
* Include export info sheet in the exported file. Works only with `visualizationObject`. (XLSX)
|
|
18892
19154
|
* @type {boolean}
|
|
18893
19155
|
* @memberof Settings
|
|
18894
19156
|
*/
|
|
@@ -19004,6 +19266,60 @@ export interface Skeleton {
|
|
|
19004
19266
|
*/
|
|
19005
19267
|
href?: string;
|
|
19006
19268
|
}
|
|
19269
|
+
/**
|
|
19270
|
+
* Export request object describing the export properties and metadata for slides exports.
|
|
19271
|
+
* @export
|
|
19272
|
+
* @interface SlidesExportRequest
|
|
19273
|
+
*/
|
|
19274
|
+
export interface SlidesExportRequest {
|
|
19275
|
+
/**
|
|
19276
|
+
* Requested resulting file type.
|
|
19277
|
+
* @type {string}
|
|
19278
|
+
* @memberof SlidesExportRequest
|
|
19279
|
+
*/
|
|
19280
|
+
format: SlidesExportRequestFormatEnum;
|
|
19281
|
+
/**
|
|
19282
|
+
* File name to be used for retrieving the pdf document.
|
|
19283
|
+
* @type {string}
|
|
19284
|
+
* @memberof SlidesExportRequest
|
|
19285
|
+
*/
|
|
19286
|
+
fileName: string;
|
|
19287
|
+
/**
|
|
19288
|
+
* Dashboard identifier
|
|
19289
|
+
* @type {string}
|
|
19290
|
+
* @memberof SlidesExportRequest
|
|
19291
|
+
*/
|
|
19292
|
+
dashboardId?: string;
|
|
19293
|
+
/**
|
|
19294
|
+
* List of widget identifiers to be exported. Note that only one widget is currently supported.
|
|
19295
|
+
* @type {Array<string>}
|
|
19296
|
+
* @memberof SlidesExportRequest
|
|
19297
|
+
*/
|
|
19298
|
+
widgetIds?: Array<string>;
|
|
19299
|
+
/**
|
|
19300
|
+
* List of visualization ids to be exported. Note that only one visualization is currently supported.
|
|
19301
|
+
* @type {Array<string>}
|
|
19302
|
+
* @memberof SlidesExportRequest
|
|
19303
|
+
*/
|
|
19304
|
+
visualizationIds?: Array<string>;
|
|
19305
|
+
/**
|
|
19306
|
+
* Free-form JSON object
|
|
19307
|
+
* @type {object}
|
|
19308
|
+
* @memberof SlidesExportRequest
|
|
19309
|
+
*/
|
|
19310
|
+
metadata?: object | null;
|
|
19311
|
+
/**
|
|
19312
|
+
* Export template identifier.
|
|
19313
|
+
* @type {string}
|
|
19314
|
+
* @memberof SlidesExportRequest
|
|
19315
|
+
*/
|
|
19316
|
+
templateId?: string | null;
|
|
19317
|
+
}
|
|
19318
|
+
export declare const SlidesExportRequestFormatEnum: {
|
|
19319
|
+
readonly PDF: "PDF";
|
|
19320
|
+
readonly PPTX: "PPTX";
|
|
19321
|
+
};
|
|
19322
|
+
export type SlidesExportRequestFormatEnum = typeof SlidesExportRequestFormatEnum[keyof typeof SlidesExportRequestFormatEnum];
|
|
19007
19323
|
/**
|
|
19008
19324
|
* Custom SMTP destination for notifications. The properties host, port, username, and password are required on create and update
|
|
19009
19325
|
* @export
|
|
@@ -30560,6 +30876,17 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
30560
30876
|
* @throws {RequiredError}
|
|
30561
30877
|
*/
|
|
30562
30878
|
getAllEntitiesMetrics: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"userIdentifiers" | "facts" | "attributes" | "labels" | "metrics" | "datasets" | "createdBy" | "modifiedBy" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30879
|
+
/**
|
|
30880
|
+
*
|
|
30881
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
30882
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
30883
|
+
* @param {number} [size] The size of the page to be returned
|
|
30884
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
30885
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
30886
|
+
* @param {*} [options] Override http request option.
|
|
30887
|
+
* @throws {RequiredError}
|
|
30888
|
+
*/
|
|
30889
|
+
getAllEntitiesNotificationChannelIdentifiers: (filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30563
30890
|
/**
|
|
30564
30891
|
*
|
|
30565
30892
|
* @summary Get all Notification Channel entities
|
|
@@ -31022,6 +31349,14 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
31022
31349
|
* @throws {RequiredError}
|
|
31023
31350
|
*/
|
|
31024
31351
|
getEntityMetrics: (workspaceId: string, objectId: string, filter?: string, include?: Array<"userIdentifiers" | "facts" | "attributes" | "labels" | "metrics" | "datasets" | "createdBy" | "modifiedBy" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31352
|
+
/**
|
|
31353
|
+
*
|
|
31354
|
+
* @param {string} id
|
|
31355
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
31356
|
+
* @param {*} [options] Override http request option.
|
|
31357
|
+
* @throws {RequiredError}
|
|
31358
|
+
*/
|
|
31359
|
+
getEntityNotificationChannelIdentifiers: (id: string, filter?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31025
31360
|
/**
|
|
31026
31361
|
*
|
|
31027
31362
|
* @summary Get Notification Channel entity
|
|
@@ -32721,6 +33056,17 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
32721
33056
|
* @throws {RequiredError}
|
|
32722
33057
|
*/
|
|
32723
33058
|
getAllEntitiesMetrics(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"userIdentifiers" | "facts" | "attributes" | "labels" | "metrics" | "datasets" | "createdBy" | "modifiedBy" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiMetricOutList>>;
|
|
33059
|
+
/**
|
|
33060
|
+
*
|
|
33061
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
33062
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
33063
|
+
* @param {number} [size] The size of the page to be returned
|
|
33064
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
33065
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
33066
|
+
* @param {*} [options] Override http request option.
|
|
33067
|
+
* @throws {RequiredError}
|
|
33068
|
+
*/
|
|
33069
|
+
getAllEntitiesNotificationChannelIdentifiers(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiNotificationChannelIdentifierOutList>>;
|
|
32724
33070
|
/**
|
|
32725
33071
|
*
|
|
32726
33072
|
* @summary Get all Notification Channel entities
|
|
@@ -33185,6 +33531,14 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
33185
33531
|
* @throws {RequiredError}
|
|
33186
33532
|
*/
|
|
33187
33533
|
getEntityMetrics(workspaceId: string, objectId: string, filter?: string, include?: Array<"userIdentifiers" | "facts" | "attributes" | "labels" | "metrics" | "datasets" | "createdBy" | "modifiedBy" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiMetricOutDocument>>;
|
|
33534
|
+
/**
|
|
33535
|
+
*
|
|
33536
|
+
* @param {string} id
|
|
33537
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
33538
|
+
* @param {*} [options] Override http request option.
|
|
33539
|
+
* @throws {RequiredError}
|
|
33540
|
+
*/
|
|
33541
|
+
getEntityNotificationChannelIdentifiers(id: string, filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>>;
|
|
33188
33542
|
/**
|
|
33189
33543
|
*
|
|
33190
33544
|
* @summary Get Notification Channel entity
|
|
@@ -34649,6 +35003,13 @@ export declare const EntitiesApiFactory: (configuration?: Configuration, basePat
|
|
|
34649
35003
|
* @throws {RequiredError}
|
|
34650
35004
|
*/
|
|
34651
35005
|
getAllEntitiesMetrics(requestParameters: EntitiesApiGetAllEntitiesMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMetricOutList>;
|
|
35006
|
+
/**
|
|
35007
|
+
*
|
|
35008
|
+
* @param {EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
35009
|
+
* @param {*} [options] Override http request option.
|
|
35010
|
+
* @throws {RequiredError}
|
|
35011
|
+
*/
|
|
35012
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters: EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutList>;
|
|
34652
35013
|
/**
|
|
34653
35014
|
*
|
|
34654
35015
|
* @summary Get all Notification Channel entities
|
|
@@ -34961,6 +35322,13 @@ export declare const EntitiesApiFactory: (configuration?: Configuration, basePat
|
|
|
34961
35322
|
* @throws {RequiredError}
|
|
34962
35323
|
*/
|
|
34963
35324
|
getEntityMetrics(requestParameters: EntitiesApiGetEntityMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMetricOutDocument>;
|
|
35325
|
+
/**
|
|
35326
|
+
*
|
|
35327
|
+
* @param {EntitiesApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
35328
|
+
* @param {*} [options] Override http request option.
|
|
35329
|
+
* @throws {RequiredError}
|
|
35330
|
+
*/
|
|
35331
|
+
getEntityNotificationChannelIdentifiers(requestParameters: EntitiesApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>;
|
|
34964
35332
|
/**
|
|
34965
35333
|
*
|
|
34966
35334
|
* @summary Get Notification Channel entity
|
|
@@ -36288,6 +36656,14 @@ export interface EntitiesApiInterface {
|
|
|
36288
36656
|
* @memberof EntitiesApiInterface
|
|
36289
36657
|
*/
|
|
36290
36658
|
getAllEntitiesMetrics(requestParameters: EntitiesApiGetAllEntitiesMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMetricOutList>;
|
|
36659
|
+
/**
|
|
36660
|
+
*
|
|
36661
|
+
* @param {EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
36662
|
+
* @param {*} [options] Override http request option.
|
|
36663
|
+
* @throws {RequiredError}
|
|
36664
|
+
* @memberof EntitiesApiInterface
|
|
36665
|
+
*/
|
|
36666
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters: EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutList>;
|
|
36291
36667
|
/**
|
|
36292
36668
|
*
|
|
36293
36669
|
* @summary Get all Notification Channel entities
|
|
@@ -36639,6 +37015,14 @@ export interface EntitiesApiInterface {
|
|
|
36639
37015
|
* @memberof EntitiesApiInterface
|
|
36640
37016
|
*/
|
|
36641
37017
|
getEntityMetrics(requestParameters: EntitiesApiGetEntityMetricsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiMetricOutDocument>;
|
|
37018
|
+
/**
|
|
37019
|
+
*
|
|
37020
|
+
* @param {EntitiesApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
37021
|
+
* @param {*} [options] Override http request option.
|
|
37022
|
+
* @throws {RequiredError}
|
|
37023
|
+
* @memberof EntitiesApiInterface
|
|
37024
|
+
*/
|
|
37025
|
+
getEntityNotificationChannelIdentifiers(requestParameters: EntitiesApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>;
|
|
36642
37026
|
/**
|
|
36643
37027
|
*
|
|
36644
37028
|
* @summary Get Notification Channel entity
|
|
@@ -39769,6 +40153,43 @@ export interface EntitiesApiGetAllEntitiesMetricsRequest {
|
|
|
39769
40153
|
*/
|
|
39770
40154
|
readonly metaInclude?: Array<"origin" | "page" | "all" | "ALL">;
|
|
39771
40155
|
}
|
|
40156
|
+
/**
|
|
40157
|
+
* Request parameters for getAllEntitiesNotificationChannelIdentifiers operation in EntitiesApi.
|
|
40158
|
+
* @export
|
|
40159
|
+
* @interface EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest
|
|
40160
|
+
*/
|
|
40161
|
+
export interface EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest {
|
|
40162
|
+
/**
|
|
40163
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
40164
|
+
* @type {string}
|
|
40165
|
+
* @memberof EntitiesApiGetAllEntitiesNotificationChannelIdentifiers
|
|
40166
|
+
*/
|
|
40167
|
+
readonly filter?: string;
|
|
40168
|
+
/**
|
|
40169
|
+
* Zero-based page index (0..N)
|
|
40170
|
+
* @type {number}
|
|
40171
|
+
* @memberof EntitiesApiGetAllEntitiesNotificationChannelIdentifiers
|
|
40172
|
+
*/
|
|
40173
|
+
readonly page?: number;
|
|
40174
|
+
/**
|
|
40175
|
+
* The size of the page to be returned
|
|
40176
|
+
* @type {number}
|
|
40177
|
+
* @memberof EntitiesApiGetAllEntitiesNotificationChannelIdentifiers
|
|
40178
|
+
*/
|
|
40179
|
+
readonly size?: number;
|
|
40180
|
+
/**
|
|
40181
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
40182
|
+
* @type {Array<string>}
|
|
40183
|
+
* @memberof EntitiesApiGetAllEntitiesNotificationChannelIdentifiers
|
|
40184
|
+
*/
|
|
40185
|
+
readonly sort?: Array<string>;
|
|
40186
|
+
/**
|
|
40187
|
+
* Include Meta objects.
|
|
40188
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
40189
|
+
* @memberof EntitiesApiGetAllEntitiesNotificationChannelIdentifiers
|
|
40190
|
+
*/
|
|
40191
|
+
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
40192
|
+
}
|
|
39772
40193
|
/**
|
|
39773
40194
|
* Request parameters for getAllEntitiesNotificationChannels operation in EntitiesApi.
|
|
39774
40195
|
* @export
|
|
@@ -41162,6 +41583,25 @@ export interface EntitiesApiGetEntityMetricsRequest {
|
|
|
41162
41583
|
*/
|
|
41163
41584
|
readonly metaInclude?: Array<"origin" | "all" | "ALL">;
|
|
41164
41585
|
}
|
|
41586
|
+
/**
|
|
41587
|
+
* Request parameters for getEntityNotificationChannelIdentifiers operation in EntitiesApi.
|
|
41588
|
+
* @export
|
|
41589
|
+
* @interface EntitiesApiGetEntityNotificationChannelIdentifiersRequest
|
|
41590
|
+
*/
|
|
41591
|
+
export interface EntitiesApiGetEntityNotificationChannelIdentifiersRequest {
|
|
41592
|
+
/**
|
|
41593
|
+
*
|
|
41594
|
+
* @type {string}
|
|
41595
|
+
* @memberof EntitiesApiGetEntityNotificationChannelIdentifiers
|
|
41596
|
+
*/
|
|
41597
|
+
readonly id: string;
|
|
41598
|
+
/**
|
|
41599
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
41600
|
+
* @type {string}
|
|
41601
|
+
* @memberof EntitiesApiGetEntityNotificationChannelIdentifiers
|
|
41602
|
+
*/
|
|
41603
|
+
readonly filter?: string;
|
|
41604
|
+
}
|
|
41165
41605
|
/**
|
|
41166
41606
|
* Request parameters for getEntityNotificationChannels operation in EntitiesApi.
|
|
41167
41607
|
* @export
|
|
@@ -44173,6 +44613,14 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
44173
44613
|
* @memberof EntitiesApi
|
|
44174
44614
|
*/
|
|
44175
44615
|
getAllEntitiesMetrics(requestParameters: EntitiesApiGetAllEntitiesMetricsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiMetricOutList, any>>;
|
|
44616
|
+
/**
|
|
44617
|
+
*
|
|
44618
|
+
* @param {EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
44619
|
+
* @param {*} [options] Override http request option.
|
|
44620
|
+
* @throws {RequiredError}
|
|
44621
|
+
* @memberof EntitiesApi
|
|
44622
|
+
*/
|
|
44623
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters?: EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiNotificationChannelIdentifierOutList, any>>;
|
|
44176
44624
|
/**
|
|
44177
44625
|
*
|
|
44178
44626
|
* @summary Get all Notification Channel entities
|
|
@@ -44524,6 +44972,14 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
44524
44972
|
* @memberof EntitiesApi
|
|
44525
44973
|
*/
|
|
44526
44974
|
getEntityMetrics(requestParameters: EntitiesApiGetEntityMetricsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiMetricOutDocument, any>>;
|
|
44975
|
+
/**
|
|
44976
|
+
*
|
|
44977
|
+
* @param {EntitiesApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
44978
|
+
* @param {*} [options] Override http request option.
|
|
44979
|
+
* @throws {RequiredError}
|
|
44980
|
+
* @memberof EntitiesApi
|
|
44981
|
+
*/
|
|
44982
|
+
getEntityNotificationChannelIdentifiers(requestParameters: EntitiesApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiNotificationChannelIdentifierOutDocument, any>>;
|
|
44527
44983
|
/**
|
|
44528
44984
|
*
|
|
44529
44985
|
* @summary Get Notification Channel entity
|
|
@@ -54831,6 +55287,17 @@ export declare const OrganizationModelControllerApiAxiosParamCreator: (configura
|
|
|
54831
55287
|
* @throws {RequiredError}
|
|
54832
55288
|
*/
|
|
54833
55289
|
getAllEntitiesLlmEndpoints: (filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
55290
|
+
/**
|
|
55291
|
+
*
|
|
55292
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
55293
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
55294
|
+
* @param {number} [size] The size of the page to be returned
|
|
55295
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
55296
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
55297
|
+
* @param {*} [options] Override http request option.
|
|
55298
|
+
* @throws {RequiredError}
|
|
55299
|
+
*/
|
|
55300
|
+
getAllEntitiesNotificationChannelIdentifiers: (filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54834
55301
|
/**
|
|
54835
55302
|
*
|
|
54836
55303
|
* @summary Get all Notification Channel entities
|
|
@@ -55001,6 +55468,14 @@ export declare const OrganizationModelControllerApiAxiosParamCreator: (configura
|
|
|
55001
55468
|
* @throws {RequiredError}
|
|
55002
55469
|
*/
|
|
55003
55470
|
getEntityLlmEndpoints: (id: string, filter?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
55471
|
+
/**
|
|
55472
|
+
*
|
|
55473
|
+
* @param {string} id
|
|
55474
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
55475
|
+
* @param {*} [options] Override http request option.
|
|
55476
|
+
* @throws {RequiredError}
|
|
55477
|
+
*/
|
|
55478
|
+
getEntityNotificationChannelIdentifiers: (id: string, filter?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
55004
55479
|
/**
|
|
55005
55480
|
*
|
|
55006
55481
|
* @summary Get Notification Channel entity
|
|
@@ -55673,6 +56148,17 @@ export declare const OrganizationModelControllerApiFp: (configuration?: Configur
|
|
|
55673
56148
|
* @throws {RequiredError}
|
|
55674
56149
|
*/
|
|
55675
56150
|
getAllEntitiesLlmEndpoints(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiLlmEndpointOutList>>;
|
|
56151
|
+
/**
|
|
56152
|
+
*
|
|
56153
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
56154
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
56155
|
+
* @param {number} [size] The size of the page to be returned
|
|
56156
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
56157
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
56158
|
+
* @param {*} [options] Override http request option.
|
|
56159
|
+
* @throws {RequiredError}
|
|
56160
|
+
*/
|
|
56161
|
+
getAllEntitiesNotificationChannelIdentifiers(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiNotificationChannelIdentifierOutList>>;
|
|
55676
56162
|
/**
|
|
55677
56163
|
*
|
|
55678
56164
|
* @summary Get all Notification Channel entities
|
|
@@ -55843,6 +56329,14 @@ export declare const OrganizationModelControllerApiFp: (configuration?: Configur
|
|
|
55843
56329
|
* @throws {RequiredError}
|
|
55844
56330
|
*/
|
|
55845
56331
|
getEntityLlmEndpoints(id: string, filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiLlmEndpointOutDocument>>;
|
|
56332
|
+
/**
|
|
56333
|
+
*
|
|
56334
|
+
* @param {string} id
|
|
56335
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
56336
|
+
* @param {*} [options] Override http request option.
|
|
56337
|
+
* @throws {RequiredError}
|
|
56338
|
+
*/
|
|
56339
|
+
getEntityNotificationChannelIdentifiers(id: string, filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>>;
|
|
55846
56340
|
/**
|
|
55847
56341
|
*
|
|
55848
56342
|
* @summary Get Notification Channel entity
|
|
@@ -56461,6 +56955,13 @@ export declare const OrganizationModelControllerApiFactory: (configuration?: Con
|
|
|
56461
56955
|
* @throws {RequiredError}
|
|
56462
56956
|
*/
|
|
56463
56957
|
getAllEntitiesLlmEndpoints(requestParameters: OrganizationModelControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
56958
|
+
/**
|
|
56959
|
+
*
|
|
56960
|
+
* @param {OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
56961
|
+
* @param {*} [options] Override http request option.
|
|
56962
|
+
* @throws {RequiredError}
|
|
56963
|
+
*/
|
|
56964
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters: OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutList>;
|
|
56464
56965
|
/**
|
|
56465
56966
|
*
|
|
56466
56967
|
* @summary Get all Notification Channel entities
|
|
@@ -56589,6 +57090,13 @@ export declare const OrganizationModelControllerApiFactory: (configuration?: Con
|
|
|
56589
57090
|
* @throws {RequiredError}
|
|
56590
57091
|
*/
|
|
56591
57092
|
getEntityLlmEndpoints(requestParameters: OrganizationModelControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
57093
|
+
/**
|
|
57094
|
+
*
|
|
57095
|
+
* @param {OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
57096
|
+
* @param {*} [options] Override http request option.
|
|
57097
|
+
* @throws {RequiredError}
|
|
57098
|
+
*/
|
|
57099
|
+
getEntityNotificationChannelIdentifiers(requestParameters: OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>;
|
|
56592
57100
|
/**
|
|
56593
57101
|
*
|
|
56594
57102
|
* @summary Get Notification Channel entity
|
|
@@ -57174,6 +57682,14 @@ export interface OrganizationModelControllerApiInterface {
|
|
|
57174
57682
|
* @memberof OrganizationModelControllerApiInterface
|
|
57175
57683
|
*/
|
|
57176
57684
|
getAllEntitiesLlmEndpoints(requestParameters: OrganizationModelControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutList>;
|
|
57685
|
+
/**
|
|
57686
|
+
*
|
|
57687
|
+
* @param {OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
57688
|
+
* @param {*} [options] Override http request option.
|
|
57689
|
+
* @throws {RequiredError}
|
|
57690
|
+
* @memberof OrganizationModelControllerApiInterface
|
|
57691
|
+
*/
|
|
57692
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters: OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutList>;
|
|
57177
57693
|
/**
|
|
57178
57694
|
*
|
|
57179
57695
|
* @summary Get all Notification Channel entities
|
|
@@ -57318,6 +57834,14 @@ export interface OrganizationModelControllerApiInterface {
|
|
|
57318
57834
|
* @memberof OrganizationModelControllerApiInterface
|
|
57319
57835
|
*/
|
|
57320
57836
|
getEntityLlmEndpoints(requestParameters: OrganizationModelControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiLlmEndpointOutDocument>;
|
|
57837
|
+
/**
|
|
57838
|
+
*
|
|
57839
|
+
* @param {OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
57840
|
+
* @param {*} [options] Override http request option.
|
|
57841
|
+
* @throws {RequiredError}
|
|
57842
|
+
* @memberof OrganizationModelControllerApiInterface
|
|
57843
|
+
*/
|
|
57844
|
+
getEntityNotificationChannelIdentifiers(requestParameters: OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiNotificationChannelIdentifierOutDocument>;
|
|
57321
57845
|
/**
|
|
57322
57846
|
*
|
|
57323
57847
|
* @summary Get Notification Channel entity
|
|
@@ -58395,6 +58919,43 @@ export interface OrganizationModelControllerApiGetAllEntitiesLlmEndpointsRequest
|
|
|
58395
58919
|
*/
|
|
58396
58920
|
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
58397
58921
|
}
|
|
58922
|
+
/**
|
|
58923
|
+
* Request parameters for getAllEntitiesNotificationChannelIdentifiers operation in OrganizationModelControllerApi.
|
|
58924
|
+
* @export
|
|
58925
|
+
* @interface OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest
|
|
58926
|
+
*/
|
|
58927
|
+
export interface OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest {
|
|
58928
|
+
/**
|
|
58929
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
58930
|
+
* @type {string}
|
|
58931
|
+
* @memberof OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiers
|
|
58932
|
+
*/
|
|
58933
|
+
readonly filter?: string;
|
|
58934
|
+
/**
|
|
58935
|
+
* Zero-based page index (0..N)
|
|
58936
|
+
* @type {number}
|
|
58937
|
+
* @memberof OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiers
|
|
58938
|
+
*/
|
|
58939
|
+
readonly page?: number;
|
|
58940
|
+
/**
|
|
58941
|
+
* The size of the page to be returned
|
|
58942
|
+
* @type {number}
|
|
58943
|
+
* @memberof OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiers
|
|
58944
|
+
*/
|
|
58945
|
+
readonly size?: number;
|
|
58946
|
+
/**
|
|
58947
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
58948
|
+
* @type {Array<string>}
|
|
58949
|
+
* @memberof OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiers
|
|
58950
|
+
*/
|
|
58951
|
+
readonly sort?: Array<string>;
|
|
58952
|
+
/**
|
|
58953
|
+
* Include Meta objects.
|
|
58954
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
58955
|
+
* @memberof OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiers
|
|
58956
|
+
*/
|
|
58957
|
+
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
58958
|
+
}
|
|
58398
58959
|
/**
|
|
58399
58960
|
* Request parameters for getAllEntitiesNotificationChannels operation in OrganizationModelControllerApi.
|
|
58400
58961
|
* @export
|
|
@@ -58855,6 +59416,25 @@ export interface OrganizationModelControllerApiGetEntityLlmEndpointsRequest {
|
|
|
58855
59416
|
*/
|
|
58856
59417
|
readonly filter?: string;
|
|
58857
59418
|
}
|
|
59419
|
+
/**
|
|
59420
|
+
* Request parameters for getEntityNotificationChannelIdentifiers operation in OrganizationModelControllerApi.
|
|
59421
|
+
* @export
|
|
59422
|
+
* @interface OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest
|
|
59423
|
+
*/
|
|
59424
|
+
export interface OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest {
|
|
59425
|
+
/**
|
|
59426
|
+
*
|
|
59427
|
+
* @type {string}
|
|
59428
|
+
* @memberof OrganizationModelControllerApiGetEntityNotificationChannelIdentifiers
|
|
59429
|
+
*/
|
|
59430
|
+
readonly id: string;
|
|
59431
|
+
/**
|
|
59432
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
59433
|
+
* @type {string}
|
|
59434
|
+
* @memberof OrganizationModelControllerApiGetEntityNotificationChannelIdentifiers
|
|
59435
|
+
*/
|
|
59436
|
+
readonly filter?: string;
|
|
59437
|
+
}
|
|
58858
59438
|
/**
|
|
58859
59439
|
* Request parameters for getEntityNotificationChannels operation in OrganizationModelControllerApi.
|
|
58860
59440
|
* @export
|
|
@@ -60019,6 +60599,14 @@ export declare class OrganizationModelControllerApi extends BaseAPI implements O
|
|
|
60019
60599
|
* @memberof OrganizationModelControllerApi
|
|
60020
60600
|
*/
|
|
60021
60601
|
getAllEntitiesLlmEndpoints(requestParameters?: OrganizationModelControllerApiGetAllEntitiesLlmEndpointsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiLlmEndpointOutList, any>>;
|
|
60602
|
+
/**
|
|
60603
|
+
*
|
|
60604
|
+
* @param {OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
60605
|
+
* @param {*} [options] Override http request option.
|
|
60606
|
+
* @throws {RequiredError}
|
|
60607
|
+
* @memberof OrganizationModelControllerApi
|
|
60608
|
+
*/
|
|
60609
|
+
getAllEntitiesNotificationChannelIdentifiers(requestParameters?: OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiNotificationChannelIdentifierOutList, any>>;
|
|
60022
60610
|
/**
|
|
60023
60611
|
*
|
|
60024
60612
|
* @summary Get all Notification Channel entities
|
|
@@ -60163,6 +60751,14 @@ export declare class OrganizationModelControllerApi extends BaseAPI implements O
|
|
|
60163
60751
|
* @memberof OrganizationModelControllerApi
|
|
60164
60752
|
*/
|
|
60165
60753
|
getEntityLlmEndpoints(requestParameters: OrganizationModelControllerApiGetEntityLlmEndpointsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiLlmEndpointOutDocument, any>>;
|
|
60754
|
+
/**
|
|
60755
|
+
*
|
|
60756
|
+
* @param {OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
|
|
60757
|
+
* @param {*} [options] Override http request option.
|
|
60758
|
+
* @throws {RequiredError}
|
|
60759
|
+
* @memberof OrganizationModelControllerApi
|
|
60760
|
+
*/
|
|
60761
|
+
getEntityNotificationChannelIdentifiers(requestParameters: OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiNotificationChannelIdentifierOutDocument, any>>;
|
|
60166
60762
|
/**
|
|
60167
60763
|
*
|
|
60168
60764
|
* @summary Get Notification Channel entity
|