@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.node.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__(136), 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__(132);
|
|
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__(133);
|
|
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__(134);
|
|
3068
|
+
const SdPlatformOpenIDProviderApi_1 = __webpack_require__(135);
|
|
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__(127);
|
|
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__(105);
|
|
3562
|
+
axios.CancelToken = __webpack_require__(129);
|
|
3563
|
+
axios.isCancel = __webpack_require__(126);
|
|
3564
|
+
axios.VERSION = __webpack_require__(125).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__(130);
|
|
3534
3571
|
|
|
3535
3572
|
// Expose isAxiosError
|
|
3536
|
-
axios.isAxiosError = __webpack_require__(
|
|
3573
|
+
axios.isAxiosError = __webpack_require__(131);
|
|
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__(127);
|
|
3967
|
+
var validator = __webpack_require__(128);
|
|
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__(126);
|
|
4258
|
+
var defaults = __webpack_require__(92);
|
|
4259
|
+
var Cancel = __webpack_require__(105);
|
|
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
|
|
|
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__(93);
|
|
4380
|
+
var enhanceError = __webpack_require__(94);
|
|
4381
|
+
var transitionalDefaults = __webpack_require__(95);
|
|
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__(96);
|
|
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__(106);
|
|
4364
4401
|
}
|
|
4365
4402
|
return adapter;
|
|
4366
4403
|
}
|
|
@@ -4470,13 +4507,13 @@ module.exports = defaults;
|
|
|
4470
4507
|
|
|
4471
4508
|
|
|
4472
4509
|
/***/ }),
|
|
4473
|
-
/*
|
|
4510
|
+
/* 93 */
|
|
4474
4511
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4475
4512
|
|
|
4476
4513
|
"use strict";
|
|
4477
4514
|
|
|
4478
4515
|
|
|
4479
|
-
var utils = __webpack_require__(
|
|
4516
|
+
var utils = __webpack_require__(85);
|
|
4480
4517
|
|
|
4481
4518
|
module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
4482
4519
|
utils.forEach(headers, function processHeader(value, name) {
|
|
@@ -4489,7 +4526,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4489
4526
|
|
|
4490
4527
|
|
|
4491
4528
|
/***/ }),
|
|
4492
|
-
/*
|
|
4529
|
+
/* 94 */
|
|
4493
4530
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4494
4531
|
|
|
4495
4532
|
"use strict";
|
|
@@ -4539,7 +4576,7 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4539
4576
|
|
|
4540
4577
|
|
|
4541
4578
|
/***/ }),
|
|
4542
|
-
/*
|
|
4579
|
+
/* 95 */
|
|
4543
4580
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4544
4581
|
|
|
4545
4582
|
"use strict";
|
|
@@ -4553,22 +4590,22 @@ module.exports = {
|
|
|
4553
4590
|
|
|
4554
4591
|
|
|
4555
4592
|
/***/ }),
|
|
4556
|
-
/*
|
|
4593
|
+
/* 96 */
|
|
4557
4594
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4558
4595
|
|
|
4559
4596
|
"use strict";
|
|
4560
4597
|
|
|
4561
4598
|
|
|
4562
|
-
var utils = __webpack_require__(
|
|
4563
|
-
var settle = __webpack_require__(
|
|
4564
|
-
var cookies = __webpack_require__(
|
|
4565
|
-
var buildURL = __webpack_require__(
|
|
4566
|
-
var buildFullPath = __webpack_require__(
|
|
4567
|
-
var parseHeaders = __webpack_require__(
|
|
4568
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4569
|
-
var createError = __webpack_require__(
|
|
4570
|
-
var transitionalDefaults = __webpack_require__(
|
|
4571
|
-
var Cancel = __webpack_require__(
|
|
4599
|
+
var utils = __webpack_require__(85);
|
|
4600
|
+
var settle = __webpack_require__(97);
|
|
4601
|
+
var cookies = __webpack_require__(99);
|
|
4602
|
+
var buildURL = __webpack_require__(88);
|
|
4603
|
+
var buildFullPath = __webpack_require__(100);
|
|
4604
|
+
var parseHeaders = __webpack_require__(103);
|
|
4605
|
+
var isURLSameOrigin = __webpack_require__(104);
|
|
4606
|
+
var createError = __webpack_require__(98);
|
|
4607
|
+
var transitionalDefaults = __webpack_require__(95);
|
|
4608
|
+
var Cancel = __webpack_require__(105);
|
|
4572
4609
|
|
|
4573
4610
|
module.exports = function xhrAdapter(config) {
|
|
4574
4611
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4772,13 +4809,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4772
4809
|
|
|
4773
4810
|
|
|
4774
4811
|
/***/ }),
|
|
4775
|
-
/*
|
|
4812
|
+
/* 97 */
|
|
4776
4813
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4777
4814
|
|
|
4778
4815
|
"use strict";
|
|
4779
4816
|
|
|
4780
4817
|
|
|
4781
|
-
var createError = __webpack_require__(
|
|
4818
|
+
var createError = __webpack_require__(98);
|
|
4782
4819
|
|
|
4783
4820
|
/**
|
|
4784
4821
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4804,13 +4841,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4804
4841
|
|
|
4805
4842
|
|
|
4806
4843
|
/***/ }),
|
|
4807
|
-
/*
|
|
4844
|
+
/* 98 */
|
|
4808
4845
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4809
4846
|
|
|
4810
4847
|
"use strict";
|
|
4811
4848
|
|
|
4812
4849
|
|
|
4813
|
-
var enhanceError = __webpack_require__(
|
|
4850
|
+
var enhanceError = __webpack_require__(94);
|
|
4814
4851
|
|
|
4815
4852
|
/**
|
|
4816
4853
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -4829,13 +4866,13 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
4829
4866
|
|
|
4830
4867
|
|
|
4831
4868
|
/***/ }),
|
|
4832
|
-
/*
|
|
4869
|
+
/* 99 */
|
|
4833
4870
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4834
4871
|
|
|
4835
4872
|
"use strict";
|
|
4836
4873
|
|
|
4837
4874
|
|
|
4838
|
-
var utils = __webpack_require__(
|
|
4875
|
+
var utils = __webpack_require__(85);
|
|
4839
4876
|
|
|
4840
4877
|
module.exports = (
|
|
4841
4878
|
utils.isStandardBrowserEnv() ?
|
|
@@ -4889,14 +4926,14 @@ module.exports = (
|
|
|
4889
4926
|
|
|
4890
4927
|
|
|
4891
4928
|
/***/ }),
|
|
4892
|
-
/*
|
|
4929
|
+
/* 100 */
|
|
4893
4930
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4894
4931
|
|
|
4895
4932
|
"use strict";
|
|
4896
4933
|
|
|
4897
4934
|
|
|
4898
|
-
var isAbsoluteURL = __webpack_require__(
|
|
4899
|
-
var combineURLs = __webpack_require__(
|
|
4935
|
+
var isAbsoluteURL = __webpack_require__(101);
|
|
4936
|
+
var combineURLs = __webpack_require__(102);
|
|
4900
4937
|
|
|
4901
4938
|
/**
|
|
4902
4939
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -4916,7 +4953,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
4916
4953
|
|
|
4917
4954
|
|
|
4918
4955
|
/***/ }),
|
|
4919
|
-
/*
|
|
4956
|
+
/* 101 */
|
|
4920
4957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4921
4958
|
|
|
4922
4959
|
"use strict";
|
|
@@ -4937,7 +4974,7 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
4937
4974
|
|
|
4938
4975
|
|
|
4939
4976
|
/***/ }),
|
|
4940
|
-
/*
|
|
4977
|
+
/* 102 */
|
|
4941
4978
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4942
4979
|
|
|
4943
4980
|
"use strict";
|
|
@@ -4958,13 +4995,13 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
4958
4995
|
|
|
4959
4996
|
|
|
4960
4997
|
/***/ }),
|
|
4961
|
-
/*
|
|
4998
|
+
/* 103 */
|
|
4962
4999
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4963
5000
|
|
|
4964
5001
|
"use strict";
|
|
4965
5002
|
|
|
4966
5003
|
|
|
4967
|
-
var utils = __webpack_require__(
|
|
5004
|
+
var utils = __webpack_require__(85);
|
|
4968
5005
|
|
|
4969
5006
|
// Headers whose duplicates are ignored by node
|
|
4970
5007
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
@@ -5018,13 +5055,13 @@ module.exports = function parseHeaders(headers) {
|
|
|
5018
5055
|
|
|
5019
5056
|
|
|
5020
5057
|
/***/ }),
|
|
5021
|
-
/*
|
|
5058
|
+
/* 104 */
|
|
5022
5059
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5023
5060
|
|
|
5024
5061
|
"use strict";
|
|
5025
5062
|
|
|
5026
5063
|
|
|
5027
|
-
var utils = __webpack_require__(
|
|
5064
|
+
var utils = __webpack_require__(85);
|
|
5028
5065
|
|
|
5029
5066
|
module.exports = (
|
|
5030
5067
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5093,7 +5130,7 @@ module.exports = (
|
|
|
5093
5130
|
|
|
5094
5131
|
|
|
5095
5132
|
/***/ }),
|
|
5096
|
-
/*
|
|
5133
|
+
/* 105 */
|
|
5097
5134
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5098
5135
|
|
|
5099
5136
|
"use strict";
|
|
@@ -5119,27 +5156,27 @@ module.exports = Cancel;
|
|
|
5119
5156
|
|
|
5120
5157
|
|
|
5121
5158
|
/***/ }),
|
|
5122
|
-
/*
|
|
5159
|
+
/* 106 */
|
|
5123
5160
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5124
5161
|
|
|
5125
5162
|
"use strict";
|
|
5126
5163
|
|
|
5127
5164
|
|
|
5128
|
-
var utils = __webpack_require__(
|
|
5129
|
-
var settle = __webpack_require__(
|
|
5130
|
-
var buildFullPath = __webpack_require__(
|
|
5131
|
-
var buildURL = __webpack_require__(
|
|
5132
|
-
var http = __webpack_require__(
|
|
5133
|
-
var https = __webpack_require__(
|
|
5134
|
-
var httpFollow = __webpack_require__(
|
|
5135
|
-
var httpsFollow = __webpack_require__(
|
|
5136
|
-
var url = __webpack_require__(
|
|
5137
|
-
var zlib = __webpack_require__(
|
|
5138
|
-
var VERSION = __webpack_require__(
|
|
5139
|
-
var createError = __webpack_require__(
|
|
5140
|
-
var enhanceError = __webpack_require__(
|
|
5141
|
-
var transitionalDefaults = __webpack_require__(
|
|
5142
|
-
var Cancel = __webpack_require__(
|
|
5165
|
+
var utils = __webpack_require__(85);
|
|
5166
|
+
var settle = __webpack_require__(97);
|
|
5167
|
+
var buildFullPath = __webpack_require__(100);
|
|
5168
|
+
var buildURL = __webpack_require__(88);
|
|
5169
|
+
var http = __webpack_require__(107);
|
|
5170
|
+
var https = __webpack_require__(108);
|
|
5171
|
+
var httpFollow = __webpack_require__(109).http;
|
|
5172
|
+
var httpsFollow = __webpack_require__(109).https;
|
|
5173
|
+
var url = __webpack_require__(110);
|
|
5174
|
+
var zlib = __webpack_require__(124);
|
|
5175
|
+
var VERSION = __webpack_require__(125).version;
|
|
5176
|
+
var createError = __webpack_require__(98);
|
|
5177
|
+
var enhanceError = __webpack_require__(94);
|
|
5178
|
+
var transitionalDefaults = __webpack_require__(95);
|
|
5179
|
+
var Cancel = __webpack_require__(105);
|
|
5143
5180
|
|
|
5144
5181
|
var isHttps = /https:?/;
|
|
5145
5182
|
|
|
@@ -5530,28 +5567,28 @@ module.exports = function httpAdapter(config) {
|
|
|
5530
5567
|
|
|
5531
5568
|
|
|
5532
5569
|
/***/ }),
|
|
5533
|
-
/*
|
|
5570
|
+
/* 107 */
|
|
5534
5571
|
/***/ (function(module, exports) {
|
|
5535
5572
|
|
|
5536
5573
|
module.exports = require("http");
|
|
5537
5574
|
|
|
5538
5575
|
/***/ }),
|
|
5539
|
-
/*
|
|
5576
|
+
/* 108 */
|
|
5540
5577
|
/***/ (function(module, exports) {
|
|
5541
5578
|
|
|
5542
5579
|
module.exports = require("https");
|
|
5543
5580
|
|
|
5544
5581
|
/***/ }),
|
|
5545
|
-
/*
|
|
5582
|
+
/* 109 */
|
|
5546
5583
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5547
5584
|
|
|
5548
|
-
var url = __webpack_require__(
|
|
5585
|
+
var url = __webpack_require__(110);
|
|
5549
5586
|
var URL = url.URL;
|
|
5550
|
-
var http = __webpack_require__(
|
|
5551
|
-
var https = __webpack_require__(
|
|
5552
|
-
var Writable = __webpack_require__(
|
|
5553
|
-
var assert = __webpack_require__(
|
|
5554
|
-
var debug = __webpack_require__(
|
|
5587
|
+
var http = __webpack_require__(107);
|
|
5588
|
+
var https = __webpack_require__(108);
|
|
5589
|
+
var Writable = __webpack_require__(111).Writable;
|
|
5590
|
+
var assert = __webpack_require__(112);
|
|
5591
|
+
var debug = __webpack_require__(113);
|
|
5555
5592
|
|
|
5556
5593
|
// Create handlers that pass events from native requests
|
|
5557
5594
|
var events = ["abort", "aborted", "connect", "error", "socket", "timeout"];
|
|
@@ -6122,25 +6159,25 @@ module.exports.wrap = wrap;
|
|
|
6122
6159
|
|
|
6123
6160
|
|
|
6124
6161
|
/***/ }),
|
|
6125
|
-
/*
|
|
6162
|
+
/* 110 */
|
|
6126
6163
|
/***/ (function(module, exports) {
|
|
6127
6164
|
|
|
6128
6165
|
module.exports = require("url");
|
|
6129
6166
|
|
|
6130
6167
|
/***/ }),
|
|
6131
|
-
/*
|
|
6168
|
+
/* 111 */
|
|
6132
6169
|
/***/ (function(module, exports) {
|
|
6133
6170
|
|
|
6134
6171
|
module.exports = require("stream");
|
|
6135
6172
|
|
|
6136
6173
|
/***/ }),
|
|
6137
|
-
/*
|
|
6174
|
+
/* 112 */
|
|
6138
6175
|
/***/ (function(module, exports) {
|
|
6139
6176
|
|
|
6140
6177
|
module.exports = require("assert");
|
|
6141
6178
|
|
|
6142
6179
|
/***/ }),
|
|
6143
|
-
/*
|
|
6180
|
+
/* 113 */
|
|
6144
6181
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6145
6182
|
|
|
6146
6183
|
var debug;
|
|
@@ -6149,7 +6186,7 @@ module.exports = function () {
|
|
|
6149
6186
|
if (!debug) {
|
|
6150
6187
|
try {
|
|
6151
6188
|
/* eslint global-require: off */
|
|
6152
|
-
debug = __webpack_require__(
|
|
6189
|
+
debug = __webpack_require__(114)("follow-redirects");
|
|
6153
6190
|
}
|
|
6154
6191
|
catch (error) { /* */ }
|
|
6155
6192
|
if (typeof debug !== "function") {
|
|
@@ -6161,7 +6198,7 @@ module.exports = function () {
|
|
|
6161
6198
|
|
|
6162
6199
|
|
|
6163
6200
|
/***/ }),
|
|
6164
|
-
/*
|
|
6201
|
+
/* 114 */
|
|
6165
6202
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6166
6203
|
|
|
6167
6204
|
/**
|
|
@@ -6170,14 +6207,14 @@ module.exports = function () {
|
|
|
6170
6207
|
*/
|
|
6171
6208
|
|
|
6172
6209
|
if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
|
|
6173
|
-
module.exports = __webpack_require__(
|
|
6210
|
+
module.exports = __webpack_require__(115);
|
|
6174
6211
|
} else {
|
|
6175
|
-
module.exports = __webpack_require__(
|
|
6212
|
+
module.exports = __webpack_require__(118);
|
|
6176
6213
|
}
|
|
6177
6214
|
|
|
6178
6215
|
|
|
6179
6216
|
/***/ }),
|
|
6180
|
-
/*
|
|
6217
|
+
/* 115 */
|
|
6181
6218
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6182
6219
|
|
|
6183
6220
|
/* eslint-env browser */
|
|
@@ -6434,7 +6471,7 @@ function localstorage() {
|
|
|
6434
6471
|
}
|
|
6435
6472
|
}
|
|
6436
6473
|
|
|
6437
|
-
module.exports = __webpack_require__(
|
|
6474
|
+
module.exports = __webpack_require__(116)(exports);
|
|
6438
6475
|
|
|
6439
6476
|
const {formatters} = module.exports;
|
|
6440
6477
|
|
|
@@ -6452,7 +6489,7 @@ formatters.j = function (v) {
|
|
|
6452
6489
|
|
|
6453
6490
|
|
|
6454
6491
|
/***/ }),
|
|
6455
|
-
/*
|
|
6492
|
+
/* 116 */
|
|
6456
6493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6457
6494
|
|
|
6458
6495
|
|
|
@@ -6468,7 +6505,7 @@ function setup(env) {
|
|
|
6468
6505
|
createDebug.disable = disable;
|
|
6469
6506
|
createDebug.enable = enable;
|
|
6470
6507
|
createDebug.enabled = enabled;
|
|
6471
|
-
createDebug.humanize = __webpack_require__(
|
|
6508
|
+
createDebug.humanize = __webpack_require__(117);
|
|
6472
6509
|
createDebug.destroy = destroy;
|
|
6473
6510
|
|
|
6474
6511
|
Object.keys(env).forEach(key => {
|
|
@@ -6732,7 +6769,7 @@ module.exports = setup;
|
|
|
6732
6769
|
|
|
6733
6770
|
|
|
6734
6771
|
/***/ }),
|
|
6735
|
-
/*
|
|
6772
|
+
/* 117 */
|
|
6736
6773
|
/***/ (function(module, exports) {
|
|
6737
6774
|
|
|
6738
6775
|
/**
|
|
@@ -6900,15 +6937,15 @@ function plural(ms, msAbs, n, name) {
|
|
|
6900
6937
|
|
|
6901
6938
|
|
|
6902
6939
|
/***/ }),
|
|
6903
|
-
/*
|
|
6940
|
+
/* 118 */
|
|
6904
6941
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6905
6942
|
|
|
6906
6943
|
/**
|
|
6907
6944
|
* Module dependencies.
|
|
6908
6945
|
*/
|
|
6909
6946
|
|
|
6910
|
-
const tty = __webpack_require__(
|
|
6911
|
-
const util = __webpack_require__(
|
|
6947
|
+
const tty = __webpack_require__(119);
|
|
6948
|
+
const util = __webpack_require__(120);
|
|
6912
6949
|
|
|
6913
6950
|
/**
|
|
6914
6951
|
* This is the Node.js implementation of `debug()`.
|
|
@@ -6934,7 +6971,7 @@ exports.colors = [6, 2, 3, 4, 5, 1];
|
|
|
6934
6971
|
try {
|
|
6935
6972
|
// Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json)
|
|
6936
6973
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
6937
|
-
const supportsColor = __webpack_require__(
|
|
6974
|
+
const supportsColor = __webpack_require__(121);
|
|
6938
6975
|
|
|
6939
6976
|
if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
|
|
6940
6977
|
exports.colors = [
|
|
@@ -7142,7 +7179,7 @@ function init(debug) {
|
|
|
7142
7179
|
}
|
|
7143
7180
|
}
|
|
7144
7181
|
|
|
7145
|
-
module.exports = __webpack_require__(
|
|
7182
|
+
module.exports = __webpack_require__(116)(exports);
|
|
7146
7183
|
|
|
7147
7184
|
const {formatters} = module.exports;
|
|
7148
7185
|
|
|
@@ -7169,26 +7206,26 @@ formatters.O = function (v) {
|
|
|
7169
7206
|
|
|
7170
7207
|
|
|
7171
7208
|
/***/ }),
|
|
7172
|
-
/*
|
|
7209
|
+
/* 119 */
|
|
7173
7210
|
/***/ (function(module, exports) {
|
|
7174
7211
|
|
|
7175
7212
|
module.exports = require("tty");
|
|
7176
7213
|
|
|
7177
7214
|
/***/ }),
|
|
7178
|
-
/*
|
|
7215
|
+
/* 120 */
|
|
7179
7216
|
/***/ (function(module, exports) {
|
|
7180
7217
|
|
|
7181
7218
|
module.exports = require("util");
|
|
7182
7219
|
|
|
7183
7220
|
/***/ }),
|
|
7184
|
-
/*
|
|
7221
|
+
/* 121 */
|
|
7185
7222
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7186
7223
|
|
|
7187
7224
|
"use strict";
|
|
7188
7225
|
|
|
7189
|
-
const os = __webpack_require__(
|
|
7190
|
-
const tty = __webpack_require__(
|
|
7191
|
-
const hasFlag = __webpack_require__(
|
|
7226
|
+
const os = __webpack_require__(122);
|
|
7227
|
+
const tty = __webpack_require__(119);
|
|
7228
|
+
const hasFlag = __webpack_require__(123);
|
|
7192
7229
|
|
|
7193
7230
|
const {env} = process;
|
|
7194
7231
|
|
|
@@ -7323,13 +7360,13 @@ module.exports = {
|
|
|
7323
7360
|
|
|
7324
7361
|
|
|
7325
7362
|
/***/ }),
|
|
7326
|
-
/*
|
|
7363
|
+
/* 122 */
|
|
7327
7364
|
/***/ (function(module, exports) {
|
|
7328
7365
|
|
|
7329
7366
|
module.exports = require("os");
|
|
7330
7367
|
|
|
7331
7368
|
/***/ }),
|
|
7332
|
-
/*
|
|
7369
|
+
/* 123 */
|
|
7333
7370
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7334
7371
|
|
|
7335
7372
|
"use strict";
|
|
@@ -7344,13 +7381,13 @@ module.exports = (flag, argv = process.argv) => {
|
|
|
7344
7381
|
|
|
7345
7382
|
|
|
7346
7383
|
/***/ }),
|
|
7347
|
-
/*
|
|
7384
|
+
/* 124 */
|
|
7348
7385
|
/***/ (function(module, exports) {
|
|
7349
7386
|
|
|
7350
7387
|
module.exports = require("zlib");
|
|
7351
7388
|
|
|
7352
7389
|
/***/ }),
|
|
7353
|
-
/*
|
|
7390
|
+
/* 125 */
|
|
7354
7391
|
/***/ (function(module, exports) {
|
|
7355
7392
|
|
|
7356
7393
|
module.exports = {
|
|
@@ -7358,7 +7395,7 @@ module.exports = {
|
|
|
7358
7395
|
};
|
|
7359
7396
|
|
|
7360
7397
|
/***/ }),
|
|
7361
|
-
/*
|
|
7398
|
+
/* 126 */
|
|
7362
7399
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7363
7400
|
|
|
7364
7401
|
"use strict";
|
|
@@ -7370,13 +7407,13 @@ module.exports = function isCancel(value) {
|
|
|
7370
7407
|
|
|
7371
7408
|
|
|
7372
7409
|
/***/ }),
|
|
7373
|
-
/*
|
|
7410
|
+
/* 127 */
|
|
7374
7411
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7375
7412
|
|
|
7376
7413
|
"use strict";
|
|
7377
7414
|
|
|
7378
7415
|
|
|
7379
|
-
var utils = __webpack_require__(
|
|
7416
|
+
var utils = __webpack_require__(85);
|
|
7380
7417
|
|
|
7381
7418
|
/**
|
|
7382
7419
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -7476,13 +7513,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
7476
7513
|
|
|
7477
7514
|
|
|
7478
7515
|
/***/ }),
|
|
7479
|
-
/*
|
|
7516
|
+
/* 128 */
|
|
7480
7517
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7481
7518
|
|
|
7482
7519
|
"use strict";
|
|
7483
7520
|
|
|
7484
7521
|
|
|
7485
|
-
var VERSION = __webpack_require__(
|
|
7522
|
+
var VERSION = __webpack_require__(125).version;
|
|
7486
7523
|
|
|
7487
7524
|
var validators = {};
|
|
7488
7525
|
|
|
@@ -7565,13 +7602,13 @@ module.exports = {
|
|
|
7565
7602
|
|
|
7566
7603
|
|
|
7567
7604
|
/***/ }),
|
|
7568
|
-
/*
|
|
7605
|
+
/* 129 */
|
|
7569
7606
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7570
7607
|
|
|
7571
7608
|
"use strict";
|
|
7572
7609
|
|
|
7573
7610
|
|
|
7574
|
-
var Cancel = __webpack_require__(
|
|
7611
|
+
var Cancel = __webpack_require__(105);
|
|
7575
7612
|
|
|
7576
7613
|
/**
|
|
7577
7614
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -7691,7 +7728,7 @@ module.exports = CancelToken;
|
|
|
7691
7728
|
|
|
7692
7729
|
|
|
7693
7730
|
/***/ }),
|
|
7694
|
-
/*
|
|
7731
|
+
/* 130 */
|
|
7695
7732
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7696
7733
|
|
|
7697
7734
|
"use strict";
|
|
@@ -7725,13 +7762,13 @@ module.exports = function spread(callback) {
|
|
|
7725
7762
|
|
|
7726
7763
|
|
|
7727
7764
|
/***/ }),
|
|
7728
|
-
/*
|
|
7765
|
+
/* 131 */
|
|
7729
7766
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7730
7767
|
|
|
7731
7768
|
"use strict";
|
|
7732
7769
|
|
|
7733
7770
|
|
|
7734
|
-
var utils = __webpack_require__(
|
|
7771
|
+
var utils = __webpack_require__(85);
|
|
7735
7772
|
|
|
7736
7773
|
/**
|
|
7737
7774
|
* Determines whether the payload is an error thrown by Axios
|
|
@@ -7745,7 +7782,7 @@ module.exports = function isAxiosError(payload) {
|
|
|
7745
7782
|
|
|
7746
7783
|
|
|
7747
7784
|
/***/ }),
|
|
7748
|
-
/*
|
|
7785
|
+
/* 132 */
|
|
7749
7786
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7750
7787
|
|
|
7751
7788
|
"use strict";
|
|
@@ -7772,15 +7809,15 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
7772
7809
|
|
|
7773
7810
|
|
|
7774
7811
|
/***/ }),
|
|
7775
|
-
/*
|
|
7812
|
+
/* 133 */
|
|
7776
7813
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7777
7814
|
|
|
7778
7815
|
"use strict";
|
|
7779
7816
|
|
|
7780
7817
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7781
7818
|
exports.SdPlatformDocumentApi = void 0;
|
|
7782
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
7783
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
7819
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
7820
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
7784
7821
|
/**
|
|
7785
7822
|
* Actions related to Documents.
|
|
7786
7823
|
*/
|
|
@@ -7864,15 +7901,15 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
7864
7901
|
|
|
7865
7902
|
|
|
7866
7903
|
/***/ }),
|
|
7867
|
-
/*
|
|
7904
|
+
/* 134 */
|
|
7868
7905
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7869
7906
|
|
|
7870
7907
|
"use strict";
|
|
7871
7908
|
|
|
7872
7909
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7873
7910
|
exports.SdPlatformOrganizationAnalyticsApi = void 0;
|
|
7874
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
7875
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
7911
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
7912
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
7876
7913
|
/**
|
|
7877
7914
|
* Analytics for organizations.
|
|
7878
7915
|
*/
|
|
@@ -7893,14 +7930,78 @@ exports.SdPlatformOrganizationAnalyticsApi = SdPlatformOrganizationAnalyticsApi;
|
|
|
7893
7930
|
|
|
7894
7931
|
|
|
7895
7932
|
/***/ }),
|
|
7896
|
-
/*
|
|
7933
|
+
/* 135 */
|
|
7934
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
7935
|
+
|
|
7936
|
+
"use strict";
|
|
7937
|
+
|
|
7938
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7939
|
+
exports.SdPlatformOpenIDProviderApi = exports.SdPlatformOpenIDProviderEmbeddableFields = void 0;
|
|
7940
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
7941
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
7942
|
+
var SdPlatformOpenIDProviderEmbeddableFields;
|
|
7943
|
+
(function (SdPlatformOpenIDProviderEmbeddableFields) {
|
|
7944
|
+
SdPlatformOpenIDProviderEmbeddableFields["Organization"] = "organization";
|
|
7945
|
+
})(SdPlatformOpenIDProviderEmbeddableFields = exports.SdPlatformOpenIDProviderEmbeddableFields || (exports.SdPlatformOpenIDProviderEmbeddableFields = {}));
|
|
7946
|
+
/**
|
|
7947
|
+
* Operations for OpenID providers.
|
|
7948
|
+
*/
|
|
7949
|
+
class SdPlatformOpenIDProviderApi extends ResourcesApi_1.ResourcesApi {
|
|
7950
|
+
get __resourcePath() {
|
|
7951
|
+
return "openid_providers";
|
|
7952
|
+
}
|
|
7953
|
+
/**
|
|
7954
|
+
* Get OpenID Provider by id.
|
|
7955
|
+
* @param id - openid provider id.
|
|
7956
|
+
* @param embed - embeddable resources.
|
|
7957
|
+
*/
|
|
7958
|
+
get(id, embed) {
|
|
7959
|
+
return super.__get(SdPlatformRequestId_1.RequestId.OpenIDProviderGet, id, embed);
|
|
7960
|
+
}
|
|
7961
|
+
/**
|
|
7962
|
+
* Query OpenID providers.
|
|
7963
|
+
* @param body
|
|
7964
|
+
*/
|
|
7965
|
+
query(body = {}) {
|
|
7966
|
+
return super.__query(SdPlatformRequestId_1.RequestId.OpenIDProviderQuery, body);
|
|
7967
|
+
}
|
|
7968
|
+
/**
|
|
7969
|
+
* Create an OpenID provider.
|
|
7970
|
+
* @param body
|
|
7971
|
+
* @returns
|
|
7972
|
+
*/
|
|
7973
|
+
create(body) {
|
|
7974
|
+
return super.__post(SdPlatformRequestId_1.RequestId.OpenIDProviderCreate, body);
|
|
7975
|
+
}
|
|
7976
|
+
/**
|
|
7977
|
+
* Patch an OpenID provider.
|
|
7978
|
+
* @param id - id of the OpenID provider
|
|
7979
|
+
* @param body - properties to patch
|
|
7980
|
+
*/
|
|
7981
|
+
patch(id, body) {
|
|
7982
|
+
return super.__patch(SdPlatformRequestId_1.RequestId.OpenIDProviderPatch, id, body);
|
|
7983
|
+
}
|
|
7984
|
+
/**
|
|
7985
|
+
* Delete an OpenID provider..
|
|
7986
|
+
* @param id
|
|
7987
|
+
* @returns
|
|
7988
|
+
*/
|
|
7989
|
+
delete(id) {
|
|
7990
|
+
return super.__delete(SdPlatformRequestId_1.RequestId.OpenIDPRoviderDelete, id);
|
|
7991
|
+
}
|
|
7992
|
+
}
|
|
7993
|
+
exports.SdPlatformOpenIDProviderApi = SdPlatformOpenIDProviderApi;
|
|
7994
|
+
|
|
7995
|
+
|
|
7996
|
+
/***/ }),
|
|
7997
|
+
/* 136 */
|
|
7897
7998
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7898
7999
|
|
|
7899
8000
|
"use strict";
|
|
7900
8001
|
|
|
7901
8002
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7902
8003
|
exports.create = void 0;
|
|
7903
|
-
const SdPlatformSdk_1 = __webpack_require__(
|
|
8004
|
+
const SdPlatformSdk_1 = __webpack_require__(80);
|
|
7904
8005
|
function create(clientId, clientSecret, baseUrl) {
|
|
7905
8006
|
const checkIfCredential = (clientId) => {
|
|
7906
8007
|
return !!(clientId && clientId.clientId);
|