@shapediver/sdk.platform-api-sdk-v1 2.6.12 → 2.8.5
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/dist/SdPlatformSdk.d.ts +6 -0
- package/dist/SdPlatformSdk.d.ts.map +1 -1
- package/dist/api/SdPlatformRequestId.d.ts +5 -0
- package/dist/api/SdPlatformRequestId.d.ts.map +1 -1
- package/dist/bundle.js +333 -232
- package/dist/bundle.node.js +383 -282
- package/dist/resources/SdPlatformApiTokenApi.d.ts.map +1 -1
- package/dist/resources/SdPlatformOpenIDProviderApi.d.ts +42 -0
- package/dist/resources/SdPlatformOpenIDProviderApi.d.ts.map +1 -0
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -116,11 +116,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
116
116
|
};
|
|
117
117
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118
118
|
__exportStar(__webpack_require__(1), exports);
|
|
119
|
-
__exportStar(__webpack_require__(
|
|
120
|
-
__exportStar(__webpack_require__(
|
|
121
|
-
__exportStar(__webpack_require__(
|
|
122
|
-
__exportStar(__webpack_require__(59), exports);
|
|
123
|
-
__exportStar(__webpack_require__(60), exports);
|
|
119
|
+
__exportStar(__webpack_require__(54), exports);
|
|
120
|
+
__exportStar(__webpack_require__(55), exports);
|
|
121
|
+
__exportStar(__webpack_require__(58), exports);
|
|
124
122
|
__exportStar(__webpack_require__(61), exports);
|
|
125
123
|
__exportStar(__webpack_require__(62), exports);
|
|
126
124
|
__exportStar(__webpack_require__(63), exports);
|
|
@@ -138,10 +136,12 @@ __exportStar(__webpack_require__(74), exports);
|
|
|
138
136
|
__exportStar(__webpack_require__(75), exports);
|
|
139
137
|
__exportStar(__webpack_require__(76), exports);
|
|
140
138
|
__exportStar(__webpack_require__(77), exports);
|
|
141
|
-
__exportStar(__webpack_require__(58), exports);
|
|
142
|
-
__exportStar(__webpack_require__(54), exports);
|
|
143
139
|
__exportStar(__webpack_require__(78), exports);
|
|
144
|
-
__exportStar(__webpack_require__(
|
|
140
|
+
__exportStar(__webpack_require__(79), exports);
|
|
141
|
+
__exportStar(__webpack_require__(60), exports);
|
|
142
|
+
__exportStar(__webpack_require__(56), exports);
|
|
143
|
+
__exportStar(__webpack_require__(80), exports);
|
|
144
|
+
__exportStar(__webpack_require__(118), exports);
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
/***/ }),
|
|
@@ -215,6 +215,8 @@ __exportStar(__webpack_require__(48), exports);
|
|
|
215
215
|
__exportStar(__webpack_require__(49), exports);
|
|
216
216
|
__exportStar(__webpack_require__(50), exports);
|
|
217
217
|
__exportStar(__webpack_require__(51), exports);
|
|
218
|
+
__exportStar(__webpack_require__(52), exports);
|
|
219
|
+
__exportStar(__webpack_require__(53), exports);
|
|
218
220
|
//# sourceMappingURL=index.js.map
|
|
219
221
|
|
|
220
222
|
/***/ }),
|
|
@@ -242,6 +244,9 @@ var SdPlatformApiTokenScopes;
|
|
|
242
244
|
SdPlatformApiTokenScopes["TagsWrite"] = "tags-write";
|
|
243
245
|
SdPlatformApiTokenScopes["UsersRead"] = "users-read";
|
|
244
246
|
SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
|
|
247
|
+
SdPlatformApiTokenScopes["UsersFull"] = "users-full";
|
|
248
|
+
SdPlatformApiTokenScopes["UserModelSessionsRead"] = "user-model-sessions-read";
|
|
249
|
+
SdPlatformApiTokenScopes["OrganizationModelSessionsRead"] = "organization-model-sessions-read";
|
|
245
250
|
SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
|
|
246
251
|
SdPlatformApiTokenScopes["ModelSharingWrite"] = "model-sharing-write";
|
|
247
252
|
SdPlatformApiTokenScopes["ModelSharingFull"] = "model-sharing-full";
|
|
@@ -267,6 +272,7 @@ var SdPlatformApiTokenScopes;
|
|
|
267
272
|
SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read";
|
|
268
273
|
SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write";
|
|
269
274
|
SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full";
|
|
275
|
+
SdPlatformApiTokenScopes["OpenidProviderFull"] = "openid-provider-full";
|
|
270
276
|
SdPlatformApiTokenScopes["All"] = "*";
|
|
271
277
|
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
|
|
272
278
|
//# sourceMappingURL=SdPlatformApiTokenScopes.js.map
|
|
@@ -945,7 +951,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
945
951
|
"use strict";
|
|
946
952
|
|
|
947
953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
948
|
-
//# sourceMappingURL=
|
|
954
|
+
//# sourceMappingURL=SdPlatformRequestOpenIDProvider.js.map
|
|
949
955
|
|
|
950
956
|
/***/ }),
|
|
951
957
|
/* 27 */
|
|
@@ -954,7 +960,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
954
960
|
"use strict";
|
|
955
961
|
|
|
956
962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
957
|
-
//# sourceMappingURL=
|
|
963
|
+
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
958
964
|
|
|
959
965
|
/***/ }),
|
|
960
966
|
/* 28 */
|
|
@@ -963,7 +969,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
963
969
|
"use strict";
|
|
964
970
|
|
|
965
971
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
966
|
-
//# sourceMappingURL=
|
|
972
|
+
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
967
973
|
|
|
968
974
|
/***/ }),
|
|
969
975
|
/* 29 */
|
|
@@ -972,7 +978,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
972
978
|
"use strict";
|
|
973
979
|
|
|
974
980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
975
|
-
//# sourceMappingURL=
|
|
981
|
+
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
976
982
|
|
|
977
983
|
/***/ }),
|
|
978
984
|
/* 30 */
|
|
@@ -981,7 +987,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
981
987
|
"use strict";
|
|
982
988
|
|
|
983
989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
984
|
-
//# sourceMappingURL=
|
|
990
|
+
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
985
991
|
|
|
986
992
|
/***/ }),
|
|
987
993
|
/* 31 */
|
|
@@ -990,7 +996,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
990
996
|
"use strict";
|
|
991
997
|
|
|
992
998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
993
|
-
//# sourceMappingURL=
|
|
999
|
+
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
994
1000
|
|
|
995
1001
|
/***/ }),
|
|
996
1002
|
/* 32 */
|
|
@@ -999,7 +1005,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
999
1005
|
"use strict";
|
|
1000
1006
|
|
|
1001
1007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1002
|
-
//# sourceMappingURL=
|
|
1008
|
+
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
1003
1009
|
|
|
1004
1010
|
/***/ }),
|
|
1005
1011
|
/* 33 */
|
|
@@ -1007,6 +1013,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1007
1013
|
|
|
1008
1014
|
"use strict";
|
|
1009
1015
|
|
|
1016
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1017
|
+
//# sourceMappingURL=SdPlatformBaseResponseTypes.js.map
|
|
1018
|
+
|
|
1019
|
+
/***/ }),
|
|
1020
|
+
/* 34 */
|
|
1021
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1022
|
+
|
|
1023
|
+
"use strict";
|
|
1024
|
+
|
|
1010
1025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1011
1026
|
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
1012
1027
|
var SdPlatformResponseAnalyticsTimestampType;
|
|
@@ -1020,7 +1035,7 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
1020
1035
|
//# sourceMappingURL=SdPlatformResponseAnalytics.js.map
|
|
1021
1036
|
|
|
1022
1037
|
/***/ }),
|
|
1023
|
-
/*
|
|
1038
|
+
/* 35 */
|
|
1024
1039
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1025
1040
|
|
|
1026
1041
|
"use strict";
|
|
@@ -1029,7 +1044,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1029
1044
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
1030
1045
|
|
|
1031
1046
|
/***/ }),
|
|
1032
|
-
/*
|
|
1047
|
+
/* 36 */
|
|
1033
1048
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1034
1049
|
|
|
1035
1050
|
"use strict";
|
|
@@ -1038,7 +1053,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1038
1053
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
1039
1054
|
|
|
1040
1055
|
/***/ }),
|
|
1041
|
-
/*
|
|
1056
|
+
/* 37 */
|
|
1042
1057
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1043
1058
|
|
|
1044
1059
|
"use strict";
|
|
@@ -1055,7 +1070,7 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
1055
1070
|
//# sourceMappingURL=SdPlatformResponseChargebee.js.map
|
|
1056
1071
|
|
|
1057
1072
|
/***/ }),
|
|
1058
|
-
/*
|
|
1073
|
+
/* 38 */
|
|
1059
1074
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1060
1075
|
|
|
1061
1076
|
"use strict";
|
|
@@ -1064,7 +1079,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1064
1079
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
1065
1080
|
|
|
1066
1081
|
/***/ }),
|
|
1067
|
-
/*
|
|
1082
|
+
/* 39 */
|
|
1068
1083
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1069
1084
|
|
|
1070
1085
|
"use strict";
|
|
@@ -1073,7 +1088,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1073
1088
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
1074
1089
|
|
|
1075
1090
|
/***/ }),
|
|
1076
|
-
/*
|
|
1091
|
+
/* 40 */
|
|
1077
1092
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1078
1093
|
|
|
1079
1094
|
"use strict";
|
|
@@ -1082,7 +1097,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1082
1097
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
1083
1098
|
|
|
1084
1099
|
/***/ }),
|
|
1085
|
-
/*
|
|
1100
|
+
/* 41 */
|
|
1086
1101
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1087
1102
|
|
|
1088
1103
|
"use strict";
|
|
@@ -1091,7 +1106,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1091
1106
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
1092
1107
|
|
|
1093
1108
|
/***/ }),
|
|
1094
|
-
/*
|
|
1109
|
+
/* 42 */
|
|
1095
1110
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1096
1111
|
|
|
1097
1112
|
"use strict";
|
|
@@ -1100,7 +1115,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1100
1115
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1101
1116
|
|
|
1102
1117
|
/***/ }),
|
|
1103
|
-
/*
|
|
1118
|
+
/* 43 */
|
|
1104
1119
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1105
1120
|
|
|
1106
1121
|
"use strict";
|
|
@@ -1157,7 +1172,7 @@ var SdPlatformModelDenyReason;
|
|
|
1157
1172
|
//# sourceMappingURL=SdPlatformResponseModel.js.map
|
|
1158
1173
|
|
|
1159
1174
|
/***/ }),
|
|
1160
|
-
/*
|
|
1175
|
+
/* 44 */
|
|
1161
1176
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1162
1177
|
|
|
1163
1178
|
"use strict";
|
|
@@ -1166,7 +1181,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1166
1181
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1167
1182
|
|
|
1168
1183
|
/***/ }),
|
|
1169
|
-
/*
|
|
1184
|
+
/* 45 */
|
|
1170
1185
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1171
1186
|
|
|
1172
1187
|
"use strict";
|
|
@@ -1175,7 +1190,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1175
1190
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1176
1191
|
|
|
1177
1192
|
/***/ }),
|
|
1178
|
-
/*
|
|
1193
|
+
/* 46 */
|
|
1179
1194
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1180
1195
|
|
|
1181
1196
|
"use strict";
|
|
@@ -1184,7 +1199,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1184
1199
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1185
1200
|
|
|
1186
1201
|
/***/ }),
|
|
1187
|
-
/*
|
|
1202
|
+
/* 47 */
|
|
1203
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1204
|
+
|
|
1205
|
+
"use strict";
|
|
1206
|
+
|
|
1207
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1208
|
+
//# sourceMappingURL=SdPlatformResponseOpenIDProvider.js.map
|
|
1209
|
+
|
|
1210
|
+
/***/ }),
|
|
1211
|
+
/* 48 */
|
|
1188
1212
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1189
1213
|
|
|
1190
1214
|
"use strict";
|
|
@@ -1193,7 +1217,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1193
1217
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1194
1218
|
|
|
1195
1219
|
/***/ }),
|
|
1196
|
-
/*
|
|
1220
|
+
/* 49 */
|
|
1197
1221
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1198
1222
|
|
|
1199
1223
|
"use strict";
|
|
@@ -1202,7 +1226,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1202
1226
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1203
1227
|
|
|
1204
1228
|
/***/ }),
|
|
1205
|
-
/*
|
|
1229
|
+
/* 50 */
|
|
1206
1230
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1207
1231
|
|
|
1208
1232
|
"use strict";
|
|
@@ -1211,7 +1235,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1211
1235
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1212
1236
|
|
|
1213
1237
|
/***/ }),
|
|
1214
|
-
/*
|
|
1238
|
+
/* 51 */
|
|
1215
1239
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1216
1240
|
|
|
1217
1241
|
"use strict";
|
|
@@ -1220,7 +1244,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1220
1244
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1221
1245
|
|
|
1222
1246
|
/***/ }),
|
|
1223
|
-
/*
|
|
1247
|
+
/* 52 */
|
|
1224
1248
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1225
1249
|
|
|
1226
1250
|
"use strict";
|
|
@@ -1229,7 +1253,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1229
1253
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1230
1254
|
|
|
1231
1255
|
/***/ }),
|
|
1232
|
-
/*
|
|
1256
|
+
/* 53 */
|
|
1233
1257
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1234
1258
|
|
|
1235
1259
|
"use strict";
|
|
@@ -1238,7 +1262,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1238
1262
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1239
1263
|
|
|
1240
1264
|
/***/ }),
|
|
1241
|
-
/*
|
|
1265
|
+
/* 54 */
|
|
1242
1266
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1243
1267
|
|
|
1244
1268
|
"use strict";
|
|
@@ -1307,6 +1331,11 @@ var RequestId;
|
|
|
1307
1331
|
RequestId["DomainCreate"] = "domain_create";
|
|
1308
1332
|
RequestId["DomainPatch"] = "domain_patch";
|
|
1309
1333
|
RequestId["DomainDelete"] = "domain_delete";
|
|
1334
|
+
RequestId["OpenIDProviderGet"] = "openid_provider_get";
|
|
1335
|
+
RequestId["OpenIDProviderCreate"] = "openid_provider_create";
|
|
1336
|
+
RequestId["OpenIDProviderQuery"] = "openid_provider_query";
|
|
1337
|
+
RequestId["OpenIDProviderPatch"] = "openid_provider_patch";
|
|
1338
|
+
RequestId["OpenIDPRoviderDelete"] = "openid_provider_delete";
|
|
1310
1339
|
RequestId["OrganizationGet"] = "organization_get";
|
|
1311
1340
|
RequestId["OrganizationQuery"] = "organization_query";
|
|
1312
1341
|
RequestId["OrganizationCreate"] = "organization_create";
|
|
@@ -1364,7 +1393,7 @@ var RequestId;
|
|
|
1364
1393
|
|
|
1365
1394
|
|
|
1366
1395
|
/***/ }),
|
|
1367
|
-
/*
|
|
1396
|
+
/* 55 */
|
|
1368
1397
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1369
1398
|
|
|
1370
1399
|
"use strict";
|
|
@@ -1383,10 +1412,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1383
1412
|
};
|
|
1384
1413
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1385
1414
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1386
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1387
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
1415
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1416
|
+
const SdPlatformErrors_1 = __webpack_require__(56);
|
|
1388
1417
|
const api_platform_api_dto_v1_1 = __webpack_require__(1);
|
|
1389
|
-
const jwt_decode_1 = __importDefault(__webpack_require__(
|
|
1418
|
+
const jwt_decode_1 = __importDefault(__webpack_require__(57));
|
|
1390
1419
|
var RequestState;
|
|
1391
1420
|
(function (RequestState) {
|
|
1392
1421
|
RequestState["NoRequest"] = "NoRequest";
|
|
@@ -1581,7 +1610,7 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1581
1610
|
|
|
1582
1611
|
|
|
1583
1612
|
/***/ }),
|
|
1584
|
-
/*
|
|
1613
|
+
/* 56 */
|
|
1585
1614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1586
1615
|
|
|
1587
1616
|
"use strict";
|
|
@@ -1665,7 +1694,7 @@ exports.SdPlatformOAuthResponseError = SdPlatformOAuthResponseError;
|
|
|
1665
1694
|
|
|
1666
1695
|
|
|
1667
1696
|
/***/ }),
|
|
1668
|
-
/*
|
|
1697
|
+
/* 57 */
|
|
1669
1698
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1670
1699
|
|
|
1671
1700
|
"use strict";
|
|
@@ -1676,15 +1705,15 @@ function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidChar
|
|
|
1676
1705
|
|
|
1677
1706
|
|
|
1678
1707
|
/***/ }),
|
|
1679
|
-
/*
|
|
1708
|
+
/* 58 */
|
|
1680
1709
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1681
1710
|
|
|
1682
1711
|
"use strict";
|
|
1683
1712
|
|
|
1684
1713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1685
1714
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1686
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1687
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1715
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1716
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1688
1717
|
/**
|
|
1689
1718
|
* CRUD operations for Platform API tokens.
|
|
1690
1719
|
* Platform API tokens can be limited in scope and lifetime.
|
|
@@ -1699,7 +1728,7 @@ class SdPlatformApiTokenApi extends ResourcesApi_1.ResourcesApi {
|
|
|
1699
1728
|
return super.__get(SdPlatformRequestId_1.RequestId.ApiTokenGet, key_id);
|
|
1700
1729
|
}
|
|
1701
1730
|
query(query = {}) {
|
|
1702
|
-
return super.
|
|
1731
|
+
return super.__query(SdPlatformRequestId_1.RequestId.ApiTokenQuery, query);
|
|
1703
1732
|
}
|
|
1704
1733
|
create(body) {
|
|
1705
1734
|
return super.__post(SdPlatformRequestId_1.RequestId.ApiTokenCreate, body);
|
|
@@ -1715,7 +1744,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1715
1744
|
|
|
1716
1745
|
|
|
1717
1746
|
/***/ }),
|
|
1718
|
-
/*
|
|
1747
|
+
/* 59 */
|
|
1719
1748
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1720
1749
|
|
|
1721
1750
|
"use strict";
|
|
@@ -1731,7 +1760,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1731
1760
|
};
|
|
1732
1761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1733
1762
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1734
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
1763
|
+
const SdPlatformSdkContext_1 = __webpack_require__(60);
|
|
1735
1764
|
/**
|
|
1736
1765
|
* Actions enum.
|
|
1737
1766
|
*/
|
|
@@ -1833,7 +1862,7 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1833
1862
|
|
|
1834
1863
|
|
|
1835
1864
|
/***/ }),
|
|
1836
|
-
/*
|
|
1865
|
+
/* 60 */
|
|
1837
1866
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1838
1867
|
|
|
1839
1868
|
"use strict";
|
|
@@ -1927,15 +1956,15 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
1927
1956
|
|
|
1928
1957
|
|
|
1929
1958
|
/***/ }),
|
|
1930
|
-
/*
|
|
1959
|
+
/* 61 */
|
|
1931
1960
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1932
1961
|
|
|
1933
1962
|
"use strict";
|
|
1934
1963
|
|
|
1935
1964
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1936
1965
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
1937
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1938
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1966
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1967
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1939
1968
|
/**
|
|
1940
1969
|
* Operations for ShapeDiver Geometry Backend Systems known by the Platform Backend.
|
|
1941
1970
|
*/
|
|
@@ -1963,15 +1992,15 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
1963
1992
|
|
|
1964
1993
|
|
|
1965
1994
|
/***/ }),
|
|
1966
|
-
/*
|
|
1995
|
+
/* 62 */
|
|
1967
1996
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1968
1997
|
|
|
1969
1998
|
"use strict";
|
|
1970
1999
|
|
|
1971
2000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1972
2001
|
exports.SdPlatformBookmarkApi = void 0;
|
|
1973
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1974
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2002
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2003
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1975
2004
|
/**
|
|
1976
2005
|
* Operations for creating and deleting bookmarks
|
|
1977
2006
|
*/
|
|
@@ -1995,15 +2024,15 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
1995
2024
|
|
|
1996
2025
|
|
|
1997
2026
|
/***/ }),
|
|
1998
|
-
/*
|
|
2027
|
+
/* 63 */
|
|
1999
2028
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2000
2029
|
|
|
2001
2030
|
"use strict";
|
|
2002
2031
|
|
|
2003
2032
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2004
2033
|
exports.SdPlatformChargebeeApi = void 0;
|
|
2005
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2006
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2034
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2035
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2007
2036
|
/**
|
|
2008
2037
|
* Actions related to Chargebee.
|
|
2009
2038
|
*/
|
|
@@ -2035,15 +2064,15 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
2035
2064
|
|
|
2036
2065
|
|
|
2037
2066
|
/***/ }),
|
|
2038
|
-
/*
|
|
2067
|
+
/* 64 */
|
|
2039
2068
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2040
2069
|
|
|
2041
2070
|
"use strict";
|
|
2042
2071
|
|
|
2043
2072
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2044
2073
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
2045
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2046
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2074
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2075
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2047
2076
|
var SdPlatformDomainGetEmbeddableFields;
|
|
2048
2077
|
(function (SdPlatformDomainGetEmbeddableFields) {
|
|
2049
2078
|
SdPlatformDomainGetEmbeddableFields["Models"] = "models";
|
|
@@ -2102,15 +2131,15 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
2102
2131
|
|
|
2103
2132
|
|
|
2104
2133
|
/***/ }),
|
|
2105
|
-
/*
|
|
2134
|
+
/* 65 */
|
|
2106
2135
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2107
2136
|
|
|
2108
2137
|
"use strict";
|
|
2109
2138
|
|
|
2110
2139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2111
2140
|
exports.SdPlatformHttpLogApi = void 0;
|
|
2112
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2113
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2141
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2142
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2114
2143
|
/**
|
|
2115
2144
|
* HTTP logs.
|
|
2116
2145
|
*/
|
|
@@ -2130,15 +2159,15 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
2130
2159
|
|
|
2131
2160
|
|
|
2132
2161
|
/***/ }),
|
|
2133
|
-
/*
|
|
2162
|
+
/* 66 */
|
|
2134
2163
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2135
2164
|
|
|
2136
2165
|
"use strict";
|
|
2137
2166
|
|
|
2138
2167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2139
2168
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2140
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2141
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2169
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2170
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2142
2171
|
var SdPlatformImageQueryEmbeddableFields;
|
|
2143
2172
|
(function (SdPlatformImageQueryEmbeddableFields) {
|
|
2144
2173
|
SdPlatformImageQueryEmbeddableFields["User"] = "user";
|
|
@@ -2186,15 +2215,15 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2186
2215
|
|
|
2187
2216
|
|
|
2188
2217
|
/***/ }),
|
|
2189
|
-
/*
|
|
2218
|
+
/* 67 */
|
|
2190
2219
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2191
2220
|
|
|
2192
2221
|
"use strict";
|
|
2193
2222
|
|
|
2194
2223
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2195
2224
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2196
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2197
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2225
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2226
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2198
2227
|
var SdPlatformModelQueryEmbeddableFields;
|
|
2199
2228
|
(function (SdPlatformModelQueryEmbeddableFields) {
|
|
2200
2229
|
SdPlatformModelQueryEmbeddableFields["Accessdomains"] = "accessdomains";
|
|
@@ -2253,15 +2282,15 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2253
2282
|
|
|
2254
2283
|
|
|
2255
2284
|
/***/ }),
|
|
2256
|
-
/*
|
|
2285
|
+
/* 68 */
|
|
2257
2286
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2258
2287
|
|
|
2259
2288
|
"use strict";
|
|
2260
2289
|
|
|
2261
2290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2262
2291
|
exports.SdPlatformModelSharingApi = void 0;
|
|
2263
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2264
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2292
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2293
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2265
2294
|
/**
|
|
2266
2295
|
* Operations for model sharing relationships.
|
|
2267
2296
|
*/
|
|
@@ -2324,15 +2353,15 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2324
2353
|
|
|
2325
2354
|
|
|
2326
2355
|
/***/ }),
|
|
2327
|
-
/*
|
|
2356
|
+
/* 69 */
|
|
2328
2357
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2329
2358
|
|
|
2330
2359
|
"use strict";
|
|
2331
2360
|
|
|
2332
2361
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2333
2362
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2334
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2335
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2363
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2364
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2336
2365
|
/**
|
|
2337
2366
|
* Operations for creating tokens for models on Geometry Backend Systems
|
|
2338
2367
|
*/
|
|
@@ -2348,7 +2377,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2348
2377
|
|
|
2349
2378
|
|
|
2350
2379
|
/***/ }),
|
|
2351
|
-
/*
|
|
2380
|
+
/* 70 */
|
|
2352
2381
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2353
2382
|
|
|
2354
2383
|
"use strict";
|
|
@@ -2356,7 +2385,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2356
2385
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2357
2386
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2358
2387
|
const __1 = __webpack_require__(0);
|
|
2359
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2388
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2360
2389
|
/**
|
|
2361
2390
|
* Operations for creating, revoking, accepting, denying, model ownership transfer notifications.
|
|
2362
2391
|
*/
|
|
@@ -2418,15 +2447,15 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2418
2447
|
|
|
2419
2448
|
|
|
2420
2449
|
/***/ }),
|
|
2421
|
-
/*
|
|
2450
|
+
/* 71 */
|
|
2422
2451
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2423
2452
|
|
|
2424
2453
|
"use strict";
|
|
2425
2454
|
|
|
2426
2455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2427
2456
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2428
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2429
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2457
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2458
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2430
2459
|
var SdPlatformNotificationEmbeddableFields;
|
|
2431
2460
|
(function (SdPlatformNotificationEmbeddableFields) {
|
|
2432
2461
|
SdPlatformNotificationEmbeddableFields["Receiver"] = "receiver";
|
|
@@ -2460,15 +2489,15 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2460
2489
|
|
|
2461
2490
|
|
|
2462
2491
|
/***/ }),
|
|
2463
|
-
/*
|
|
2492
|
+
/* 72 */
|
|
2464
2493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2465
2494
|
|
|
2466
2495
|
"use strict";
|
|
2467
2496
|
|
|
2468
2497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2469
2498
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2470
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2471
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2499
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2500
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2472
2501
|
var SdPlatformOrganizationEmbeddableFields;
|
|
2473
2502
|
(function (SdPlatformOrganizationEmbeddableFields) {
|
|
2474
2503
|
SdPlatformOrganizationEmbeddableFields["AccessDomains"] = "accessdomains";
|
|
@@ -2581,15 +2610,15 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2581
2610
|
|
|
2582
2611
|
|
|
2583
2612
|
/***/ }),
|
|
2584
|
-
/*
|
|
2613
|
+
/* 73 */
|
|
2585
2614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2586
2615
|
|
|
2587
2616
|
"use strict";
|
|
2588
2617
|
|
|
2589
2618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2590
2619
|
exports.SdPlatformPolicyApi = void 0;
|
|
2591
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2592
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2620
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2621
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2593
2622
|
/**
|
|
2594
2623
|
* Operations for policies.
|
|
2595
2624
|
*/
|
|
@@ -2617,15 +2646,15 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2617
2646
|
|
|
2618
2647
|
|
|
2619
2648
|
/***/ }),
|
|
2620
|
-
/*
|
|
2649
|
+
/* 74 */
|
|
2621
2650
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2622
2651
|
|
|
2623
2652
|
"use strict";
|
|
2624
2653
|
|
|
2625
2654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2626
2655
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2627
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2628
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2656
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2657
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2629
2658
|
var SdPlatformSavedStateQueryEmbeddableFields;
|
|
2630
2659
|
(function (SdPlatformSavedStateQueryEmbeddableFields) {
|
|
2631
2660
|
SdPlatformSavedStateQueryEmbeddableFields["Model"] = "model";
|
|
@@ -2691,15 +2720,15 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2691
2720
|
|
|
2692
2721
|
|
|
2693
2722
|
/***/ }),
|
|
2694
|
-
/*
|
|
2723
|
+
/* 75 */
|
|
2695
2724
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2696
2725
|
|
|
2697
2726
|
"use strict";
|
|
2698
2727
|
|
|
2699
2728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2700
2729
|
exports.SdPlatformSavedStateSharingApi = void 0;
|
|
2701
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2702
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2730
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2731
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2703
2732
|
/**
|
|
2704
2733
|
* Operations for saved state sharing relationships.
|
|
2705
2734
|
*/
|
|
@@ -2763,15 +2792,15 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2763
2792
|
|
|
2764
2793
|
|
|
2765
2794
|
/***/ }),
|
|
2766
|
-
/*
|
|
2795
|
+
/* 76 */
|
|
2767
2796
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2768
2797
|
|
|
2769
2798
|
"use strict";
|
|
2770
2799
|
|
|
2771
2800
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2772
2801
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2773
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2774
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2802
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2803
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2775
2804
|
var SdPlatformTagQueryEmbeddableFields;
|
|
2776
2805
|
(function (SdPlatformTagQueryEmbeddableFields) {
|
|
2777
2806
|
SdPlatformTagQueryEmbeddableFields["ModelsCount"] = "models_count";
|
|
@@ -2794,15 +2823,15 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2794
2823
|
|
|
2795
2824
|
|
|
2796
2825
|
/***/ }),
|
|
2797
|
-
/*
|
|
2826
|
+
/* 77 */
|
|
2798
2827
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2799
2828
|
|
|
2800
2829
|
"use strict";
|
|
2801
2830
|
|
|
2802
2831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2803
2832
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2804
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2805
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2833
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2834
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2806
2835
|
/**
|
|
2807
2836
|
* Analytics for users.
|
|
2808
2837
|
*/
|
|
@@ -2823,15 +2852,15 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2823
2852
|
|
|
2824
2853
|
|
|
2825
2854
|
/***/ }),
|
|
2826
|
-
/*
|
|
2855
|
+
/* 78 */
|
|
2827
2856
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2828
2857
|
|
|
2829
2858
|
"use strict";
|
|
2830
2859
|
|
|
2831
2860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2832
2861
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
2833
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2834
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2862
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2863
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2835
2864
|
var SdPlatformUserQueryEmbeddableFields;
|
|
2836
2865
|
(function (SdPlatformUserQueryEmbeddableFields) {
|
|
2837
2866
|
SdPlatformUserQueryEmbeddableFields["BackendSystem"] = "backend_system";
|
|
@@ -2930,14 +2959,14 @@ exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
|
2930
2959
|
|
|
2931
2960
|
|
|
2932
2961
|
/***/ }),
|
|
2933
|
-
/*
|
|
2962
|
+
/* 79 */
|
|
2934
2963
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2935
2964
|
|
|
2936
2965
|
"use strict";
|
|
2937
2966
|
|
|
2938
2967
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2939
2968
|
exports.SdPlatformWebhookApi = void 0;
|
|
2940
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2969
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2941
2970
|
/**
|
|
2942
2971
|
* Webhook calls.
|
|
2943
2972
|
*/
|
|
@@ -3003,39 +3032,40 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
3003
3032
|
|
|
3004
3033
|
|
|
3005
3034
|
/***/ }),
|
|
3006
|
-
/*
|
|
3035
|
+
/* 80 */
|
|
3007
3036
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3008
3037
|
|
|
3009
3038
|
"use strict";
|
|
3010
3039
|
|
|
3011
3040
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3012
3041
|
exports.SdPlatformSdk = void 0;
|
|
3013
|
-
const SdPlatformSdkApi_1 = __webpack_require__(
|
|
3014
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
3015
|
-
const SdPlatformAuthServiceApi_1 = __webpack_require__(
|
|
3016
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
3017
|
-
const SdPlatformApiTokenApi_1 = __webpack_require__(
|
|
3018
|
-
const SdPlatformBackendSystemApi_1 = __webpack_require__(
|
|
3019
|
-
const SdPlatformBookmarkApi_1 = __webpack_require__(
|
|
3020
|
-
const SdPlatformChargebeeApi_1 = __webpack_require__(
|
|
3021
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
3022
|
-
const SdPlatformDomainApi_1 = __webpack_require__(
|
|
3023
|
-
const SdPlatformHttpLogApi_1 = __webpack_require__(
|
|
3024
|
-
const SdPlatformImageApi_1 = __webpack_require__(
|
|
3025
|
-
const SdPlatformModelApi_1 = __webpack_require__(
|
|
3026
|
-
const SdPlatformModelSharingApi_1 = __webpack_require__(
|
|
3027
|
-
const SdPlatformModelTokenApi_1 = __webpack_require__(
|
|
3028
|
-
const SdPlatformModelTransferApi_1 = __webpack_require__(
|
|
3029
|
-
const SdPlatformNotificationApi_1 = __webpack_require__(
|
|
3030
|
-
const SdPlatformOrganizationApi_1 = __webpack_require__(
|
|
3031
|
-
const SdPlatformPolicyApi_1 = __webpack_require__(
|
|
3032
|
-
const SdPlatformSavedStateApi_1 = __webpack_require__(
|
|
3033
|
-
const SdPlatformSavedStateSharingApi_1 = __webpack_require__(
|
|
3034
|
-
const SdPlatformTagApi_1 = __webpack_require__(
|
|
3035
|
-
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(
|
|
3036
|
-
const SdPlatformUserApi_1 = __webpack_require__(
|
|
3037
|
-
const SdPlatformWebhookApi_1 = __webpack_require__(
|
|
3038
|
-
const SdPlatformOrganizationAnalyticsApi_1 = __webpack_require__(
|
|
3042
|
+
const SdPlatformSdkApi_1 = __webpack_require__(81);
|
|
3043
|
+
const SdPlatformSdkConfig_1 = __webpack_require__(114);
|
|
3044
|
+
const SdPlatformAuthServiceApi_1 = __webpack_require__(55);
|
|
3045
|
+
const SdPlatformSdkContext_1 = __webpack_require__(60);
|
|
3046
|
+
const SdPlatformApiTokenApi_1 = __webpack_require__(58);
|
|
3047
|
+
const SdPlatformBackendSystemApi_1 = __webpack_require__(61);
|
|
3048
|
+
const SdPlatformBookmarkApi_1 = __webpack_require__(62);
|
|
3049
|
+
const SdPlatformChargebeeApi_1 = __webpack_require__(63);
|
|
3050
|
+
const SdPlatformDocumentApi_1 = __webpack_require__(115);
|
|
3051
|
+
const SdPlatformDomainApi_1 = __webpack_require__(64);
|
|
3052
|
+
const SdPlatformHttpLogApi_1 = __webpack_require__(65);
|
|
3053
|
+
const SdPlatformImageApi_1 = __webpack_require__(66);
|
|
3054
|
+
const SdPlatformModelApi_1 = __webpack_require__(67);
|
|
3055
|
+
const SdPlatformModelSharingApi_1 = __webpack_require__(68);
|
|
3056
|
+
const SdPlatformModelTokenApi_1 = __webpack_require__(69);
|
|
3057
|
+
const SdPlatformModelTransferApi_1 = __webpack_require__(70);
|
|
3058
|
+
const SdPlatformNotificationApi_1 = __webpack_require__(71);
|
|
3059
|
+
const SdPlatformOrganizationApi_1 = __webpack_require__(72);
|
|
3060
|
+
const SdPlatformPolicyApi_1 = __webpack_require__(73);
|
|
3061
|
+
const SdPlatformSavedStateApi_1 = __webpack_require__(74);
|
|
3062
|
+
const SdPlatformSavedStateSharingApi_1 = __webpack_require__(75);
|
|
3063
|
+
const SdPlatformTagApi_1 = __webpack_require__(76);
|
|
3064
|
+
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(77);
|
|
3065
|
+
const SdPlatformUserApi_1 = __webpack_require__(78);
|
|
3066
|
+
const SdPlatformWebhookApi_1 = __webpack_require__(79);
|
|
3067
|
+
const SdPlatformOrganizationAnalyticsApi_1 = __webpack_require__(116);
|
|
3068
|
+
const SdPlatformOpenIDProviderApi_1 = __webpack_require__(117);
|
|
3039
3069
|
class SdPlatformSdk {
|
|
3040
3070
|
/**
|
|
3041
3071
|
* ShapeDiverSDK constructor
|
|
@@ -3061,6 +3091,7 @@ class SdPlatformSdk {
|
|
|
3061
3091
|
this.__modelTokens = new SdPlatformModelTokenApi_1.SdPlatformModelTokenApi(context, this.__authorization);
|
|
3062
3092
|
this.__modelTransfers = new SdPlatformModelTransferApi_1.SdPlatformModelTransferApi(context, this.__authorization);
|
|
3063
3093
|
this.__notifications = new SdPlatformNotificationApi_1.SdPlatformNotificationApi(context, this.__authorization);
|
|
3094
|
+
this.__openidProviders = new SdPlatformOpenIDProviderApi_1.SdPlatformOpenIDProviderApi(context, this.__authorization);
|
|
3064
3095
|
this.__organizations = new SdPlatformOrganizationApi_1.SdPlatformOrganizationApi(context, this.__authorization);
|
|
3065
3096
|
this.__policies = new SdPlatformPolicyApi_1.SdPlatformPolicyApi(context, this.__authorization);
|
|
3066
3097
|
this.__savedStates = new SdPlatformSavedStateApi_1.SdPlatformSavedStateApi(context, this.__authorization);
|
|
@@ -3164,6 +3195,12 @@ class SdPlatformSdk {
|
|
|
3164
3195
|
get notifications() {
|
|
3165
3196
|
return this.__notifications;
|
|
3166
3197
|
}
|
|
3198
|
+
/**
|
|
3199
|
+
* Gets the openid providers.
|
|
3200
|
+
*/
|
|
3201
|
+
get openidProviders() {
|
|
3202
|
+
return this.__openidProviders;
|
|
3203
|
+
}
|
|
3167
3204
|
/**
|
|
3168
3205
|
* Operations for organizations.
|
|
3169
3206
|
*/
|
|
@@ -3242,7 +3279,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3242
3279
|
|
|
3243
3280
|
|
|
3244
3281
|
/***/ }),
|
|
3245
|
-
/*
|
|
3282
|
+
/* 81 */
|
|
3246
3283
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3247
3284
|
|
|
3248
3285
|
"use strict";
|
|
@@ -3261,8 +3298,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3261
3298
|
};
|
|
3262
3299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3263
3300
|
exports.SdPlatformSdkApi = void 0;
|
|
3264
|
-
const SdPlatformSdkErrorMapping_1 = __webpack_require__(
|
|
3265
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3301
|
+
const SdPlatformSdkErrorMapping_1 = __webpack_require__(82);
|
|
3302
|
+
const axios_1 = __importDefault(__webpack_require__(83));
|
|
3266
3303
|
var Method;
|
|
3267
3304
|
(function (Method) {
|
|
3268
3305
|
Method["GET"] = "GET";
|
|
@@ -3416,7 +3453,7 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3416
3453
|
|
|
3417
3454
|
|
|
3418
3455
|
/***/ }),
|
|
3419
|
-
/*
|
|
3456
|
+
/* 82 */
|
|
3420
3457
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3421
3458
|
|
|
3422
3459
|
"use strict";
|
|
@@ -3426,8 +3463,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3426
3463
|
};
|
|
3427
3464
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3428
3465
|
exports.mapToApiError = void 0;
|
|
3429
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3430
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
3466
|
+
const axios_1 = __importDefault(__webpack_require__(83));
|
|
3467
|
+
const SdPlatformErrors_1 = __webpack_require__(56);
|
|
3431
3468
|
function isOAuthResponseError(response) {
|
|
3432
3469
|
return ("error" in response) && ("error_description" in response);
|
|
3433
3470
|
}
|
|
@@ -3472,23 +3509,23 @@ exports.mapToApiError = mapToApiError;
|
|
|
3472
3509
|
|
|
3473
3510
|
|
|
3474
3511
|
/***/ }),
|
|
3475
|
-
/*
|
|
3512
|
+
/* 83 */
|
|
3476
3513
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3477
3514
|
|
|
3478
|
-
module.exports = __webpack_require__(
|
|
3515
|
+
module.exports = __webpack_require__(84);
|
|
3479
3516
|
|
|
3480
3517
|
/***/ }),
|
|
3481
|
-
/*
|
|
3518
|
+
/* 84 */
|
|
3482
3519
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3483
3520
|
|
|
3484
3521
|
"use strict";
|
|
3485
3522
|
|
|
3486
3523
|
|
|
3487
|
-
var utils = __webpack_require__(
|
|
3488
|
-
var bind = __webpack_require__(
|
|
3489
|
-
var Axios = __webpack_require__(
|
|
3490
|
-
var mergeConfig = __webpack_require__(
|
|
3491
|
-
var defaults = __webpack_require__(
|
|
3524
|
+
var utils = __webpack_require__(85);
|
|
3525
|
+
var bind = __webpack_require__(86);
|
|
3526
|
+
var Axios = __webpack_require__(87);
|
|
3527
|
+
var mergeConfig = __webpack_require__(108);
|
|
3528
|
+
var defaults = __webpack_require__(92);
|
|
3492
3529
|
|
|
3493
3530
|
/**
|
|
3494
3531
|
* Create an instance of Axios
|
|
@@ -3521,19 +3558,19 @@ var axios = createInstance(defaults);
|
|
|
3521
3558
|
axios.Axios = Axios;
|
|
3522
3559
|
|
|
3523
3560
|
// Expose Cancel & CancelToken
|
|
3524
|
-
axios.Cancel = __webpack_require__(
|
|
3525
|
-
axios.CancelToken = __webpack_require__(
|
|
3526
|
-
axios.isCancel = __webpack_require__(
|
|
3527
|
-
axios.VERSION = __webpack_require__(
|
|
3561
|
+
axios.Cancel = __webpack_require__(106);
|
|
3562
|
+
axios.CancelToken = __webpack_require__(111);
|
|
3563
|
+
axios.isCancel = __webpack_require__(107);
|
|
3564
|
+
axios.VERSION = __webpack_require__(110).version;
|
|
3528
3565
|
|
|
3529
3566
|
// Expose all/spread
|
|
3530
3567
|
axios.all = function all(promises) {
|
|
3531
3568
|
return Promise.all(promises);
|
|
3532
3569
|
};
|
|
3533
|
-
axios.spread = __webpack_require__(
|
|
3570
|
+
axios.spread = __webpack_require__(112);
|
|
3534
3571
|
|
|
3535
3572
|
// Expose isAxiosError
|
|
3536
|
-
axios.isAxiosError = __webpack_require__(
|
|
3573
|
+
axios.isAxiosError = __webpack_require__(113);
|
|
3537
3574
|
|
|
3538
3575
|
module.exports = axios;
|
|
3539
3576
|
|
|
@@ -3542,13 +3579,13 @@ module.exports.default = axios;
|
|
|
3542
3579
|
|
|
3543
3580
|
|
|
3544
3581
|
/***/ }),
|
|
3545
|
-
/*
|
|
3582
|
+
/* 85 */
|
|
3546
3583
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3547
3584
|
|
|
3548
3585
|
"use strict";
|
|
3549
3586
|
|
|
3550
3587
|
|
|
3551
|
-
var bind = __webpack_require__(
|
|
3588
|
+
var bind = __webpack_require__(86);
|
|
3552
3589
|
|
|
3553
3590
|
// utils is a library of generic helper functions non-specific to axios
|
|
3554
3591
|
|
|
@@ -3898,7 +3935,7 @@ module.exports = {
|
|
|
3898
3935
|
|
|
3899
3936
|
|
|
3900
3937
|
/***/ }),
|
|
3901
|
-
/*
|
|
3938
|
+
/* 86 */
|
|
3902
3939
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3903
3940
|
|
|
3904
3941
|
"use strict";
|
|
@@ -3916,18 +3953,18 @@ module.exports = function bind(fn, thisArg) {
|
|
|
3916
3953
|
|
|
3917
3954
|
|
|
3918
3955
|
/***/ }),
|
|
3919
|
-
/*
|
|
3956
|
+
/* 87 */
|
|
3920
3957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3921
3958
|
|
|
3922
3959
|
"use strict";
|
|
3923
3960
|
|
|
3924
3961
|
|
|
3925
|
-
var utils = __webpack_require__(
|
|
3926
|
-
var buildURL = __webpack_require__(
|
|
3927
|
-
var InterceptorManager = __webpack_require__(
|
|
3928
|
-
var dispatchRequest = __webpack_require__(
|
|
3929
|
-
var mergeConfig = __webpack_require__(
|
|
3930
|
-
var validator = __webpack_require__(
|
|
3962
|
+
var utils = __webpack_require__(85);
|
|
3963
|
+
var buildURL = __webpack_require__(88);
|
|
3964
|
+
var InterceptorManager = __webpack_require__(89);
|
|
3965
|
+
var dispatchRequest = __webpack_require__(90);
|
|
3966
|
+
var mergeConfig = __webpack_require__(108);
|
|
3967
|
+
var validator = __webpack_require__(109);
|
|
3931
3968
|
|
|
3932
3969
|
var validators = validator.validators;
|
|
3933
3970
|
/**
|
|
@@ -4071,13 +4108,13 @@ module.exports = Axios;
|
|
|
4071
4108
|
|
|
4072
4109
|
|
|
4073
4110
|
/***/ }),
|
|
4074
|
-
/*
|
|
4111
|
+
/* 88 */
|
|
4075
4112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4076
4113
|
|
|
4077
4114
|
"use strict";
|
|
4078
4115
|
|
|
4079
4116
|
|
|
4080
|
-
var utils = __webpack_require__(
|
|
4117
|
+
var utils = __webpack_require__(85);
|
|
4081
4118
|
|
|
4082
4119
|
function encode(val) {
|
|
4083
4120
|
return encodeURIComponent(val).
|
|
@@ -4148,13 +4185,13 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4148
4185
|
|
|
4149
4186
|
|
|
4150
4187
|
/***/ }),
|
|
4151
|
-
/*
|
|
4188
|
+
/* 89 */
|
|
4152
4189
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4153
4190
|
|
|
4154
4191
|
"use strict";
|
|
4155
4192
|
|
|
4156
4193
|
|
|
4157
|
-
var utils = __webpack_require__(
|
|
4194
|
+
var utils = __webpack_require__(85);
|
|
4158
4195
|
|
|
4159
4196
|
function InterceptorManager() {
|
|
4160
4197
|
this.handlers = [];
|
|
@@ -4209,17 +4246,17 @@ module.exports = InterceptorManager;
|
|
|
4209
4246
|
|
|
4210
4247
|
|
|
4211
4248
|
/***/ }),
|
|
4212
|
-
/*
|
|
4249
|
+
/* 90 */
|
|
4213
4250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4214
4251
|
|
|
4215
4252
|
"use strict";
|
|
4216
4253
|
|
|
4217
4254
|
|
|
4218
|
-
var utils = __webpack_require__(
|
|
4219
|
-
var transformData = __webpack_require__(
|
|
4220
|
-
var isCancel = __webpack_require__(
|
|
4221
|
-
var defaults = __webpack_require__(
|
|
4222
|
-
var Cancel = __webpack_require__(
|
|
4255
|
+
var utils = __webpack_require__(85);
|
|
4256
|
+
var transformData = __webpack_require__(91);
|
|
4257
|
+
var isCancel = __webpack_require__(107);
|
|
4258
|
+
var defaults = __webpack_require__(92);
|
|
4259
|
+
var Cancel = __webpack_require__(106);
|
|
4223
4260
|
|
|
4224
4261
|
/**
|
|
4225
4262
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4303,14 +4340,14 @@ module.exports = function dispatchRequest(config) {
|
|
|
4303
4340
|
|
|
4304
4341
|
|
|
4305
4342
|
/***/ }),
|
|
4306
|
-
/*
|
|
4343
|
+
/* 91 */
|
|
4307
4344
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4308
4345
|
|
|
4309
4346
|
"use strict";
|
|
4310
4347
|
|
|
4311
4348
|
|
|
4312
|
-
var utils = __webpack_require__(
|
|
4313
|
-
var defaults = __webpack_require__(
|
|
4349
|
+
var utils = __webpack_require__(85);
|
|
4350
|
+
var defaults = __webpack_require__(92);
|
|
4314
4351
|
|
|
4315
4352
|
/**
|
|
4316
4353
|
* Transform the data for a request or a response
|
|
@@ -4332,16 +4369,16 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4332
4369
|
|
|
4333
4370
|
|
|
4334
4371
|
/***/ }),
|
|
4335
|
-
/*
|
|
4372
|
+
/* 92 */
|
|
4336
4373
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4337
4374
|
|
|
4338
4375
|
"use strict";
|
|
4339
4376
|
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4340
4377
|
|
|
4341
|
-
var utils = __webpack_require__(
|
|
4342
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4343
|
-
var enhanceError = __webpack_require__(
|
|
4344
|
-
var transitionalDefaults = __webpack_require__(
|
|
4378
|
+
var utils = __webpack_require__(85);
|
|
4379
|
+
var normalizeHeaderName = __webpack_require__(94);
|
|
4380
|
+
var enhanceError = __webpack_require__(95);
|
|
4381
|
+
var transitionalDefaults = __webpack_require__(96);
|
|
4345
4382
|
|
|
4346
4383
|
var DEFAULT_CONTENT_TYPE = {
|
|
4347
4384
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4357,10 +4394,10 @@ function getDefaultAdapter() {
|
|
|
4357
4394
|
var adapter;
|
|
4358
4395
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4359
4396
|
// For browsers use XHR adapter
|
|
4360
|
-
adapter = __webpack_require__(
|
|
4397
|
+
adapter = __webpack_require__(97);
|
|
4361
4398
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4362
4399
|
// For node use HTTP adapter
|
|
4363
|
-
adapter = __webpack_require__(
|
|
4400
|
+
adapter = __webpack_require__(97);
|
|
4364
4401
|
}
|
|
4365
4402
|
return adapter;
|
|
4366
4403
|
}
|
|
@@ -4468,10 +4505,10 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4468
4505
|
|
|
4469
4506
|
module.exports = defaults;
|
|
4470
4507
|
|
|
4471
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
4508
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(93)))
|
|
4472
4509
|
|
|
4473
4510
|
/***/ }),
|
|
4474
|
-
/*
|
|
4511
|
+
/* 93 */
|
|
4475
4512
|
/***/ (function(module, exports) {
|
|
4476
4513
|
|
|
4477
4514
|
// shim for using process in browser
|
|
@@ -4661,13 +4698,13 @@ process.umask = function() { return 0; };
|
|
|
4661
4698
|
|
|
4662
4699
|
|
|
4663
4700
|
/***/ }),
|
|
4664
|
-
/*
|
|
4701
|
+
/* 94 */
|
|
4665
4702
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4666
4703
|
|
|
4667
4704
|
"use strict";
|
|
4668
4705
|
|
|
4669
4706
|
|
|
4670
|
-
var utils = __webpack_require__(
|
|
4707
|
+
var utils = __webpack_require__(85);
|
|
4671
4708
|
|
|
4672
4709
|
module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
4673
4710
|
utils.forEach(headers, function processHeader(value, name) {
|
|
@@ -4680,7 +4717,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4680
4717
|
|
|
4681
4718
|
|
|
4682
4719
|
/***/ }),
|
|
4683
|
-
/*
|
|
4720
|
+
/* 95 */
|
|
4684
4721
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4685
4722
|
|
|
4686
4723
|
"use strict";
|
|
@@ -4730,7 +4767,7 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4730
4767
|
|
|
4731
4768
|
|
|
4732
4769
|
/***/ }),
|
|
4733
|
-
/*
|
|
4770
|
+
/* 96 */
|
|
4734
4771
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4735
4772
|
|
|
4736
4773
|
"use strict";
|
|
@@ -4744,22 +4781,22 @@ module.exports = {
|
|
|
4744
4781
|
|
|
4745
4782
|
|
|
4746
4783
|
/***/ }),
|
|
4747
|
-
/*
|
|
4784
|
+
/* 97 */
|
|
4748
4785
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4749
4786
|
|
|
4750
4787
|
"use strict";
|
|
4751
4788
|
|
|
4752
4789
|
|
|
4753
|
-
var utils = __webpack_require__(
|
|
4754
|
-
var settle = __webpack_require__(
|
|
4755
|
-
var cookies = __webpack_require__(
|
|
4756
|
-
var buildURL = __webpack_require__(
|
|
4757
|
-
var buildFullPath = __webpack_require__(
|
|
4758
|
-
var parseHeaders = __webpack_require__(
|
|
4759
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4760
|
-
var createError = __webpack_require__(
|
|
4761
|
-
var transitionalDefaults = __webpack_require__(
|
|
4762
|
-
var Cancel = __webpack_require__(
|
|
4790
|
+
var utils = __webpack_require__(85);
|
|
4791
|
+
var settle = __webpack_require__(98);
|
|
4792
|
+
var cookies = __webpack_require__(100);
|
|
4793
|
+
var buildURL = __webpack_require__(88);
|
|
4794
|
+
var buildFullPath = __webpack_require__(101);
|
|
4795
|
+
var parseHeaders = __webpack_require__(104);
|
|
4796
|
+
var isURLSameOrigin = __webpack_require__(105);
|
|
4797
|
+
var createError = __webpack_require__(99);
|
|
4798
|
+
var transitionalDefaults = __webpack_require__(96);
|
|
4799
|
+
var Cancel = __webpack_require__(106);
|
|
4763
4800
|
|
|
4764
4801
|
module.exports = function xhrAdapter(config) {
|
|
4765
4802
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4963,13 +5000,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4963
5000
|
|
|
4964
5001
|
|
|
4965
5002
|
/***/ }),
|
|
4966
|
-
/*
|
|
5003
|
+
/* 98 */
|
|
4967
5004
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4968
5005
|
|
|
4969
5006
|
"use strict";
|
|
4970
5007
|
|
|
4971
5008
|
|
|
4972
|
-
var createError = __webpack_require__(
|
|
5009
|
+
var createError = __webpack_require__(99);
|
|
4973
5010
|
|
|
4974
5011
|
/**
|
|
4975
5012
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4995,13 +5032,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4995
5032
|
|
|
4996
5033
|
|
|
4997
5034
|
/***/ }),
|
|
4998
|
-
/*
|
|
5035
|
+
/* 99 */
|
|
4999
5036
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5000
5037
|
|
|
5001
5038
|
"use strict";
|
|
5002
5039
|
|
|
5003
5040
|
|
|
5004
|
-
var enhanceError = __webpack_require__(
|
|
5041
|
+
var enhanceError = __webpack_require__(95);
|
|
5005
5042
|
|
|
5006
5043
|
/**
|
|
5007
5044
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -5020,13 +5057,13 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
5020
5057
|
|
|
5021
5058
|
|
|
5022
5059
|
/***/ }),
|
|
5023
|
-
/*
|
|
5060
|
+
/* 100 */
|
|
5024
5061
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5025
5062
|
|
|
5026
5063
|
"use strict";
|
|
5027
5064
|
|
|
5028
5065
|
|
|
5029
|
-
var utils = __webpack_require__(
|
|
5066
|
+
var utils = __webpack_require__(85);
|
|
5030
5067
|
|
|
5031
5068
|
module.exports = (
|
|
5032
5069
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5080,14 +5117,14 @@ module.exports = (
|
|
|
5080
5117
|
|
|
5081
5118
|
|
|
5082
5119
|
/***/ }),
|
|
5083
|
-
/*
|
|
5120
|
+
/* 101 */
|
|
5084
5121
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5085
5122
|
|
|
5086
5123
|
"use strict";
|
|
5087
5124
|
|
|
5088
5125
|
|
|
5089
|
-
var isAbsoluteURL = __webpack_require__(
|
|
5090
|
-
var combineURLs = __webpack_require__(
|
|
5126
|
+
var isAbsoluteURL = __webpack_require__(102);
|
|
5127
|
+
var combineURLs = __webpack_require__(103);
|
|
5091
5128
|
|
|
5092
5129
|
/**
|
|
5093
5130
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -5107,7 +5144,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
5107
5144
|
|
|
5108
5145
|
|
|
5109
5146
|
/***/ }),
|
|
5110
|
-
/*
|
|
5147
|
+
/* 102 */
|
|
5111
5148
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5112
5149
|
|
|
5113
5150
|
"use strict";
|
|
@@ -5128,7 +5165,7 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
5128
5165
|
|
|
5129
5166
|
|
|
5130
5167
|
/***/ }),
|
|
5131
|
-
/*
|
|
5168
|
+
/* 103 */
|
|
5132
5169
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5133
5170
|
|
|
5134
5171
|
"use strict";
|
|
@@ -5149,13 +5186,13 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
5149
5186
|
|
|
5150
5187
|
|
|
5151
5188
|
/***/ }),
|
|
5152
|
-
/*
|
|
5189
|
+
/* 104 */
|
|
5153
5190
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5154
5191
|
|
|
5155
5192
|
"use strict";
|
|
5156
5193
|
|
|
5157
5194
|
|
|
5158
|
-
var utils = __webpack_require__(
|
|
5195
|
+
var utils = __webpack_require__(85);
|
|
5159
5196
|
|
|
5160
5197
|
// Headers whose duplicates are ignored by node
|
|
5161
5198
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
@@ -5209,13 +5246,13 @@ module.exports = function parseHeaders(headers) {
|
|
|
5209
5246
|
|
|
5210
5247
|
|
|
5211
5248
|
/***/ }),
|
|
5212
|
-
/*
|
|
5249
|
+
/* 105 */
|
|
5213
5250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5214
5251
|
|
|
5215
5252
|
"use strict";
|
|
5216
5253
|
|
|
5217
5254
|
|
|
5218
|
-
var utils = __webpack_require__(
|
|
5255
|
+
var utils = __webpack_require__(85);
|
|
5219
5256
|
|
|
5220
5257
|
module.exports = (
|
|
5221
5258
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5284,7 +5321,7 @@ module.exports = (
|
|
|
5284
5321
|
|
|
5285
5322
|
|
|
5286
5323
|
/***/ }),
|
|
5287
|
-
/*
|
|
5324
|
+
/* 106 */
|
|
5288
5325
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5289
5326
|
|
|
5290
5327
|
"use strict";
|
|
@@ -5310,7 +5347,7 @@ module.exports = Cancel;
|
|
|
5310
5347
|
|
|
5311
5348
|
|
|
5312
5349
|
/***/ }),
|
|
5313
|
-
/*
|
|
5350
|
+
/* 107 */
|
|
5314
5351
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5315
5352
|
|
|
5316
5353
|
"use strict";
|
|
@@ -5322,13 +5359,13 @@ module.exports = function isCancel(value) {
|
|
|
5322
5359
|
|
|
5323
5360
|
|
|
5324
5361
|
/***/ }),
|
|
5325
|
-
/*
|
|
5362
|
+
/* 108 */
|
|
5326
5363
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5327
5364
|
|
|
5328
5365
|
"use strict";
|
|
5329
5366
|
|
|
5330
5367
|
|
|
5331
|
-
var utils = __webpack_require__(
|
|
5368
|
+
var utils = __webpack_require__(85);
|
|
5332
5369
|
|
|
5333
5370
|
/**
|
|
5334
5371
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -5428,13 +5465,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5428
5465
|
|
|
5429
5466
|
|
|
5430
5467
|
/***/ }),
|
|
5431
|
-
/*
|
|
5468
|
+
/* 109 */
|
|
5432
5469
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5433
5470
|
|
|
5434
5471
|
"use strict";
|
|
5435
5472
|
|
|
5436
5473
|
|
|
5437
|
-
var VERSION = __webpack_require__(
|
|
5474
|
+
var VERSION = __webpack_require__(110).version;
|
|
5438
5475
|
|
|
5439
5476
|
var validators = {};
|
|
5440
5477
|
|
|
@@ -5517,7 +5554,7 @@ module.exports = {
|
|
|
5517
5554
|
|
|
5518
5555
|
|
|
5519
5556
|
/***/ }),
|
|
5520
|
-
/*
|
|
5557
|
+
/* 110 */
|
|
5521
5558
|
/***/ (function(module, exports) {
|
|
5522
5559
|
|
|
5523
5560
|
module.exports = {
|
|
@@ -5525,13 +5562,13 @@ module.exports = {
|
|
|
5525
5562
|
};
|
|
5526
5563
|
|
|
5527
5564
|
/***/ }),
|
|
5528
|
-
/*
|
|
5565
|
+
/* 111 */
|
|
5529
5566
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5530
5567
|
|
|
5531
5568
|
"use strict";
|
|
5532
5569
|
|
|
5533
5570
|
|
|
5534
|
-
var Cancel = __webpack_require__(
|
|
5571
|
+
var Cancel = __webpack_require__(106);
|
|
5535
5572
|
|
|
5536
5573
|
/**
|
|
5537
5574
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5651,7 +5688,7 @@ module.exports = CancelToken;
|
|
|
5651
5688
|
|
|
5652
5689
|
|
|
5653
5690
|
/***/ }),
|
|
5654
|
-
/*
|
|
5691
|
+
/* 112 */
|
|
5655
5692
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5656
5693
|
|
|
5657
5694
|
"use strict";
|
|
@@ -5685,13 +5722,13 @@ module.exports = function spread(callback) {
|
|
|
5685
5722
|
|
|
5686
5723
|
|
|
5687
5724
|
/***/ }),
|
|
5688
|
-
/*
|
|
5725
|
+
/* 113 */
|
|
5689
5726
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5690
5727
|
|
|
5691
5728
|
"use strict";
|
|
5692
5729
|
|
|
5693
5730
|
|
|
5694
|
-
var utils = __webpack_require__(
|
|
5731
|
+
var utils = __webpack_require__(85);
|
|
5695
5732
|
|
|
5696
5733
|
/**
|
|
5697
5734
|
* Determines whether the payload is an error thrown by Axios
|
|
@@ -5705,7 +5742,7 @@ module.exports = function isAxiosError(payload) {
|
|
|
5705
5742
|
|
|
5706
5743
|
|
|
5707
5744
|
/***/ }),
|
|
5708
|
-
/*
|
|
5745
|
+
/* 114 */
|
|
5709
5746
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5710
5747
|
|
|
5711
5748
|
"use strict";
|
|
@@ -5732,15 +5769,15 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5732
5769
|
|
|
5733
5770
|
|
|
5734
5771
|
/***/ }),
|
|
5735
|
-
/*
|
|
5772
|
+
/* 115 */
|
|
5736
5773
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5737
5774
|
|
|
5738
5775
|
"use strict";
|
|
5739
5776
|
|
|
5740
5777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5741
5778
|
exports.SdPlatformDocumentApi = void 0;
|
|
5742
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
5743
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
5779
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
5780
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
5744
5781
|
/**
|
|
5745
5782
|
* Actions related to Documents.
|
|
5746
5783
|
*/
|
|
@@ -5824,15 +5861,15 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
5824
5861
|
|
|
5825
5862
|
|
|
5826
5863
|
/***/ }),
|
|
5827
|
-
/*
|
|
5864
|
+
/* 116 */
|
|
5828
5865
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5829
5866
|
|
|
5830
5867
|
"use strict";
|
|
5831
5868
|
|
|
5832
5869
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5833
5870
|
exports.SdPlatformOrganizationAnalyticsApi = void 0;
|
|
5834
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
5835
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
5871
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
5872
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
5836
5873
|
/**
|
|
5837
5874
|
* Analytics for organizations.
|
|
5838
5875
|
*/
|
|
@@ -5853,14 +5890,78 @@ exports.SdPlatformOrganizationAnalyticsApi = SdPlatformOrganizationAnalyticsApi;
|
|
|
5853
5890
|
|
|
5854
5891
|
|
|
5855
5892
|
/***/ }),
|
|
5856
|
-
/*
|
|
5893
|
+
/* 117 */
|
|
5894
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5895
|
+
|
|
5896
|
+
"use strict";
|
|
5897
|
+
|
|
5898
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5899
|
+
exports.SdPlatformOpenIDProviderApi = exports.SdPlatformOpenIDProviderEmbeddableFields = void 0;
|
|
5900
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
5901
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
5902
|
+
var SdPlatformOpenIDProviderEmbeddableFields;
|
|
5903
|
+
(function (SdPlatformOpenIDProviderEmbeddableFields) {
|
|
5904
|
+
SdPlatformOpenIDProviderEmbeddableFields["Organization"] = "organization";
|
|
5905
|
+
})(SdPlatformOpenIDProviderEmbeddableFields = exports.SdPlatformOpenIDProviderEmbeddableFields || (exports.SdPlatformOpenIDProviderEmbeddableFields = {}));
|
|
5906
|
+
/**
|
|
5907
|
+
* Operations for OpenID providers.
|
|
5908
|
+
*/
|
|
5909
|
+
class SdPlatformOpenIDProviderApi extends ResourcesApi_1.ResourcesApi {
|
|
5910
|
+
get __resourcePath() {
|
|
5911
|
+
return "openid_providers";
|
|
5912
|
+
}
|
|
5913
|
+
/**
|
|
5914
|
+
* Get OpenID Provider by id.
|
|
5915
|
+
* @param id - openid provider id.
|
|
5916
|
+
* @param embed - embeddable resources.
|
|
5917
|
+
*/
|
|
5918
|
+
get(id, embed) {
|
|
5919
|
+
return super.__get(SdPlatformRequestId_1.RequestId.OpenIDProviderGet, id, embed);
|
|
5920
|
+
}
|
|
5921
|
+
/**
|
|
5922
|
+
* Query OpenID providers.
|
|
5923
|
+
* @param body
|
|
5924
|
+
*/
|
|
5925
|
+
query(body = {}) {
|
|
5926
|
+
return super.__query(SdPlatformRequestId_1.RequestId.OpenIDProviderQuery, body);
|
|
5927
|
+
}
|
|
5928
|
+
/**
|
|
5929
|
+
* Create an OpenID provider.
|
|
5930
|
+
* @param body
|
|
5931
|
+
* @returns
|
|
5932
|
+
*/
|
|
5933
|
+
create(body) {
|
|
5934
|
+
return super.__post(SdPlatformRequestId_1.RequestId.OpenIDProviderCreate, body);
|
|
5935
|
+
}
|
|
5936
|
+
/**
|
|
5937
|
+
* Patch an OpenID provider.
|
|
5938
|
+
* @param id - id of the OpenID provider
|
|
5939
|
+
* @param body - properties to patch
|
|
5940
|
+
*/
|
|
5941
|
+
patch(id, body) {
|
|
5942
|
+
return super.__patch(SdPlatformRequestId_1.RequestId.OpenIDProviderPatch, id, body);
|
|
5943
|
+
}
|
|
5944
|
+
/**
|
|
5945
|
+
* Delete an OpenID provider..
|
|
5946
|
+
* @param id
|
|
5947
|
+
* @returns
|
|
5948
|
+
*/
|
|
5949
|
+
delete(id) {
|
|
5950
|
+
return super.__delete(SdPlatformRequestId_1.RequestId.OpenIDPRoviderDelete, id);
|
|
5951
|
+
}
|
|
5952
|
+
}
|
|
5953
|
+
exports.SdPlatformOpenIDProviderApi = SdPlatformOpenIDProviderApi;
|
|
5954
|
+
|
|
5955
|
+
|
|
5956
|
+
/***/ }),
|
|
5957
|
+
/* 118 */
|
|
5857
5958
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5858
5959
|
|
|
5859
5960
|
"use strict";
|
|
5860
5961
|
|
|
5861
5962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5862
5963
|
exports.create = void 0;
|
|
5863
|
-
const SdPlatformSdk_1 = __webpack_require__(
|
|
5964
|
+
const SdPlatformSdk_1 = __webpack_require__(80);
|
|
5864
5965
|
function create(clientId, clientSecret, baseUrl) {
|
|
5865
5966
|
const checkIfCredential = (clientId) => {
|
|
5866
5967
|
return !!(clientId && clientId.clientId);
|