@shapediver/sdk.platform-api-sdk-v1 2.11.8 → 2.12.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 +6 -0
- package/dist/SdPlatformSdk.d.ts.map +1 -1
- package/dist/api/SdPlatformRequestId.d.ts +6 -0
- package/dist/api/SdPlatformRequestId.d.ts.map +1 -1
- package/dist/bundle.js +349 -254
- package/dist/bundle.node.js +399 -304
- package/dist/resources/SdPlatformApiClientsApi.d.ts +17 -0
- package/dist/resources/SdPlatformApiClientsApi.d.ts.map +1 -0
- package/dist/resources/SdPlatformUserApi.d.ts +14 -1
- package/dist/resources/SdPlatformUserApi.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__(61), exports);
|
|
123
|
-
__exportStar(__webpack_require__(62), exports);
|
|
119
|
+
__exportStar(__webpack_require__(56), exports);
|
|
120
|
+
__exportStar(__webpack_require__(57), exports);
|
|
121
|
+
__exportStar(__webpack_require__(60), exports);
|
|
124
122
|
__exportStar(__webpack_require__(63), exports);
|
|
125
123
|
__exportStar(__webpack_require__(64), exports);
|
|
126
124
|
__exportStar(__webpack_require__(65), exports);
|
|
@@ -138,10 +136,12 @@ __exportStar(__webpack_require__(76), exports);
|
|
|
138
136
|
__exportStar(__webpack_require__(77), exports);
|
|
139
137
|
__exportStar(__webpack_require__(78), exports);
|
|
140
138
|
__exportStar(__webpack_require__(79), exports);
|
|
141
|
-
__exportStar(__webpack_require__(60), exports);
|
|
142
|
-
__exportStar(__webpack_require__(56), exports);
|
|
143
139
|
__exportStar(__webpack_require__(80), exports);
|
|
144
|
-
__exportStar(__webpack_require__(
|
|
140
|
+
__exportStar(__webpack_require__(81), exports);
|
|
141
|
+
__exportStar(__webpack_require__(62), exports);
|
|
142
|
+
__exportStar(__webpack_require__(58), exports);
|
|
143
|
+
__exportStar(__webpack_require__(82), exports);
|
|
144
|
+
__exportStar(__webpack_require__(121), exports);
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
/***/ }),
|
|
@@ -217,6 +217,8 @@ __exportStar(__webpack_require__(50), exports);
|
|
|
217
217
|
__exportStar(__webpack_require__(51), exports);
|
|
218
218
|
__exportStar(__webpack_require__(52), exports);
|
|
219
219
|
__exportStar(__webpack_require__(53), exports);
|
|
220
|
+
__exportStar(__webpack_require__(54), exports);
|
|
221
|
+
__exportStar(__webpack_require__(55), exports);
|
|
220
222
|
//# sourceMappingURL=index.js.map
|
|
221
223
|
|
|
222
224
|
/***/ }),
|
|
@@ -303,8 +305,11 @@ var SdPlatformNotificationCreator;
|
|
|
303
305
|
*/
|
|
304
306
|
var SdPlatformNotificationLevel;
|
|
305
307
|
(function (SdPlatformNotificationLevel) {
|
|
308
|
+
/** Information level */
|
|
306
309
|
SdPlatformNotificationLevel["Info"] = "info";
|
|
310
|
+
/** Warning level */
|
|
307
311
|
SdPlatformNotificationLevel["Warning"] = "warning";
|
|
312
|
+
/** Error level */
|
|
308
313
|
SdPlatformNotificationLevel["Error"] = "error";
|
|
309
314
|
})(SdPlatformNotificationLevel = exports.SdPlatformNotificationLevel || (exports.SdPlatformNotificationLevel = {}));
|
|
310
315
|
;
|
|
@@ -313,9 +318,13 @@ var SdPlatformNotificationLevel;
|
|
|
313
318
|
*/
|
|
314
319
|
var SdPlatformNotificationClass;
|
|
315
320
|
(function (SdPlatformNotificationClass) {
|
|
321
|
+
/** Model-related notification */
|
|
316
322
|
SdPlatformNotificationClass["Model"] = "model";
|
|
323
|
+
/** Account-related notification */
|
|
317
324
|
SdPlatformNotificationClass["Account"] = "account";
|
|
325
|
+
/** Organization-related notification */
|
|
318
326
|
SdPlatformNotificationClass["Organization"] = "organization";
|
|
327
|
+
/** Sharing-related notification */
|
|
319
328
|
SdPlatformNotificationClass["Sharing"] = "sharing";
|
|
320
329
|
})(SdPlatformNotificationClass = exports.SdPlatformNotificationClass || (exports.SdPlatformNotificationClass = {}));
|
|
321
330
|
;
|
|
@@ -407,7 +416,7 @@ exports.SdPlatformOrganizationMemberRole = void 0;
|
|
|
407
416
|
var SdPlatformOrganizationMemberRole;
|
|
408
417
|
(function (SdPlatformOrganizationMemberRole) {
|
|
409
418
|
/**
|
|
410
|
-
* Suspended organization
|
|
419
|
+
* Suspended organization members are not allowed to login, and
|
|
411
420
|
* are not granted any policies, which organization membership usually grants.
|
|
412
421
|
*/
|
|
413
422
|
SdPlatformOrganizationMemberRole["Suspended"] = "suspended";
|
|
@@ -420,9 +429,10 @@ var SdPlatformOrganizationMemberRole;
|
|
|
420
429
|
*/
|
|
421
430
|
SdPlatformOrganizationMemberRole["Manager"] = "manager";
|
|
422
431
|
/**
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
*
|
|
432
|
+
* Allowed to
|
|
433
|
+
* - Add / remove / change role of organization members who are not owners.
|
|
434
|
+
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
|
|
435
|
+
* - Manage domains for the organization.
|
|
426
436
|
*/
|
|
427
437
|
SdPlatformOrganizationMemberRole["Admin"] = "admin";
|
|
428
438
|
/**
|
|
@@ -829,7 +839,7 @@ var SdPlatformSortingOrder;
|
|
|
829
839
|
"use strict";
|
|
830
840
|
|
|
831
841
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
832
|
-
//# sourceMappingURL=
|
|
842
|
+
//# sourceMappingURL=SdPlatformRequestApiClients.js.map
|
|
833
843
|
|
|
834
844
|
/***/ }),
|
|
835
845
|
/* 14 */
|
|
@@ -838,7 +848,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
838
848
|
"use strict";
|
|
839
849
|
|
|
840
850
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
841
|
-
//# sourceMappingURL=
|
|
851
|
+
//# sourceMappingURL=SdPlatformRequestApiToken.js.map
|
|
842
852
|
|
|
843
853
|
/***/ }),
|
|
844
854
|
/* 15 */
|
|
@@ -847,7 +857,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
847
857
|
"use strict";
|
|
848
858
|
|
|
849
859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
850
|
-
//# sourceMappingURL=
|
|
860
|
+
//# sourceMappingURL=SdPlatformRequestBackendSystem.js.map
|
|
851
861
|
|
|
852
862
|
/***/ }),
|
|
853
863
|
/* 16 */
|
|
@@ -856,7 +866,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
856
866
|
"use strict";
|
|
857
867
|
|
|
858
868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
859
|
-
//# sourceMappingURL=
|
|
869
|
+
//# sourceMappingURL=SdPlatformRequestBookmark.js.map
|
|
860
870
|
|
|
861
871
|
/***/ }),
|
|
862
872
|
/* 17 */
|
|
@@ -865,7 +875,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
865
875
|
"use strict";
|
|
866
876
|
|
|
867
877
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
868
|
-
//# sourceMappingURL=
|
|
878
|
+
//# sourceMappingURL=SdPlatformRequestChargebee.js.map
|
|
869
879
|
|
|
870
880
|
/***/ }),
|
|
871
881
|
/* 18 */
|
|
@@ -874,7 +884,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
874
884
|
"use strict";
|
|
875
885
|
|
|
876
886
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
877
|
-
//# sourceMappingURL=
|
|
887
|
+
//# sourceMappingURL=SdPlatformRequestDocument.js.map
|
|
878
888
|
|
|
879
889
|
/***/ }),
|
|
880
890
|
/* 19 */
|
|
@@ -883,7 +893,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
883
893
|
"use strict";
|
|
884
894
|
|
|
885
895
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
886
|
-
//# sourceMappingURL=
|
|
896
|
+
//# sourceMappingURL=SdPlatformRequestDomain.js.map
|
|
887
897
|
|
|
888
898
|
/***/ }),
|
|
889
899
|
/* 20 */
|
|
@@ -891,6 +901,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
891
901
|
|
|
892
902
|
"use strict";
|
|
893
903
|
|
|
904
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
905
|
+
//# sourceMappingURL=SdPlatformRequestImage.js.map
|
|
906
|
+
|
|
907
|
+
/***/ }),
|
|
908
|
+
/* 21 */
|
|
909
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
910
|
+
|
|
911
|
+
"use strict";
|
|
912
|
+
|
|
894
913
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
895
914
|
exports.SdPlatformRequestModelStatus = void 0;
|
|
896
915
|
var SdPlatformRequestModelStatus;
|
|
@@ -901,7 +920,7 @@ var SdPlatformRequestModelStatus;
|
|
|
901
920
|
//# sourceMappingURL=SdPlatformRequestModel.js.map
|
|
902
921
|
|
|
903
922
|
/***/ }),
|
|
904
|
-
/*
|
|
923
|
+
/* 22 */
|
|
905
924
|
/***/ (function(module, exports, __webpack_require__) {
|
|
906
925
|
|
|
907
926
|
"use strict";
|
|
@@ -910,7 +929,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
910
929
|
//# sourceMappingURL=SdPlatformRequestModelSharing.js.map
|
|
911
930
|
|
|
912
931
|
/***/ }),
|
|
913
|
-
/*
|
|
932
|
+
/* 23 */
|
|
914
933
|
/***/ (function(module, exports, __webpack_require__) {
|
|
915
934
|
|
|
916
935
|
"use strict";
|
|
@@ -919,7 +938,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
919
938
|
//# sourceMappingURL=SdPlatformRequestNotification.js.map
|
|
920
939
|
|
|
921
940
|
/***/ }),
|
|
922
|
-
/*
|
|
941
|
+
/* 24 */
|
|
923
942
|
/***/ (function(module, exports, __webpack_require__) {
|
|
924
943
|
|
|
925
944
|
"use strict";
|
|
@@ -928,7 +947,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
928
947
|
//# sourceMappingURL=SdPlatformRequestModelToken.js.map
|
|
929
948
|
|
|
930
949
|
/***/ }),
|
|
931
|
-
/*
|
|
950
|
+
/* 25 */
|
|
932
951
|
/***/ (function(module, exports, __webpack_require__) {
|
|
933
952
|
|
|
934
953
|
"use strict";
|
|
@@ -937,7 +956,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
937
956
|
//# sourceMappingURL=SdPlatformRequestModelTransfer.js.map
|
|
938
957
|
|
|
939
958
|
/***/ }),
|
|
940
|
-
/*
|
|
959
|
+
/* 26 */
|
|
941
960
|
/***/ (function(module, exports, __webpack_require__) {
|
|
942
961
|
|
|
943
962
|
"use strict";
|
|
@@ -946,7 +965,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
946
965
|
//# sourceMappingURL=SdPlatformRequestOrganization.js.map
|
|
947
966
|
|
|
948
967
|
/***/ }),
|
|
949
|
-
/*
|
|
968
|
+
/* 27 */
|
|
950
969
|
/***/ (function(module, exports, __webpack_require__) {
|
|
951
970
|
|
|
952
971
|
"use strict";
|
|
@@ -955,7 +974,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
955
974
|
//# sourceMappingURL=SdPlatformRequestOpenIDProvider.js.map
|
|
956
975
|
|
|
957
976
|
/***/ }),
|
|
958
|
-
/*
|
|
977
|
+
/* 28 */
|
|
959
978
|
/***/ (function(module, exports, __webpack_require__) {
|
|
960
979
|
|
|
961
980
|
"use strict";
|
|
@@ -964,7 +983,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
964
983
|
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
965
984
|
|
|
966
985
|
/***/ }),
|
|
967
|
-
/*
|
|
986
|
+
/* 29 */
|
|
968
987
|
/***/ (function(module, exports, __webpack_require__) {
|
|
969
988
|
|
|
970
989
|
"use strict";
|
|
@@ -973,7 +992,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
973
992
|
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
974
993
|
|
|
975
994
|
/***/ }),
|
|
976
|
-
/*
|
|
995
|
+
/* 30 */
|
|
977
996
|
/***/ (function(module, exports, __webpack_require__) {
|
|
978
997
|
|
|
979
998
|
"use strict";
|
|
@@ -982,7 +1001,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
982
1001
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
983
1002
|
|
|
984
1003
|
/***/ }),
|
|
985
|
-
/*
|
|
1004
|
+
/* 31 */
|
|
986
1005
|
/***/ (function(module, exports, __webpack_require__) {
|
|
987
1006
|
|
|
988
1007
|
"use strict";
|
|
@@ -991,7 +1010,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
991
1010
|
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
992
1011
|
|
|
993
1012
|
/***/ }),
|
|
994
|
-
/*
|
|
1013
|
+
/* 32 */
|
|
995
1014
|
/***/ (function(module, exports, __webpack_require__) {
|
|
996
1015
|
|
|
997
1016
|
"use strict";
|
|
@@ -1000,7 +1019,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1000
1019
|
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
1001
1020
|
|
|
1002
1021
|
/***/ }),
|
|
1003
|
-
/*
|
|
1022
|
+
/* 33 */
|
|
1004
1023
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1005
1024
|
|
|
1006
1025
|
"use strict";
|
|
@@ -1009,7 +1028,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1009
1028
|
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
1010
1029
|
|
|
1011
1030
|
/***/ }),
|
|
1012
|
-
/*
|
|
1031
|
+
/* 34 */
|
|
1013
1032
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1014
1033
|
|
|
1015
1034
|
"use strict";
|
|
@@ -1018,7 +1037,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1018
1037
|
//# sourceMappingURL=SdPlatformBaseResponseTypes.js.map
|
|
1019
1038
|
|
|
1020
1039
|
/***/ }),
|
|
1021
|
-
/*
|
|
1040
|
+
/* 35 */
|
|
1041
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1042
|
+
|
|
1043
|
+
"use strict";
|
|
1044
|
+
|
|
1045
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1046
|
+
//# sourceMappingURL=SdPlatformResponseApiClient.js.map
|
|
1047
|
+
|
|
1048
|
+
/***/ }),
|
|
1049
|
+
/* 36 */
|
|
1022
1050
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1023
1051
|
|
|
1024
1052
|
"use strict";
|
|
@@ -1036,7 +1064,7 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
1036
1064
|
//# sourceMappingURL=SdPlatformResponseAnalytics.js.map
|
|
1037
1065
|
|
|
1038
1066
|
/***/ }),
|
|
1039
|
-
/*
|
|
1067
|
+
/* 37 */
|
|
1040
1068
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1041
1069
|
|
|
1042
1070
|
"use strict";
|
|
@@ -1045,7 +1073,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1045
1073
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
1046
1074
|
|
|
1047
1075
|
/***/ }),
|
|
1048
|
-
/*
|
|
1076
|
+
/* 38 */
|
|
1049
1077
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1050
1078
|
|
|
1051
1079
|
"use strict";
|
|
@@ -1054,7 +1082,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1054
1082
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
1055
1083
|
|
|
1056
1084
|
/***/ }),
|
|
1057
|
-
/*
|
|
1085
|
+
/* 39 */
|
|
1058
1086
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1059
1087
|
|
|
1060
1088
|
"use strict";
|
|
@@ -1071,7 +1099,7 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
1071
1099
|
//# sourceMappingURL=SdPlatformResponseChargebee.js.map
|
|
1072
1100
|
|
|
1073
1101
|
/***/ }),
|
|
1074
|
-
/*
|
|
1102
|
+
/* 40 */
|
|
1075
1103
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1076
1104
|
|
|
1077
1105
|
"use strict";
|
|
@@ -1080,7 +1108,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1080
1108
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
1081
1109
|
|
|
1082
1110
|
/***/ }),
|
|
1083
|
-
/*
|
|
1111
|
+
/* 41 */
|
|
1084
1112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1085
1113
|
|
|
1086
1114
|
"use strict";
|
|
@@ -1089,7 +1117,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1089
1117
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
1090
1118
|
|
|
1091
1119
|
/***/ }),
|
|
1092
|
-
/*
|
|
1120
|
+
/* 42 */
|
|
1093
1121
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1094
1122
|
|
|
1095
1123
|
"use strict";
|
|
@@ -1098,7 +1126,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1098
1126
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
1099
1127
|
|
|
1100
1128
|
/***/ }),
|
|
1101
|
-
/*
|
|
1129
|
+
/* 43 */
|
|
1102
1130
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1103
1131
|
|
|
1104
1132
|
"use strict";
|
|
@@ -1107,7 +1135,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1107
1135
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
1108
1136
|
|
|
1109
1137
|
/***/ }),
|
|
1110
|
-
/*
|
|
1138
|
+
/* 44 */
|
|
1111
1139
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1112
1140
|
|
|
1113
1141
|
"use strict";
|
|
@@ -1116,7 +1144,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1116
1144
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1117
1145
|
|
|
1118
1146
|
/***/ }),
|
|
1119
|
-
/*
|
|
1147
|
+
/* 45 */
|
|
1120
1148
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1121
1149
|
|
|
1122
1150
|
"use strict";
|
|
@@ -1173,7 +1201,7 @@ var SdPlatformModelDenyReason;
|
|
|
1173
1201
|
//# sourceMappingURL=SdPlatformResponseModel.js.map
|
|
1174
1202
|
|
|
1175
1203
|
/***/ }),
|
|
1176
|
-
/*
|
|
1204
|
+
/* 46 */
|
|
1177
1205
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1178
1206
|
|
|
1179
1207
|
"use strict";
|
|
@@ -1182,7 +1210,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1182
1210
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1183
1211
|
|
|
1184
1212
|
/***/ }),
|
|
1185
|
-
/*
|
|
1213
|
+
/* 47 */
|
|
1186
1214
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1187
1215
|
|
|
1188
1216
|
"use strict";
|
|
@@ -1191,7 +1219,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1191
1219
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1192
1220
|
|
|
1193
1221
|
/***/ }),
|
|
1194
|
-
/*
|
|
1222
|
+
/* 48 */
|
|
1195
1223
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1196
1224
|
|
|
1197
1225
|
"use strict";
|
|
@@ -1200,7 +1228,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1200
1228
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1201
1229
|
|
|
1202
1230
|
/***/ }),
|
|
1203
|
-
/*
|
|
1231
|
+
/* 49 */
|
|
1204
1232
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1205
1233
|
|
|
1206
1234
|
"use strict";
|
|
@@ -1209,7 +1237,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1209
1237
|
//# sourceMappingURL=SdPlatformResponseOpenIDProvider.js.map
|
|
1210
1238
|
|
|
1211
1239
|
/***/ }),
|
|
1212
|
-
/*
|
|
1240
|
+
/* 50 */
|
|
1213
1241
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1214
1242
|
|
|
1215
1243
|
"use strict";
|
|
@@ -1218,7 +1246,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1218
1246
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1219
1247
|
|
|
1220
1248
|
/***/ }),
|
|
1221
|
-
/*
|
|
1249
|
+
/* 51 */
|
|
1222
1250
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1223
1251
|
|
|
1224
1252
|
"use strict";
|
|
@@ -1227,7 +1255,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1227
1255
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1228
1256
|
|
|
1229
1257
|
/***/ }),
|
|
1230
|
-
/*
|
|
1258
|
+
/* 52 */
|
|
1231
1259
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1232
1260
|
|
|
1233
1261
|
"use strict";
|
|
@@ -1236,7 +1264,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1236
1264
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1237
1265
|
|
|
1238
1266
|
/***/ }),
|
|
1239
|
-
/*
|
|
1267
|
+
/* 53 */
|
|
1240
1268
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1241
1269
|
|
|
1242
1270
|
"use strict";
|
|
@@ -1245,7 +1273,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1245
1273
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1246
1274
|
|
|
1247
1275
|
/***/ }),
|
|
1248
|
-
/*
|
|
1276
|
+
/* 54 */
|
|
1249
1277
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1250
1278
|
|
|
1251
1279
|
"use strict";
|
|
@@ -1254,7 +1282,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1254
1282
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1255
1283
|
|
|
1256
1284
|
/***/ }),
|
|
1257
|
-
/*
|
|
1285
|
+
/* 55 */
|
|
1258
1286
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1259
1287
|
|
|
1260
1288
|
"use strict";
|
|
@@ -1263,7 +1291,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
1263
1291
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1264
1292
|
|
|
1265
1293
|
/***/ }),
|
|
1266
|
-
/*
|
|
1294
|
+
/* 56 */
|
|
1267
1295
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1268
1296
|
|
|
1269
1297
|
"use strict";
|
|
@@ -1290,6 +1318,10 @@ var RequestId;
|
|
|
1290
1318
|
RequestId["ApiTokenCreate"] = "api_token_create";
|
|
1291
1319
|
RequestId["ApiTokenPatch"] = "api_token_patch";
|
|
1292
1320
|
RequestId["ApiTokenDelete"] = "api_token_delete";
|
|
1321
|
+
RequestId["ApiClientQuery"] = "api_client_query";
|
|
1322
|
+
RequestId["ApiClientCreate"] = "api_client_create";
|
|
1323
|
+
RequestId["ApiClientPatch"] = "api_client_patch";
|
|
1324
|
+
RequestId["ApiClientDelete"] = "api_client_delete";
|
|
1293
1325
|
RequestId["BackendSystemQuery"] = "backend_system_query";
|
|
1294
1326
|
RequestId["BackendSystemCreate"] = "backend_system_create";
|
|
1295
1327
|
RequestId["BackendSystemPatch"] = "backend_system_patch";
|
|
@@ -1314,6 +1346,8 @@ var RequestId;
|
|
|
1314
1346
|
RequestId["UserDelete"] = "user_delete";
|
|
1315
1347
|
RequestId["UserRegister"] = "user_register";
|
|
1316
1348
|
RequestId["UserConfirm"] = "user_confirm";
|
|
1349
|
+
RequestId["UserRefreshToken"] = "user_refresh_token";
|
|
1350
|
+
RequestId["UserDeleteRefreshToken"] = "user_delete_refresh_token";
|
|
1317
1351
|
RequestId["PasswordReset"] = "password_reset";
|
|
1318
1352
|
RequestId["PasswordResetConfirm"] = "password_reset_confirm";
|
|
1319
1353
|
RequestId["ModelGet"] = "model_get";
|
|
@@ -1401,7 +1435,7 @@ var RequestId;
|
|
|
1401
1435
|
|
|
1402
1436
|
|
|
1403
1437
|
/***/ }),
|
|
1404
|
-
/*
|
|
1438
|
+
/* 57 */
|
|
1405
1439
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1406
1440
|
|
|
1407
1441
|
"use strict";
|
|
@@ -1420,10 +1454,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1420
1454
|
};
|
|
1421
1455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1422
1456
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1423
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1424
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
1457
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
1458
|
+
const SdPlatformErrors_1 = __webpack_require__(58);
|
|
1425
1459
|
const api_platform_api_dto_v1_1 = __webpack_require__(1);
|
|
1426
|
-
const jwt_decode_1 = __importDefault(__webpack_require__(
|
|
1460
|
+
const jwt_decode_1 = __importDefault(__webpack_require__(59));
|
|
1427
1461
|
var RequestState;
|
|
1428
1462
|
(function (RequestState) {
|
|
1429
1463
|
RequestState["NoRequest"] = "NoRequest";
|
|
@@ -1618,7 +1652,7 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1618
1652
|
|
|
1619
1653
|
|
|
1620
1654
|
/***/ }),
|
|
1621
|
-
/*
|
|
1655
|
+
/* 58 */
|
|
1622
1656
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1623
1657
|
|
|
1624
1658
|
"use strict";
|
|
@@ -1771,7 +1805,7 @@ exports.SdPlatformUnsupportedGrantTypeClientOAuthResponseError = SdPlatformUnsup
|
|
|
1771
1805
|
|
|
1772
1806
|
|
|
1773
1807
|
/***/ }),
|
|
1774
|
-
/*
|
|
1808
|
+
/* 59 */
|
|
1775
1809
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1776
1810
|
|
|
1777
1811
|
"use strict";
|
|
@@ -1782,15 +1816,15 @@ function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidChar
|
|
|
1782
1816
|
|
|
1783
1817
|
|
|
1784
1818
|
/***/ }),
|
|
1785
|
-
/*
|
|
1819
|
+
/* 60 */
|
|
1786
1820
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1787
1821
|
|
|
1788
1822
|
"use strict";
|
|
1789
1823
|
|
|
1790
1824
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1791
1825
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1792
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
1793
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
1826
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
1827
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
1794
1828
|
/**
|
|
1795
1829
|
* CRUD operations for Platform API tokens.
|
|
1796
1830
|
* Platform API tokens can be limited in scope and lifetime.
|
|
@@ -1821,7 +1855,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1821
1855
|
|
|
1822
1856
|
|
|
1823
1857
|
/***/ }),
|
|
1824
|
-
/*
|
|
1858
|
+
/* 61 */
|
|
1825
1859
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1826
1860
|
|
|
1827
1861
|
"use strict";
|
|
@@ -1837,7 +1871,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1837
1871
|
};
|
|
1838
1872
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1839
1873
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1840
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
1874
|
+
const SdPlatformSdkContext_1 = __webpack_require__(62);
|
|
1841
1875
|
/**
|
|
1842
1876
|
* Actions enum.
|
|
1843
1877
|
*/
|
|
@@ -1939,7 +1973,7 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1939
1973
|
|
|
1940
1974
|
|
|
1941
1975
|
/***/ }),
|
|
1942
|
-
/*
|
|
1976
|
+
/* 62 */
|
|
1943
1977
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1944
1978
|
|
|
1945
1979
|
"use strict";
|
|
@@ -2033,15 +2067,15 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
2033
2067
|
|
|
2034
2068
|
|
|
2035
2069
|
/***/ }),
|
|
2036
|
-
/*
|
|
2070
|
+
/* 63 */
|
|
2037
2071
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2038
2072
|
|
|
2039
2073
|
"use strict";
|
|
2040
2074
|
|
|
2041
2075
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2042
2076
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
2043
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2044
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2077
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2078
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2045
2079
|
/**
|
|
2046
2080
|
* Operations for ShapeDiver Geometry Backend Systems known by the Platform Backend.
|
|
2047
2081
|
*/
|
|
@@ -2069,15 +2103,15 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
2069
2103
|
|
|
2070
2104
|
|
|
2071
2105
|
/***/ }),
|
|
2072
|
-
/*
|
|
2106
|
+
/* 64 */
|
|
2073
2107
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2074
2108
|
|
|
2075
2109
|
"use strict";
|
|
2076
2110
|
|
|
2077
2111
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2078
2112
|
exports.SdPlatformBookmarkApi = void 0;
|
|
2079
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2080
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2113
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2114
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2081
2115
|
/**
|
|
2082
2116
|
* Operations for creating and deleting bookmarks
|
|
2083
2117
|
*/
|
|
@@ -2101,15 +2135,15 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
2101
2135
|
|
|
2102
2136
|
|
|
2103
2137
|
/***/ }),
|
|
2104
|
-
/*
|
|
2138
|
+
/* 65 */
|
|
2105
2139
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2106
2140
|
|
|
2107
2141
|
"use strict";
|
|
2108
2142
|
|
|
2109
2143
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2110
2144
|
exports.SdPlatformChargebeeApi = void 0;
|
|
2111
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2112
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2145
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2146
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2113
2147
|
/**
|
|
2114
2148
|
* Actions related to Chargebee.
|
|
2115
2149
|
*/
|
|
@@ -2141,15 +2175,15 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
2141
2175
|
|
|
2142
2176
|
|
|
2143
2177
|
/***/ }),
|
|
2144
|
-
/*
|
|
2178
|
+
/* 66 */
|
|
2145
2179
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2146
2180
|
|
|
2147
2181
|
"use strict";
|
|
2148
2182
|
|
|
2149
2183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2150
2184
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
2151
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2152
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2185
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2186
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2153
2187
|
var SdPlatformDomainGetEmbeddableFields;
|
|
2154
2188
|
(function (SdPlatformDomainGetEmbeddableFields) {
|
|
2155
2189
|
SdPlatformDomainGetEmbeddableFields["Models"] = "models";
|
|
@@ -2208,15 +2242,15 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
2208
2242
|
|
|
2209
2243
|
|
|
2210
2244
|
/***/ }),
|
|
2211
|
-
/*
|
|
2245
|
+
/* 67 */
|
|
2212
2246
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2213
2247
|
|
|
2214
2248
|
"use strict";
|
|
2215
2249
|
|
|
2216
2250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2217
2251
|
exports.SdPlatformHttpLogApi = void 0;
|
|
2218
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2219
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2252
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2253
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2220
2254
|
/**
|
|
2221
2255
|
* HTTP logs.
|
|
2222
2256
|
*/
|
|
@@ -2236,15 +2270,15 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
2236
2270
|
|
|
2237
2271
|
|
|
2238
2272
|
/***/ }),
|
|
2239
|
-
/*
|
|
2273
|
+
/* 68 */
|
|
2240
2274
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2241
2275
|
|
|
2242
2276
|
"use strict";
|
|
2243
2277
|
|
|
2244
2278
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2245
2279
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2246
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2247
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2280
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2281
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2248
2282
|
var SdPlatformImageQueryEmbeddableFields;
|
|
2249
2283
|
(function (SdPlatformImageQueryEmbeddableFields) {
|
|
2250
2284
|
SdPlatformImageQueryEmbeddableFields["User"] = "user";
|
|
@@ -2292,15 +2326,15 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2292
2326
|
|
|
2293
2327
|
|
|
2294
2328
|
/***/ }),
|
|
2295
|
-
/*
|
|
2329
|
+
/* 69 */
|
|
2296
2330
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2297
2331
|
|
|
2298
2332
|
"use strict";
|
|
2299
2333
|
|
|
2300
2334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2301
2335
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2302
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2303
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2336
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2337
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2304
2338
|
var SdPlatformModelQueryEmbeddableFields;
|
|
2305
2339
|
(function (SdPlatformModelQueryEmbeddableFields) {
|
|
2306
2340
|
SdPlatformModelQueryEmbeddableFields["Accessdomains"] = "accessdomains";
|
|
@@ -2359,15 +2393,15 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2359
2393
|
|
|
2360
2394
|
|
|
2361
2395
|
/***/ }),
|
|
2362
|
-
/*
|
|
2396
|
+
/* 70 */
|
|
2363
2397
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2364
2398
|
|
|
2365
2399
|
"use strict";
|
|
2366
2400
|
|
|
2367
2401
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2368
2402
|
exports.SdPlatformModelSharingApi = exports.SdPlatformModelharingQueryEmbeddableFields = void 0;
|
|
2369
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2370
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2403
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2404
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2371
2405
|
var SdPlatformModelharingQueryEmbeddableFields;
|
|
2372
2406
|
(function (SdPlatformModelharingQueryEmbeddableFields) {
|
|
2373
2407
|
SdPlatformModelharingQueryEmbeddableFields["User"] = "user";
|
|
@@ -2452,15 +2486,15 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2452
2486
|
|
|
2453
2487
|
|
|
2454
2488
|
/***/ }),
|
|
2455
|
-
/*
|
|
2489
|
+
/* 71 */
|
|
2456
2490
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2457
2491
|
|
|
2458
2492
|
"use strict";
|
|
2459
2493
|
|
|
2460
2494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2461
2495
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2462
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2463
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2496
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2497
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2464
2498
|
/**
|
|
2465
2499
|
* Operations for creating tokens for models on Geometry Backend Systems
|
|
2466
2500
|
*/
|
|
@@ -2476,7 +2510,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2476
2510
|
|
|
2477
2511
|
|
|
2478
2512
|
/***/ }),
|
|
2479
|
-
/*
|
|
2513
|
+
/* 72 */
|
|
2480
2514
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2481
2515
|
|
|
2482
2516
|
"use strict";
|
|
@@ -2484,7 +2518,7 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2484
2518
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2485
2519
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2486
2520
|
const __1 = __webpack_require__(0);
|
|
2487
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2521
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2488
2522
|
/**
|
|
2489
2523
|
* Operations for creating, revoking, accepting, denying, model ownership transfer notifications.
|
|
2490
2524
|
*/
|
|
@@ -2547,15 +2581,15 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2547
2581
|
|
|
2548
2582
|
|
|
2549
2583
|
/***/ }),
|
|
2550
|
-
/*
|
|
2584
|
+
/* 73 */
|
|
2551
2585
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2552
2586
|
|
|
2553
2587
|
"use strict";
|
|
2554
2588
|
|
|
2555
2589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2556
2590
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationSummaryEmbeddableFields = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2557
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2558
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2591
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2592
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2559
2593
|
var SdPlatformNotificationEmbeddableFields;
|
|
2560
2594
|
(function (SdPlatformNotificationEmbeddableFields) {
|
|
2561
2595
|
SdPlatformNotificationEmbeddableFields["Receiver"] = "receiver";
|
|
@@ -2607,15 +2641,15 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2607
2641
|
|
|
2608
2642
|
|
|
2609
2643
|
/***/ }),
|
|
2610
|
-
/*
|
|
2644
|
+
/* 74 */
|
|
2611
2645
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2612
2646
|
|
|
2613
2647
|
"use strict";
|
|
2614
2648
|
|
|
2615
2649
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2616
2650
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2617
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2618
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2651
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2652
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2619
2653
|
var SdPlatformOrganizationEmbeddableFields;
|
|
2620
2654
|
(function (SdPlatformOrganizationEmbeddableFields) {
|
|
2621
2655
|
SdPlatformOrganizationEmbeddableFields["AccessDomains"] = "accessdomains";
|
|
@@ -2729,15 +2763,15 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2729
2763
|
|
|
2730
2764
|
|
|
2731
2765
|
/***/ }),
|
|
2732
|
-
/*
|
|
2766
|
+
/* 75 */
|
|
2733
2767
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2734
2768
|
|
|
2735
2769
|
"use strict";
|
|
2736
2770
|
|
|
2737
2771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2738
2772
|
exports.SdPlatformPolicyApi = void 0;
|
|
2739
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2740
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2773
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2774
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2741
2775
|
/**
|
|
2742
2776
|
* Operations for policies.
|
|
2743
2777
|
*/
|
|
@@ -2765,15 +2799,15 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2765
2799
|
|
|
2766
2800
|
|
|
2767
2801
|
/***/ }),
|
|
2768
|
-
/*
|
|
2802
|
+
/* 76 */
|
|
2769
2803
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2770
2804
|
|
|
2771
2805
|
"use strict";
|
|
2772
2806
|
|
|
2773
2807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2774
2808
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2775
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2776
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2809
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2810
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2777
2811
|
var SdPlatformSavedStateQueryEmbeddableFields;
|
|
2778
2812
|
(function (SdPlatformSavedStateQueryEmbeddableFields) {
|
|
2779
2813
|
SdPlatformSavedStateQueryEmbeddableFields["Model"] = "model";
|
|
@@ -2839,15 +2873,15 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2839
2873
|
|
|
2840
2874
|
|
|
2841
2875
|
/***/ }),
|
|
2842
|
-
/*
|
|
2876
|
+
/* 77 */
|
|
2843
2877
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2844
2878
|
|
|
2845
2879
|
"use strict";
|
|
2846
2880
|
|
|
2847
2881
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2848
2882
|
exports.SdPlatformSavedStateSharingApi = exports.SdPlatformSavedStateSharingQueryEmbeddableFields = void 0;
|
|
2849
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2850
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2883
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2884
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2851
2885
|
var SdPlatformSavedStateSharingQueryEmbeddableFields;
|
|
2852
2886
|
(function (SdPlatformSavedStateSharingQueryEmbeddableFields) {
|
|
2853
2887
|
SdPlatformSavedStateSharingQueryEmbeddableFields["User"] = "user";
|
|
@@ -2933,15 +2967,15 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2933
2967
|
|
|
2934
2968
|
|
|
2935
2969
|
/***/ }),
|
|
2936
|
-
/*
|
|
2970
|
+
/* 78 */
|
|
2937
2971
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2938
2972
|
|
|
2939
2973
|
"use strict";
|
|
2940
2974
|
|
|
2941
2975
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2942
2976
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2943
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2944
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
2977
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
2978
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2945
2979
|
var SdPlatformTagQueryEmbeddableFields;
|
|
2946
2980
|
(function (SdPlatformTagQueryEmbeddableFields) {
|
|
2947
2981
|
SdPlatformTagQueryEmbeddableFields["ModelsCount"] = "models_count";
|
|
@@ -2964,15 +2998,15 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2964
2998
|
|
|
2965
2999
|
|
|
2966
3000
|
/***/ }),
|
|
2967
|
-
/*
|
|
3001
|
+
/* 79 */
|
|
2968
3002
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2969
3003
|
|
|
2970
3004
|
"use strict";
|
|
2971
3005
|
|
|
2972
3006
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2973
3007
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2974
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
2975
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
3008
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
3009
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
2976
3010
|
/**
|
|
2977
3011
|
* Analytics for users.
|
|
2978
3012
|
*/
|
|
@@ -2993,15 +3027,15 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2993
3027
|
|
|
2994
3028
|
|
|
2995
3029
|
/***/ }),
|
|
2996
|
-
/*
|
|
3030
|
+
/* 80 */
|
|
2997
3031
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2998
3032
|
|
|
2999
3033
|
"use strict";
|
|
3000
3034
|
|
|
3001
3035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3002
3036
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
3003
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
3004
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
3037
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
3038
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
3005
3039
|
var SdPlatformUserQueryEmbeddableFields;
|
|
3006
3040
|
(function (SdPlatformUserQueryEmbeddableFields) {
|
|
3007
3041
|
SdPlatformUserQueryEmbeddableFields["BackendSystem"] = "backend_system";
|
|
@@ -3095,19 +3129,36 @@ class SdPlatformUserApi extends ResourcesApi_1.ResourcesApi {
|
|
|
3095
3129
|
passwordResetConfirm(body) {
|
|
3096
3130
|
return super.__action(SdPlatformRequestId_1.RequestId.PasswordResetConfirm, ResourcesApi_1.Action.Post, 'password_reset_confirm', body);
|
|
3097
3131
|
}
|
|
3132
|
+
/**
|
|
3133
|
+
* Returns an array of data about authorized client applications and their refresh tokens.
|
|
3134
|
+
* @param {string } user_id
|
|
3135
|
+
* @returns { Promise<SdPlatformGetResponse<Array<SdPlatformResponseUserRefreshToken>> }
|
|
3136
|
+
*/
|
|
3137
|
+
getUserRefreshTokens(user_id) {
|
|
3138
|
+
return super.__action(SdPlatformRequestId_1.RequestId.UserRefreshToken, ResourcesApi_1.Action.Get, `users/${user_id}/apiclients`, {});
|
|
3139
|
+
}
|
|
3140
|
+
/**
|
|
3141
|
+
* Delete refresh token.
|
|
3142
|
+
* @param { string } user_id
|
|
3143
|
+
* @param { string } refresh_token_id
|
|
3144
|
+
* @returns { Promise<SdPlatformDeleteResponse> }
|
|
3145
|
+
*/
|
|
3146
|
+
deleteRefreshToken(user_id, refresh_token_id) {
|
|
3147
|
+
return super.__action(SdPlatformRequestId_1.RequestId.UserDeleteRefreshToken, ResourcesApi_1.Action.Delete, `users/${user_id}/apiclients/${refresh_token_id}`, {});
|
|
3148
|
+
}
|
|
3098
3149
|
}
|
|
3099
3150
|
exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
3100
3151
|
|
|
3101
3152
|
|
|
3102
3153
|
/***/ }),
|
|
3103
|
-
/*
|
|
3154
|
+
/* 81 */
|
|
3104
3155
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3105
3156
|
|
|
3106
3157
|
"use strict";
|
|
3107
3158
|
|
|
3108
3159
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3109
3160
|
exports.SdPlatformWebhookApi = void 0;
|
|
3110
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
3161
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
3111
3162
|
/**
|
|
3112
3163
|
* Webhook calls.
|
|
3113
3164
|
*/
|
|
@@ -3173,40 +3224,41 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
3173
3224
|
|
|
3174
3225
|
|
|
3175
3226
|
/***/ }),
|
|
3176
|
-
/*
|
|
3227
|
+
/* 82 */
|
|
3177
3228
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3178
3229
|
|
|
3179
3230
|
"use strict";
|
|
3180
3231
|
|
|
3181
3232
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3182
3233
|
exports.SdPlatformSdk = void 0;
|
|
3183
|
-
const SdPlatformSdkApi_1 = __webpack_require__(
|
|
3184
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
3185
|
-
const SdPlatformAuthServiceApi_1 = __webpack_require__(
|
|
3186
|
-
const SdPlatformSdkContext_1 = __webpack_require__(
|
|
3187
|
-
const SdPlatformApiTokenApi_1 = __webpack_require__(
|
|
3188
|
-
const SdPlatformBackendSystemApi_1 = __webpack_require__(
|
|
3189
|
-
const SdPlatformBookmarkApi_1 = __webpack_require__(
|
|
3190
|
-
const SdPlatformChargebeeApi_1 = __webpack_require__(
|
|
3191
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
3192
|
-
const SdPlatformDomainApi_1 = __webpack_require__(
|
|
3193
|
-
const SdPlatformHttpLogApi_1 = __webpack_require__(
|
|
3194
|
-
const SdPlatformImageApi_1 = __webpack_require__(
|
|
3195
|
-
const SdPlatformModelApi_1 = __webpack_require__(
|
|
3196
|
-
const SdPlatformModelSharingApi_1 = __webpack_require__(
|
|
3197
|
-
const SdPlatformModelTokenApi_1 = __webpack_require__(
|
|
3198
|
-
const SdPlatformModelTransferApi_1 = __webpack_require__(
|
|
3199
|
-
const SdPlatformNotificationApi_1 = __webpack_require__(
|
|
3200
|
-
const SdPlatformOrganizationApi_1 = __webpack_require__(
|
|
3201
|
-
const SdPlatformPolicyApi_1 = __webpack_require__(
|
|
3202
|
-
const SdPlatformSavedStateApi_1 = __webpack_require__(
|
|
3203
|
-
const SdPlatformSavedStateSharingApi_1 = __webpack_require__(
|
|
3204
|
-
const SdPlatformTagApi_1 = __webpack_require__(
|
|
3205
|
-
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(
|
|
3206
|
-
const SdPlatformUserApi_1 = __webpack_require__(
|
|
3207
|
-
const SdPlatformWebhookApi_1 = __webpack_require__(
|
|
3208
|
-
const SdPlatformOrganizationAnalyticsApi_1 = __webpack_require__(
|
|
3209
|
-
const SdPlatformOpenIDProviderApi_1 = __webpack_require__(
|
|
3234
|
+
const SdPlatformSdkApi_1 = __webpack_require__(83);
|
|
3235
|
+
const SdPlatformSdkConfig_1 = __webpack_require__(116);
|
|
3236
|
+
const SdPlatformAuthServiceApi_1 = __webpack_require__(57);
|
|
3237
|
+
const SdPlatformSdkContext_1 = __webpack_require__(62);
|
|
3238
|
+
const SdPlatformApiTokenApi_1 = __webpack_require__(60);
|
|
3239
|
+
const SdPlatformBackendSystemApi_1 = __webpack_require__(63);
|
|
3240
|
+
const SdPlatformBookmarkApi_1 = __webpack_require__(64);
|
|
3241
|
+
const SdPlatformChargebeeApi_1 = __webpack_require__(65);
|
|
3242
|
+
const SdPlatformDocumentApi_1 = __webpack_require__(117);
|
|
3243
|
+
const SdPlatformDomainApi_1 = __webpack_require__(66);
|
|
3244
|
+
const SdPlatformHttpLogApi_1 = __webpack_require__(67);
|
|
3245
|
+
const SdPlatformImageApi_1 = __webpack_require__(68);
|
|
3246
|
+
const SdPlatformModelApi_1 = __webpack_require__(69);
|
|
3247
|
+
const SdPlatformModelSharingApi_1 = __webpack_require__(70);
|
|
3248
|
+
const SdPlatformModelTokenApi_1 = __webpack_require__(71);
|
|
3249
|
+
const SdPlatformModelTransferApi_1 = __webpack_require__(72);
|
|
3250
|
+
const SdPlatformNotificationApi_1 = __webpack_require__(73);
|
|
3251
|
+
const SdPlatformOrganizationApi_1 = __webpack_require__(74);
|
|
3252
|
+
const SdPlatformPolicyApi_1 = __webpack_require__(75);
|
|
3253
|
+
const SdPlatformSavedStateApi_1 = __webpack_require__(76);
|
|
3254
|
+
const SdPlatformSavedStateSharingApi_1 = __webpack_require__(77);
|
|
3255
|
+
const SdPlatformTagApi_1 = __webpack_require__(78);
|
|
3256
|
+
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(79);
|
|
3257
|
+
const SdPlatformUserApi_1 = __webpack_require__(80);
|
|
3258
|
+
const SdPlatformWebhookApi_1 = __webpack_require__(81);
|
|
3259
|
+
const SdPlatformOrganizationAnalyticsApi_1 = __webpack_require__(118);
|
|
3260
|
+
const SdPlatformOpenIDProviderApi_1 = __webpack_require__(119);
|
|
3261
|
+
const SdPlatformApiClientsApi_1 = __webpack_require__(120);
|
|
3210
3262
|
class SdPlatformSdk {
|
|
3211
3263
|
/**
|
|
3212
3264
|
* ShapeDiverSDK constructor
|
|
@@ -3219,6 +3271,7 @@ class SdPlatformSdk {
|
|
|
3219
3271
|
this.__api = new SdPlatformSdkApi_1.SdPlatformSdkApi(this.__config);
|
|
3220
3272
|
const context = new SdPlatformSdkContext_1.SdPlatformSdkContext(this.__api, this.__config);
|
|
3221
3273
|
this.__authorization = new SdPlatformAuthServiceApi_1.SdPlatformAuthServiceApi(context);
|
|
3274
|
+
this.__apiClients = new SdPlatformApiClientsApi_1.SdPlatformApiClientsApi(context, this.__authorization);
|
|
3222
3275
|
this.__api_tokens = new SdPlatformApiTokenApi_1.SdPlatformApiTokenApi(context, this.__authorization);
|
|
3223
3276
|
this.__backendSystem = new SdPlatformBackendSystemApi_1.SdPlatformBackendSystemApi(context, this.__authorization);
|
|
3224
3277
|
this.__bookmarks = new SdPlatformBookmarkApi_1.SdPlatformBookmarkApi(context, this.__authorization);
|
|
@@ -3255,6 +3308,12 @@ class SdPlatformSdk {
|
|
|
3255
3308
|
get authorization() {
|
|
3256
3309
|
return this.__authorization;
|
|
3257
3310
|
}
|
|
3311
|
+
/**
|
|
3312
|
+
* CRUD operations for Platform API clients.
|
|
3313
|
+
*/
|
|
3314
|
+
get apiClients() {
|
|
3315
|
+
return this.__apiClients;
|
|
3316
|
+
}
|
|
3258
3317
|
/**
|
|
3259
3318
|
* CRUD operations for Platform API tokens.
|
|
3260
3319
|
* Platform API tokens can be limited in scope and lifetime.
|
|
@@ -3420,7 +3479,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3420
3479
|
|
|
3421
3480
|
|
|
3422
3481
|
/***/ }),
|
|
3423
|
-
/*
|
|
3482
|
+
/* 83 */
|
|
3424
3483
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3425
3484
|
|
|
3426
3485
|
"use strict";
|
|
@@ -3439,8 +3498,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3439
3498
|
};
|
|
3440
3499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3441
3500
|
exports.SdPlatformSdkApi = void 0;
|
|
3442
|
-
const SdPlatformSdkErrorMapping_1 = __webpack_require__(
|
|
3443
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3501
|
+
const SdPlatformSdkErrorMapping_1 = __webpack_require__(84);
|
|
3502
|
+
const axios_1 = __importDefault(__webpack_require__(85));
|
|
3444
3503
|
var Method;
|
|
3445
3504
|
(function (Method) {
|
|
3446
3505
|
Method["GET"] = "GET";
|
|
@@ -3594,7 +3653,7 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3594
3653
|
|
|
3595
3654
|
|
|
3596
3655
|
/***/ }),
|
|
3597
|
-
/*
|
|
3656
|
+
/* 84 */
|
|
3598
3657
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3599
3658
|
|
|
3600
3659
|
"use strict";
|
|
@@ -3604,8 +3663,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3604
3663
|
};
|
|
3605
3664
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3606
3665
|
exports.mapToApiError = void 0;
|
|
3607
|
-
const axios_1 = __importDefault(__webpack_require__(
|
|
3608
|
-
const SdPlatformErrors_1 = __webpack_require__(
|
|
3666
|
+
const axios_1 = __importDefault(__webpack_require__(85));
|
|
3667
|
+
const SdPlatformErrors_1 = __webpack_require__(58);
|
|
3609
3668
|
function isOAuthResponseError(response) {
|
|
3610
3669
|
return ("error" in response) && ("error_description" in response);
|
|
3611
3670
|
}
|
|
@@ -3684,23 +3743,23 @@ exports.mapToApiError = mapToApiError;
|
|
|
3684
3743
|
|
|
3685
3744
|
|
|
3686
3745
|
/***/ }),
|
|
3687
|
-
/*
|
|
3746
|
+
/* 85 */
|
|
3688
3747
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3689
3748
|
|
|
3690
|
-
module.exports = __webpack_require__(
|
|
3749
|
+
module.exports = __webpack_require__(86);
|
|
3691
3750
|
|
|
3692
3751
|
/***/ }),
|
|
3693
|
-
/*
|
|
3752
|
+
/* 86 */
|
|
3694
3753
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3695
3754
|
|
|
3696
3755
|
"use strict";
|
|
3697
3756
|
|
|
3698
3757
|
|
|
3699
|
-
var utils = __webpack_require__(
|
|
3700
|
-
var bind = __webpack_require__(
|
|
3701
|
-
var Axios = __webpack_require__(
|
|
3702
|
-
var mergeConfig = __webpack_require__(
|
|
3703
|
-
var defaults = __webpack_require__(
|
|
3758
|
+
var utils = __webpack_require__(87);
|
|
3759
|
+
var bind = __webpack_require__(88);
|
|
3760
|
+
var Axios = __webpack_require__(89);
|
|
3761
|
+
var mergeConfig = __webpack_require__(110);
|
|
3762
|
+
var defaults = __webpack_require__(94);
|
|
3704
3763
|
|
|
3705
3764
|
/**
|
|
3706
3765
|
* Create an instance of Axios
|
|
@@ -3733,19 +3792,19 @@ var axios = createInstance(defaults);
|
|
|
3733
3792
|
axios.Axios = Axios;
|
|
3734
3793
|
|
|
3735
3794
|
// Expose Cancel & CancelToken
|
|
3736
|
-
axios.Cancel = __webpack_require__(
|
|
3737
|
-
axios.CancelToken = __webpack_require__(
|
|
3738
|
-
axios.isCancel = __webpack_require__(
|
|
3739
|
-
axios.VERSION = __webpack_require__(
|
|
3795
|
+
axios.Cancel = __webpack_require__(108);
|
|
3796
|
+
axios.CancelToken = __webpack_require__(113);
|
|
3797
|
+
axios.isCancel = __webpack_require__(109);
|
|
3798
|
+
axios.VERSION = __webpack_require__(112).version;
|
|
3740
3799
|
|
|
3741
3800
|
// Expose all/spread
|
|
3742
3801
|
axios.all = function all(promises) {
|
|
3743
3802
|
return Promise.all(promises);
|
|
3744
3803
|
};
|
|
3745
|
-
axios.spread = __webpack_require__(
|
|
3804
|
+
axios.spread = __webpack_require__(114);
|
|
3746
3805
|
|
|
3747
3806
|
// Expose isAxiosError
|
|
3748
|
-
axios.isAxiosError = __webpack_require__(
|
|
3807
|
+
axios.isAxiosError = __webpack_require__(115);
|
|
3749
3808
|
|
|
3750
3809
|
module.exports = axios;
|
|
3751
3810
|
|
|
@@ -3754,13 +3813,13 @@ module.exports.default = axios;
|
|
|
3754
3813
|
|
|
3755
3814
|
|
|
3756
3815
|
/***/ }),
|
|
3757
|
-
/*
|
|
3816
|
+
/* 87 */
|
|
3758
3817
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3759
3818
|
|
|
3760
3819
|
"use strict";
|
|
3761
3820
|
|
|
3762
3821
|
|
|
3763
|
-
var bind = __webpack_require__(
|
|
3822
|
+
var bind = __webpack_require__(88);
|
|
3764
3823
|
|
|
3765
3824
|
// utils is a library of generic helper functions non-specific to axios
|
|
3766
3825
|
|
|
@@ -4110,7 +4169,7 @@ module.exports = {
|
|
|
4110
4169
|
|
|
4111
4170
|
|
|
4112
4171
|
/***/ }),
|
|
4113
|
-
/*
|
|
4172
|
+
/* 88 */
|
|
4114
4173
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4115
4174
|
|
|
4116
4175
|
"use strict";
|
|
@@ -4128,18 +4187,18 @@ module.exports = function bind(fn, thisArg) {
|
|
|
4128
4187
|
|
|
4129
4188
|
|
|
4130
4189
|
/***/ }),
|
|
4131
|
-
/*
|
|
4190
|
+
/* 89 */
|
|
4132
4191
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4133
4192
|
|
|
4134
4193
|
"use strict";
|
|
4135
4194
|
|
|
4136
4195
|
|
|
4137
|
-
var utils = __webpack_require__(
|
|
4138
|
-
var buildURL = __webpack_require__(
|
|
4139
|
-
var InterceptorManager = __webpack_require__(
|
|
4140
|
-
var dispatchRequest = __webpack_require__(
|
|
4141
|
-
var mergeConfig = __webpack_require__(
|
|
4142
|
-
var validator = __webpack_require__(
|
|
4196
|
+
var utils = __webpack_require__(87);
|
|
4197
|
+
var buildURL = __webpack_require__(90);
|
|
4198
|
+
var InterceptorManager = __webpack_require__(91);
|
|
4199
|
+
var dispatchRequest = __webpack_require__(92);
|
|
4200
|
+
var mergeConfig = __webpack_require__(110);
|
|
4201
|
+
var validator = __webpack_require__(111);
|
|
4143
4202
|
|
|
4144
4203
|
var validators = validator.validators;
|
|
4145
4204
|
/**
|
|
@@ -4283,13 +4342,13 @@ module.exports = Axios;
|
|
|
4283
4342
|
|
|
4284
4343
|
|
|
4285
4344
|
/***/ }),
|
|
4286
|
-
/*
|
|
4345
|
+
/* 90 */
|
|
4287
4346
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4288
4347
|
|
|
4289
4348
|
"use strict";
|
|
4290
4349
|
|
|
4291
4350
|
|
|
4292
|
-
var utils = __webpack_require__(
|
|
4351
|
+
var utils = __webpack_require__(87);
|
|
4293
4352
|
|
|
4294
4353
|
function encode(val) {
|
|
4295
4354
|
return encodeURIComponent(val).
|
|
@@ -4360,13 +4419,13 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4360
4419
|
|
|
4361
4420
|
|
|
4362
4421
|
/***/ }),
|
|
4363
|
-
/*
|
|
4422
|
+
/* 91 */
|
|
4364
4423
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4365
4424
|
|
|
4366
4425
|
"use strict";
|
|
4367
4426
|
|
|
4368
4427
|
|
|
4369
|
-
var utils = __webpack_require__(
|
|
4428
|
+
var utils = __webpack_require__(87);
|
|
4370
4429
|
|
|
4371
4430
|
function InterceptorManager() {
|
|
4372
4431
|
this.handlers = [];
|
|
@@ -4421,17 +4480,17 @@ module.exports = InterceptorManager;
|
|
|
4421
4480
|
|
|
4422
4481
|
|
|
4423
4482
|
/***/ }),
|
|
4424
|
-
/*
|
|
4483
|
+
/* 92 */
|
|
4425
4484
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4426
4485
|
|
|
4427
4486
|
"use strict";
|
|
4428
4487
|
|
|
4429
4488
|
|
|
4430
|
-
var utils = __webpack_require__(
|
|
4431
|
-
var transformData = __webpack_require__(
|
|
4432
|
-
var isCancel = __webpack_require__(
|
|
4433
|
-
var defaults = __webpack_require__(
|
|
4434
|
-
var Cancel = __webpack_require__(
|
|
4489
|
+
var utils = __webpack_require__(87);
|
|
4490
|
+
var transformData = __webpack_require__(93);
|
|
4491
|
+
var isCancel = __webpack_require__(109);
|
|
4492
|
+
var defaults = __webpack_require__(94);
|
|
4493
|
+
var Cancel = __webpack_require__(108);
|
|
4435
4494
|
|
|
4436
4495
|
/**
|
|
4437
4496
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4515,14 +4574,14 @@ module.exports = function dispatchRequest(config) {
|
|
|
4515
4574
|
|
|
4516
4575
|
|
|
4517
4576
|
/***/ }),
|
|
4518
|
-
/*
|
|
4577
|
+
/* 93 */
|
|
4519
4578
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4520
4579
|
|
|
4521
4580
|
"use strict";
|
|
4522
4581
|
|
|
4523
4582
|
|
|
4524
|
-
var utils = __webpack_require__(
|
|
4525
|
-
var defaults = __webpack_require__(
|
|
4583
|
+
var utils = __webpack_require__(87);
|
|
4584
|
+
var defaults = __webpack_require__(94);
|
|
4526
4585
|
|
|
4527
4586
|
/**
|
|
4528
4587
|
* Transform the data for a request or a response
|
|
@@ -4544,16 +4603,16 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4544
4603
|
|
|
4545
4604
|
|
|
4546
4605
|
/***/ }),
|
|
4547
|
-
/*
|
|
4606
|
+
/* 94 */
|
|
4548
4607
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4549
4608
|
|
|
4550
4609
|
"use strict";
|
|
4551
4610
|
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4552
4611
|
|
|
4553
|
-
var utils = __webpack_require__(
|
|
4554
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4555
|
-
var enhanceError = __webpack_require__(
|
|
4556
|
-
var transitionalDefaults = __webpack_require__(
|
|
4612
|
+
var utils = __webpack_require__(87);
|
|
4613
|
+
var normalizeHeaderName = __webpack_require__(96);
|
|
4614
|
+
var enhanceError = __webpack_require__(97);
|
|
4615
|
+
var transitionalDefaults = __webpack_require__(98);
|
|
4557
4616
|
|
|
4558
4617
|
var DEFAULT_CONTENT_TYPE = {
|
|
4559
4618
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4569,10 +4628,10 @@ function getDefaultAdapter() {
|
|
|
4569
4628
|
var adapter;
|
|
4570
4629
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4571
4630
|
// For browsers use XHR adapter
|
|
4572
|
-
adapter = __webpack_require__(
|
|
4631
|
+
adapter = __webpack_require__(99);
|
|
4573
4632
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4574
4633
|
// For node use HTTP adapter
|
|
4575
|
-
adapter = __webpack_require__(
|
|
4634
|
+
adapter = __webpack_require__(99);
|
|
4576
4635
|
}
|
|
4577
4636
|
return adapter;
|
|
4578
4637
|
}
|
|
@@ -4680,10 +4739,10 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4680
4739
|
|
|
4681
4740
|
module.exports = defaults;
|
|
4682
4741
|
|
|
4683
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
4742
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(95)))
|
|
4684
4743
|
|
|
4685
4744
|
/***/ }),
|
|
4686
|
-
/*
|
|
4745
|
+
/* 95 */
|
|
4687
4746
|
/***/ (function(module, exports) {
|
|
4688
4747
|
|
|
4689
4748
|
// shim for using process in browser
|
|
@@ -4873,13 +4932,13 @@ process.umask = function() { return 0; };
|
|
|
4873
4932
|
|
|
4874
4933
|
|
|
4875
4934
|
/***/ }),
|
|
4876
|
-
/*
|
|
4935
|
+
/* 96 */
|
|
4877
4936
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4878
4937
|
|
|
4879
4938
|
"use strict";
|
|
4880
4939
|
|
|
4881
4940
|
|
|
4882
|
-
var utils = __webpack_require__(
|
|
4941
|
+
var utils = __webpack_require__(87);
|
|
4883
4942
|
|
|
4884
4943
|
module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
4885
4944
|
utils.forEach(headers, function processHeader(value, name) {
|
|
@@ -4892,7 +4951,7 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4892
4951
|
|
|
4893
4952
|
|
|
4894
4953
|
/***/ }),
|
|
4895
|
-
/*
|
|
4954
|
+
/* 97 */
|
|
4896
4955
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4897
4956
|
|
|
4898
4957
|
"use strict";
|
|
@@ -4942,7 +5001,7 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4942
5001
|
|
|
4943
5002
|
|
|
4944
5003
|
/***/ }),
|
|
4945
|
-
/*
|
|
5004
|
+
/* 98 */
|
|
4946
5005
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4947
5006
|
|
|
4948
5007
|
"use strict";
|
|
@@ -4956,22 +5015,22 @@ module.exports = {
|
|
|
4956
5015
|
|
|
4957
5016
|
|
|
4958
5017
|
/***/ }),
|
|
4959
|
-
/*
|
|
5018
|
+
/* 99 */
|
|
4960
5019
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4961
5020
|
|
|
4962
5021
|
"use strict";
|
|
4963
5022
|
|
|
4964
5023
|
|
|
4965
|
-
var utils = __webpack_require__(
|
|
4966
|
-
var settle = __webpack_require__(
|
|
4967
|
-
var cookies = __webpack_require__(
|
|
4968
|
-
var buildURL = __webpack_require__(
|
|
4969
|
-
var buildFullPath = __webpack_require__(
|
|
4970
|
-
var parseHeaders = __webpack_require__(
|
|
4971
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4972
|
-
var createError = __webpack_require__(
|
|
4973
|
-
var transitionalDefaults = __webpack_require__(
|
|
4974
|
-
var Cancel = __webpack_require__(
|
|
5024
|
+
var utils = __webpack_require__(87);
|
|
5025
|
+
var settle = __webpack_require__(100);
|
|
5026
|
+
var cookies = __webpack_require__(102);
|
|
5027
|
+
var buildURL = __webpack_require__(90);
|
|
5028
|
+
var buildFullPath = __webpack_require__(103);
|
|
5029
|
+
var parseHeaders = __webpack_require__(106);
|
|
5030
|
+
var isURLSameOrigin = __webpack_require__(107);
|
|
5031
|
+
var createError = __webpack_require__(101);
|
|
5032
|
+
var transitionalDefaults = __webpack_require__(98);
|
|
5033
|
+
var Cancel = __webpack_require__(108);
|
|
4975
5034
|
|
|
4976
5035
|
module.exports = function xhrAdapter(config) {
|
|
4977
5036
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -5175,13 +5234,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
5175
5234
|
|
|
5176
5235
|
|
|
5177
5236
|
/***/ }),
|
|
5178
|
-
/*
|
|
5237
|
+
/* 100 */
|
|
5179
5238
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5180
5239
|
|
|
5181
5240
|
"use strict";
|
|
5182
5241
|
|
|
5183
5242
|
|
|
5184
|
-
var createError = __webpack_require__(
|
|
5243
|
+
var createError = __webpack_require__(101);
|
|
5185
5244
|
|
|
5186
5245
|
/**
|
|
5187
5246
|
* Resolve or reject a Promise based on response status.
|
|
@@ -5207,13 +5266,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
5207
5266
|
|
|
5208
5267
|
|
|
5209
5268
|
/***/ }),
|
|
5210
|
-
/*
|
|
5269
|
+
/* 101 */
|
|
5211
5270
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5212
5271
|
|
|
5213
5272
|
"use strict";
|
|
5214
5273
|
|
|
5215
5274
|
|
|
5216
|
-
var enhanceError = __webpack_require__(
|
|
5275
|
+
var enhanceError = __webpack_require__(97);
|
|
5217
5276
|
|
|
5218
5277
|
/**
|
|
5219
5278
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -5232,13 +5291,13 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
5232
5291
|
|
|
5233
5292
|
|
|
5234
5293
|
/***/ }),
|
|
5235
|
-
/*
|
|
5294
|
+
/* 102 */
|
|
5236
5295
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5237
5296
|
|
|
5238
5297
|
"use strict";
|
|
5239
5298
|
|
|
5240
5299
|
|
|
5241
|
-
var utils = __webpack_require__(
|
|
5300
|
+
var utils = __webpack_require__(87);
|
|
5242
5301
|
|
|
5243
5302
|
module.exports = (
|
|
5244
5303
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5292,14 +5351,14 @@ module.exports = (
|
|
|
5292
5351
|
|
|
5293
5352
|
|
|
5294
5353
|
/***/ }),
|
|
5295
|
-
/*
|
|
5354
|
+
/* 103 */
|
|
5296
5355
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5297
5356
|
|
|
5298
5357
|
"use strict";
|
|
5299
5358
|
|
|
5300
5359
|
|
|
5301
|
-
var isAbsoluteURL = __webpack_require__(
|
|
5302
|
-
var combineURLs = __webpack_require__(
|
|
5360
|
+
var isAbsoluteURL = __webpack_require__(104);
|
|
5361
|
+
var combineURLs = __webpack_require__(105);
|
|
5303
5362
|
|
|
5304
5363
|
/**
|
|
5305
5364
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -5319,7 +5378,7 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
5319
5378
|
|
|
5320
5379
|
|
|
5321
5380
|
/***/ }),
|
|
5322
|
-
/*
|
|
5381
|
+
/* 104 */
|
|
5323
5382
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5324
5383
|
|
|
5325
5384
|
"use strict";
|
|
@@ -5340,7 +5399,7 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
5340
5399
|
|
|
5341
5400
|
|
|
5342
5401
|
/***/ }),
|
|
5343
|
-
/*
|
|
5402
|
+
/* 105 */
|
|
5344
5403
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5345
5404
|
|
|
5346
5405
|
"use strict";
|
|
@@ -5361,13 +5420,13 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
5361
5420
|
|
|
5362
5421
|
|
|
5363
5422
|
/***/ }),
|
|
5364
|
-
/*
|
|
5423
|
+
/* 106 */
|
|
5365
5424
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5366
5425
|
|
|
5367
5426
|
"use strict";
|
|
5368
5427
|
|
|
5369
5428
|
|
|
5370
|
-
var utils = __webpack_require__(
|
|
5429
|
+
var utils = __webpack_require__(87);
|
|
5371
5430
|
|
|
5372
5431
|
// Headers whose duplicates are ignored by node
|
|
5373
5432
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
@@ -5421,13 +5480,13 @@ module.exports = function parseHeaders(headers) {
|
|
|
5421
5480
|
|
|
5422
5481
|
|
|
5423
5482
|
/***/ }),
|
|
5424
|
-
/*
|
|
5483
|
+
/* 107 */
|
|
5425
5484
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5426
5485
|
|
|
5427
5486
|
"use strict";
|
|
5428
5487
|
|
|
5429
5488
|
|
|
5430
|
-
var utils = __webpack_require__(
|
|
5489
|
+
var utils = __webpack_require__(87);
|
|
5431
5490
|
|
|
5432
5491
|
module.exports = (
|
|
5433
5492
|
utils.isStandardBrowserEnv() ?
|
|
@@ -5496,7 +5555,7 @@ module.exports = (
|
|
|
5496
5555
|
|
|
5497
5556
|
|
|
5498
5557
|
/***/ }),
|
|
5499
|
-
/*
|
|
5558
|
+
/* 108 */
|
|
5500
5559
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5501
5560
|
|
|
5502
5561
|
"use strict";
|
|
@@ -5522,7 +5581,7 @@ module.exports = Cancel;
|
|
|
5522
5581
|
|
|
5523
5582
|
|
|
5524
5583
|
/***/ }),
|
|
5525
|
-
/*
|
|
5584
|
+
/* 109 */
|
|
5526
5585
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5527
5586
|
|
|
5528
5587
|
"use strict";
|
|
@@ -5534,13 +5593,13 @@ module.exports = function isCancel(value) {
|
|
|
5534
5593
|
|
|
5535
5594
|
|
|
5536
5595
|
/***/ }),
|
|
5537
|
-
/*
|
|
5596
|
+
/* 110 */
|
|
5538
5597
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5539
5598
|
|
|
5540
5599
|
"use strict";
|
|
5541
5600
|
|
|
5542
5601
|
|
|
5543
|
-
var utils = __webpack_require__(
|
|
5602
|
+
var utils = __webpack_require__(87);
|
|
5544
5603
|
|
|
5545
5604
|
/**
|
|
5546
5605
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -5640,13 +5699,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5640
5699
|
|
|
5641
5700
|
|
|
5642
5701
|
/***/ }),
|
|
5643
|
-
/*
|
|
5702
|
+
/* 111 */
|
|
5644
5703
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5645
5704
|
|
|
5646
5705
|
"use strict";
|
|
5647
5706
|
|
|
5648
5707
|
|
|
5649
|
-
var VERSION = __webpack_require__(
|
|
5708
|
+
var VERSION = __webpack_require__(112).version;
|
|
5650
5709
|
|
|
5651
5710
|
var validators = {};
|
|
5652
5711
|
|
|
@@ -5729,7 +5788,7 @@ module.exports = {
|
|
|
5729
5788
|
|
|
5730
5789
|
|
|
5731
5790
|
/***/ }),
|
|
5732
|
-
/*
|
|
5791
|
+
/* 112 */
|
|
5733
5792
|
/***/ (function(module, exports) {
|
|
5734
5793
|
|
|
5735
5794
|
module.exports = {
|
|
@@ -5737,13 +5796,13 @@ module.exports = {
|
|
|
5737
5796
|
};
|
|
5738
5797
|
|
|
5739
5798
|
/***/ }),
|
|
5740
|
-
/*
|
|
5799
|
+
/* 113 */
|
|
5741
5800
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5742
5801
|
|
|
5743
5802
|
"use strict";
|
|
5744
5803
|
|
|
5745
5804
|
|
|
5746
|
-
var Cancel = __webpack_require__(
|
|
5805
|
+
var Cancel = __webpack_require__(108);
|
|
5747
5806
|
|
|
5748
5807
|
/**
|
|
5749
5808
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5863,7 +5922,7 @@ module.exports = CancelToken;
|
|
|
5863
5922
|
|
|
5864
5923
|
|
|
5865
5924
|
/***/ }),
|
|
5866
|
-
/*
|
|
5925
|
+
/* 114 */
|
|
5867
5926
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5868
5927
|
|
|
5869
5928
|
"use strict";
|
|
@@ -5897,13 +5956,13 @@ module.exports = function spread(callback) {
|
|
|
5897
5956
|
|
|
5898
5957
|
|
|
5899
5958
|
/***/ }),
|
|
5900
|
-
/*
|
|
5959
|
+
/* 115 */
|
|
5901
5960
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5902
5961
|
|
|
5903
5962
|
"use strict";
|
|
5904
5963
|
|
|
5905
5964
|
|
|
5906
|
-
var utils = __webpack_require__(
|
|
5965
|
+
var utils = __webpack_require__(87);
|
|
5907
5966
|
|
|
5908
5967
|
/**
|
|
5909
5968
|
* Determines whether the payload is an error thrown by Axios
|
|
@@ -5917,7 +5976,7 @@ module.exports = function isAxiosError(payload) {
|
|
|
5917
5976
|
|
|
5918
5977
|
|
|
5919
5978
|
/***/ }),
|
|
5920
|
-
/*
|
|
5979
|
+
/* 116 */
|
|
5921
5980
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5922
5981
|
|
|
5923
5982
|
"use strict";
|
|
@@ -5944,15 +6003,15 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5944
6003
|
|
|
5945
6004
|
|
|
5946
6005
|
/***/ }),
|
|
5947
|
-
/*
|
|
6006
|
+
/* 117 */
|
|
5948
6007
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5949
6008
|
|
|
5950
6009
|
"use strict";
|
|
5951
6010
|
|
|
5952
6011
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5953
6012
|
exports.SdPlatformDocumentApi = void 0;
|
|
5954
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
5955
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
6013
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
6014
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
5956
6015
|
/**
|
|
5957
6016
|
* Actions related to Documents.
|
|
5958
6017
|
*/
|
|
@@ -6036,15 +6095,15 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
6036
6095
|
|
|
6037
6096
|
|
|
6038
6097
|
/***/ }),
|
|
6039
|
-
/*
|
|
6098
|
+
/* 118 */
|
|
6040
6099
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6041
6100
|
|
|
6042
6101
|
"use strict";
|
|
6043
6102
|
|
|
6044
6103
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6045
6104
|
exports.SdPlatformOrganizationAnalyticsApi = void 0;
|
|
6046
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
6047
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
6105
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
6106
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
6048
6107
|
/**
|
|
6049
6108
|
* Analytics for organizations.
|
|
6050
6109
|
*/
|
|
@@ -6065,15 +6124,15 @@ exports.SdPlatformOrganizationAnalyticsApi = SdPlatformOrganizationAnalyticsApi;
|
|
|
6065
6124
|
|
|
6066
6125
|
|
|
6067
6126
|
/***/ }),
|
|
6068
|
-
/*
|
|
6127
|
+
/* 119 */
|
|
6069
6128
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6070
6129
|
|
|
6071
6130
|
"use strict";
|
|
6072
6131
|
|
|
6073
6132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6074
6133
|
exports.SdPlatformOpenIDProviderApi = exports.SdPlatformOpenIDProviderEmbeddableFields = void 0;
|
|
6075
|
-
const SdPlatformRequestId_1 = __webpack_require__(
|
|
6076
|
-
const ResourcesApi_1 = __webpack_require__(
|
|
6134
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
6135
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
6077
6136
|
var SdPlatformOpenIDProviderEmbeddableFields;
|
|
6078
6137
|
(function (SdPlatformOpenIDProviderEmbeddableFields) {
|
|
6079
6138
|
SdPlatformOpenIDProviderEmbeddableFields["Organization"] = "organization";
|
|
@@ -6129,14 +6188,50 @@ exports.SdPlatformOpenIDProviderApi = SdPlatformOpenIDProviderApi;
|
|
|
6129
6188
|
|
|
6130
6189
|
|
|
6131
6190
|
/***/ }),
|
|
6132
|
-
/*
|
|
6191
|
+
/* 120 */
|
|
6192
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6193
|
+
|
|
6194
|
+
"use strict";
|
|
6195
|
+
|
|
6196
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6197
|
+
exports.SdPlatformApiClientsApi = exports.SdPlatformApiClientsQueryEmbeddableFields = void 0;
|
|
6198
|
+
const SdPlatformRequestId_1 = __webpack_require__(56);
|
|
6199
|
+
const ResourcesApi_1 = __webpack_require__(61);
|
|
6200
|
+
var SdPlatformApiClientsQueryEmbeddableFields;
|
|
6201
|
+
(function (SdPlatformApiClientsQueryEmbeddableFields) {
|
|
6202
|
+
})(SdPlatformApiClientsQueryEmbeddableFields = exports.SdPlatformApiClientsQueryEmbeddableFields || (exports.SdPlatformApiClientsQueryEmbeddableFields = {}));
|
|
6203
|
+
/**
|
|
6204
|
+
* Operations for models on the ShapeDiver Platform.
|
|
6205
|
+
*/
|
|
6206
|
+
class SdPlatformApiClientsApi extends ResourcesApi_1.ResourcesApi {
|
|
6207
|
+
get __resourcePath() {
|
|
6208
|
+
return "apiclients";
|
|
6209
|
+
}
|
|
6210
|
+
query(query = {}) {
|
|
6211
|
+
return super.__query(SdPlatformRequestId_1.RequestId.ApiClientQuery, query);
|
|
6212
|
+
}
|
|
6213
|
+
create(body) {
|
|
6214
|
+
return super.__post(SdPlatformRequestId_1.RequestId.ApiClientCreate, body);
|
|
6215
|
+
}
|
|
6216
|
+
patch(id, body) {
|
|
6217
|
+
return super.__patch(SdPlatformRequestId_1.RequestId.ApiClientPatch, id, body);
|
|
6218
|
+
}
|
|
6219
|
+
delete(id) {
|
|
6220
|
+
return super.__delete(SdPlatformRequestId_1.RequestId.ApiClientDelete, id);
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6223
|
+
exports.SdPlatformApiClientsApi = SdPlatformApiClientsApi;
|
|
6224
|
+
|
|
6225
|
+
|
|
6226
|
+
/***/ }),
|
|
6227
|
+
/* 121 */
|
|
6133
6228
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6134
6229
|
|
|
6135
6230
|
"use strict";
|
|
6136
6231
|
|
|
6137
6232
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6138
6233
|
exports.create = void 0;
|
|
6139
|
-
const SdPlatformSdk_1 = __webpack_require__(
|
|
6234
|
+
const SdPlatformSdk_1 = __webpack_require__(82);
|
|
6140
6235
|
function create(clientId, clientSecret, baseUrl) {
|
|
6141
6236
|
const checkIfCredential = (clientId) => {
|
|
6142
6237
|
return !!(clientId && clientId.clientId);
|