@gooddata/api-client-tiger 10.33.0-alpha.2 → 10.33.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.
- 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 +12623 -9742
- 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 +2 -4
- package/esm/export.d.ts.map +1 -1
- package/esm/export.js +2 -3
- package/esm/export.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +417 -0
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +57 -0
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +341 -1
- 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 +346 -342
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +1183 -588
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +250 -8
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8918 -8515
- package/esm/index.d.ts +3 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -113,6 +113,39 @@ 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
|
+
};
|
|
116
149
|
export const DashboardPermissionsAssignmentPermissionsEnum = {
|
|
117
150
|
EDIT: "EDIT",
|
|
118
151
|
SHARE: "SHARE",
|
|
@@ -122,6 +155,9 @@ export const DashboardSlidesTemplateAppliedOnEnum = {
|
|
|
122
155
|
PDF: "PDF",
|
|
123
156
|
PPTX: "PPTX",
|
|
124
157
|
};
|
|
158
|
+
export const DashboardTabularExportRequestV2FormatEnum = {
|
|
159
|
+
XLSX: "XLSX",
|
|
160
|
+
};
|
|
125
161
|
export const DataSourcePermissionAssignmentPermissionsEnum = {
|
|
126
162
|
MANAGE: "MANAGE",
|
|
127
163
|
USE: "USE",
|
|
@@ -518,6 +554,27 @@ export const IdentifierDuplicationsTypeEnum = {
|
|
|
518
554
|
WORKSPACE_DATA_FILTER: "workspaceDataFilter",
|
|
519
555
|
WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings",
|
|
520
556
|
};
|
|
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
|
+
};
|
|
521
578
|
export const ImageExportRequestFormatEnum = {
|
|
522
579
|
PNG: "PNG",
|
|
523
580
|
};
|
|
@@ -626,10 +683,6 @@ export const JsonApiAutomationOutAttributesStateEnum = {
|
|
|
626
683
|
ACTIVE: "ACTIVE",
|
|
627
684
|
PAUSED: "PAUSED",
|
|
628
685
|
};
|
|
629
|
-
export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
|
|
630
|
-
ALWAYS: "ALWAYS",
|
|
631
|
-
ONCE: "ONCE",
|
|
632
|
-
};
|
|
633
686
|
export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
634
687
|
AUTOMATION: "automation",
|
|
635
688
|
};
|
|
@@ -640,6 +693,10 @@ export const JsonApiAutomationPatchAttributesStateEnum = {
|
|
|
640
693
|
ACTIVE: "ACTIVE",
|
|
641
694
|
PAUSED: "PAUSED",
|
|
642
695
|
};
|
|
696
|
+
export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
|
|
697
|
+
ALWAYS: "ALWAYS",
|
|
698
|
+
ONCE: "ONCE",
|
|
699
|
+
};
|
|
643
700
|
export const JsonApiColorPaletteInTypeEnum = {
|
|
644
701
|
COLOR_PALETTE: "colorPalette",
|
|
645
702
|
};
|
|
@@ -1067,12 +1124,14 @@ export const JsonApiLlmEndpointInTypeEnum = {
|
|
|
1067
1124
|
};
|
|
1068
1125
|
export const JsonApiLlmEndpointInAttributesProviderEnum = {
|
|
1069
1126
|
OPENAI: "OPENAI",
|
|
1127
|
+
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1070
1128
|
};
|
|
1071
1129
|
export const JsonApiLlmEndpointOutTypeEnum = {
|
|
1072
1130
|
LLM_ENDPOINT: "llmEndpoint",
|
|
1073
1131
|
};
|
|
1074
1132
|
export const JsonApiLlmEndpointOutAttributesProviderEnum = {
|
|
1075
1133
|
OPENAI: "OPENAI",
|
|
1134
|
+
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1076
1135
|
};
|
|
1077
1136
|
export const JsonApiLlmEndpointOutWithLinksTypeEnum = {
|
|
1078
1137
|
LLM_ENDPOINT: "llmEndpoint",
|
|
@@ -1082,6 +1141,7 @@ export const JsonApiLlmEndpointPatchTypeEnum = {
|
|
|
1082
1141
|
};
|
|
1083
1142
|
export const JsonApiLlmEndpointPatchAttributesProviderEnum = {
|
|
1084
1143
|
OPENAI: "OPENAI",
|
|
1144
|
+
AZURE_OPENAI: "AZURE_OPENAI",
|
|
1085
1145
|
};
|
|
1086
1146
|
export const JsonApiMetricInTypeEnum = {
|
|
1087
1147
|
METRIC: "metric",
|
|
@@ -1268,10 +1328,7 @@ export const JsonApiUserPatchTypeEnum = {
|
|
|
1268
1328
|
export const JsonApiUserSettingInTypeEnum = {
|
|
1269
1329
|
USER_SETTING: "userSetting",
|
|
1270
1330
|
};
|
|
1271
|
-
export const
|
|
1272
|
-
USER_SETTING: "userSetting",
|
|
1273
|
-
};
|
|
1274
|
-
export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
1331
|
+
export const JsonApiUserSettingInAttributesTypeEnum = {
|
|
1275
1332
|
TIMEZONE: "TIMEZONE",
|
|
1276
1333
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1277
1334
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
@@ -1298,6 +1355,9 @@ export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
|
1298
1355
|
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1299
1356
|
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1300
1357
|
};
|
|
1358
|
+
export const JsonApiUserSettingOutTypeEnum = {
|
|
1359
|
+
USER_SETTING: "userSetting",
|
|
1360
|
+
};
|
|
1301
1361
|
export const JsonApiUserSettingOutWithLinksTypeEnum = {
|
|
1302
1362
|
USER_SETTING: "userSetting",
|
|
1303
1363
|
};
|
|
@@ -3197,6 +3257,44 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
|
|
|
3197
3257
|
options: localVarRequestOptions,
|
|
3198
3258
|
};
|
|
3199
3259
|
},
|
|
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
|
+
},
|
|
3200
3298
|
/**
|
|
3201
3299
|
*
|
|
3202
3300
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -3697,6 +3795,17 @@ export const ActionsApiFp = function (configuration) {
|
|
|
3697
3795
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setTranslations(workspaceId, xliff, options);
|
|
3698
3796
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3699
3797
|
},
|
|
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
|
+
},
|
|
3700
3809
|
/**
|
|
3701
3810
|
*
|
|
3702
3811
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -4086,6 +4195,18 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4086
4195
|
.setTranslations(requestParameters.workspaceId, requestParameters.xliff, options)
|
|
4087
4196
|
.then((request) => request(axios, basePath));
|
|
4088
4197
|
},
|
|
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
|
+
},
|
|
4089
4210
|
/**
|
|
4090
4211
|
*
|
|
4091
4212
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -4510,6 +4631,19 @@ export class ActionsApi extends BaseAPI {
|
|
|
4510
4631
|
.setTranslations(requestParameters.workspaceId, requestParameters.xliff, options)
|
|
4511
4632
|
.then((request) => request(this.axios, this.basePath));
|
|
4512
4633
|
}
|
|
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
|
+
}
|
|
4513
4647
|
/**
|
|
4514
4648
|
*
|
|
4515
4649
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -39103,6 +39237,114 @@ export class OptionsApi extends BaseAPI {
|
|
|
39103
39237
|
.then((request) => request(this.axios, this.basePath));
|
|
39104
39238
|
}
|
|
39105
39239
|
}
|
|
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
|
+
}
|
|
39106
39348
|
/**
|
|
39107
39349
|
* OrganizationControllerApi - axios parameter creator
|
|
39108
39350
|
* @export
|