@gooddata/api-client-tiger 10.30.0-alpha.2 → 10.30.0-alpha.21

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.
@@ -600,14 +600,6 @@ export const JsonApiAttributeOutWithLinksTypeEnum = {
600
600
  export const JsonApiAutomationInTypeEnum = {
601
601
  AUTOMATION: "automation",
602
602
  };
603
- export const JsonApiAutomationInAttributesStateEnum = {
604
- ACTIVE: "ACTIVE",
605
- PAUSED: "PAUSED",
606
- };
607
- export const JsonApiAutomationInAttributesAlertTriggerEnum = {
608
- ALWAYS: "ALWAYS",
609
- ONCE: "ONCE",
610
- };
611
603
  export const JsonApiAutomationLinkageTypeEnum = {
612
604
  AUTOMATION: "automation",
613
605
  };
@@ -624,6 +616,14 @@ export const JsonApiAutomationOutWithLinksTypeEnum = {
624
616
  export const JsonApiAutomationPatchTypeEnum = {
625
617
  AUTOMATION: "automation",
626
618
  };
619
+ export const JsonApiAutomationPatchAttributesStateEnum = {
620
+ ACTIVE: "ACTIVE",
621
+ PAUSED: "PAUSED",
622
+ };
623
+ export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
624
+ ALWAYS: "ALWAYS",
625
+ ONCE: "ONCE",
626
+ };
627
627
  export const JsonApiColorPaletteInTypeEnum = {
628
628
  COLOR_PALETTE: "colorPalette",
629
629
  };
@@ -720,10 +720,6 @@ export const JsonApiDataSourceIdentifierOutAttributesTypeEnum = {
720
720
  STARROCKS: "STARROCKS",
721
721
  ATHENA: "ATHENA",
722
722
  };
723
- export const JsonApiDataSourceIdentifierOutMetaPermissionsEnum = {
724
- MANAGE: "MANAGE",
725
- USE: "USE",
726
- };
727
723
  export const JsonApiDataSourceIdentifierOutWithLinksTypeEnum = {
728
724
  DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier",
729
725
  };
@@ -802,6 +798,10 @@ export const JsonApiDataSourceOutAttributesAuthenticationTypeEnum = {
802
798
  CLIENT_SECRET: "CLIENT_SECRET",
803
799
  ACCESS_TOKEN: "ACCESS_TOKEN",
804
800
  };
801
+ export const JsonApiDataSourceOutMetaPermissionsEnum = {
802
+ MANAGE: "MANAGE",
803
+ USE: "USE",
804
+ };
805
805
  export const JsonApiDataSourceOutWithLinksTypeEnum = {
806
806
  DATA_SOURCE: "dataSource",
807
807
  };
@@ -913,14 +913,6 @@ export const JsonApiExportTemplateInTypeEnum = {
913
913
  export const JsonApiExportTemplateOutTypeEnum = {
914
914
  EXPORT_TEMPLATE: "exportTemplate",
915
915
  };
916
- export const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = {
917
- PDF: "PDF",
918
- PPTX: "PPTX",
919
- };
920
- export const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = {
921
- PDF: "PDF",
922
- PPTX: "PPTX",
923
- };
924
916
  export const JsonApiExportTemplateOutWithLinksTypeEnum = {
925
917
  EXPORT_TEMPLATE: "exportTemplate",
926
918
  };
@@ -930,6 +922,14 @@ export const JsonApiExportTemplatePatchTypeEnum = {
930
922
  export const JsonApiExportTemplatePostOptionalIdTypeEnum = {
931
923
  EXPORT_TEMPLATE: "exportTemplate",
932
924
  };
925
+ export const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = {
926
+ PDF: "PDF",
927
+ PPTX: "PPTX",
928
+ };
929
+ export const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = {
930
+ PDF: "PDF",
931
+ PPTX: "PPTX",
932
+ };
933
933
  export const JsonApiFactLinkageTypeEnum = {
934
934
  FACT: "fact",
935
935
  };
@@ -1067,22 +1067,25 @@ export const JsonApiMetricPatchTypeEnum = {
1067
1067
  export const JsonApiMetricPostOptionalIdTypeEnum = {
1068
1068
  METRIC: "metric",
1069
1069
  };
1070
- export const JsonApiNotificationChannelInTypeEnum = {
1071
- NOTIFICATION_CHANNEL: "notificationChannel",
1070
+ export const JsonApiNotificationChannelIdentifierOutTypeEnum = {
1071
+ NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier",
1072
1072
  };
1073
- export const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = {
1074
- HIDDEN: "HIDDEN",
1075
- INTERNAL_ONLY: "INTERNAL_ONLY",
1076
- ALL: "ALL",
1073
+ export const JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum = {
1074
+ WEBHOOK: "WEBHOOK",
1075
+ SMTP: "SMTP",
1076
+ DEFAULT_SMTP: "DEFAULT_SMTP",
1077
+ IN_PLATFORM: "IN_PLATFORM",
1077
1078
  };
1078
- export const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = {
1079
+ export const JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum = {
1079
1080
  CREATOR: "CREATOR",
1080
1081
  INTERNAL: "INTERNAL",
1081
1082
  EXTERNAL: "EXTERNAL",
1082
1083
  };
1083
- export const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = {
1084
- DISABLED: "DISABLED",
1085
- ENABLED: "ENABLED",
1084
+ export const JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = {
1085
+ NOTIFICATION_CHANNEL_IDENTIFIER: "notificationChannelIdentifier",
1086
+ };
1087
+ export const JsonApiNotificationChannelInTypeEnum = {
1088
+ NOTIFICATION_CHANNEL: "notificationChannel",
1086
1089
  };
1087
1090
  export const JsonApiNotificationChannelLinkageTypeEnum = {
1088
1091
  NOTIFICATION_CHANNEL: "notificationChannel",
@@ -1119,6 +1122,20 @@ export const JsonApiNotificationChannelPatchTypeEnum = {
1119
1122
  export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
1120
1123
  NOTIFICATION_CHANNEL: "notificationChannel",
1121
1124
  };
1125
+ export const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = {
1126
+ HIDDEN: "HIDDEN",
1127
+ INTERNAL_ONLY: "INTERNAL_ONLY",
1128
+ ALL: "ALL",
1129
+ };
1130
+ export const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = {
1131
+ CREATOR: "CREATOR",
1132
+ INTERNAL: "INTERNAL",
1133
+ EXTERNAL: "EXTERNAL",
1134
+ };
1135
+ export const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = {
1136
+ DISABLED: "DISABLED",
1137
+ ENABLED: "ENABLED",
1138
+ };
1122
1139
  export const JsonApiOrganizationInTypeEnum = {
1123
1140
  ORGANIZATION: "organization",
1124
1141
  };
@@ -1142,33 +1159,6 @@ export const JsonApiOrganizationSettingInTypeEnum = {
1142
1159
  export const JsonApiOrganizationSettingOutTypeEnum = {
1143
1160
  ORGANIZATION_SETTING: "organizationSetting",
1144
1161
  };
1145
- export const JsonApiOrganizationSettingOutAttributesTypeEnum = {
1146
- TIMEZONE: "TIMEZONE",
1147
- ACTIVE_THEME: "ACTIVE_THEME",
1148
- ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
1149
- ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
1150
- WHITE_LABELING: "WHITE_LABELING",
1151
- LOCALE: "LOCALE",
1152
- METADATA_LOCALE: "METADATA_LOCALE",
1153
- FORMAT_LOCALE: "FORMAT_LOCALE",
1154
- MAPBOX_TOKEN: "MAPBOX_TOKEN",
1155
- WEEK_START: "WEEK_START",
1156
- SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
1157
- OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
1158
- TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
1159
- OPENAI_CONFIG: "OPENAI_CONFIG",
1160
- ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
1161
- ALERT: "ALERT",
1162
- SEPARATORS: "SEPARATORS",
1163
- DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
1164
- JIT_PROVISIONING: "JIT_PROVISIONING",
1165
- JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
1166
- DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
1167
- ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
1168
- AI_RATE_LIMIT: "AI_RATE_LIMIT",
1169
- ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
1170
- ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
1171
- };
1172
1162
  export const JsonApiOrganizationSettingOutWithLinksTypeEnum = {
1173
1163
  ORGANIZATION_SETTING: "organizationSetting",
1174
1164
  };
@@ -1247,6 +1237,33 @@ export const JsonApiUserSettingInTypeEnum = {
1247
1237
  export const JsonApiUserSettingOutTypeEnum = {
1248
1238
  USER_SETTING: "userSetting",
1249
1239
  };
1240
+ export const JsonApiUserSettingOutAttributesTypeEnum = {
1241
+ TIMEZONE: "TIMEZONE",
1242
+ ACTIVE_THEME: "ACTIVE_THEME",
1243
+ ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
1244
+ ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
1245
+ WHITE_LABELING: "WHITE_LABELING",
1246
+ LOCALE: "LOCALE",
1247
+ METADATA_LOCALE: "METADATA_LOCALE",
1248
+ FORMAT_LOCALE: "FORMAT_LOCALE",
1249
+ MAPBOX_TOKEN: "MAPBOX_TOKEN",
1250
+ WEEK_START: "WEEK_START",
1251
+ SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
1252
+ OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
1253
+ TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
1254
+ OPENAI_CONFIG: "OPENAI_CONFIG",
1255
+ ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
1256
+ ALERT: "ALERT",
1257
+ SEPARATORS: "SEPARATORS",
1258
+ DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
1259
+ JIT_PROVISIONING: "JIT_PROVISIONING",
1260
+ JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
1261
+ DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
1262
+ ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
1263
+ AI_RATE_LIMIT: "AI_RATE_LIMIT",
1264
+ ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
1265
+ ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
1266
+ };
1250
1267
  export const JsonApiUserSettingOutWithLinksTypeEnum = {
1251
1268
  USER_SETTING: "userSetting",
1252
1269
  };
@@ -1489,6 +1506,10 @@ export const SimpleMeasureDefinitionMeasureAggregationEnum = {
1489
1506
  RUNSUM: "RUNSUM",
1490
1507
  APPROXIMATE_COUNT: "APPROXIMATE_COUNT",
1491
1508
  };
1509
+ export const SlidesExportRequestFormatEnum = {
1510
+ PDF: "PDF",
1511
+ PPTX: "PPTX",
1512
+ };
1492
1513
  export const SmtpPortEnum = {
1493
1514
  NUMBER_25: 25,
1494
1515
  NUMBER_465: 465,
@@ -16215,6 +16236,54 @@ export const EntitiesApiAxiosParamCreator = function (configuration) {
16215
16236
  options: localVarRequestOptions,
16216
16237
  };
16217
16238
  },
16239
+ /**
16240
+ *
16241
+ * @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\').
16242
+ * @param {number} [page] Zero-based page index (0..N)
16243
+ * @param {number} [size] The size of the page to be returned
16244
+ * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
16245
+ * @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
16246
+ * @param {*} [options] Override http request option.
16247
+ * @throws {RequiredError}
16248
+ */
16249
+ getAllEntitiesNotificationChannelIdentifiers: async (filter, page, size, sort, metaInclude, options = {}) => {
16250
+ const localVarPath = `/api/v1/entities/notificationChannelIdentifiers`;
16251
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
16252
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
16253
+ let baseOptions;
16254
+ if (configuration) {
16255
+ baseOptions = configuration.baseOptions;
16256
+ }
16257
+ const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
16258
+ const localVarHeaderParameter = {};
16259
+ const localVarQueryParameter = {};
16260
+ if (filter !== undefined) {
16261
+ localVarQueryParameter["filter"] = filter;
16262
+ }
16263
+ if (page !== undefined) {
16264
+ localVarQueryParameter["page"] = page;
16265
+ }
16266
+ if (size !== undefined) {
16267
+ localVarQueryParameter["size"] = size;
16268
+ }
16269
+ if (sort) {
16270
+ localVarQueryParameter["sort"] = sort;
16271
+ }
16272
+ if (metaInclude) {
16273
+ localVarQueryParameter["metaInclude"] = Array.from(metaInclude).join(COLLECTION_FORMATS.csv);
16274
+ }
16275
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
16276
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
16277
+ localVarRequestOptions.headers = {
16278
+ ...localVarHeaderParameter,
16279
+ ...headersFromBaseOptions,
16280
+ ...options.headers,
16281
+ };
16282
+ return {
16283
+ url: toPathString(localVarUrlObj),
16284
+ options: localVarRequestOptions,
16285
+ };
16286
+ },
16218
16287
  /**
16219
16288
  *
16220
16289
  * @summary Get all Notification Channel entities
@@ -18086,6 +18155,41 @@ export const EntitiesApiAxiosParamCreator = function (configuration) {
18086
18155
  options: localVarRequestOptions,
18087
18156
  };
18088
18157
  },
18158
+ /**
18159
+ *
18160
+ * @param {string} id
18161
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
18162
+ * @param {*} [options] Override http request option.
18163
+ * @throws {RequiredError}
18164
+ */
18165
+ getEntityNotificationChannelIdentifiers: async (id, filter, options = {}) => {
18166
+ // verify required parameter 'id' is not null or undefined
18167
+ assertParamExists("getEntityNotificationChannelIdentifiers", "id", id);
18168
+ const localVarPath = `/api/v1/entities/notificationChannelIdentifiers/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(id)));
18169
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
18170
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
18171
+ let baseOptions;
18172
+ if (configuration) {
18173
+ baseOptions = configuration.baseOptions;
18174
+ }
18175
+ const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
18176
+ const localVarHeaderParameter = {};
18177
+ const localVarQueryParameter = {};
18178
+ if (filter !== undefined) {
18179
+ localVarQueryParameter["filter"] = filter;
18180
+ }
18181
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
18182
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
18183
+ localVarRequestOptions.headers = {
18184
+ ...localVarHeaderParameter,
18185
+ ...headersFromBaseOptions,
18186
+ ...options.headers,
18187
+ };
18188
+ return {
18189
+ url: toPathString(localVarUrlObj),
18190
+ options: localVarRequestOptions,
18191
+ };
18192
+ },
18089
18193
  /**
18090
18194
  *
18091
18195
  * @summary Get Notification Channel entity
@@ -22851,6 +22955,20 @@ export const EntitiesApiFp = function (configuration) {
22851
22955
  const localVarAxiosArgs = await localVarAxiosParamCreator.getAllEntitiesMetrics(workspaceId, origin, filter, include, page, size, sort, xGDCVALIDATERELATIONS, metaInclude, options);
22852
22956
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
22853
22957
  },
22958
+ /**
22959
+ *
22960
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
22961
+ * @param {number} [page] Zero-based page index (0..N)
22962
+ * @param {number} [size] The size of the page to be returned
22963
+ * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
22964
+ * @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
22965
+ * @param {*} [options] Override http request option.
22966
+ * @throws {RequiredError}
22967
+ */
22968
+ async getAllEntitiesNotificationChannelIdentifiers(filter, page, size, sort, metaInclude, options) {
22969
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getAllEntitiesNotificationChannelIdentifiers(filter, page, size, sort, metaInclude, options);
22970
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
22971
+ },
22854
22972
  /**
22855
22973
  *
22856
22974
  * @summary Get all Notification Channel entities
@@ -23430,6 +23548,17 @@ export const EntitiesApiFp = function (configuration) {
23430
23548
  const localVarAxiosArgs = await localVarAxiosParamCreator.getEntityMetrics(workspaceId, objectId, filter, include, xGDCVALIDATERELATIONS, metaInclude, options);
23431
23549
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
23432
23550
  },
23551
+ /**
23552
+ *
23553
+ * @param {string} id
23554
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
23555
+ * @param {*} [options] Override http request option.
23556
+ * @throws {RequiredError}
23557
+ */
23558
+ async getEntityNotificationChannelIdentifiers(id, filter, options) {
23559
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getEntityNotificationChannelIdentifiers(id, filter, options);
23560
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
23561
+ },
23433
23562
  /**
23434
23563
  *
23435
23564
  * @summary Get Notification Channel entity
@@ -25443,6 +25572,17 @@ export const EntitiesApiFactory = function (configuration, basePath, axios) {
25443
25572
  .getAllEntitiesMetrics(requestParameters.workspaceId, requestParameters.origin, requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.xGDCVALIDATERELATIONS, requestParameters.metaInclude, options)
25444
25573
  .then((request) => request(axios, basePath));
25445
25574
  },
25575
+ /**
25576
+ *
25577
+ * @param {EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
25578
+ * @param {*} [options] Override http request option.
25579
+ * @throws {RequiredError}
25580
+ */
25581
+ getAllEntitiesNotificationChannelIdentifiers(requestParameters, options) {
25582
+ return localVarFp
25583
+ .getAllEntitiesNotificationChannelIdentifiers(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
25584
+ .then((request) => request(axios, basePath));
25585
+ },
25446
25586
  /**
25447
25587
  *
25448
25588
  * @summary Get all Notification Channel entities
@@ -25905,6 +26045,17 @@ export const EntitiesApiFactory = function (configuration, basePath, axios) {
25905
26045
  .getEntityMetrics(requestParameters.workspaceId, requestParameters.objectId, requestParameters.filter, requestParameters.include, requestParameters.xGDCVALIDATERELATIONS, requestParameters.metaInclude, options)
25906
26046
  .then((request) => request(axios, basePath));
25907
26047
  },
26048
+ /**
26049
+ *
26050
+ * @param {EntitiesApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
26051
+ * @param {*} [options] Override http request option.
26052
+ * @throws {RequiredError}
26053
+ */
26054
+ getEntityNotificationChannelIdentifiers(requestParameters, options) {
26055
+ return localVarFp
26056
+ .getEntityNotificationChannelIdentifiers(requestParameters.id, requestParameters.filter, options)
26057
+ .then((request) => request(axios, basePath));
26058
+ },
25908
26059
  /**
25909
26060
  *
25910
26061
  * @summary Get Notification Channel entity
@@ -27854,6 +28005,18 @@ export class EntitiesApi extends BaseAPI {
27854
28005
  .getAllEntitiesMetrics(requestParameters.workspaceId, requestParameters.origin, requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.xGDCVALIDATERELATIONS, requestParameters.metaInclude, options)
27855
28006
  .then((request) => request(this.axios, this.basePath));
27856
28007
  }
28008
+ /**
28009
+ *
28010
+ * @param {EntitiesApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
28011
+ * @param {*} [options] Override http request option.
28012
+ * @throws {RequiredError}
28013
+ * @memberof EntitiesApi
28014
+ */
28015
+ getAllEntitiesNotificationChannelIdentifiers(requestParameters = {}, options) {
28016
+ return EntitiesApiFp(this.configuration)
28017
+ .getAllEntitiesNotificationChannelIdentifiers(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
28018
+ .then((request) => request(this.axios, this.basePath));
28019
+ }
27857
28020
  /**
27858
28021
  *
27859
28022
  * @summary Get all Notification Channel entities
@@ -28359,6 +28522,18 @@ export class EntitiesApi extends BaseAPI {
28359
28522
  .getEntityMetrics(requestParameters.workspaceId, requestParameters.objectId, requestParameters.filter, requestParameters.include, requestParameters.xGDCVALIDATERELATIONS, requestParameters.metaInclude, options)
28360
28523
  .then((request) => request(this.axios, this.basePath));
28361
28524
  }
28525
+ /**
28526
+ *
28527
+ * @param {EntitiesApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
28528
+ * @param {*} [options] Override http request option.
28529
+ * @throws {RequiredError}
28530
+ * @memberof EntitiesApi
28531
+ */
28532
+ getEntityNotificationChannelIdentifiers(requestParameters, options) {
28533
+ return EntitiesApiFp(this.configuration)
28534
+ .getEntityNotificationChannelIdentifiers(requestParameters.id, requestParameters.filter, options)
28535
+ .then((request) => request(this.axios, this.basePath));
28536
+ }
28362
28537
  /**
28363
28538
  *
28364
28539
  * @summary Get Notification Channel entity
@@ -41732,6 +41907,54 @@ export const OrganizationModelControllerApiAxiosParamCreator = function (configu
41732
41907
  options: localVarRequestOptions,
41733
41908
  };
41734
41909
  },
41910
+ /**
41911
+ *
41912
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
41913
+ * @param {number} [page] Zero-based page index (0..N)
41914
+ * @param {number} [size] The size of the page to be returned
41915
+ * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
41916
+ * @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
41917
+ * @param {*} [options] Override http request option.
41918
+ * @throws {RequiredError}
41919
+ */
41920
+ getAllEntitiesNotificationChannelIdentifiers: async (filter, page, size, sort, metaInclude, options = {}) => {
41921
+ const localVarPath = `/api/v1/entities/notificationChannelIdentifiers`;
41922
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
41923
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
41924
+ let baseOptions;
41925
+ if (configuration) {
41926
+ baseOptions = configuration.baseOptions;
41927
+ }
41928
+ const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
41929
+ const localVarHeaderParameter = {};
41930
+ const localVarQueryParameter = {};
41931
+ if (filter !== undefined) {
41932
+ localVarQueryParameter["filter"] = filter;
41933
+ }
41934
+ if (page !== undefined) {
41935
+ localVarQueryParameter["page"] = page;
41936
+ }
41937
+ if (size !== undefined) {
41938
+ localVarQueryParameter["size"] = size;
41939
+ }
41940
+ if (sort) {
41941
+ localVarQueryParameter["sort"] = sort;
41942
+ }
41943
+ if (metaInclude) {
41944
+ localVarQueryParameter["metaInclude"] = Array.from(metaInclude).join(COLLECTION_FORMATS.csv);
41945
+ }
41946
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
41947
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
41948
+ localVarRequestOptions.headers = {
41949
+ ...localVarHeaderParameter,
41950
+ ...headersFromBaseOptions,
41951
+ ...options.headers,
41952
+ };
41953
+ return {
41954
+ url: toPathString(localVarUrlObj),
41955
+ options: localVarRequestOptions,
41956
+ };
41957
+ },
41735
41958
  /**
41736
41959
  *
41737
41960
  * @summary Get all Notification Channel entities
@@ -42419,6 +42642,41 @@ export const OrganizationModelControllerApiAxiosParamCreator = function (configu
42419
42642
  options: localVarRequestOptions,
42420
42643
  };
42421
42644
  },
42645
+ /**
42646
+ *
42647
+ * @param {string} id
42648
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
42649
+ * @param {*} [options] Override http request option.
42650
+ * @throws {RequiredError}
42651
+ */
42652
+ getEntityNotificationChannelIdentifiers: async (id, filter, options = {}) => {
42653
+ // verify required parameter 'id' is not null or undefined
42654
+ assertParamExists("getEntityNotificationChannelIdentifiers", "id", id);
42655
+ const localVarPath = `/api/v1/entities/notificationChannelIdentifiers/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(id)));
42656
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
42657
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
42658
+ let baseOptions;
42659
+ if (configuration) {
42660
+ baseOptions = configuration.baseOptions;
42661
+ }
42662
+ const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
42663
+ const localVarHeaderParameter = {};
42664
+ const localVarQueryParameter = {};
42665
+ if (filter !== undefined) {
42666
+ localVarQueryParameter["filter"] = filter;
42667
+ }
42668
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
42669
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
42670
+ localVarRequestOptions.headers = {
42671
+ ...localVarHeaderParameter,
42672
+ ...headersFromBaseOptions,
42673
+ ...options.headers,
42674
+ };
42675
+ return {
42676
+ url: toPathString(localVarUrlObj),
42677
+ options: localVarRequestOptions,
42678
+ };
42679
+ },
42422
42680
  /**
42423
42681
  *
42424
42682
  * @summary Get Notification Channel entity
@@ -44342,6 +44600,20 @@ export const OrganizationModelControllerApiFp = function (configuration) {
44342
44600
  const localVarAxiosArgs = await localVarAxiosParamCreator.getAllEntitiesLlmEndpoints(filter, page, size, sort, metaInclude, options);
44343
44601
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44344
44602
  },
44603
+ /**
44604
+ *
44605
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
44606
+ * @param {number} [page] Zero-based page index (0..N)
44607
+ * @param {number} [size] The size of the page to be returned
44608
+ * @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
44609
+ * @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
44610
+ * @param {*} [options] Override http request option.
44611
+ * @throws {RequiredError}
44612
+ */
44613
+ async getAllEntitiesNotificationChannelIdentifiers(filter, page, size, sort, metaInclude, options) {
44614
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getAllEntitiesNotificationChannelIdentifiers(filter, page, size, sort, metaInclude, options);
44615
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44616
+ },
44345
44617
  /**
44346
44618
  *
44347
44619
  * @summary Get all Notification Channel entities
@@ -44560,6 +44832,17 @@ export const OrganizationModelControllerApiFp = function (configuration) {
44560
44832
  const localVarAxiosArgs = await localVarAxiosParamCreator.getEntityLlmEndpoints(id, filter, options);
44561
44833
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44562
44834
  },
44835
+ /**
44836
+ *
44837
+ * @param {string} id
44838
+ * @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&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
44839
+ * @param {*} [options] Override http request option.
44840
+ * @throws {RequiredError}
44841
+ */
44842
+ async getEntityNotificationChannelIdentifiers(id, filter, options) {
44843
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getEntityNotificationChannelIdentifiers(id, filter, options);
44844
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44845
+ },
44563
44846
  /**
44564
44847
  *
44565
44848
  * @summary Get Notification Channel entity
@@ -45420,6 +45703,17 @@ export const OrganizationModelControllerApiFactory = function (configuration, ba
45420
45703
  .getAllEntitiesLlmEndpoints(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
45421
45704
  .then((request) => request(axios, basePath));
45422
45705
  },
45706
+ /**
45707
+ *
45708
+ * @param {OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
45709
+ * @param {*} [options] Override http request option.
45710
+ * @throws {RequiredError}
45711
+ */
45712
+ getAllEntitiesNotificationChannelIdentifiers(requestParameters, options) {
45713
+ return localVarFp
45714
+ .getAllEntitiesNotificationChannelIdentifiers(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
45715
+ .then((request) => request(axios, basePath));
45716
+ },
45423
45717
  /**
45424
45718
  *
45425
45719
  * @summary Get all Notification Channel entities
@@ -45612,6 +45906,17 @@ export const OrganizationModelControllerApiFactory = function (configuration, ba
45612
45906
  .getEntityLlmEndpoints(requestParameters.id, requestParameters.filter, options)
45613
45907
  .then((request) => request(axios, basePath));
45614
45908
  },
45909
+ /**
45910
+ *
45911
+ * @param {OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
45912
+ * @param {*} [options] Override http request option.
45913
+ * @throws {RequiredError}
45914
+ */
45915
+ getEntityNotificationChannelIdentifiers(requestParameters, options) {
45916
+ return localVarFp
45917
+ .getEntityNotificationChannelIdentifiers(requestParameters.id, requestParameters.filter, options)
45918
+ .then((request) => request(axios, basePath));
45919
+ },
45615
45920
  /**
45616
45921
  *
45617
45922
  * @summary Get Notification Channel entity
@@ -46471,6 +46776,18 @@ export class OrganizationModelControllerApi extends BaseAPI {
46471
46776
  .getAllEntitiesLlmEndpoints(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
46472
46777
  .then((request) => request(this.axios, this.basePath));
46473
46778
  }
46779
+ /**
46780
+ *
46781
+ * @param {OrganizationModelControllerApiGetAllEntitiesNotificationChannelIdentifiersRequest} requestParameters Request parameters.
46782
+ * @param {*} [options] Override http request option.
46783
+ * @throws {RequiredError}
46784
+ * @memberof OrganizationModelControllerApi
46785
+ */
46786
+ getAllEntitiesNotificationChannelIdentifiers(requestParameters = {}, options) {
46787
+ return OrganizationModelControllerApiFp(this.configuration)
46788
+ .getAllEntitiesNotificationChannelIdentifiers(requestParameters.filter, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
46789
+ .then((request) => request(this.axios, this.basePath));
46790
+ }
46474
46791
  /**
46475
46792
  *
46476
46793
  * @summary Get all Notification Channel entities
@@ -46679,6 +46996,18 @@ export class OrganizationModelControllerApi extends BaseAPI {
46679
46996
  .getEntityLlmEndpoints(requestParameters.id, requestParameters.filter, options)
46680
46997
  .then((request) => request(this.axios, this.basePath));
46681
46998
  }
46999
+ /**
47000
+ *
47001
+ * @param {OrganizationModelControllerApiGetEntityNotificationChannelIdentifiersRequest} requestParameters Request parameters.
47002
+ * @param {*} [options] Override http request option.
47003
+ * @throws {RequiredError}
47004
+ * @memberof OrganizationModelControllerApi
47005
+ */
47006
+ getEntityNotificationChannelIdentifiers(requestParameters, options) {
47007
+ return OrganizationModelControllerApiFp(this.configuration)
47008
+ .getEntityNotificationChannelIdentifiers(requestParameters.id, requestParameters.filter, options)
47009
+ .then((request) => request(this.axios, this.basePath));
47010
+ }
46682
47011
  /**
46683
47012
  *
46684
47013
  * @summary Get Notification Channel entity