@gooddata/api-client-tiger 10.26.0-alpha.9 → 10.26.0
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 +1160 -708
- package/esm/automation.d.ts +2 -2
- package/esm/automation.d.ts.map +1 -1
- package/esm/automation.js.map +1 -1
- package/esm/client.d.ts +2 -2
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +96 -4
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +98 -10
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +77 -0
- package/esm/generated/automation-json-api/api.d.ts +35 -4
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +26 -4
- package/esm/generated/metadata-json-api/api.d.ts +999 -675
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +315 -33
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8506 -8295
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -61,6 +61,7 @@ export const ApiEntitlementNameEnum = {
|
|
|
61
61
|
UNLIMITED_DAILY_ALERT_ACTIONS: "UnlimitedDailyAlertActions",
|
|
62
62
|
SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes",
|
|
63
63
|
FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement",
|
|
64
|
+
AUDIT_LOGGING: "AuditLogging",
|
|
64
65
|
};
|
|
65
66
|
export const ArithmeticMeasureOperatorEnum = {
|
|
66
67
|
DIFFERENCE: "DIFFERENCE",
|
|
@@ -117,6 +118,10 @@ export const DashboardPermissionsAssignmentPermissionsEnum = {
|
|
|
117
118
|
SHARE: "SHARE",
|
|
118
119
|
VIEW: "VIEW",
|
|
119
120
|
};
|
|
121
|
+
export const DashboardSlidesTemplateAppliedOnEnum = {
|
|
122
|
+
PDF: "PDF",
|
|
123
|
+
PPTX: "PPTX",
|
|
124
|
+
};
|
|
120
125
|
export const DataSourcePermissionAssignmentPermissionsEnum = {
|
|
121
126
|
MANAGE: "MANAGE",
|
|
122
127
|
USE: "USE",
|
|
@@ -333,6 +338,7 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
333
338
|
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
334
339
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
335
340
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
341
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
336
342
|
};
|
|
337
343
|
export const DeclarativeSingleWorkspacePermissionNameEnum = {
|
|
338
344
|
MANAGE: "MANAGE",
|
|
@@ -431,6 +437,7 @@ export const EntitlementsRequestEntitlementsNameEnum = {
|
|
|
431
437
|
UNLIMITED_DAILY_ALERT_ACTIONS: "UnlimitedDailyAlertActions",
|
|
432
438
|
SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes",
|
|
433
439
|
FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement",
|
|
440
|
+
AUDIT_LOGGING: "AuditLogging",
|
|
434
441
|
};
|
|
435
442
|
export const EntityIdentifierTypeEnum = {
|
|
436
443
|
ANALYTICAL_DASHBOARD: "analyticalDashboard",
|
|
@@ -692,10 +699,6 @@ export const JsonApiDataSourceIdentifierOutAttributesTypeEnum = {
|
|
|
692
699
|
MOTHERDUCK: "MOTHERDUCK",
|
|
693
700
|
FLEXCONNECT: "FLEXCONNECT",
|
|
694
701
|
};
|
|
695
|
-
export const JsonApiDataSourceIdentifierOutMetaPermissionsEnum = {
|
|
696
|
-
MANAGE: "MANAGE",
|
|
697
|
-
USE: "USE",
|
|
698
|
-
};
|
|
699
702
|
export const JsonApiDataSourceIdentifierOutWithLinksTypeEnum = {
|
|
700
703
|
DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier",
|
|
701
704
|
};
|
|
@@ -768,6 +771,11 @@ export const JsonApiDataSourceOutAttributesAuthenticationTypeEnum = {
|
|
|
768
771
|
TOKEN: "TOKEN",
|
|
769
772
|
KEY_PAIR: "KEY_PAIR",
|
|
770
773
|
CLIENT_SECRET: "CLIENT_SECRET",
|
|
774
|
+
ACCESS_TOKEN: "ACCESS_TOKEN",
|
|
775
|
+
};
|
|
776
|
+
export const JsonApiDataSourceOutMetaPermissionsEnum = {
|
|
777
|
+
MANAGE: "MANAGE",
|
|
778
|
+
USE: "USE",
|
|
771
779
|
};
|
|
772
780
|
export const JsonApiDataSourceOutWithLinksTypeEnum = {
|
|
773
781
|
DATA_SOURCE: "dataSource",
|
|
@@ -878,20 +886,20 @@ export const JsonApiExportTemplateInTypeEnum = {
|
|
|
878
886
|
export const JsonApiExportTemplateOutTypeEnum = {
|
|
879
887
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
880
888
|
};
|
|
881
|
-
export const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
882
|
-
PDF: "PDF",
|
|
883
|
-
PPTX: "PPTX",
|
|
884
|
-
};
|
|
885
|
-
export const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
886
|
-
PDF: "PDF",
|
|
887
|
-
PPTX: "PPTX",
|
|
888
|
-
};
|
|
889
889
|
export const JsonApiExportTemplateOutWithLinksTypeEnum = {
|
|
890
890
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
891
891
|
};
|
|
892
892
|
export const JsonApiExportTemplatePatchTypeEnum = {
|
|
893
893
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
894
894
|
};
|
|
895
|
+
export const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
896
|
+
PDF: "PDF",
|
|
897
|
+
PPTX: "PPTX",
|
|
898
|
+
};
|
|
899
|
+
export const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
900
|
+
PDF: "PDF",
|
|
901
|
+
PPTX: "PPTX",
|
|
902
|
+
};
|
|
895
903
|
export const JsonApiExportTemplatePostOptionalIdTypeEnum = {
|
|
896
904
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
897
905
|
};
|
|
@@ -1113,6 +1121,28 @@ export const JsonApiOrganizationSettingOutWithLinksTypeEnum = {
|
|
|
1113
1121
|
export const JsonApiOrganizationSettingPatchTypeEnum = {
|
|
1114
1122
|
ORGANIZATION_SETTING: "organizationSetting",
|
|
1115
1123
|
};
|
|
1124
|
+
export const JsonApiOrganizationSettingPatchAttributesTypeEnum = {
|
|
1125
|
+
TIMEZONE: "TIMEZONE",
|
|
1126
|
+
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1127
|
+
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1128
|
+
WHITE_LABELING: "WHITE_LABELING",
|
|
1129
|
+
LOCALE: "LOCALE",
|
|
1130
|
+
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1131
|
+
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1132
|
+
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1133
|
+
WEEK_START: "WEEK_START",
|
|
1134
|
+
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1135
|
+
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1136
|
+
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1137
|
+
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1138
|
+
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1139
|
+
ALERT: "ALERT",
|
|
1140
|
+
SEPARATORS: "SEPARATORS",
|
|
1141
|
+
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1142
|
+
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1143
|
+
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1144
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1145
|
+
};
|
|
1116
1146
|
export const JsonApiThemeInTypeEnum = {
|
|
1117
1147
|
THEME: "theme",
|
|
1118
1148
|
};
|
|
@@ -1271,27 +1301,6 @@ export const JsonApiWorkspaceSettingInTypeEnum = {
|
|
|
1271
1301
|
export const JsonApiWorkspaceSettingOutTypeEnum = {
|
|
1272
1302
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1273
1303
|
};
|
|
1274
|
-
export const JsonApiWorkspaceSettingOutAttributesTypeEnum = {
|
|
1275
|
-
TIMEZONE: "TIMEZONE",
|
|
1276
|
-
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1277
|
-
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1278
|
-
WHITE_LABELING: "WHITE_LABELING",
|
|
1279
|
-
LOCALE: "LOCALE",
|
|
1280
|
-
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1281
|
-
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1282
|
-
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1283
|
-
WEEK_START: "WEEK_START",
|
|
1284
|
-
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1285
|
-
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1286
|
-
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1287
|
-
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1288
|
-
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1289
|
-
ALERT: "ALERT",
|
|
1290
|
-
SEPARATORS: "SEPARATORS",
|
|
1291
|
-
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1292
|
-
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1293
|
-
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1294
|
-
};
|
|
1295
1304
|
export const JsonApiWorkspaceSettingOutWithLinksTypeEnum = {
|
|
1296
1305
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1297
1306
|
};
|
|
@@ -1414,6 +1423,7 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1414
1423
|
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1415
1424
|
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1416
1425
|
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1426
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1417
1427
|
};
|
|
1418
1428
|
export const RsaSpecificationKtyEnum = {
|
|
1419
1429
|
RSA: "RSA",
|
|
@@ -1499,6 +1509,10 @@ export const WebhookTypeEnum = {
|
|
|
1499
1509
|
export const WebhookAllOfTypeEnum = {
|
|
1500
1510
|
WEBHOOK: "WEBHOOK",
|
|
1501
1511
|
};
|
|
1512
|
+
export const WidgetSlidesTemplateAppliedOnEnum = {
|
|
1513
|
+
PDF: "PDF",
|
|
1514
|
+
PPTX: "PPTX",
|
|
1515
|
+
};
|
|
1502
1516
|
export const WorkspaceIdentifierTypeEnum = {
|
|
1503
1517
|
WORKSPACE: "workspace",
|
|
1504
1518
|
};
|
|
@@ -33909,6 +33923,35 @@ export const LayoutApiAxiosParamCreator = function (configuration) {
|
|
|
33909
33923
|
options: localVarRequestOptions,
|
|
33910
33924
|
};
|
|
33911
33925
|
},
|
|
33926
|
+
/**
|
|
33927
|
+
* Gets complete layout of export templates.
|
|
33928
|
+
* @summary Get all export templates layout
|
|
33929
|
+
* @param {*} [options] Override http request option.
|
|
33930
|
+
* @throws {RequiredError}
|
|
33931
|
+
*/
|
|
33932
|
+
getExportTemplatesLayout: async (options = {}) => {
|
|
33933
|
+
const localVarPath = `/api/v1/layout/exportTemplates`;
|
|
33934
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
33935
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
33936
|
+
let baseOptions;
|
|
33937
|
+
if (configuration) {
|
|
33938
|
+
baseOptions = configuration.baseOptions;
|
|
33939
|
+
}
|
|
33940
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
33941
|
+
const localVarHeaderParameter = {};
|
|
33942
|
+
const localVarQueryParameter = {};
|
|
33943
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
33944
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
33945
|
+
localVarRequestOptions.headers = {
|
|
33946
|
+
...localVarHeaderParameter,
|
|
33947
|
+
...headersFromBaseOptions,
|
|
33948
|
+
...options.headers,
|
|
33949
|
+
};
|
|
33950
|
+
return {
|
|
33951
|
+
url: toPathString(localVarUrlObj),
|
|
33952
|
+
options: localVarRequestOptions,
|
|
33953
|
+
};
|
|
33954
|
+
},
|
|
33912
33955
|
/**
|
|
33913
33956
|
* Retrieve filter views for the specific workspace
|
|
33914
33957
|
* @summary Get filter views
|
|
@@ -34730,6 +34773,44 @@ export const LayoutApiAxiosParamCreator = function (configuration) {
|
|
|
34730
34773
|
options: localVarRequestOptions,
|
|
34731
34774
|
};
|
|
34732
34775
|
},
|
|
34776
|
+
/**
|
|
34777
|
+
* Sets export templates in organization.
|
|
34778
|
+
* @summary Set all export templates
|
|
34779
|
+
* @param {DeclarativeExportTemplates} declarativeExportTemplates
|
|
34780
|
+
* @param {*} [options] Override http request option.
|
|
34781
|
+
* @throws {RequiredError}
|
|
34782
|
+
*/
|
|
34783
|
+
setExportTemplates: async (declarativeExportTemplates, options = {}) => {
|
|
34784
|
+
// verify required parameter 'declarativeExportTemplates' is not null or undefined
|
|
34785
|
+
assertParamExists("setExportTemplates", "declarativeExportTemplates", declarativeExportTemplates);
|
|
34786
|
+
const localVarPath = `/api/v1/layout/exportTemplates`;
|
|
34787
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34788
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
34789
|
+
let baseOptions;
|
|
34790
|
+
if (configuration) {
|
|
34791
|
+
baseOptions = configuration.baseOptions;
|
|
34792
|
+
}
|
|
34793
|
+
const localVarRequestOptions = { method: "PUT", ...baseOptions, ...options };
|
|
34794
|
+
const localVarHeaderParameter = {};
|
|
34795
|
+
const localVarQueryParameter = {};
|
|
34796
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
34797
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
34798
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
34799
|
+
localVarRequestOptions.headers = {
|
|
34800
|
+
...localVarHeaderParameter,
|
|
34801
|
+
...headersFromBaseOptions,
|
|
34802
|
+
...options.headers,
|
|
34803
|
+
};
|
|
34804
|
+
const needsSerialization = typeof declarativeExportTemplates !== "string" ||
|
|
34805
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
34806
|
+
localVarRequestOptions.data = needsSerialization
|
|
34807
|
+
? JSON.stringify(declarativeExportTemplates !== undefined ? declarativeExportTemplates : {})
|
|
34808
|
+
: declarativeExportTemplates || "";
|
|
34809
|
+
return {
|
|
34810
|
+
url: toPathString(localVarUrlObj),
|
|
34811
|
+
options: localVarRequestOptions,
|
|
34812
|
+
};
|
|
34813
|
+
},
|
|
34733
34814
|
/**
|
|
34734
34815
|
* Set filter views for the specific workspace.
|
|
34735
34816
|
* @summary Set filter views
|
|
@@ -35260,6 +35341,16 @@ export const LayoutApiFp = function (configuration) {
|
|
|
35260
35341
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDataSourcesLayout(options);
|
|
35261
35342
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35262
35343
|
},
|
|
35344
|
+
/**
|
|
35345
|
+
* Gets complete layout of export templates.
|
|
35346
|
+
* @summary Get all export templates layout
|
|
35347
|
+
* @param {*} [options] Override http request option.
|
|
35348
|
+
* @throws {RequiredError}
|
|
35349
|
+
*/
|
|
35350
|
+
async getExportTemplatesLayout(options) {
|
|
35351
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getExportTemplatesLayout(options);
|
|
35352
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35353
|
+
},
|
|
35263
35354
|
/**
|
|
35264
35355
|
* Retrieve filter views for the specific workspace
|
|
35265
35356
|
* @summary Get filter views
|
|
@@ -35524,6 +35615,17 @@ export const LayoutApiFp = function (configuration) {
|
|
|
35524
35615
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setDataSourcePermissions(dataSourceId, declarativeDataSourcePermissions, options);
|
|
35525
35616
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35526
35617
|
},
|
|
35618
|
+
/**
|
|
35619
|
+
* Sets export templates in organization.
|
|
35620
|
+
* @summary Set all export templates
|
|
35621
|
+
* @param {DeclarativeExportTemplates} declarativeExportTemplates
|
|
35622
|
+
* @param {*} [options] Override http request option.
|
|
35623
|
+
* @throws {RequiredError}
|
|
35624
|
+
*/
|
|
35625
|
+
async setExportTemplates(declarativeExportTemplates, options) {
|
|
35626
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.setExportTemplates(declarativeExportTemplates, options);
|
|
35627
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
35628
|
+
},
|
|
35527
35629
|
/**
|
|
35528
35630
|
* Set filter views for the specific workspace.
|
|
35529
35631
|
* @summary Set filter views
|
|
@@ -35716,6 +35818,15 @@ export const LayoutApiFactory = function (configuration, basePath, axios) {
|
|
|
35716
35818
|
getDataSourcesLayout(options) {
|
|
35717
35819
|
return localVarFp.getDataSourcesLayout(options).then((request) => request(axios, basePath));
|
|
35718
35820
|
},
|
|
35821
|
+
/**
|
|
35822
|
+
* Gets complete layout of export templates.
|
|
35823
|
+
* @summary Get all export templates layout
|
|
35824
|
+
* @param {*} [options] Override http request option.
|
|
35825
|
+
* @throws {RequiredError}
|
|
35826
|
+
*/
|
|
35827
|
+
getExportTemplatesLayout(options) {
|
|
35828
|
+
return localVarFp.getExportTemplatesLayout(options).then((request) => request(axios, basePath));
|
|
35829
|
+
},
|
|
35719
35830
|
/**
|
|
35720
35831
|
* Retrieve filter views for the specific workspace
|
|
35721
35832
|
* @summary Get filter views
|
|
@@ -35987,6 +36098,18 @@ export const LayoutApiFactory = function (configuration, basePath, axios) {
|
|
|
35987
36098
|
.setDataSourcePermissions(requestParameters.dataSourceId, requestParameters.declarativeDataSourcePermissions, options)
|
|
35988
36099
|
.then((request) => request(axios, basePath));
|
|
35989
36100
|
},
|
|
36101
|
+
/**
|
|
36102
|
+
* Sets export templates in organization.
|
|
36103
|
+
* @summary Set all export templates
|
|
36104
|
+
* @param {LayoutApiSetExportTemplatesRequest} requestParameters Request parameters.
|
|
36105
|
+
* @param {*} [options] Override http request option.
|
|
36106
|
+
* @throws {RequiredError}
|
|
36107
|
+
*/
|
|
36108
|
+
setExportTemplates(requestParameters, options) {
|
|
36109
|
+
return localVarFp
|
|
36110
|
+
.setExportTemplates(requestParameters.declarativeExportTemplates, options)
|
|
36111
|
+
.then((request) => request(axios, basePath));
|
|
36112
|
+
},
|
|
35990
36113
|
/**
|
|
35991
36114
|
* Set filter views for the specific workspace.
|
|
35992
36115
|
* @summary Set filter views
|
|
@@ -36191,6 +36314,18 @@ export class LayoutApi extends BaseAPI {
|
|
|
36191
36314
|
.getDataSourcesLayout(options)
|
|
36192
36315
|
.then((request) => request(this.axios, this.basePath));
|
|
36193
36316
|
}
|
|
36317
|
+
/**
|
|
36318
|
+
* Gets complete layout of export templates.
|
|
36319
|
+
* @summary Get all export templates layout
|
|
36320
|
+
* @param {*} [options] Override http request option.
|
|
36321
|
+
* @throws {RequiredError}
|
|
36322
|
+
* @memberof LayoutApi
|
|
36323
|
+
*/
|
|
36324
|
+
getExportTemplatesLayout(options) {
|
|
36325
|
+
return LayoutApiFp(this.configuration)
|
|
36326
|
+
.getExportTemplatesLayout(options)
|
|
36327
|
+
.then((request) => request(this.axios, this.basePath));
|
|
36328
|
+
}
|
|
36194
36329
|
/**
|
|
36195
36330
|
* Retrieve filter views for the specific workspace
|
|
36196
36331
|
* @summary Get filter views
|
|
@@ -36496,6 +36631,19 @@ export class LayoutApi extends BaseAPI {
|
|
|
36496
36631
|
.setDataSourcePermissions(requestParameters.dataSourceId, requestParameters.declarativeDataSourcePermissions, options)
|
|
36497
36632
|
.then((request) => request(this.axios, this.basePath));
|
|
36498
36633
|
}
|
|
36634
|
+
/**
|
|
36635
|
+
* Sets export templates in organization.
|
|
36636
|
+
* @summary Set all export templates
|
|
36637
|
+
* @param {LayoutApiSetExportTemplatesRequest} requestParameters Request parameters.
|
|
36638
|
+
* @param {*} [options] Override http request option.
|
|
36639
|
+
* @throws {RequiredError}
|
|
36640
|
+
* @memberof LayoutApi
|
|
36641
|
+
*/
|
|
36642
|
+
setExportTemplates(requestParameters, options) {
|
|
36643
|
+
return LayoutApiFp(this.configuration)
|
|
36644
|
+
.setExportTemplates(requestParameters.declarativeExportTemplates, options)
|
|
36645
|
+
.then((request) => request(this.axios, this.basePath));
|
|
36646
|
+
}
|
|
36499
36647
|
/**
|
|
36500
36648
|
* Set filter views for the specific workspace.
|
|
36501
36649
|
* @summary Set filter views
|
|
@@ -37833,6 +37981,35 @@ export const NotificationChannelsApiAxiosParamCreator = function (configuration)
|
|
|
37833
37981
|
options: localVarRequestOptions,
|
|
37834
37982
|
};
|
|
37835
37983
|
},
|
|
37984
|
+
/**
|
|
37985
|
+
* Gets complete layout of export templates.
|
|
37986
|
+
* @summary Get all export templates layout
|
|
37987
|
+
* @param {*} [options] Override http request option.
|
|
37988
|
+
* @throws {RequiredError}
|
|
37989
|
+
*/
|
|
37990
|
+
getExportTemplatesLayout: async (options = {}) => {
|
|
37991
|
+
const localVarPath = `/api/v1/layout/exportTemplates`;
|
|
37992
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
37993
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
37994
|
+
let baseOptions;
|
|
37995
|
+
if (configuration) {
|
|
37996
|
+
baseOptions = configuration.baseOptions;
|
|
37997
|
+
}
|
|
37998
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
37999
|
+
const localVarHeaderParameter = {};
|
|
38000
|
+
const localVarQueryParameter = {};
|
|
38001
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
38002
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38003
|
+
localVarRequestOptions.headers = {
|
|
38004
|
+
...localVarHeaderParameter,
|
|
38005
|
+
...headersFromBaseOptions,
|
|
38006
|
+
...options.headers,
|
|
38007
|
+
};
|
|
38008
|
+
return {
|
|
38009
|
+
url: toPathString(localVarUrlObj),
|
|
38010
|
+
options: localVarRequestOptions,
|
|
38011
|
+
};
|
|
38012
|
+
},
|
|
37836
38013
|
/**
|
|
37837
38014
|
* Gets complete layout of notification channels.
|
|
37838
38015
|
* @summary Get all notification channels layout
|
|
@@ -37909,6 +38086,44 @@ export const NotificationChannelsApiAxiosParamCreator = function (configuration)
|
|
|
37909
38086
|
options: localVarRequestOptions,
|
|
37910
38087
|
};
|
|
37911
38088
|
},
|
|
38089
|
+
/**
|
|
38090
|
+
* Sets export templates in organization.
|
|
38091
|
+
* @summary Set all export templates
|
|
38092
|
+
* @param {DeclarativeExportTemplates} declarativeExportTemplates
|
|
38093
|
+
* @param {*} [options] Override http request option.
|
|
38094
|
+
* @throws {RequiredError}
|
|
38095
|
+
*/
|
|
38096
|
+
setExportTemplates: async (declarativeExportTemplates, options = {}) => {
|
|
38097
|
+
// verify required parameter 'declarativeExportTemplates' is not null or undefined
|
|
38098
|
+
assertParamExists("setExportTemplates", "declarativeExportTemplates", declarativeExportTemplates);
|
|
38099
|
+
const localVarPath = `/api/v1/layout/exportTemplates`;
|
|
38100
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
38101
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
38102
|
+
let baseOptions;
|
|
38103
|
+
if (configuration) {
|
|
38104
|
+
baseOptions = configuration.baseOptions;
|
|
38105
|
+
}
|
|
38106
|
+
const localVarRequestOptions = { method: "PUT", ...baseOptions, ...options };
|
|
38107
|
+
const localVarHeaderParameter = {};
|
|
38108
|
+
const localVarQueryParameter = {};
|
|
38109
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
38110
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
38111
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38112
|
+
localVarRequestOptions.headers = {
|
|
38113
|
+
...localVarHeaderParameter,
|
|
38114
|
+
...headersFromBaseOptions,
|
|
38115
|
+
...options.headers,
|
|
38116
|
+
};
|
|
38117
|
+
const needsSerialization = typeof declarativeExportTemplates !== "string" ||
|
|
38118
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
38119
|
+
localVarRequestOptions.data = needsSerialization
|
|
38120
|
+
? JSON.stringify(declarativeExportTemplates !== undefined ? declarativeExportTemplates : {})
|
|
38121
|
+
: declarativeExportTemplates || "";
|
|
38122
|
+
return {
|
|
38123
|
+
url: toPathString(localVarUrlObj),
|
|
38124
|
+
options: localVarRequestOptions,
|
|
38125
|
+
};
|
|
38126
|
+
},
|
|
37912
38127
|
/**
|
|
37913
38128
|
* Sets notification channels in organization.
|
|
37914
38129
|
* @summary Set all notification channels
|
|
@@ -38053,6 +38268,16 @@ export const NotificationChannelsApiFp = function (configuration) {
|
|
|
38053
38268
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getEntityNotificationChannels(id, filter, options);
|
|
38054
38269
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
38055
38270
|
},
|
|
38271
|
+
/**
|
|
38272
|
+
* Gets complete layout of export templates.
|
|
38273
|
+
* @summary Get all export templates layout
|
|
38274
|
+
* @param {*} [options] Override http request option.
|
|
38275
|
+
* @throws {RequiredError}
|
|
38276
|
+
*/
|
|
38277
|
+
async getExportTemplatesLayout(options) {
|
|
38278
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getExportTemplatesLayout(options);
|
|
38279
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
38280
|
+
},
|
|
38056
38281
|
/**
|
|
38057
38282
|
* Gets complete layout of notification channels.
|
|
38058
38283
|
* @summary Get all notification channels layout
|
|
@@ -38076,6 +38301,17 @@ export const NotificationChannelsApiFp = function (configuration) {
|
|
|
38076
38301
|
const localVarAxiosArgs = await localVarAxiosParamCreator.patchEntityNotificationChannels(id, jsonApiNotificationChannelPatchDocument, filter, options);
|
|
38077
38302
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
38078
38303
|
},
|
|
38304
|
+
/**
|
|
38305
|
+
* Sets export templates in organization.
|
|
38306
|
+
* @summary Set all export templates
|
|
38307
|
+
* @param {DeclarativeExportTemplates} declarativeExportTemplates
|
|
38308
|
+
* @param {*} [options] Override http request option.
|
|
38309
|
+
* @throws {RequiredError}
|
|
38310
|
+
*/
|
|
38311
|
+
async setExportTemplates(declarativeExportTemplates, options) {
|
|
38312
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.setExportTemplates(declarativeExportTemplates, options);
|
|
38313
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
38314
|
+
},
|
|
38079
38315
|
/**
|
|
38080
38316
|
* Sets notification channels in organization.
|
|
38081
38317
|
* @summary Set all notification channels
|
|
@@ -38157,6 +38393,15 @@ export const NotificationChannelsApiFactory = function (configuration, basePath,
|
|
|
38157
38393
|
.getEntityNotificationChannels(requestParameters.id, requestParameters.filter, options)
|
|
38158
38394
|
.then((request) => request(axios, basePath));
|
|
38159
38395
|
},
|
|
38396
|
+
/**
|
|
38397
|
+
* Gets complete layout of export templates.
|
|
38398
|
+
* @summary Get all export templates layout
|
|
38399
|
+
* @param {*} [options] Override http request option.
|
|
38400
|
+
* @throws {RequiredError}
|
|
38401
|
+
*/
|
|
38402
|
+
getExportTemplatesLayout(options) {
|
|
38403
|
+
return localVarFp.getExportTemplatesLayout(options).then((request) => request(axios, basePath));
|
|
38404
|
+
},
|
|
38160
38405
|
/**
|
|
38161
38406
|
* Gets complete layout of notification channels.
|
|
38162
38407
|
* @summary Get all notification channels layout
|
|
@@ -38180,6 +38425,18 @@ export const NotificationChannelsApiFactory = function (configuration, basePath,
|
|
|
38180
38425
|
.patchEntityNotificationChannels(requestParameters.id, requestParameters.jsonApiNotificationChannelPatchDocument, requestParameters.filter, options)
|
|
38181
38426
|
.then((request) => request(axios, basePath));
|
|
38182
38427
|
},
|
|
38428
|
+
/**
|
|
38429
|
+
* Sets export templates in organization.
|
|
38430
|
+
* @summary Set all export templates
|
|
38431
|
+
* @param {NotificationChannelsApiSetExportTemplatesRequest} requestParameters Request parameters.
|
|
38432
|
+
* @param {*} [options] Override http request option.
|
|
38433
|
+
* @throws {RequiredError}
|
|
38434
|
+
*/
|
|
38435
|
+
setExportTemplates(requestParameters, options) {
|
|
38436
|
+
return localVarFp
|
|
38437
|
+
.setExportTemplates(requestParameters.declarativeExportTemplates, options)
|
|
38438
|
+
.then((request) => request(axios, basePath));
|
|
38439
|
+
},
|
|
38183
38440
|
/**
|
|
38184
38441
|
* Sets notification channels in organization.
|
|
38185
38442
|
* @summary Set all notification channels
|
|
@@ -38265,6 +38522,18 @@ export class NotificationChannelsApi extends BaseAPI {
|
|
|
38265
38522
|
.getEntityNotificationChannels(requestParameters.id, requestParameters.filter, options)
|
|
38266
38523
|
.then((request) => request(this.axios, this.basePath));
|
|
38267
38524
|
}
|
|
38525
|
+
/**
|
|
38526
|
+
* Gets complete layout of export templates.
|
|
38527
|
+
* @summary Get all export templates layout
|
|
38528
|
+
* @param {*} [options] Override http request option.
|
|
38529
|
+
* @throws {RequiredError}
|
|
38530
|
+
* @memberof NotificationChannelsApi
|
|
38531
|
+
*/
|
|
38532
|
+
getExportTemplatesLayout(options) {
|
|
38533
|
+
return NotificationChannelsApiFp(this.configuration)
|
|
38534
|
+
.getExportTemplatesLayout(options)
|
|
38535
|
+
.then((request) => request(this.axios, this.basePath));
|
|
38536
|
+
}
|
|
38268
38537
|
/**
|
|
38269
38538
|
* Gets complete layout of notification channels.
|
|
38270
38539
|
* @summary Get all notification channels layout
|
|
@@ -38290,6 +38559,19 @@ export class NotificationChannelsApi extends BaseAPI {
|
|
|
38290
38559
|
.patchEntityNotificationChannels(requestParameters.id, requestParameters.jsonApiNotificationChannelPatchDocument, requestParameters.filter, options)
|
|
38291
38560
|
.then((request) => request(this.axios, this.basePath));
|
|
38292
38561
|
}
|
|
38562
|
+
/**
|
|
38563
|
+
* Sets export templates in organization.
|
|
38564
|
+
* @summary Set all export templates
|
|
38565
|
+
* @param {NotificationChannelsApiSetExportTemplatesRequest} requestParameters Request parameters.
|
|
38566
|
+
* @param {*} [options] Override http request option.
|
|
38567
|
+
* @throws {RequiredError}
|
|
38568
|
+
* @memberof NotificationChannelsApi
|
|
38569
|
+
*/
|
|
38570
|
+
setExportTemplates(requestParameters, options) {
|
|
38571
|
+
return NotificationChannelsApiFp(this.configuration)
|
|
38572
|
+
.setExportTemplates(requestParameters.declarativeExportTemplates, options)
|
|
38573
|
+
.then((request) => request(this.axios, this.basePath));
|
|
38574
|
+
}
|
|
38293
38575
|
/**
|
|
38294
38576
|
* Sets notification channels in organization.
|
|
38295
38577
|
* @summary Set all notification channels
|