@shapediver/sdk.platform-api-sdk-v1 2.6.5 → 2.8.2
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 +12 -0
- package/dist/SdPlatformSdk.d.ts.map +1 -1
- package/dist/api/SdPlatformRequestId.d.ts +7 -0
- package/dist/api/SdPlatformRequestId.d.ts.map +1 -1
- package/dist/auth/SdPlatformAuthServiceApi.d.ts +13 -0
- package/dist/auth/SdPlatformAuthServiceApi.d.ts.map +1 -1
- package/dist/bundle.js +410 -230
- package/dist/bundle.node.js +460 -280
- package/dist/resources/SdPlatformOpenIDProviderApi.d.ts +43 -0
- package/dist/resources/SdPlatformOpenIDProviderApi.d.ts.map +1 -0
- package/dist/resources/SdPlatformOrganizationAnalyticsApi.d.ts +16 -0
- package/dist/resources/SdPlatformOrganizationAnalyticsApi.d.ts.map +1 -0
- package/dist/resources/SdPlatformSavedStateApi.d.ts +2 -1
- package/dist/resources/SdPlatformSavedStateApi.d.ts.map +1 -1
- 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
|
|
@@ -619,6 +625,9 @@ var SdPlatformPolicyPermissionsOrganization;
|
|
|
619
625
|
SdPlatformPolicyPermissionsOrganization["embedChargebeeAddons"] = "embed_chargebee_addons";
|
|
620
626
|
SdPlatformPolicyPermissionsOrganization["create"] = "create";
|
|
621
627
|
SdPlatformPolicyPermissionsOrganization["delete"] = "delete";
|
|
628
|
+
SdPlatformPolicyPermissionsOrganization["queryModelSessions"] = "query_model_sessions";
|
|
629
|
+
SdPlatformPolicyPermissionsOrganization["embedUsedCredits"] = "embed_used_credits";
|
|
630
|
+
SdPlatformPolicyPermissionsOrganization["embedBackendSystem"] = "embed_backend_system";
|
|
622
631
|
})(SdPlatformPolicyPermissionsOrganization = exports.SdPlatformPolicyPermissionsOrganization || (exports.SdPlatformPolicyPermissionsOrganization = {}));
|
|
623
632
|
/**
|
|
624
633
|
* Permissions for users
|
|
@@ -771,10 +780,11 @@ var SdPlatformOrganizationVisibility;
|
|
|
771
780
|
var SdPlatformSavedStateVisibility;
|
|
772
781
|
(function (SdPlatformSavedStateVisibility) {
|
|
773
782
|
SdPlatformSavedStateVisibility["Private"] = "private";
|
|
783
|
+
SdPlatformSavedStateVisibility["Organization"] = "organization";
|
|
774
784
|
SdPlatformSavedStateVisibility["Public"] = "public";
|
|
785
|
+
/** "shared" can be used for querying saved states only */
|
|
775
786
|
SdPlatformSavedStateVisibility["Shared"] = "shared";
|
|
776
787
|
})(SdPlatformSavedStateVisibility = exports.SdPlatformSavedStateVisibility || (exports.SdPlatformSavedStateVisibility = {}));
|
|
777
|
-
;
|
|
778
788
|
//# sourceMappingURL=SdPlatformVisibility.js.map
|
|
779
789
|
|
|
780
790
|
/***/ }),
|
|
@@ -941,7 +951,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
941
951
|
"use strict";
|
|
942
952
|
|
|
943
953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
944
|
-
//# sourceMappingURL=
|
|
954
|
+
//# sourceMappingURL=SdPlatformRequestOpenIDProvider.js.map
|
|
945
955
|
|
|
946
956
|
/***/ }),
|
|
947
957
|
/* 27 */
|
|
@@ -950,7 +960,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
950
960
|
"use strict";
|
|
951
961
|
|
|
952
962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
953
|
-
//# sourceMappingURL=
|
|
963
|
+
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
954
964
|
|
|
955
965
|
/***/ }),
|
|
956
966
|
/* 28 */
|
|
@@ -959,7 +969,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
959
969
|
"use strict";
|
|
960
970
|
|
|
961
971
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
962
|
-
//# sourceMappingURL=
|
|
972
|
+
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
963
973
|
|
|
964
974
|
/***/ }),
|
|
965
975
|
/* 29 */
|
|
@@ -968,7 +978,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
968
978
|
"use strict";
|
|
969
979
|
|
|
970
980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
971
|
-
//# sourceMappingURL=
|
|
981
|
+
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
972
982
|
|
|
973
983
|
/***/ }),
|
|
974
984
|
/* 30 */
|
|
@@ -977,7 +987,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
977
987
|
"use strict";
|
|
978
988
|
|
|
979
989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
980
|
-
//# sourceMappingURL=
|
|
990
|
+
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
981
991
|
|
|
982
992
|
/***/ }),
|
|
983
993
|
/* 31 */
|
|
@@ -986,7 +996,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
986
996
|
"use strict";
|
|
987
997
|
|
|
988
998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
989
|
-
//# sourceMappingURL=
|
|
999
|
+
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
990
1000
|
|
|
991
1001
|
/***/ }),
|
|
992
1002
|
/* 32 */
|
|
@@ -995,7 +1005,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
995
1005
|
"use strict";
|
|
996
1006
|
|
|
997
1007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
998
|
-
//# sourceMappingURL=
|
|
1008
|
+
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
999
1009
|
|
|
1000
1010
|
/***/ }),
|
|
1001
1011
|
/* 33 */
|
|
@@ -1003,6 +1013,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1003
1013
|
|
|
1004
1014
|
"use strict";
|
|
1005
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
|
+
|
|
1006
1025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1007
1026
|
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
1008
1027
|
var SdPlatformResponseAnalyticsTimestampType;
|
|
@@ -1016,7 +1035,7 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
1016
1035
|
//# sourceMappingURL=SdPlatformResponseAnalytics.js.map
|
|
1017
1036
|
|
|
1018
1037
|
/***/ }),
|
|
1019
|
-
/*
|
|
1038
|
+
/* 35 */
|
|
1020
1039
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1021
1040
|
|
|
1022
1041
|
"use strict";
|
|
@@ -1025,7 +1044,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1025
1044
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
1026
1045
|
|
|
1027
1046
|
/***/ }),
|
|
1028
|
-
/*
|
|
1047
|
+
/* 36 */
|
|
1029
1048
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1030
1049
|
|
|
1031
1050
|
"use strict";
|
|
@@ -1034,7 +1053,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1034
1053
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
1035
1054
|
|
|
1036
1055
|
/***/ }),
|
|
1037
|
-
/*
|
|
1056
|
+
/* 37 */
|
|
1038
1057
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1039
1058
|
|
|
1040
1059
|
"use strict";
|
|
@@ -1051,7 +1070,7 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
1051
1070
|
//# sourceMappingURL=SdPlatformResponseChargebee.js.map
|
|
1052
1071
|
|
|
1053
1072
|
/***/ }),
|
|
1054
|
-
/*
|
|
1073
|
+
/* 38 */
|
|
1055
1074
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1056
1075
|
|
|
1057
1076
|
"use strict";
|
|
@@ -1060,7 +1079,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1060
1079
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
1061
1080
|
|
|
1062
1081
|
/***/ }),
|
|
1063
|
-
/*
|
|
1082
|
+
/* 39 */
|
|
1064
1083
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1065
1084
|
|
|
1066
1085
|
"use strict";
|
|
@@ -1069,7 +1088,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1069
1088
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
1070
1089
|
|
|
1071
1090
|
/***/ }),
|
|
1072
|
-
/*
|
|
1091
|
+
/* 40 */
|
|
1073
1092
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1074
1093
|
|
|
1075
1094
|
"use strict";
|
|
@@ -1078,7 +1097,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1078
1097
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
1079
1098
|
|
|
1080
1099
|
/***/ }),
|
|
1081
|
-
/*
|
|
1100
|
+
/* 41 */
|
|
1082
1101
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1083
1102
|
|
|
1084
1103
|
"use strict";
|
|
@@ -1087,7 +1106,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1087
1106
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
1088
1107
|
|
|
1089
1108
|
/***/ }),
|
|
1090
|
-
/*
|
|
1109
|
+
/* 42 */
|
|
1091
1110
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1092
1111
|
|
|
1093
1112
|
"use strict";
|
|
@@ -1096,7 +1115,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1096
1115
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1097
1116
|
|
|
1098
1117
|
/***/ }),
|
|
1099
|
-
/*
|
|
1118
|
+
/* 43 */
|
|
1100
1119
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1101
1120
|
|
|
1102
1121
|
"use strict";
|
|
@@ -1153,7 +1172,7 @@ var SdPlatformModelDenyReason;
|
|
|
1153
1172
|
//# sourceMappingURL=SdPlatformResponseModel.js.map
|
|
1154
1173
|
|
|
1155
1174
|
/***/ }),
|
|
1156
|
-
/*
|
|
1175
|
+
/* 44 */
|
|
1157
1176
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1158
1177
|
|
|
1159
1178
|
"use strict";
|
|
@@ -1162,7 +1181,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1162
1181
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1163
1182
|
|
|
1164
1183
|
/***/ }),
|
|
1165
|
-
/*
|
|
1184
|
+
/* 45 */
|
|
1166
1185
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1167
1186
|
|
|
1168
1187
|
"use strict";
|
|
@@ -1171,7 +1190,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1171
1190
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1172
1191
|
|
|
1173
1192
|
/***/ }),
|
|
1174
|
-
/*
|
|
1193
|
+
/* 46 */
|
|
1175
1194
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1176
1195
|
|
|
1177
1196
|
"use strict";
|
|
@@ -1180,7 +1199,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1180
1199
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1181
1200
|
|
|
1182
1201
|
/***/ }),
|
|
1183
|
-
/*
|
|
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 */
|
|
1184
1212
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1185
1213
|
|
|
1186
1214
|
"use strict";
|
|
@@ -1189,7 +1217,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1189
1217
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1190
1218
|
|
|
1191
1219
|
/***/ }),
|
|
1192
|
-
/*
|
|
1220
|
+
/* 49 */
|
|
1193
1221
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1194
1222
|
|
|
1195
1223
|
"use strict";
|
|
@@ -1198,7 +1226,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1198
1226
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1199
1227
|
|
|
1200
1228
|
/***/ }),
|
|
1201
|
-
/*
|
|
1229
|
+
/* 50 */
|
|
1202
1230
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1203
1231
|
|
|
1204
1232
|
"use strict";
|
|
@@ -1207,7 +1235,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1207
1235
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1208
1236
|
|
|
1209
1237
|
/***/ }),
|
|
1210
|
-
/*
|
|
1238
|
+
/* 51 */
|
|
1211
1239
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1212
1240
|
|
|
1213
1241
|
"use strict";
|
|
@@ -1216,7 +1244,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1216
1244
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1217
1245
|
|
|
1218
1246
|
/***/ }),
|
|
1219
|
-
/*
|
|
1247
|
+
/* 52 */
|
|
1220
1248
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1221
1249
|
|
|
1222
1250
|
"use strict";
|
|
@@ -1225,7 +1253,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1225
1253
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1226
1254
|
|
|
1227
1255
|
/***/ }),
|
|
1228
|
-
/*
|
|
1256
|
+
/* 53 */
|
|
1229
1257
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1230
1258
|
|
|
1231
1259
|
"use strict";
|
|
@@ -1234,7 +1262,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1234
1262
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1235
1263
|
|
|
1236
1264
|
/***/ }),
|
|
1237
|
-
/*
|
|
1265
|
+
/* 54 */
|
|
1238
1266
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1239
1267
|
|
|
1240
1268
|
"use strict";
|
|
@@ -1251,6 +1279,7 @@ var RequestId;
|
|
|
1251
1279
|
*/
|
|
1252
1280
|
RequestId["PasswordGrant"] = "password_grant";
|
|
1253
1281
|
RequestId["RefreshToken"] = "refresh_token";
|
|
1282
|
+
RequestId["AuthorizationCode"] = "authorization_code";
|
|
1254
1283
|
RequestId["Logout"] = "logout";
|
|
1255
1284
|
/**
|
|
1256
1285
|
* Platform Backend API
|
|
@@ -1302,6 +1331,11 @@ var RequestId;
|
|
|
1302
1331
|
RequestId["DomainCreate"] = "domain_create";
|
|
1303
1332
|
RequestId["DomainPatch"] = "domain_patch";
|
|
1304
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";
|
|
1305
1339
|
RequestId["OrganizationGet"] = "organization_get";
|
|
1306
1340
|
RequestId["OrganizationQuery"] = "organization_query";
|
|
1307
1341
|
RequestId["OrganizationCreate"] = "organization_create";
|
|
@@ -1318,6 +1352,7 @@ var RequestId;
|
|
|
1318
1352
|
RequestId["NotificationPatch"] = "notification_patch";
|
|
1319
1353
|
RequestId["NotificationDelete"] = "notification_delete";
|
|
1320
1354
|
RequestId["UserModelSessionsQuery"] = "user_model_sessions_query";
|
|
1355
|
+
RequestId["OrganizationModelSessionsQuery"] = "organization_model_sessions_query";
|
|
1321
1356
|
RequestId["ChargebeeHostedPage"] = "chargebee_hosted_page";
|
|
1322
1357
|
RequestId["ChargebeeHostedPageUpdatePaymentMethod"] = "chargebee_hosted_page_update_payment_method";
|
|
1323
1358
|
RequestId["ChargebeePortalSession"] = "chargebee_portal_session";
|
|
@@ -1358,7 +1393,7 @@ var RequestId;
|
|
|
1358
1393
|
|
|
1359
1394
|
|
|
1360
1395
|
/***/ }),
|
|
1361
|
-
/*
|
|
1396
|
+
/* 55 */
|
|
1362
1397
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1363
1398
|
|
|
1364
1399
|
"use strict";
|
|
@@ -1377,10 +1412,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1377
1412
|
};
|
|
1378
1413
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1379
1414
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1380
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1381
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
1415
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1416
|
+
const SdPlatformErrors_1 = __webpack_require__(56);
|
|
1382
1417
|
const api_platform_api_dto_v1_1 = __webpack_require__(1);
|
|
1383
|
-
const jwt_decode_1 = __importDefault(__webpack_require__(
|
|
1418
|
+
const jwt_decode_1 = __importDefault(__webpack_require__(57));
|
|
1384
1419
|
var RequestState;
|
|
1385
1420
|
(function (RequestState) {
|
|
1386
1421
|
RequestState["NoRequest"] = "NoRequest";
|
|
@@ -1396,6 +1431,7 @@ class SdPlatformAuthServiceApi {
|
|
|
1396
1431
|
this.__context = __context;
|
|
1397
1432
|
this.__refreshTokenFailedEvents = [];
|
|
1398
1433
|
this.__passwordGrantFailedEvents = [];
|
|
1434
|
+
this.__authorizationCodeFailedEvents = [];
|
|
1399
1435
|
/** instance of token request which is used in order to not spam with token requests */
|
|
1400
1436
|
this.__refreshTokenRequestMeta = {
|
|
1401
1437
|
request: undefined,
|
|
@@ -1458,6 +1494,13 @@ class SdPlatformAuthServiceApi {
|
|
|
1458
1494
|
onPasswordGrantFailed(fn) {
|
|
1459
1495
|
this.__passwordGrantFailedEvents.push(fn);
|
|
1460
1496
|
}
|
|
1497
|
+
/**
|
|
1498
|
+
* Register callbacks for "code" grant failed events.
|
|
1499
|
+
* @param fn
|
|
1500
|
+
*/
|
|
1501
|
+
onAuthorizationCodeFailed(fn) {
|
|
1502
|
+
this.__authorizationCodeFailedEvents.push(fn);
|
|
1503
|
+
}
|
|
1461
1504
|
/**
|
|
1462
1505
|
* Try to get a fresh access token using the current refresh token. OAuth 2.0 "refresh_token" grant.
|
|
1463
1506
|
* @returns
|
|
@@ -1520,6 +1563,33 @@ class SdPlatformAuthServiceApi {
|
|
|
1520
1563
|
}
|
|
1521
1564
|
});
|
|
1522
1565
|
}
|
|
1566
|
+
/**
|
|
1567
|
+
* Authenticate using authorization code. Open Id providers.
|
|
1568
|
+
* @param code
|
|
1569
|
+
* @param state
|
|
1570
|
+
* @returns
|
|
1571
|
+
*/
|
|
1572
|
+
authorizationCode(code, state) {
|
|
1573
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1574
|
+
try {
|
|
1575
|
+
const data = yield this.__request(SdPlatformRequestId_1.RequestId.AuthorizationCode, {
|
|
1576
|
+
grant_type: api_platform_api_dto_v1_1.SdPlatformAuthGrantType.Code,
|
|
1577
|
+
client_id: this.__config.clientId,
|
|
1578
|
+
code,
|
|
1579
|
+
state,
|
|
1580
|
+
});
|
|
1581
|
+
this.setAccessTokenDetails(data);
|
|
1582
|
+
return data;
|
|
1583
|
+
}
|
|
1584
|
+
catch (error) {
|
|
1585
|
+
if (error instanceof SdPlatformErrors_1.SdPlatformResponseError) {
|
|
1586
|
+
this.__cleanAuthData();
|
|
1587
|
+
this.__authorizationCodeFailedEvents.forEach(x => x(error));
|
|
1588
|
+
}
|
|
1589
|
+
throw error;
|
|
1590
|
+
}
|
|
1591
|
+
});
|
|
1592
|
+
}
|
|
1523
1593
|
/**
|
|
1524
1594
|
* Clean the authentication data, unset the "refresh_token" cookie.
|
|
1525
1595
|
* @returns
|
|
@@ -1540,7 +1610,7 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1540
1610
|
|
|
1541
1611
|
|
|
1542
1612
|
/***/ }),
|
|
1543
|
-
/*
|
|
1613
|
+
/* 56 */
|
|
1544
1614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1545
1615
|
|
|
1546
1616
|
"use strict";
|
|
@@ -1624,7 +1694,7 @@ exports.SdPlatformOAuthResponseError = SdPlatformOAuthResponseError;
|
|
|
1624
1694
|
|
|
1625
1695
|
|
|
1626
1696
|
/***/ }),
|
|
1627
|
-
/*
|
|
1697
|
+
/* 57 */
|
|
1628
1698
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1629
1699
|
|
|
1630
1700
|
"use strict";
|
|
@@ -1635,15 +1705,15 @@ function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidChar
|
|
|
1635
1705
|
|
|
1636
1706
|
|
|
1637
1707
|
/***/ }),
|
|
1638
|
-
/*
|
|
1708
|
+
/* 58 */
|
|
1639
1709
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1640
1710
|
|
|
1641
1711
|
"use strict";
|
|
1642
1712
|
|
|
1643
1713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1644
1714
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1645
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1646
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1715
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1716
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1647
1717
|
/**
|
|
1648
1718
|
* CRUD operations for Platform API tokens.
|
|
1649
1719
|
* Platform API tokens can be limited in scope and lifetime.
|
|
@@ -1674,7 +1744,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1674
1744
|
|
|
1675
1745
|
|
|
1676
1746
|
/***/ }),
|
|
1677
|
-
/*
|
|
1747
|
+
/* 59 */
|
|
1678
1748
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1679
1749
|
|
|
1680
1750
|
"use strict";
|
|
@@ -1690,7 +1760,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1690
1760
|
};
|
|
1691
1761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1692
1762
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1693
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
1763
|
+
const SdPlatformSdkContext_1 = __webpack_require__(60);
|
|
1694
1764
|
/**
|
|
1695
1765
|
* Actions enum.
|
|
1696
1766
|
*/
|
|
@@ -1792,7 +1862,7 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1792
1862
|
|
|
1793
1863
|
|
|
1794
1864
|
/***/ }),
|
|
1795
|
-
/*
|
|
1865
|
+
/* 60 */
|
|
1796
1866
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1797
1867
|
|
|
1798
1868
|
"use strict";
|
|
@@ -1886,15 +1956,15 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
1886
1956
|
|
|
1887
1957
|
|
|
1888
1958
|
/***/ }),
|
|
1889
|
-
/*
|
|
1959
|
+
/* 61 */
|
|
1890
1960
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1891
1961
|
|
|
1892
1962
|
"use strict";
|
|
1893
1963
|
|
|
1894
1964
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1895
1965
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
1896
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1897
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1966
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1967
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1898
1968
|
/**
|
|
1899
1969
|
* Operations for ShapeDiver Geometry Backend Systems known by the Platform Backend.
|
|
1900
1970
|
*/
|
|
@@ -1922,15 +1992,15 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
1922
1992
|
|
|
1923
1993
|
|
|
1924
1994
|
/***/ }),
|
|
1925
|
-
/*
|
|
1995
|
+
/* 62 */
|
|
1926
1996
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1927
1997
|
|
|
1928
1998
|
"use strict";
|
|
1929
1999
|
|
|
1930
2000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1931
2001
|
exports.SdPlatformBookmarkApi = void 0;
|
|
1932
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1933
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2002
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2003
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
1934
2004
|
/**
|
|
1935
2005
|
* Operations for creating and deleting bookmarks
|
|
1936
2006
|
*/
|
|
@@ -1954,15 +2024,15 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
1954
2024
|
|
|
1955
2025
|
|
|
1956
2026
|
/***/ }),
|
|
1957
|
-
/*
|
|
2027
|
+
/* 63 */
|
|
1958
2028
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1959
2029
|
|
|
1960
2030
|
"use strict";
|
|
1961
2031
|
|
|
1962
2032
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1963
2033
|
exports.SdPlatformChargebeeApi = void 0;
|
|
1964
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1965
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2034
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2035
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
1966
2036
|
/**
|
|
1967
2037
|
* Actions related to Chargebee.
|
|
1968
2038
|
*/
|
|
@@ -1994,15 +2064,15 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
1994
2064
|
|
|
1995
2065
|
|
|
1996
2066
|
/***/ }),
|
|
1997
|
-
/*
|
|
2067
|
+
/* 64 */
|
|
1998
2068
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1999
2069
|
|
|
2000
2070
|
"use strict";
|
|
2001
2071
|
|
|
2002
2072
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2003
2073
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
2004
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2005
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2074
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2075
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2006
2076
|
var SdPlatformDomainGetEmbeddableFields;
|
|
2007
2077
|
(function (SdPlatformDomainGetEmbeddableFields) {
|
|
2008
2078
|
SdPlatformDomainGetEmbeddableFields["Models"] = "models";
|
|
@@ -2061,15 +2131,15 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
2061
2131
|
|
|
2062
2132
|
|
|
2063
2133
|
/***/ }),
|
|
2064
|
-
/*
|
|
2134
|
+
/* 65 */
|
|
2065
2135
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2066
2136
|
|
|
2067
2137
|
"use strict";
|
|
2068
2138
|
|
|
2069
2139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2070
2140
|
exports.SdPlatformHttpLogApi = void 0;
|
|
2071
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2072
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2141
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2142
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2073
2143
|
/**
|
|
2074
2144
|
* HTTP logs.
|
|
2075
2145
|
*/
|
|
@@ -2089,15 +2159,15 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
2089
2159
|
|
|
2090
2160
|
|
|
2091
2161
|
/***/ }),
|
|
2092
|
-
/*
|
|
2162
|
+
/* 66 */
|
|
2093
2163
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2094
2164
|
|
|
2095
2165
|
"use strict";
|
|
2096
2166
|
|
|
2097
2167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2098
2168
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2099
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2100
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2169
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2170
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2101
2171
|
var SdPlatformImageQueryEmbeddableFields;
|
|
2102
2172
|
(function (SdPlatformImageQueryEmbeddableFields) {
|
|
2103
2173
|
SdPlatformImageQueryEmbeddableFields["User"] = "user";
|
|
@@ -2145,15 +2215,15 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2145
2215
|
|
|
2146
2216
|
|
|
2147
2217
|
/***/ }),
|
|
2148
|
-
/*
|
|
2218
|
+
/* 67 */
|
|
2149
2219
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2150
2220
|
|
|
2151
2221
|
"use strict";
|
|
2152
2222
|
|
|
2153
2223
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2154
2224
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2155
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2156
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2225
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2226
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2157
2227
|
var SdPlatformModelQueryEmbeddableFields;
|
|
2158
2228
|
(function (SdPlatformModelQueryEmbeddableFields) {
|
|
2159
2229
|
SdPlatformModelQueryEmbeddableFields["Accessdomains"] = "accessdomains";
|
|
@@ -2212,15 +2282,15 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2212
2282
|
|
|
2213
2283
|
|
|
2214
2284
|
/***/ }),
|
|
2215
|
-
/*
|
|
2285
|
+
/* 68 */
|
|
2216
2286
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2217
2287
|
|
|
2218
2288
|
"use strict";
|
|
2219
2289
|
|
|
2220
2290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2221
2291
|
exports.SdPlatformModelSharingApi = void 0;
|
|
2222
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2223
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2292
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2293
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2224
2294
|
/**
|
|
2225
2295
|
* Operations for model sharing relationships.
|
|
2226
2296
|
*/
|
|
@@ -2283,15 +2353,15 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2283
2353
|
|
|
2284
2354
|
|
|
2285
2355
|
/***/ }),
|
|
2286
|
-
/*
|
|
2356
|
+
/* 69 */
|
|
2287
2357
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2288
2358
|
|
|
2289
2359
|
"use strict";
|
|
2290
2360
|
|
|
2291
2361
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2292
2362
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2293
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2294
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2363
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2364
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2295
2365
|
/**
|
|
2296
2366
|
* Operations for creating tokens for models on Geometry Backend Systems
|
|
2297
2367
|
*/
|
|
@@ -2307,7 +2377,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2307
2377
|
|
|
2308
2378
|
|
|
2309
2379
|
/***/ }),
|
|
2310
|
-
/*
|
|
2380
|
+
/* 70 */
|
|
2311
2381
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2312
2382
|
|
|
2313
2383
|
"use strict";
|
|
@@ -2315,7 +2385,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2315
2385
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2316
2386
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2317
2387
|
const __1 = __webpack_require__(0);
|
|
2318
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2388
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2319
2389
|
/**
|
|
2320
2390
|
* Operations for creating, revoking, accepting, denying, model ownership transfer notifications.
|
|
2321
2391
|
*/
|
|
@@ -2377,15 +2447,15 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2377
2447
|
|
|
2378
2448
|
|
|
2379
2449
|
/***/ }),
|
|
2380
|
-
/*
|
|
2450
|
+
/* 71 */
|
|
2381
2451
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2382
2452
|
|
|
2383
2453
|
"use strict";
|
|
2384
2454
|
|
|
2385
2455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2386
2456
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2387
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2388
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2457
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2458
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2389
2459
|
var SdPlatformNotificationEmbeddableFields;
|
|
2390
2460
|
(function (SdPlatformNotificationEmbeddableFields) {
|
|
2391
2461
|
SdPlatformNotificationEmbeddableFields["Receiver"] = "receiver";
|
|
@@ -2419,15 +2489,15 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2419
2489
|
|
|
2420
2490
|
|
|
2421
2491
|
/***/ }),
|
|
2422
|
-
/*
|
|
2492
|
+
/* 72 */
|
|
2423
2493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2424
2494
|
|
|
2425
2495
|
"use strict";
|
|
2426
2496
|
|
|
2427
2497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2428
2498
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2429
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2430
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2499
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2500
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2431
2501
|
var SdPlatformOrganizationEmbeddableFields;
|
|
2432
2502
|
(function (SdPlatformOrganizationEmbeddableFields) {
|
|
2433
2503
|
SdPlatformOrganizationEmbeddableFields["AccessDomains"] = "accessdomains";
|
|
@@ -2540,15 +2610,15 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2540
2610
|
|
|
2541
2611
|
|
|
2542
2612
|
/***/ }),
|
|
2543
|
-
/*
|
|
2613
|
+
/* 73 */
|
|
2544
2614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2545
2615
|
|
|
2546
2616
|
"use strict";
|
|
2547
2617
|
|
|
2548
2618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2549
2619
|
exports.SdPlatformPolicyApi = void 0;
|
|
2550
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2551
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2620
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2621
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2552
2622
|
/**
|
|
2553
2623
|
* Operations for policies.
|
|
2554
2624
|
*/
|
|
@@ -2576,19 +2646,20 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2576
2646
|
|
|
2577
2647
|
|
|
2578
2648
|
/***/ }),
|
|
2579
|
-
/*
|
|
2649
|
+
/* 74 */
|
|
2580
2650
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2581
2651
|
|
|
2582
2652
|
"use strict";
|
|
2583
2653
|
|
|
2584
2654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2585
2655
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2586
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2587
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2656
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2657
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2588
2658
|
var SdPlatformSavedStateQueryEmbeddableFields;
|
|
2589
2659
|
(function (SdPlatformSavedStateQueryEmbeddableFields) {
|
|
2590
2660
|
SdPlatformSavedStateQueryEmbeddableFields["Model"] = "model";
|
|
2591
2661
|
SdPlatformSavedStateQueryEmbeddableFields["Owner"] = "owner";
|
|
2662
|
+
SdPlatformSavedStateQueryEmbeddableFields["Image"] = "image";
|
|
2592
2663
|
})(SdPlatformSavedStateQueryEmbeddableFields = exports.SdPlatformSavedStateQueryEmbeddableFields || (exports.SdPlatformSavedStateQueryEmbeddableFields = {}));
|
|
2593
2664
|
;
|
|
2594
2665
|
var SdPlatformSavedStateGetEmbedFields;
|
|
@@ -2649,15 +2720,15 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2649
2720
|
|
|
2650
2721
|
|
|
2651
2722
|
/***/ }),
|
|
2652
|
-
/*
|
|
2723
|
+
/* 75 */
|
|
2653
2724
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2654
2725
|
|
|
2655
2726
|
"use strict";
|
|
2656
2727
|
|
|
2657
2728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2658
2729
|
exports.SdPlatformSavedStateSharingApi = void 0;
|
|
2659
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2660
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2730
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2731
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2661
2732
|
/**
|
|
2662
2733
|
* Operations for saved state sharing relationships.
|
|
2663
2734
|
*/
|
|
@@ -2721,15 +2792,15 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2721
2792
|
|
|
2722
2793
|
|
|
2723
2794
|
/***/ }),
|
|
2724
|
-
/*
|
|
2795
|
+
/* 76 */
|
|
2725
2796
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2726
2797
|
|
|
2727
2798
|
"use strict";
|
|
2728
2799
|
|
|
2729
2800
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2730
2801
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2731
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2732
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2802
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2803
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2733
2804
|
var SdPlatformTagQueryEmbeddableFields;
|
|
2734
2805
|
(function (SdPlatformTagQueryEmbeddableFields) {
|
|
2735
2806
|
SdPlatformTagQueryEmbeddableFields["ModelsCount"] = "models_count";
|
|
@@ -2752,15 +2823,15 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2752
2823
|
|
|
2753
2824
|
|
|
2754
2825
|
/***/ }),
|
|
2755
|
-
/*
|
|
2826
|
+
/* 77 */
|
|
2756
2827
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2757
2828
|
|
|
2758
2829
|
"use strict";
|
|
2759
2830
|
|
|
2760
2831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2761
2832
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2762
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2763
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2833
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2834
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2764
2835
|
/**
|
|
2765
2836
|
* Analytics for users.
|
|
2766
2837
|
*/
|
|
@@ -2781,15 +2852,15 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2781
2852
|
|
|
2782
2853
|
|
|
2783
2854
|
/***/ }),
|
|
2784
|
-
/*
|
|
2855
|
+
/* 78 */
|
|
2785
2856
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2786
2857
|
|
|
2787
2858
|
"use strict";
|
|
2788
2859
|
|
|
2789
2860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2790
2861
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
2791
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2792
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2862
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2863
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
2793
2864
|
var SdPlatformUserQueryEmbeddableFields;
|
|
2794
2865
|
(function (SdPlatformUserQueryEmbeddableFields) {
|
|
2795
2866
|
SdPlatformUserQueryEmbeddableFields["BackendSystem"] = "backend_system";
|
|
@@ -2888,14 +2959,14 @@ exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
|
2888
2959
|
|
|
2889
2960
|
|
|
2890
2961
|
/***/ }),
|
|
2891
|
-
/*
|
|
2962
|
+
/* 79 */
|
|
2892
2963
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2893
2964
|
|
|
2894
2965
|
"use strict";
|
|
2895
2966
|
|
|
2896
2967
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2897
2968
|
exports.SdPlatformWebhookApi = void 0;
|
|
2898
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2969
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
2899
2970
|
/**
|
|
2900
2971
|
* Webhook calls.
|
|
2901
2972
|
*/
|
|
@@ -2961,38 +3032,40 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
2961
3032
|
|
|
2962
3033
|
|
|
2963
3034
|
/***/ }),
|
|
2964
|
-
/*
|
|
3035
|
+
/* 80 */
|
|
2965
3036
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2966
3037
|
|
|
2967
3038
|
"use strict";
|
|
2968
3039
|
|
|
2969
3040
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2970
3041
|
exports.SdPlatformSdk = void 0;
|
|
2971
|
-
const SdPlatformSdkApi_1 = __webpack_require__(
|
|
2972
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
2973
|
-
const SdPlatformAuthServiceApi_1 = __webpack_require__(
|
|
2974
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
2975
|
-
const SdPlatformApiTokenApi_1 = __webpack_require__(
|
|
2976
|
-
const SdPlatformBackendSystemApi_1 = __webpack_require__(
|
|
2977
|
-
const SdPlatformBookmarkApi_1 = __webpack_require__(
|
|
2978
|
-
const SdPlatformChargebeeApi_1 = __webpack_require__(
|
|
2979
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
2980
|
-
const SdPlatformDomainApi_1 = __webpack_require__(
|
|
2981
|
-
const SdPlatformHttpLogApi_1 = __webpack_require__(
|
|
2982
|
-
const SdPlatformImageApi_1 = __webpack_require__(
|
|
2983
|
-
const SdPlatformModelApi_1 = __webpack_require__(
|
|
2984
|
-
const SdPlatformModelSharingApi_1 = __webpack_require__(
|
|
2985
|
-
const SdPlatformModelTokenApi_1 = __webpack_require__(
|
|
2986
|
-
const SdPlatformModelTransferApi_1 = __webpack_require__(
|
|
2987
|
-
const SdPlatformNotificationApi_1 = __webpack_require__(
|
|
2988
|
-
const SdPlatformOrganizationApi_1 = __webpack_require__(
|
|
2989
|
-
const SdPlatformPolicyApi_1 = __webpack_require__(
|
|
2990
|
-
const SdPlatformSavedStateApi_1 = __webpack_require__(
|
|
2991
|
-
const SdPlatformSavedStateSharingApi_1 = __webpack_require__(
|
|
2992
|
-
const SdPlatformTagApi_1 = __webpack_require__(
|
|
2993
|
-
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(
|
|
2994
|
-
const SdPlatformUserApi_1 = __webpack_require__(
|
|
2995
|
-
const SdPlatformWebhookApi_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);
|
|
2996
3069
|
class SdPlatformSdk {
|
|
2997
3070
|
/**
|
|
2998
3071
|
* ShapeDiverSDK constructor
|
|
@@ -3018,12 +3091,14 @@ class SdPlatformSdk {
|
|
|
3018
3091
|
this.__modelTokens = new SdPlatformModelTokenApi_1.SdPlatformModelTokenApi(context, this.__authorization);
|
|
3019
3092
|
this.__modelTransfers = new SdPlatformModelTransferApi_1.SdPlatformModelTransferApi(context, this.__authorization);
|
|
3020
3093
|
this.__notifications = new SdPlatformNotificationApi_1.SdPlatformNotificationApi(context, this.__authorization);
|
|
3094
|
+
this.__openidProviders = new SdPlatformOpenIDProviderApi_1.SdPlatformOpenIDProviderApi(context, this.__authorization);
|
|
3021
3095
|
this.__organizations = new SdPlatformOrganizationApi_1.SdPlatformOrganizationApi(context, this.__authorization);
|
|
3022
3096
|
this.__policies = new SdPlatformPolicyApi_1.SdPlatformPolicyApi(context, this.__authorization);
|
|
3023
3097
|
this.__savedStates = new SdPlatformSavedStateApi_1.SdPlatformSavedStateApi(context, this.__authorization);
|
|
3024
3098
|
this.__savedStateSharing = new SdPlatformSavedStateSharingApi_1.SdPlatformSavedStateSharingApi(context, this.__authorization);
|
|
3025
3099
|
this.__tags = new SdPlatformTagApi_1.SdPlatformTagApi(context, this.__authorization);
|
|
3026
3100
|
this.__userAnalytics = new SdPlatformUserAnalyticsApi_1.SdPlatformUserAnalyticsApi(context, this.__authorization);
|
|
3101
|
+
this.__organizationAnalytics = new SdPlatformOrganizationAnalyticsApi_1.SdPlatformOrganizationAnalyticsApi(context, this.__authorization);
|
|
3027
3102
|
this.__users = new SdPlatformUserApi_1.SdPlatformUserApi(context, this.__authorization);
|
|
3028
3103
|
this.__webhooks = new SdPlatformWebhookApi_1.SdPlatformWebhookApi(context);
|
|
3029
3104
|
}
|
|
@@ -3120,6 +3195,12 @@ class SdPlatformSdk {
|
|
|
3120
3195
|
get notifications() {
|
|
3121
3196
|
return this.__notifications;
|
|
3122
3197
|
}
|
|
3198
|
+
/**
|
|
3199
|
+
* Gets the openid providers.
|
|
3200
|
+
*/
|
|
3201
|
+
get openidProviders() {
|
|
3202
|
+
return this.__openidProviders;
|
|
3203
|
+
}
|
|
3123
3204
|
/**
|
|
3124
3205
|
* Operations for organizations.
|
|
3125
3206
|
*/
|
|
@@ -3156,6 +3237,12 @@ class SdPlatformSdk {
|
|
|
3156
3237
|
get userAnalytics() {
|
|
3157
3238
|
return this.__userAnalytics;
|
|
3158
3239
|
}
|
|
3240
|
+
/**
|
|
3241
|
+
* Analytics for organizations.
|
|
3242
|
+
*/
|
|
3243
|
+
get organizationAnalytics() {
|
|
3244
|
+
return this.__organizationAnalytics;
|
|
3245
|
+
}
|
|
3159
3246
|
/**
|
|
3160
3247
|
* Operations for users.
|
|
3161
3248
|
*/
|
|
@@ -3192,7 +3279,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3192
3279
|
|
|
3193
3280
|
|
|
3194
3281
|
/***/ }),
|
|
3195
|
-
/*
|
|
3282
|
+
/* 81 */
|
|
3196
3283
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3197
3284
|
|
|
3198
3285
|
"use strict";
|
|
@@ -3211,8 +3298,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3211
3298
|
};
|
|
3212
3299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3213
3300
|
exports.SdPlatformSdkApi = void 0;
|
|
3214
|
-
const SdPlatformSdkErrorMapping_1 = __webpack_require__(
|
|
3215
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3301
|
+
const SdPlatformSdkErrorMapping_1 = __webpack_require__(82);
|
|
3302
|
+
const axios_1 = __importDefault(__webpack_require__(83));
|
|
3216
3303
|
var Method;
|
|
3217
3304
|
(function (Method) {
|
|
3218
3305
|
Method["GET"] = "GET";
|
|
@@ -3366,7 +3453,7 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3366
3453
|
|
|
3367
3454
|
|
|
3368
3455
|
/***/ }),
|
|
3369
|
-
/*
|
|
3456
|
+
/* 82 */
|
|
3370
3457
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3371
3458
|
|
|
3372
3459
|
"use strict";
|
|
@@ -3376,8 +3463,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3376
3463
|
};
|
|
3377
3464
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3378
3465
|
exports.mapToApiError = void 0;
|
|
3379
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3380
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
3466
|
+
const axios_1 = __importDefault(__webpack_require__(83));
|
|
3467
|
+
const SdPlatformErrors_1 = __webpack_require__(56);
|
|
3381
3468
|
function isOAuthResponseError(response) {
|
|
3382
3469
|
return ("error" in response) && ("error_description" in response);
|
|
3383
3470
|
}
|
|
@@ -3422,23 +3509,23 @@ exports.mapToApiError = mapToApiError;
|
|
|
3422
3509
|
|
|
3423
3510
|
|
|
3424
3511
|
/***/ }),
|
|
3425
|
-
/*
|
|
3512
|
+
/* 83 */
|
|
3426
3513
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3427
3514
|
|
|
3428
|
-
module.exports = __webpack_require__(
|
|
3515
|
+
module.exports = __webpack_require__(84);
|
|
3429
3516
|
|
|
3430
3517
|
/***/ }),
|
|
3431
|
-
/*
|
|
3518
|
+
/* 84 */
|
|
3432
3519
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3433
3520
|
|
|
3434
3521
|
"use strict";
|
|
3435
3522
|
|
|
3436
3523
|
|
|
3437
|
-
var utils = __webpack_require__(
|
|
3438
|
-
var bind = __webpack_require__(
|
|
3439
|
-
var Axios = __webpack_require__(
|
|
3440
|
-
var mergeConfig = __webpack_require__(
|
|
3441
|
-
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);
|
|
3442
3529
|
|
|
3443
3530
|
/**
|
|
3444
3531
|
* Create an instance of Axios
|
|
@@ -3471,19 +3558,19 @@ var axios = createInstance(defaults);
|
|
|
3471
3558
|
axios.Axios = Axios;
|
|
3472
3559
|
|
|
3473
3560
|
// Expose Cancel & CancelToken
|
|
3474
|
-
axios.Cancel = __webpack_require__(
|
|
3475
|
-
axios.CancelToken = __webpack_require__(
|
|
3476
|
-
axios.isCancel = __webpack_require__(
|
|
3477
|
-
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;
|
|
3478
3565
|
|
|
3479
3566
|
// Expose all/spread
|
|
3480
3567
|
axios.all = function all(promises) {
|
|
3481
3568
|
return Promise.all(promises);
|
|
3482
3569
|
};
|
|
3483
|
-
axios.spread = __webpack_require__(
|
|
3570
|
+
axios.spread = __webpack_require__(112);
|
|
3484
3571
|
|
|
3485
3572
|
// Expose isAxiosError
|
|
3486
|
-
axios.isAxiosError = __webpack_require__(
|
|
3573
|
+
axios.isAxiosError = __webpack_require__(113);
|
|
3487
3574
|
|
|
3488
3575
|
module.exports = axios;
|
|
3489
3576
|
|
|
@@ -3492,13 +3579,13 @@ module.exports.default = axios;
|
|
|
3492
3579
|
|
|
3493
3580
|
|
|
3494
3581
|
/***/ }),
|
|
3495
|
-
/*
|
|
3582
|
+
/* 85 */
|
|
3496
3583
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3497
3584
|
|
|
3498
3585
|
"use strict";
|
|
3499
3586
|
|
|
3500
3587
|
|
|
3501
|
-
var bind = __webpack_require__(
|
|
3588
|
+
var bind = __webpack_require__(86);
|
|
3502
3589
|
|
|
3503
3590
|
// utils is a library of generic helper functions non-specific to axios
|
|
3504
3591
|
|
|
@@ -3848,7 +3935,7 @@ module.exports = {
|
|
|
3848
3935
|
|
|
3849
3936
|
|
|
3850
3937
|
/***/ }),
|
|
3851
|
-
/*
|
|
3938
|
+
/* 86 */
|
|
3852
3939
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3853
3940
|
|
|
3854
3941
|
"use strict";
|
|
@@ -3866,18 +3953,18 @@ module.exports = function bind(fn, thisArg) {
|
|
|
3866
3953
|
|
|
3867
3954
|
|
|
3868
3955
|
/***/ }),
|
|
3869
|
-
/*
|
|
3956
|
+
/* 87 */
|
|
3870
3957
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3871
3958
|
|
|
3872
3959
|
"use strict";
|
|
3873
3960
|
|
|
3874
3961
|
|
|
3875
|
-
var utils = __webpack_require__(
|
|
3876
|
-
var buildURL = __webpack_require__(
|
|
3877
|
-
var InterceptorManager = __webpack_require__(
|
|
3878
|
-
var dispatchRequest = __webpack_require__(
|
|
3879
|
-
var mergeConfig = __webpack_require__(
|
|
3880
|
-
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);
|
|
3881
3968
|
|
|
3882
3969
|
var validators = validator.validators;
|
|
3883
3970
|
/**
|
|
@@ -4021,13 +4108,13 @@ module.exports = Axios;
|
|
|
4021
4108
|
|
|
4022
4109
|
|
|
4023
4110
|
/***/ }),
|
|
4024
|
-
/*
|
|
4111
|
+
/* 88 */
|
|
4025
4112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4026
4113
|
|
|
4027
4114
|
"use strict";
|
|
4028
4115
|
|
|
4029
4116
|
|
|
4030
|
-
var utils = __webpack_require__(
|
|
4117
|
+
var utils = __webpack_require__(85);
|
|
4031
4118
|
|
|
4032
4119
|
function encode(val) {
|
|
4033
4120
|
return encodeURIComponent(val).
|
|
@@ -4098,13 +4185,13 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4098
4185
|
|
|
4099
4186
|
|
|
4100
4187
|
/***/ }),
|
|
4101
|
-
/*
|
|
4188
|
+
/* 89 */
|
|
4102
4189
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4103
4190
|
|
|
4104
4191
|
"use strict";
|
|
4105
4192
|
|
|
4106
4193
|
|
|
4107
|
-
var utils = __webpack_require__(
|
|
4194
|
+
var utils = __webpack_require__(85);
|
|
4108
4195
|
|
|
4109
4196
|
function InterceptorManager() {
|
|
4110
4197
|
this.handlers = [];
|
|
@@ -4159,17 +4246,17 @@ module.exports = InterceptorManager;
|
|
|
4159
4246
|
|
|
4160
4247
|
|
|
4161
4248
|
/***/ }),
|
|
4162
|
-
/*
|
|
4249
|
+
/* 90 */
|
|
4163
4250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4164
4251
|
|
|
4165
4252
|
"use strict";
|
|
4166
4253
|
|
|
4167
4254
|
|
|
4168
|
-
var utils = __webpack_require__(
|
|
4169
|
-
var transformData = __webpack_require__(
|
|
4170
|
-
var isCancel = __webpack_require__(
|
|
4171
|
-
var defaults = __webpack_require__(
|
|
4172
|
-
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);
|
|
4173
4260
|
|
|
4174
4261
|
/**
|
|
4175
4262
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4253,14 +4340,14 @@ module.exports = function dispatchRequest(config) {
|
|
|
4253
4340
|
|
|
4254
4341
|
|
|
4255
4342
|
/***/ }),
|
|
4256
|
-
/*
|
|
4343
|
+
/* 91 */
|
|
4257
4344
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4258
4345
|
|
|
4259
4346
|
"use strict";
|
|
4260
4347
|
|
|
4261
4348
|
|
|
4262
|
-
var utils = __webpack_require__(
|
|
4263
|
-
var defaults = __webpack_require__(
|
|
4349
|
+
var utils = __webpack_require__(85);
|
|
4350
|
+
var defaults = __webpack_require__(92);
|
|
4264
4351
|
|
|
4265
4352
|
/**
|
|
4266
4353
|
* Transform the data for a request or a response
|
|
@@ -4282,16 +4369,16 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4282
4369
|
|
|
4283
4370
|
|
|
4284
4371
|
/***/ }),
|
|
4285
|
-
/*
|
|
4372
|
+
/* 92 */
|
|
4286
4373
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4287
4374
|
|
|
4288
4375
|
"use strict";
|
|
4289
4376
|
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4290
4377
|
|
|
4291
|
-
var utils = __webpack_require__(
|
|
4292
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4293
|
-
var enhanceError = __webpack_require__(
|
|
4294
|
-
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);
|
|
4295
4382
|
|
|
4296
4383
|
var DEFAULT_CONTENT_TYPE = {
|
|
4297
4384
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4307,10 +4394,10 @@ function getDefaultAdapter() {
|
|
|
4307
4394
|
var adapter;
|
|
4308
4395
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4309
4396
|
// For browsers use XHR adapter
|
|
4310
|
-
adapter = __webpack_require__(
|
|
4397
|
+
adapter = __webpack_require__(97);
|
|
4311
4398
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4312
4399
|
// For node use HTTP adapter
|
|
4313
|
-
adapter = __webpack_require__(
|
|
4400
|
+
adapter = __webpack_require__(97);
|
|
4314
4401
|
}
|
|
4315
4402
|
return adapter;
|
|
4316
4403
|
}
|
|
@@ -4418,10 +4505,10 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4418
4505
|
|
|
4419
4506
|
module.exports = defaults;
|
|
4420
4507
|
|
|
4421
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
4508
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(93)))
|
|
4422
4509
|
|
|
4423
4510
|
/***/ }),
|
|
4424
|
-
/*
|
|
4511
|
+
/* 93 */
|
|
4425
4512
|
/***/ (function(module, exports) {
|
|
4426
4513
|
|
|
4427
4514
|
// shim for using process in browser
|
|
@@ -4611,13 +4698,13 @@ process.umask = function() { return 0; };
|
|
|
4611
4698
|
|
|
4612
4699
|
|
|
4613
4700
|
/***/ }),
|
|
4614
|
-
/*
|
|
4701
|
+
/* 94 */
|
|
4615
4702
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4616
4703
|
|
|
4617
4704
|
"use strict";
|
|
4618
4705
|
|
|
4619
4706
|
|
|
4620
|
-
var utils = __webpack_require__(
|
|
4707
|
+
var utils = __webpack_require__(85);
|
|
4621
4708
|
|
|
4622
4709
|
module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
4623
4710
|
utils.forEach(headers, function processHeader(value, name) {
|
|
@@ -4630,7 +4717,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4630
4717
|
|
|
4631
4718
|
|
|
4632
4719
|
/***/ }),
|
|
4633
|
-
/*
|
|
4720
|
+
/* 95 */
|
|
4634
4721
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4635
4722
|
|
|
4636
4723
|
"use strict";
|
|
@@ -4680,7 +4767,7 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4680
4767
|
|
|
4681
4768
|
|
|
4682
4769
|
/***/ }),
|
|
4683
|
-
/*
|
|
4770
|
+
/* 96 */
|
|
4684
4771
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4685
4772
|
|
|
4686
4773
|
"use strict";
|
|
@@ -4694,22 +4781,22 @@ module.exports = {
|
|
|
4694
4781
|
|
|
4695
4782
|
|
|
4696
4783
|
/***/ }),
|
|
4697
|
-
/*
|
|
4784
|
+
/* 97 */
|
|
4698
4785
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4699
4786
|
|
|
4700
4787
|
"use strict";
|
|
4701
4788
|
|
|
4702
4789
|
|
|
4703
|
-
var utils = __webpack_require__(
|
|
4704
|
-
var settle = __webpack_require__(
|
|
4705
|
-
var cookies = __webpack_require__(
|
|
4706
|
-
var buildURL = __webpack_require__(
|
|
4707
|
-
var buildFullPath = __webpack_require__(
|
|
4708
|
-
var parseHeaders = __webpack_require__(
|
|
4709
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4710
|
-
var createError = __webpack_require__(
|
|
4711
|
-
var transitionalDefaults = __webpack_require__(
|
|
4712
|
-
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);
|
|
4713
4800
|
|
|
4714
4801
|
module.exports = function xhrAdapter(config) {
|
|
4715
4802
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4913,13 +5000,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4913
5000
|
|
|
4914
5001
|
|
|
4915
5002
|
/***/ }),
|
|
4916
|
-
/*
|
|
5003
|
+
/* 98 */
|
|
4917
5004
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4918
5005
|
|
|
4919
5006
|
"use strict";
|
|
4920
5007
|
|
|
4921
5008
|
|
|
4922
|
-
var createError = __webpack_require__(
|
|
5009
|
+
var createError = __webpack_require__(99);
|
|
4923
5010
|
|
|
4924
5011
|
/**
|
|
4925
5012
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4945,13 +5032,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4945
5032
|
|
|
4946
5033
|
|
|
4947
5034
|
/***/ }),
|
|
4948
|
-
/*
|
|
5035
|
+
/* 99 */
|
|
4949
5036
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4950
5037
|
|
|
4951
5038
|
"use strict";
|
|
4952
5039
|
|
|
4953
5040
|
|
|
4954
|
-
var enhanceError = __webpack_require__(
|
|
5041
|
+
var enhanceError = __webpack_require__(95);
|
|
4955
5042
|
|
|
4956
5043
|
/**
|
|
4957
5044
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -4970,13 +5057,13 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
4970
5057
|
|
|
4971
5058
|
|
|
4972
5059
|
/***/ }),
|
|
4973
|
-
/*
|
|
5060
|
+
/* 100 */
|
|
4974
5061
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4975
5062
|
|
|
4976
5063
|
"use strict";
|
|
4977
5064
|
|
|
4978
5065
|
|
|
4979
|
-
var utils = __webpack_require__(
|
|
5066
|
+
var utils = __webpack_require__(85);
|
|
4980
5067
|
|
|
4981
5068
|
module.exports = (
|
|
4982
5069
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5030,14 +5117,14 @@ module.exports = (
|
|
|
5030
5117
|
|
|
5031
5118
|
|
|
5032
5119
|
/***/ }),
|
|
5033
|
-
/*
|
|
5120
|
+
/* 101 */
|
|
5034
5121
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5035
5122
|
|
|
5036
5123
|
"use strict";
|
|
5037
5124
|
|
|
5038
5125
|
|
|
5039
|
-
var isAbsoluteURL = __webpack_require__(
|
|
5040
|
-
var combineURLs = __webpack_require__(
|
|
5126
|
+
var isAbsoluteURL = __webpack_require__(102);
|
|
5127
|
+
var combineURLs = __webpack_require__(103);
|
|
5041
5128
|
|
|
5042
5129
|
/**
|
|
5043
5130
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -5057,7 +5144,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
5057
5144
|
|
|
5058
5145
|
|
|
5059
5146
|
/***/ }),
|
|
5060
|
-
/*
|
|
5147
|
+
/* 102 */
|
|
5061
5148
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5062
5149
|
|
|
5063
5150
|
"use strict";
|
|
@@ -5078,7 +5165,7 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
5078
5165
|
|
|
5079
5166
|
|
|
5080
5167
|
/***/ }),
|
|
5081
|
-
/*
|
|
5168
|
+
/* 103 */
|
|
5082
5169
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5083
5170
|
|
|
5084
5171
|
"use strict";
|
|
@@ -5099,13 +5186,13 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
5099
5186
|
|
|
5100
5187
|
|
|
5101
5188
|
/***/ }),
|
|
5102
|
-
/*
|
|
5189
|
+
/* 104 */
|
|
5103
5190
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5104
5191
|
|
|
5105
5192
|
"use strict";
|
|
5106
5193
|
|
|
5107
5194
|
|
|
5108
|
-
var utils = __webpack_require__(
|
|
5195
|
+
var utils = __webpack_require__(85);
|
|
5109
5196
|
|
|
5110
5197
|
// Headers whose duplicates are ignored by node
|
|
5111
5198
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
@@ -5159,13 +5246,13 @@ module.exports = function parseHeaders(headers) {
|
|
|
5159
5246
|
|
|
5160
5247
|
|
|
5161
5248
|
/***/ }),
|
|
5162
|
-
/*
|
|
5249
|
+
/* 105 */
|
|
5163
5250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5164
5251
|
|
|
5165
5252
|
"use strict";
|
|
5166
5253
|
|
|
5167
5254
|
|
|
5168
|
-
var utils = __webpack_require__(
|
|
5255
|
+
var utils = __webpack_require__(85);
|
|
5169
5256
|
|
|
5170
5257
|
module.exports = (
|
|
5171
5258
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5234,7 +5321,7 @@ module.exports = (
|
|
|
5234
5321
|
|
|
5235
5322
|
|
|
5236
5323
|
/***/ }),
|
|
5237
|
-
/*
|
|
5324
|
+
/* 106 */
|
|
5238
5325
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5239
5326
|
|
|
5240
5327
|
"use strict";
|
|
@@ -5260,7 +5347,7 @@ module.exports = Cancel;
|
|
|
5260
5347
|
|
|
5261
5348
|
|
|
5262
5349
|
/***/ }),
|
|
5263
|
-
/*
|
|
5350
|
+
/* 107 */
|
|
5264
5351
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5265
5352
|
|
|
5266
5353
|
"use strict";
|
|
@@ -5272,13 +5359,13 @@ module.exports = function isCancel(value) {
|
|
|
5272
5359
|
|
|
5273
5360
|
|
|
5274
5361
|
/***/ }),
|
|
5275
|
-
/*
|
|
5362
|
+
/* 108 */
|
|
5276
5363
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5277
5364
|
|
|
5278
5365
|
"use strict";
|
|
5279
5366
|
|
|
5280
5367
|
|
|
5281
|
-
var utils = __webpack_require__(
|
|
5368
|
+
var utils = __webpack_require__(85);
|
|
5282
5369
|
|
|
5283
5370
|
/**
|
|
5284
5371
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -5378,13 +5465,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5378
5465
|
|
|
5379
5466
|
|
|
5380
5467
|
/***/ }),
|
|
5381
|
-
/*
|
|
5468
|
+
/* 109 */
|
|
5382
5469
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5383
5470
|
|
|
5384
5471
|
"use strict";
|
|
5385
5472
|
|
|
5386
5473
|
|
|
5387
|
-
var VERSION = __webpack_require__(
|
|
5474
|
+
var VERSION = __webpack_require__(110).version;
|
|
5388
5475
|
|
|
5389
5476
|
var validators = {};
|
|
5390
5477
|
|
|
@@ -5467,7 +5554,7 @@ module.exports = {
|
|
|
5467
5554
|
|
|
5468
5555
|
|
|
5469
5556
|
/***/ }),
|
|
5470
|
-
/*
|
|
5557
|
+
/* 110 */
|
|
5471
5558
|
/***/ (function(module, exports) {
|
|
5472
5559
|
|
|
5473
5560
|
module.exports = {
|
|
@@ -5475,13 +5562,13 @@ module.exports = {
|
|
|
5475
5562
|
};
|
|
5476
5563
|
|
|
5477
5564
|
/***/ }),
|
|
5478
|
-
/*
|
|
5565
|
+
/* 111 */
|
|
5479
5566
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5480
5567
|
|
|
5481
5568
|
"use strict";
|
|
5482
5569
|
|
|
5483
5570
|
|
|
5484
|
-
var Cancel = __webpack_require__(
|
|
5571
|
+
var Cancel = __webpack_require__(106);
|
|
5485
5572
|
|
|
5486
5573
|
/**
|
|
5487
5574
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5601,7 +5688,7 @@ module.exports = CancelToken;
|
|
|
5601
5688
|
|
|
5602
5689
|
|
|
5603
5690
|
/***/ }),
|
|
5604
|
-
/*
|
|
5691
|
+
/* 112 */
|
|
5605
5692
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5606
5693
|
|
|
5607
5694
|
"use strict";
|
|
@@ -5635,13 +5722,13 @@ module.exports = function spread(callback) {
|
|
|
5635
5722
|
|
|
5636
5723
|
|
|
5637
5724
|
/***/ }),
|
|
5638
|
-
/*
|
|
5725
|
+
/* 113 */
|
|
5639
5726
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5640
5727
|
|
|
5641
5728
|
"use strict";
|
|
5642
5729
|
|
|
5643
5730
|
|
|
5644
|
-
var utils = __webpack_require__(
|
|
5731
|
+
var utils = __webpack_require__(85);
|
|
5645
5732
|
|
|
5646
5733
|
/**
|
|
5647
5734
|
* Determines whether the payload is an error thrown by Axios
|
|
@@ -5655,7 +5742,7 @@ module.exports = function isAxiosError(payload) {
|
|
|
5655
5742
|
|
|
5656
5743
|
|
|
5657
5744
|
/***/ }),
|
|
5658
|
-
/*
|
|
5745
|
+
/* 114 */
|
|
5659
5746
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5660
5747
|
|
|
5661
5748
|
"use strict";
|
|
@@ -5682,15 +5769,15 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5682
5769
|
|
|
5683
5770
|
|
|
5684
5771
|
/***/ }),
|
|
5685
|
-
/*
|
|
5772
|
+
/* 115 */
|
|
5686
5773
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5687
5774
|
|
|
5688
5775
|
"use strict";
|
|
5689
5776
|
|
|
5690
5777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5691
5778
|
exports.SdPlatformDocumentApi = void 0;
|
|
5692
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
5693
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
5779
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
5780
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
5694
5781
|
/**
|
|
5695
5782
|
* Actions related to Documents.
|
|
5696
5783
|
*/
|
|
@@ -5751,7 +5838,7 @@ class SdPlatformDocumentApi extends ResourcesApi_1.ResourcesApi {
|
|
|
5751
5838
|
* @returns { string }
|
|
5752
5839
|
*/
|
|
5753
5840
|
getDownloadUrl(document_id_or_type) {
|
|
5754
|
-
return
|
|
5841
|
+
return `/browser/v1/documents/${document_id_or_type}/download`;
|
|
5755
5842
|
}
|
|
5756
5843
|
/**
|
|
5757
5844
|
* Get a view document url.
|
|
@@ -5759,7 +5846,7 @@ class SdPlatformDocumentApi extends ResourcesApi_1.ResourcesApi {
|
|
|
5759
5846
|
* @returns { string }
|
|
5760
5847
|
*/
|
|
5761
5848
|
getViewUrl(document_id_or_type) {
|
|
5762
|
-
return
|
|
5849
|
+
return `/browser/v1/documents/${document_id_or_type}/view`;
|
|
5763
5850
|
}
|
|
5764
5851
|
/**
|
|
5765
5852
|
* Accept a document
|
|
@@ -5774,14 +5861,107 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
5774
5861
|
|
|
5775
5862
|
|
|
5776
5863
|
/***/ }),
|
|
5777
|
-
/*
|
|
5864
|
+
/* 116 */
|
|
5865
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5866
|
+
|
|
5867
|
+
"use strict";
|
|
5868
|
+
|
|
5869
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5870
|
+
exports.SdPlatformOrganizationAnalyticsApi = void 0;
|
|
5871
|
+
const SdPlatformRequestId_1 = __webpack_require__(54);
|
|
5872
|
+
const ResourcesApi_1 = __webpack_require__(59);
|
|
5873
|
+
/**
|
|
5874
|
+
* Analytics for organizations.
|
|
5875
|
+
*/
|
|
5876
|
+
class SdPlatformOrganizationAnalyticsApi extends ResourcesApi_1.ResourcesApi {
|
|
5877
|
+
get __resourcePath() {
|
|
5878
|
+
return "organization_model_sessions";
|
|
5879
|
+
}
|
|
5880
|
+
/**
|
|
5881
|
+
* Query session analytics aggregated per user.
|
|
5882
|
+
* @param body
|
|
5883
|
+
* @returns
|
|
5884
|
+
*/
|
|
5885
|
+
query(body = {}) {
|
|
5886
|
+
return super.__query(SdPlatformRequestId_1.RequestId.OrganizationModelSessionsQuery, body);
|
|
5887
|
+
}
|
|
5888
|
+
}
|
|
5889
|
+
exports.SdPlatformOrganizationAnalyticsApi = SdPlatformOrganizationAnalyticsApi;
|
|
5890
|
+
|
|
5891
|
+
|
|
5892
|
+
/***/ }),
|
|
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 */
|
|
5778
5958
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5779
5959
|
|
|
5780
5960
|
"use strict";
|
|
5781
5961
|
|
|
5782
5962
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5783
5963
|
exports.create = void 0;
|
|
5784
|
-
const SdPlatformSdk_1 = __webpack_require__(
|
|
5964
|
+
const SdPlatformSdk_1 = __webpack_require__(80);
|
|
5785
5965
|
function create(clientId, clientSecret, baseUrl) {
|
|
5786
5966
|
const checkIfCredential = (clientId) => {
|
|
5787
5967
|
return !!(clientId && clientId.clientId);
|