@gooddata/api-client-tiger 10.33.0-alpha.38 → 10.33.0-alpha.4
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 +10588 -13469
- package/esm/client.d.ts +3 -3
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js +2 -2
- package/esm/client.js.map +1 -1
- package/esm/export.d.ts +4 -2
- package/esm/export.d.ts.map +1 -1
- package/esm/export.js +3 -2
- package/esm/export.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +0 -417
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +0 -57
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +1 -341
- package/esm/generated/export-json-api/api.d.ts +1073 -1073
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +342 -346
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +588 -1183
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +8 -250
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8571 -8974
- package/esm/index.d.ts +1 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +0 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -113,39 +113,6 @@ export const ComparisonMeasureValueFilterComparisonMeasureValueFilterOperatorEnu
|
|
|
113
113
|
EQUAL_TO: "EQUAL_TO",
|
|
114
114
|
NOT_EQUAL_TO: "NOT_EQUAL_TO",
|
|
115
115
|
};
|
|
116
|
-
export const DashboardAttributeFilterAttributeFilterSelectionModeEnum = {
|
|
117
|
-
SINGLE: "single",
|
|
118
|
-
MULTI: "multi",
|
|
119
|
-
};
|
|
120
|
-
export const DashboardDateFilterDateFilterTypeEnum = {
|
|
121
|
-
RELATIVE: "relative",
|
|
122
|
-
ABSOLUTE: "absolute",
|
|
123
|
-
};
|
|
124
|
-
export const DashboardDateFilterDateFilterGranularityEnum = {
|
|
125
|
-
ALL_TIME_GRANULARITY: "ALL_TIME_GRANULARITY",
|
|
126
|
-
GDC_TIME_YEAR: "GDC.time.year",
|
|
127
|
-
GDC_TIME_WEEK_US: "GDC.time.week_us",
|
|
128
|
-
GDC_TIME_WEEK_IN_YEAR: "GDC.time.week_in_year",
|
|
129
|
-
GDC_TIME_WEEK_IN_QUARTER: "GDC.time.week_in_quarter",
|
|
130
|
-
GDC_TIME_WEEK: "GDC.time.week",
|
|
131
|
-
GDC_TIME_EUWEEK_IN_YEAR: "GDC.time.euweek_in_year",
|
|
132
|
-
GDC_TIME_EUWEEK_IN_QUARTER: "GDC.time.euweek_in_quarter",
|
|
133
|
-
GDC_TIME_QUARTER: "GDC.time.quarter",
|
|
134
|
-
GDC_TIME_QUARTER_IN_YEAR: "GDC.time.quarter_in_year",
|
|
135
|
-
GDC_TIME_MONTH: "GDC.time.month",
|
|
136
|
-
GDC_TIME_MONTH_IN_QUARTER: "GDC.time.month_in_quarter",
|
|
137
|
-
GDC_TIME_MONTH_IN_YEAR: "GDC.time.month_in_year",
|
|
138
|
-
GDC_TIME_DAY_IN_YEAR: "GDC.time.day_in_year",
|
|
139
|
-
GDC_TIME_DAY_IN_QUARTER: "GDC.time.day_in_quarter",
|
|
140
|
-
GDC_TIME_DAY_IN_MONTH: "GDC.time.day_in_month",
|
|
141
|
-
GDC_TIME_DAY_IN_WEEK: "GDC.time.day_in_week",
|
|
142
|
-
GDC_TIME_DAY_IN_EUWEEK: "GDC.time.day_in_euweek",
|
|
143
|
-
GDC_TIME_DATE: "GDC.time.date",
|
|
144
|
-
GDC_TIME_HOUR: "GDC.time.hour",
|
|
145
|
-
GDC_TIME_HOUR_IN_DAY: "GDC.time.hour_in_day",
|
|
146
|
-
GDC_TIME_MINUTE: "GDC.time.minute",
|
|
147
|
-
GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour",
|
|
148
|
-
};
|
|
149
116
|
export const DashboardPermissionsAssignmentPermissionsEnum = {
|
|
150
117
|
EDIT: "EDIT",
|
|
151
118
|
SHARE: "SHARE",
|
|
@@ -155,9 +122,6 @@ export const DashboardSlidesTemplateAppliedOnEnum = {
|
|
|
155
122
|
PDF: "PDF",
|
|
156
123
|
PPTX: "PPTX",
|
|
157
124
|
};
|
|
158
|
-
export const DashboardTabularExportRequestV2FormatEnum = {
|
|
159
|
-
XLSX: "XLSX",
|
|
160
|
-
};
|
|
161
125
|
export const DataSourcePermissionAssignmentPermissionsEnum = {
|
|
162
126
|
MANAGE: "MANAGE",
|
|
163
127
|
USE: "USE",
|
|
@@ -554,27 +518,6 @@ export const IdentifierDuplicationsTypeEnum = {
|
|
|
554
518
|
WORKSPACE_DATA_FILTER: "workspaceDataFilter",
|
|
555
519
|
WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings",
|
|
556
520
|
};
|
|
557
|
-
export const IdentifierRefIdentifierTypeEnum = {
|
|
558
|
-
ANALYTICAL_DASHBOARD: "analyticalDashboard",
|
|
559
|
-
ATTRIBUTE: "attribute",
|
|
560
|
-
ATTRIBUTE_HIERARCHY: "attributeHierarchy",
|
|
561
|
-
DASHBOARD_PLUGIN: "dashboardPlugin",
|
|
562
|
-
DATASET: "dataset",
|
|
563
|
-
FACT: "fact",
|
|
564
|
-
LABEL: "label",
|
|
565
|
-
METRIC: "metric",
|
|
566
|
-
USER_DATA_FILTER: "userDataFilter",
|
|
567
|
-
EXPORT_DEFINITION: "exportDefinition",
|
|
568
|
-
AUTOMATION: "automation",
|
|
569
|
-
PROMPT: "prompt",
|
|
570
|
-
VISUALIZATION_OBJECT: "visualizationObject",
|
|
571
|
-
FILTER_CONTEXT: "filterContext",
|
|
572
|
-
WORKSPACE_SETTINGS: "workspaceSettings",
|
|
573
|
-
CUSTOM_APPLICATION_SETTING: "customApplicationSetting",
|
|
574
|
-
WORKSPACE_DATA_FILTER: "workspaceDataFilter",
|
|
575
|
-
WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting",
|
|
576
|
-
FILTER_VIEW: "filterView",
|
|
577
|
-
};
|
|
578
521
|
export const ImageExportRequestFormatEnum = {
|
|
579
522
|
PNG: "PNG",
|
|
580
523
|
};
|
|
@@ -683,6 +626,10 @@ export const JsonApiAutomationOutAttributesStateEnum = {
|
|
|
683
626
|
ACTIVE: "ACTIVE",
|
|
684
627
|
PAUSED: "PAUSED",
|
|
685
628
|
};
|
|
629
|
+
export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
|
|
630
|
+
ALWAYS: "ALWAYS",
|
|
631
|
+
ONCE: "ONCE",
|
|
632
|
+
};
|
|
686
633
|
export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
687
634
|
AUTOMATION: "automation",
|
|
688
635
|
};
|
|
@@ -693,10 +640,6 @@ export const JsonApiAutomationPatchAttributesStateEnum = {
|
|
|
693
640
|
ACTIVE: "ACTIVE",
|
|
694
641
|
PAUSED: "PAUSED",
|
|
695
642
|
};
|
|
696
|
-
export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
|
|
697
|
-
ALWAYS: "ALWAYS",
|
|
698
|
-
ONCE: "ONCE",
|
|
699
|
-
};
|
|
700
643
|
export const JsonApiColorPaletteInTypeEnum = {
|
|
701
644
|
COLOR_PALETTE: "colorPalette",
|
|
702
645
|
};
|
|
@@ -1124,14 +1067,12 @@ export const JsonApiLlmEndpointInTypeEnum = {
|
|
|
1124
1067
|
};
|
|
1125
1068
|
export const JsonApiLlmEndpointInAttributesProviderEnum = {
|
|
1126
1069
|
OPENAI: "OPENAI",
|
|
1127
|
-
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1128
1070
|
};
|
|
1129
1071
|
export const JsonApiLlmEndpointOutTypeEnum = {
|
|
1130
1072
|
LLM_ENDPOINT: "llmEndpoint",
|
|
1131
1073
|
};
|
|
1132
1074
|
export const JsonApiLlmEndpointOutAttributesProviderEnum = {
|
|
1133
1075
|
OPENAI: "OPENAI",
|
|
1134
|
-
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1135
1076
|
};
|
|
1136
1077
|
export const JsonApiLlmEndpointOutWithLinksTypeEnum = {
|
|
1137
1078
|
LLM_ENDPOINT: "llmEndpoint",
|
|
@@ -1141,7 +1082,6 @@ export const JsonApiLlmEndpointPatchTypeEnum = {
|
|
|
1141
1082
|
};
|
|
1142
1083
|
export const JsonApiLlmEndpointPatchAttributesProviderEnum = {
|
|
1143
1084
|
OPENAI: "OPENAI",
|
|
1144
|
-
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1145
1085
|
};
|
|
1146
1086
|
export const JsonApiMetricInTypeEnum = {
|
|
1147
1087
|
METRIC: "metric",
|
|
@@ -1328,7 +1268,10 @@ export const JsonApiUserPatchTypeEnum = {
|
|
|
1328
1268
|
export const JsonApiUserSettingInTypeEnum = {
|
|
1329
1269
|
USER_SETTING: "userSetting",
|
|
1330
1270
|
};
|
|
1331
|
-
export const
|
|
1271
|
+
export const JsonApiUserSettingOutTypeEnum = {
|
|
1272
|
+
USER_SETTING: "userSetting",
|
|
1273
|
+
};
|
|
1274
|
+
export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
1332
1275
|
TIMEZONE: "TIMEZONE",
|
|
1333
1276
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1334
1277
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
@@ -1355,9 +1298,6 @@ export const JsonApiUserSettingInAttributesTypeEnum = {
|
|
|
1355
1298
|
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1356
1299
|
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1357
1300
|
};
|
|
1358
|
-
export const JsonApiUserSettingOutTypeEnum = {
|
|
1359
|
-
USER_SETTING: "userSetting",
|
|
1360
|
-
};
|
|
1361
1301
|
export const JsonApiUserSettingOutWithLinksTypeEnum = {
|
|
1362
1302
|
USER_SETTING: "userSetting",
|
|
1363
1303
|
};
|
|
@@ -3257,44 +3197,6 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
|
|
|
3257
3197
|
options: localVarRequestOptions,
|
|
3258
3198
|
};
|
|
3259
3199
|
},
|
|
3260
|
-
/**
|
|
3261
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
3262
|
-
* @summary Switch Active Identity Provider
|
|
3263
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
3264
|
-
* @param {*} [options] Override http request option.
|
|
3265
|
-
* @throws {RequiredError}
|
|
3266
|
-
*/
|
|
3267
|
-
switchActiveIdentityProvider: async (switchIdentityProviderRequest, options = {}) => {
|
|
3268
|
-
// verify required parameter 'switchIdentityProviderRequest' is not null or undefined
|
|
3269
|
-
assertParamExists("switchActiveIdentityProvider", "switchIdentityProviderRequest", switchIdentityProviderRequest);
|
|
3270
|
-
const localVarPath = `/api/v1/actions/organization/switchActiveIdentityProvider`;
|
|
3271
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3272
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3273
|
-
let baseOptions;
|
|
3274
|
-
if (configuration) {
|
|
3275
|
-
baseOptions = configuration.baseOptions;
|
|
3276
|
-
}
|
|
3277
|
-
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
3278
|
-
const localVarHeaderParameter = {};
|
|
3279
|
-
const localVarQueryParameter = {};
|
|
3280
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3281
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3282
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3283
|
-
localVarRequestOptions.headers = {
|
|
3284
|
-
...localVarHeaderParameter,
|
|
3285
|
-
...headersFromBaseOptions,
|
|
3286
|
-
...options.headers,
|
|
3287
|
-
};
|
|
3288
|
-
const needsSerialization = typeof switchIdentityProviderRequest !== "string" ||
|
|
3289
|
-
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
3290
|
-
localVarRequestOptions.data = needsSerialization
|
|
3291
|
-
? JSON.stringify(switchIdentityProviderRequest !== undefined ? switchIdentityProviderRequest : {})
|
|
3292
|
-
: switchIdentityProviderRequest || "";
|
|
3293
|
-
return {
|
|
3294
|
-
url: toPathString(localVarUrlObj),
|
|
3295
|
-
options: localVarRequestOptions,
|
|
3296
|
-
};
|
|
3297
|
-
},
|
|
3298
3200
|
/**
|
|
3299
3201
|
*
|
|
3300
3202
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -3795,17 +3697,6 @@ export const ActionsApiFp = function (configuration) {
|
|
|
3795
3697
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setTranslations(workspaceId, xliff, options);
|
|
3796
3698
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3797
3699
|
},
|
|
3798
|
-
/**
|
|
3799
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
3800
|
-
* @summary Switch Active Identity Provider
|
|
3801
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
3802
|
-
* @param {*} [options] Override http request option.
|
|
3803
|
-
* @throws {RequiredError}
|
|
3804
|
-
*/
|
|
3805
|
-
async switchActiveIdentityProvider(switchIdentityProviderRequest, options) {
|
|
3806
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.switchActiveIdentityProvider(switchIdentityProviderRequest, options);
|
|
3807
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3808
|
-
},
|
|
3809
3700
|
/**
|
|
3810
3701
|
*
|
|
3811
3702
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -4195,18 +4086,6 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4195
4086
|
.setTranslations(requestParameters.workspaceId, requestParameters.xliff, options)
|
|
4196
4087
|
.then((request) => request(axios, basePath));
|
|
4197
4088
|
},
|
|
4198
|
-
/**
|
|
4199
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
4200
|
-
* @summary Switch Active Identity Provider
|
|
4201
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
4202
|
-
* @param {*} [options] Override http request option.
|
|
4203
|
-
* @throws {RequiredError}
|
|
4204
|
-
*/
|
|
4205
|
-
switchActiveIdentityProvider(requestParameters, options) {
|
|
4206
|
-
return localVarFp
|
|
4207
|
-
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
4208
|
-
.then((request) => request(axios, basePath));
|
|
4209
|
-
},
|
|
4210
4089
|
/**
|
|
4211
4090
|
*
|
|
4212
4091
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -4631,19 +4510,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4631
4510
|
.setTranslations(requestParameters.workspaceId, requestParameters.xliff, options)
|
|
4632
4511
|
.then((request) => request(this.axios, this.basePath));
|
|
4633
4512
|
}
|
|
4634
|
-
/**
|
|
4635
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
4636
|
-
* @summary Switch Active Identity Provider
|
|
4637
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
4638
|
-
* @param {*} [options] Override http request option.
|
|
4639
|
-
* @throws {RequiredError}
|
|
4640
|
-
* @memberof ActionsApi
|
|
4641
|
-
*/
|
|
4642
|
-
switchActiveIdentityProvider(requestParameters, options) {
|
|
4643
|
-
return ActionsApiFp(this.configuration)
|
|
4644
|
-
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
4645
|
-
.then((request) => request(this.axios, this.basePath));
|
|
4646
|
-
}
|
|
4647
4513
|
/**
|
|
4648
4514
|
*
|
|
4649
4515
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -39237,114 +39103,6 @@ export class OptionsApi extends BaseAPI {
|
|
|
39237
39103
|
.then((request) => request(this.axios, this.basePath));
|
|
39238
39104
|
}
|
|
39239
39105
|
}
|
|
39240
|
-
/**
|
|
39241
|
-
* OrganizationApi - axios parameter creator
|
|
39242
|
-
* @export
|
|
39243
|
-
*/
|
|
39244
|
-
export const OrganizationApiAxiosParamCreator = function (configuration) {
|
|
39245
|
-
return {
|
|
39246
|
-
/**
|
|
39247
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
39248
|
-
* @summary Switch Active Identity Provider
|
|
39249
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
39250
|
-
* @param {*} [options] Override http request option.
|
|
39251
|
-
* @throws {RequiredError}
|
|
39252
|
-
*/
|
|
39253
|
-
switchActiveIdentityProvider: async (switchIdentityProviderRequest, options = {}) => {
|
|
39254
|
-
// verify required parameter 'switchIdentityProviderRequest' is not null or undefined
|
|
39255
|
-
assertParamExists("switchActiveIdentityProvider", "switchIdentityProviderRequest", switchIdentityProviderRequest);
|
|
39256
|
-
const localVarPath = `/api/v1/actions/organization/switchActiveIdentityProvider`;
|
|
39257
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
39258
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
39259
|
-
let baseOptions;
|
|
39260
|
-
if (configuration) {
|
|
39261
|
-
baseOptions = configuration.baseOptions;
|
|
39262
|
-
}
|
|
39263
|
-
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
39264
|
-
const localVarHeaderParameter = {};
|
|
39265
|
-
const localVarQueryParameter = {};
|
|
39266
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
39267
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
39268
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
39269
|
-
localVarRequestOptions.headers = {
|
|
39270
|
-
...localVarHeaderParameter,
|
|
39271
|
-
...headersFromBaseOptions,
|
|
39272
|
-
...options.headers,
|
|
39273
|
-
};
|
|
39274
|
-
const needsSerialization = typeof switchIdentityProviderRequest !== "string" ||
|
|
39275
|
-
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
39276
|
-
localVarRequestOptions.data = needsSerialization
|
|
39277
|
-
? JSON.stringify(switchIdentityProviderRequest !== undefined ? switchIdentityProviderRequest : {})
|
|
39278
|
-
: switchIdentityProviderRequest || "";
|
|
39279
|
-
return {
|
|
39280
|
-
url: toPathString(localVarUrlObj),
|
|
39281
|
-
options: localVarRequestOptions,
|
|
39282
|
-
};
|
|
39283
|
-
},
|
|
39284
|
-
};
|
|
39285
|
-
};
|
|
39286
|
-
/**
|
|
39287
|
-
* OrganizationApi - functional programming interface
|
|
39288
|
-
* @export
|
|
39289
|
-
*/
|
|
39290
|
-
export const OrganizationApiFp = function (configuration) {
|
|
39291
|
-
const localVarAxiosParamCreator = OrganizationApiAxiosParamCreator(configuration);
|
|
39292
|
-
return {
|
|
39293
|
-
/**
|
|
39294
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
39295
|
-
* @summary Switch Active Identity Provider
|
|
39296
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
39297
|
-
* @param {*} [options] Override http request option.
|
|
39298
|
-
* @throws {RequiredError}
|
|
39299
|
-
*/
|
|
39300
|
-
async switchActiveIdentityProvider(switchIdentityProviderRequest, options) {
|
|
39301
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.switchActiveIdentityProvider(switchIdentityProviderRequest, options);
|
|
39302
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
39303
|
-
},
|
|
39304
|
-
};
|
|
39305
|
-
};
|
|
39306
|
-
/**
|
|
39307
|
-
* OrganizationApi - factory interface
|
|
39308
|
-
* @export
|
|
39309
|
-
*/
|
|
39310
|
-
export const OrganizationApiFactory = function (configuration, basePath, axios) {
|
|
39311
|
-
const localVarFp = OrganizationApiFp(configuration);
|
|
39312
|
-
return {
|
|
39313
|
-
/**
|
|
39314
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
39315
|
-
* @summary Switch Active Identity Provider
|
|
39316
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
39317
|
-
* @param {*} [options] Override http request option.
|
|
39318
|
-
* @throws {RequiredError}
|
|
39319
|
-
*/
|
|
39320
|
-
switchActiveIdentityProvider(requestParameters, options) {
|
|
39321
|
-
return localVarFp
|
|
39322
|
-
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
39323
|
-
.then((request) => request(axios, basePath));
|
|
39324
|
-
},
|
|
39325
|
-
};
|
|
39326
|
-
};
|
|
39327
|
-
/**
|
|
39328
|
-
* OrganizationApi - object-oriented interface
|
|
39329
|
-
* @export
|
|
39330
|
-
* @class OrganizationApi
|
|
39331
|
-
* @extends {BaseAPI}
|
|
39332
|
-
*/
|
|
39333
|
-
export class OrganizationApi extends BaseAPI {
|
|
39334
|
-
/**
|
|
39335
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
39336
|
-
* @summary Switch Active Identity Provider
|
|
39337
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
39338
|
-
* @param {*} [options] Override http request option.
|
|
39339
|
-
* @throws {RequiredError}
|
|
39340
|
-
* @memberof OrganizationApi
|
|
39341
|
-
*/
|
|
39342
|
-
switchActiveIdentityProvider(requestParameters, options) {
|
|
39343
|
-
return OrganizationApiFp(this.configuration)
|
|
39344
|
-
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
39345
|
-
.then((request) => request(this.axios, this.basePath));
|
|
39346
|
-
}
|
|
39347
|
-
}
|
|
39348
39106
|
/**
|
|
39349
39107
|
* OrganizationControllerApi - axios parameter creator
|
|
39350
39108
|
* @export
|