@shapediver/sdk.platform-api-sdk-v1 2.6.2 → 2.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +540 -327
- package/dist/bundle.node.js +318 -305
- package/dist/resources/commons/ResourcesApi.d.ts.map +1 -1
- package/package.json +6 -6
package/dist/bundle.js
CHANGED
|
@@ -8,10 +8,95 @@
|
|
|
8
8
|
else
|
|
9
9
|
root["ShapeDiverSDK"] = factory();
|
|
10
10
|
})(this, function() {
|
|
11
|
-
return /******/ (()
|
|
12
|
-
/******/
|
|
11
|
+
return /******/ (function(modules) { // webpackBootstrap
|
|
12
|
+
/******/ // The module cache
|
|
13
|
+
/******/ var installedModules = {};
|
|
14
|
+
/******/
|
|
15
|
+
/******/ // The require function
|
|
16
|
+
/******/ function __webpack_require__(moduleId) {
|
|
17
|
+
/******/
|
|
18
|
+
/******/ // Check if module is in cache
|
|
19
|
+
/******/ if(installedModules[moduleId]) {
|
|
20
|
+
/******/ return installedModules[moduleId].exports;
|
|
21
|
+
/******/ }
|
|
22
|
+
/******/ // Create a new module (and put it into the cache)
|
|
23
|
+
/******/ var module = installedModules[moduleId] = {
|
|
24
|
+
/******/ i: moduleId,
|
|
25
|
+
/******/ l: false,
|
|
26
|
+
/******/ exports: {}
|
|
27
|
+
/******/ };
|
|
28
|
+
/******/
|
|
29
|
+
/******/ // Execute the module function
|
|
30
|
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
31
|
+
/******/
|
|
32
|
+
/******/ // Flag the module as loaded
|
|
33
|
+
/******/ module.l = true;
|
|
34
|
+
/******/
|
|
35
|
+
/******/ // Return the exports of the module
|
|
36
|
+
/******/ return module.exports;
|
|
37
|
+
/******/ }
|
|
38
|
+
/******/
|
|
39
|
+
/******/
|
|
40
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
41
|
+
/******/ __webpack_require__.m = modules;
|
|
42
|
+
/******/
|
|
43
|
+
/******/ // expose the module cache
|
|
44
|
+
/******/ __webpack_require__.c = installedModules;
|
|
45
|
+
/******/
|
|
46
|
+
/******/ // define getter function for harmony exports
|
|
47
|
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
48
|
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
49
|
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
50
|
+
/******/ }
|
|
51
|
+
/******/ };
|
|
52
|
+
/******/
|
|
53
|
+
/******/ // define __esModule on exports
|
|
54
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
55
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
56
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
57
|
+
/******/ }
|
|
58
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
59
|
+
/******/ };
|
|
60
|
+
/******/
|
|
61
|
+
/******/ // create a fake namespace object
|
|
62
|
+
/******/ // mode & 1: value is a module id, require it
|
|
63
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
64
|
+
/******/ // mode & 4: return value when already ns object
|
|
65
|
+
/******/ // mode & 8|1: behave like require
|
|
66
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
67
|
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
68
|
+
/******/ if(mode & 8) return value;
|
|
69
|
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
70
|
+
/******/ var ns = Object.create(null);
|
|
71
|
+
/******/ __webpack_require__.r(ns);
|
|
72
|
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
73
|
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
74
|
+
/******/ return ns;
|
|
75
|
+
/******/ };
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
78
|
+
/******/ __webpack_require__.n = function(module) {
|
|
79
|
+
/******/ var getter = module && module.__esModule ?
|
|
80
|
+
/******/ function getDefault() { return module['default']; } :
|
|
81
|
+
/******/ function getModuleExports() { return module; };
|
|
82
|
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
83
|
+
/******/ return getter;
|
|
84
|
+
/******/ };
|
|
85
|
+
/******/
|
|
86
|
+
/******/ // Object.prototype.hasOwnProperty.call
|
|
87
|
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
|
+
/******/
|
|
89
|
+
/******/ // __webpack_public_path__
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
|
+
/******/
|
|
92
|
+
/******/
|
|
93
|
+
/******/ // Load entry module and return exports
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
|
95
|
+
/******/ })
|
|
96
|
+
/************************************************************************/
|
|
97
|
+
/******/ ([
|
|
13
98
|
/* 0 */
|
|
14
|
-
/***/ (function(
|
|
99
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
15
100
|
|
|
16
101
|
"use strict";
|
|
17
102
|
|
|
@@ -29,7 +114,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
29
114
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30
115
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31
116
|
};
|
|
32
|
-
Object.defineProperty(exports, "__esModule",
|
|
117
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
118
|
__exportStar(__webpack_require__(1), exports);
|
|
34
119
|
__exportStar(__webpack_require__(52), exports);
|
|
35
120
|
__exportStar(__webpack_require__(53), exports);
|
|
@@ -56,12 +141,12 @@ __exportStar(__webpack_require__(77), exports);
|
|
|
56
141
|
__exportStar(__webpack_require__(58), exports);
|
|
57
142
|
__exportStar(__webpack_require__(54), exports);
|
|
58
143
|
__exportStar(__webpack_require__(78), exports);
|
|
59
|
-
__exportStar(__webpack_require__(
|
|
144
|
+
__exportStar(__webpack_require__(114), exports);
|
|
60
145
|
|
|
61
146
|
|
|
62
147
|
/***/ }),
|
|
63
148
|
/* 1 */
|
|
64
|
-
/***/ (function(
|
|
149
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
65
150
|
|
|
66
151
|
"use strict";
|
|
67
152
|
|
|
@@ -79,7 +164,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
79
164
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
80
165
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
81
166
|
};
|
|
82
|
-
Object.defineProperty(exports, "__esModule",
|
|
167
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
83
168
|
__exportStar(__webpack_require__(2), exports);
|
|
84
169
|
__exportStar(__webpack_require__(3), exports);
|
|
85
170
|
__exportStar(__webpack_require__(4), exports);
|
|
@@ -134,11 +219,11 @@ __exportStar(__webpack_require__(51), exports);
|
|
|
134
219
|
|
|
135
220
|
/***/ }),
|
|
136
221
|
/* 2 */
|
|
137
|
-
/***/ ((
|
|
222
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
138
223
|
|
|
139
224
|
"use strict";
|
|
140
225
|
|
|
141
|
-
Object.defineProperty(exports, "__esModule",
|
|
226
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
142
227
|
exports.SdPlatformApiTokenScopes = void 0;
|
|
143
228
|
/**
|
|
144
229
|
* Scopes for limiting Platform API tokens
|
|
@@ -188,11 +273,11 @@ var SdPlatformApiTokenScopes;
|
|
|
188
273
|
|
|
189
274
|
/***/ }),
|
|
190
275
|
/* 3 */
|
|
191
|
-
/***/ ((
|
|
276
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
192
277
|
|
|
193
278
|
"use strict";
|
|
194
279
|
|
|
195
|
-
Object.defineProperty(exports, "__esModule",
|
|
280
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
196
281
|
exports.SdPlatformNotificationType = exports.SdPlatformNotificationClass = exports.SdPlatformNotificationLevel = exports.SdPlatformNotificationCreator = void 0;
|
|
197
282
|
/**
|
|
198
283
|
* Creator of notification.
|
|
@@ -259,20 +344,20 @@ var SdPlatformNotificationType;
|
|
|
259
344
|
|
|
260
345
|
/***/ }),
|
|
261
346
|
/* 4 */
|
|
262
|
-
/***/ ((
|
|
347
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
263
348
|
|
|
264
349
|
"use strict";
|
|
265
350
|
|
|
266
|
-
Object.defineProperty(exports, "__esModule",
|
|
351
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
267
352
|
//# sourceMappingURL=SdPlatformChargebee.js.map
|
|
268
353
|
|
|
269
354
|
/***/ }),
|
|
270
355
|
/* 5 */
|
|
271
|
-
/***/ ((
|
|
356
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
272
357
|
|
|
273
358
|
"use strict";
|
|
274
359
|
|
|
275
|
-
Object.defineProperty(exports, "__esModule",
|
|
360
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
276
361
|
exports.SdPlatformModelFileType = void 0;
|
|
277
362
|
var SdPlatformModelFileType;
|
|
278
363
|
(function (SdPlatformModelFileType) {
|
|
@@ -283,11 +368,11 @@ var SdPlatformModelFileType;
|
|
|
283
368
|
|
|
284
369
|
/***/ }),
|
|
285
370
|
/* 6 */
|
|
286
|
-
/***/ ((
|
|
371
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
287
372
|
|
|
288
373
|
"use strict";
|
|
289
374
|
|
|
290
|
-
Object.defineProperty(exports, "__esModule",
|
|
375
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
291
376
|
exports.SdPlatformModelTokenScopes = void 0;
|
|
292
377
|
/**
|
|
293
378
|
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
@@ -303,11 +388,11 @@ var SdPlatformModelTokenScopes;
|
|
|
303
388
|
|
|
304
389
|
/***/ }),
|
|
305
390
|
/* 7 */
|
|
306
|
-
/***/ ((
|
|
391
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
307
392
|
|
|
308
393
|
"use strict";
|
|
309
394
|
|
|
310
|
-
Object.defineProperty(exports, "__esModule",
|
|
395
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
311
396
|
exports.SdPlatformOrganizationMemberRole = void 0;
|
|
312
397
|
/**
|
|
313
398
|
* Roles of organization members
|
|
@@ -342,11 +427,11 @@ var SdPlatformOrganizationMemberRole;
|
|
|
342
427
|
|
|
343
428
|
/***/ }),
|
|
344
429
|
/* 8 */
|
|
345
|
-
/***/ ((
|
|
430
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
346
431
|
|
|
347
432
|
"use strict";
|
|
348
433
|
|
|
349
|
-
Object.defineProperty(exports, "__esModule",
|
|
434
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
350
435
|
exports.SdPlatformPolicyPermissionsAsset = exports.SdPlatformPolicyPermissionsPlatform = exports.SdPlatformPolicyPermissionsUtility = exports.SdPlatformPolicyPermissionsSavedState = exports.SdPlatformPolicyPermissionsUser = exports.SdPlatformPolicyPermissionsOrganization = exports.SdPlatformPolicyPermissionsModel = exports.SdPlatformPolicyCommonAliasesAsset = exports.SdPlatformPolicyCommonAliasesPlatform = exports.SdPlatformPolicyCommonAliasesUtility = exports.SdPlatformPolicyCommonAliasesOrganization = exports.SdPlatformPolicyCommonAliasesUser = exports.SdPlatformPolicyCommonAliasesSavedState = exports.SdPlatformPolicyCommonAliasesModel = exports.SdPlatformPolicyPermissionStatus = exports.SdPlatformPolicyType = void 0;
|
|
351
436
|
/**
|
|
352
437
|
* Types of policies
|
|
@@ -636,20 +721,20 @@ var SdPlatformPolicyPermissionsAsset;
|
|
|
636
721
|
|
|
637
722
|
/***/ }),
|
|
638
723
|
/* 9 */
|
|
639
|
-
/***/ ((
|
|
724
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
640
725
|
|
|
641
726
|
"use strict";
|
|
642
727
|
|
|
643
|
-
Object.defineProperty(exports, "__esModule",
|
|
728
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
644
729
|
//# sourceMappingURL=SdPlatformUsedCredits.js.map
|
|
645
730
|
|
|
646
731
|
/***/ }),
|
|
647
732
|
/* 10 */
|
|
648
|
-
/***/ ((
|
|
733
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
649
734
|
|
|
650
735
|
"use strict";
|
|
651
736
|
|
|
652
|
-
Object.defineProperty(exports, "__esModule",
|
|
737
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
653
738
|
exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
|
|
654
739
|
/**
|
|
655
740
|
* Visibility for users
|
|
@@ -694,11 +779,11 @@ var SdPlatformSavedStateVisibility;
|
|
|
694
779
|
|
|
695
780
|
/***/ }),
|
|
696
781
|
/* 11 */
|
|
697
|
-
/***/ ((
|
|
782
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
698
783
|
|
|
699
784
|
"use strict";
|
|
700
785
|
|
|
701
|
-
Object.defineProperty(exports, "__esModule",
|
|
786
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
702
787
|
exports.SdPlatformAuthGrantType = void 0;
|
|
703
788
|
/**
|
|
704
789
|
* OAuth 2.0 grant type
|
|
@@ -713,11 +798,11 @@ var SdPlatformAuthGrantType;
|
|
|
713
798
|
|
|
714
799
|
/***/ }),
|
|
715
800
|
/* 12 */
|
|
716
|
-
/***/ ((
|
|
801
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
717
802
|
|
|
718
803
|
"use strict";
|
|
719
804
|
|
|
720
|
-
Object.defineProperty(exports, "__esModule",
|
|
805
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
721
806
|
exports.SdPlatformSortingOrder = void 0;
|
|
722
807
|
var SdPlatformSortingOrder;
|
|
723
808
|
(function (SdPlatformSortingOrder) {
|
|
@@ -728,74 +813,74 @@ var SdPlatformSortingOrder;
|
|
|
728
813
|
|
|
729
814
|
/***/ }),
|
|
730
815
|
/* 13 */
|
|
731
|
-
/***/ ((
|
|
816
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
732
817
|
|
|
733
818
|
"use strict";
|
|
734
819
|
|
|
735
|
-
Object.defineProperty(exports, "__esModule",
|
|
820
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
736
821
|
//# sourceMappingURL=SdPlatformRequestApiToken.js.map
|
|
737
822
|
|
|
738
823
|
/***/ }),
|
|
739
824
|
/* 14 */
|
|
740
|
-
/***/ ((
|
|
825
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
741
826
|
|
|
742
827
|
"use strict";
|
|
743
828
|
|
|
744
|
-
Object.defineProperty(exports, "__esModule",
|
|
829
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
745
830
|
//# sourceMappingURL=SdPlatformRequestBackendSystem.js.map
|
|
746
831
|
|
|
747
832
|
/***/ }),
|
|
748
833
|
/* 15 */
|
|
749
|
-
/***/ ((
|
|
834
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
750
835
|
|
|
751
836
|
"use strict";
|
|
752
837
|
|
|
753
|
-
Object.defineProperty(exports, "__esModule",
|
|
838
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
754
839
|
//# sourceMappingURL=SdPlatformRequestBookmark.js.map
|
|
755
840
|
|
|
756
841
|
/***/ }),
|
|
757
842
|
/* 16 */
|
|
758
|
-
/***/ ((
|
|
843
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
759
844
|
|
|
760
845
|
"use strict";
|
|
761
846
|
|
|
762
|
-
Object.defineProperty(exports, "__esModule",
|
|
847
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
763
848
|
//# sourceMappingURL=SdPlatformRequestChargebee.js.map
|
|
764
849
|
|
|
765
850
|
/***/ }),
|
|
766
851
|
/* 17 */
|
|
767
|
-
/***/ ((
|
|
852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
768
853
|
|
|
769
854
|
"use strict";
|
|
770
855
|
|
|
771
|
-
Object.defineProperty(exports, "__esModule",
|
|
856
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
772
857
|
//# sourceMappingURL=SdPlatformRequestDocument.js.map
|
|
773
858
|
|
|
774
859
|
/***/ }),
|
|
775
860
|
/* 18 */
|
|
776
|
-
/***/ ((
|
|
861
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
777
862
|
|
|
778
863
|
"use strict";
|
|
779
864
|
|
|
780
|
-
Object.defineProperty(exports, "__esModule",
|
|
865
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
781
866
|
//# sourceMappingURL=SdPlatformRequestDomain.js.map
|
|
782
867
|
|
|
783
868
|
/***/ }),
|
|
784
869
|
/* 19 */
|
|
785
|
-
/***/ ((
|
|
870
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
786
871
|
|
|
787
872
|
"use strict";
|
|
788
873
|
|
|
789
|
-
Object.defineProperty(exports, "__esModule",
|
|
874
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
790
875
|
//# sourceMappingURL=SdPlatformRequestImage.js.map
|
|
791
876
|
|
|
792
877
|
/***/ }),
|
|
793
878
|
/* 20 */
|
|
794
|
-
/***/ ((
|
|
879
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
795
880
|
|
|
796
881
|
"use strict";
|
|
797
882
|
|
|
798
|
-
Object.defineProperty(exports, "__esModule",
|
|
883
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
799
884
|
exports.SdPlatformRequestModelStatus = void 0;
|
|
800
885
|
var SdPlatformRequestModelStatus;
|
|
801
886
|
(function (SdPlatformRequestModelStatus) {
|
|
@@ -806,119 +891,119 @@ var SdPlatformRequestModelStatus;
|
|
|
806
891
|
|
|
807
892
|
/***/ }),
|
|
808
893
|
/* 21 */
|
|
809
|
-
/***/ ((
|
|
894
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
810
895
|
|
|
811
896
|
"use strict";
|
|
812
897
|
|
|
813
|
-
Object.defineProperty(exports, "__esModule",
|
|
898
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
814
899
|
//# sourceMappingURL=SdPlatformRequestModelSharing.js.map
|
|
815
900
|
|
|
816
901
|
/***/ }),
|
|
817
902
|
/* 22 */
|
|
818
|
-
/***/ ((
|
|
903
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
819
904
|
|
|
820
905
|
"use strict";
|
|
821
906
|
|
|
822
|
-
Object.defineProperty(exports, "__esModule",
|
|
907
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
823
908
|
//# sourceMappingURL=SdPlatformRequestNotification.js.map
|
|
824
909
|
|
|
825
910
|
/***/ }),
|
|
826
911
|
/* 23 */
|
|
827
|
-
/***/ ((
|
|
912
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
828
913
|
|
|
829
914
|
"use strict";
|
|
830
915
|
|
|
831
|
-
Object.defineProperty(exports, "__esModule",
|
|
916
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
832
917
|
//# sourceMappingURL=SdPlatformRequestModelToken.js.map
|
|
833
918
|
|
|
834
919
|
/***/ }),
|
|
835
920
|
/* 24 */
|
|
836
|
-
/***/ ((
|
|
921
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
837
922
|
|
|
838
923
|
"use strict";
|
|
839
924
|
|
|
840
|
-
Object.defineProperty(exports, "__esModule",
|
|
925
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
841
926
|
//# sourceMappingURL=SdPlatformRequestModelTransfer.js.map
|
|
842
927
|
|
|
843
928
|
/***/ }),
|
|
844
929
|
/* 25 */
|
|
845
|
-
/***/ ((
|
|
930
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
846
931
|
|
|
847
932
|
"use strict";
|
|
848
933
|
|
|
849
|
-
Object.defineProperty(exports, "__esModule",
|
|
934
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
850
935
|
//# sourceMappingURL=SdPlatformRequestOrganization.js.map
|
|
851
936
|
|
|
852
937
|
/***/ }),
|
|
853
938
|
/* 26 */
|
|
854
|
-
/***/ ((
|
|
939
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
855
940
|
|
|
856
941
|
"use strict";
|
|
857
942
|
|
|
858
|
-
Object.defineProperty(exports, "__esModule",
|
|
943
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
859
944
|
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
860
945
|
|
|
861
946
|
/***/ }),
|
|
862
947
|
/* 27 */
|
|
863
|
-
/***/ ((
|
|
948
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
864
949
|
|
|
865
950
|
"use strict";
|
|
866
951
|
|
|
867
|
-
Object.defineProperty(exports, "__esModule",
|
|
952
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
868
953
|
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
869
954
|
|
|
870
955
|
/***/ }),
|
|
871
956
|
/* 28 */
|
|
872
|
-
/***/ ((
|
|
957
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
873
958
|
|
|
874
959
|
"use strict";
|
|
875
960
|
|
|
876
|
-
Object.defineProperty(exports, "__esModule",
|
|
961
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
877
962
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
878
963
|
|
|
879
964
|
/***/ }),
|
|
880
965
|
/* 29 */
|
|
881
|
-
/***/ ((
|
|
966
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
882
967
|
|
|
883
968
|
"use strict";
|
|
884
969
|
|
|
885
|
-
Object.defineProperty(exports, "__esModule",
|
|
970
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
886
971
|
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
887
972
|
|
|
888
973
|
/***/ }),
|
|
889
974
|
/* 30 */
|
|
890
|
-
/***/ ((
|
|
975
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
891
976
|
|
|
892
977
|
"use strict";
|
|
893
978
|
|
|
894
|
-
Object.defineProperty(exports, "__esModule",
|
|
979
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
895
980
|
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
896
981
|
|
|
897
982
|
/***/ }),
|
|
898
983
|
/* 31 */
|
|
899
|
-
/***/ ((
|
|
984
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
900
985
|
|
|
901
986
|
"use strict";
|
|
902
987
|
|
|
903
|
-
Object.defineProperty(exports, "__esModule",
|
|
988
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
904
989
|
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
905
990
|
|
|
906
991
|
/***/ }),
|
|
907
992
|
/* 32 */
|
|
908
|
-
/***/ ((
|
|
993
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
909
994
|
|
|
910
995
|
"use strict";
|
|
911
996
|
|
|
912
|
-
Object.defineProperty(exports, "__esModule",
|
|
997
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
913
998
|
//# sourceMappingURL=SdPlatformBaseResponseTypes.js.map
|
|
914
999
|
|
|
915
1000
|
/***/ }),
|
|
916
1001
|
/* 33 */
|
|
917
|
-
/***/ ((
|
|
1002
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
918
1003
|
|
|
919
1004
|
"use strict";
|
|
920
1005
|
|
|
921
|
-
Object.defineProperty(exports, "__esModule",
|
|
1006
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
922
1007
|
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
923
1008
|
var SdPlatformResponseAnalyticsTimestampType;
|
|
924
1009
|
(function (SdPlatformResponseAnalyticsTimestampType) {
|
|
@@ -932,29 +1017,29 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
932
1017
|
|
|
933
1018
|
/***/ }),
|
|
934
1019
|
/* 34 */
|
|
935
|
-
/***/ ((
|
|
1020
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
936
1021
|
|
|
937
1022
|
"use strict";
|
|
938
1023
|
|
|
939
|
-
Object.defineProperty(exports, "__esModule",
|
|
1024
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
940
1025
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
941
1026
|
|
|
942
1027
|
/***/ }),
|
|
943
1028
|
/* 35 */
|
|
944
|
-
/***/ ((
|
|
1029
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
945
1030
|
|
|
946
1031
|
"use strict";
|
|
947
1032
|
|
|
948
|
-
Object.defineProperty(exports, "__esModule",
|
|
1033
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
949
1034
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
950
1035
|
|
|
951
1036
|
/***/ }),
|
|
952
1037
|
/* 36 */
|
|
953
|
-
/***/ ((
|
|
1038
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
954
1039
|
|
|
955
1040
|
"use strict";
|
|
956
1041
|
|
|
957
|
-
Object.defineProperty(exports, "__esModule",
|
|
1042
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
958
1043
|
exports.SdPlatformResponseChargebeeCurrencyCode = void 0;
|
|
959
1044
|
var SdPlatformResponseChargebeeCurrencyCode;
|
|
960
1045
|
(function (SdPlatformResponseChargebeeCurrencyCode) {
|
|
@@ -967,56 +1052,56 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
967
1052
|
|
|
968
1053
|
/***/ }),
|
|
969
1054
|
/* 37 */
|
|
970
|
-
/***/ ((
|
|
1055
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
971
1056
|
|
|
972
1057
|
"use strict";
|
|
973
1058
|
|
|
974
|
-
Object.defineProperty(exports, "__esModule",
|
|
1059
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
975
1060
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
976
1061
|
|
|
977
1062
|
/***/ }),
|
|
978
1063
|
/* 38 */
|
|
979
|
-
/***/ ((
|
|
1064
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
980
1065
|
|
|
981
1066
|
"use strict";
|
|
982
1067
|
|
|
983
|
-
Object.defineProperty(exports, "__esModule",
|
|
1068
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
984
1069
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
985
1070
|
|
|
986
1071
|
/***/ }),
|
|
987
1072
|
/* 39 */
|
|
988
|
-
/***/ ((
|
|
1073
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
989
1074
|
|
|
990
1075
|
"use strict";
|
|
991
1076
|
|
|
992
|
-
Object.defineProperty(exports, "__esModule",
|
|
1077
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
993
1078
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
994
1079
|
|
|
995
1080
|
/***/ }),
|
|
996
1081
|
/* 40 */
|
|
997
|
-
/***/ ((
|
|
1082
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
998
1083
|
|
|
999
1084
|
"use strict";
|
|
1000
1085
|
|
|
1001
|
-
Object.defineProperty(exports, "__esModule",
|
|
1086
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1002
1087
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
1003
1088
|
|
|
1004
1089
|
/***/ }),
|
|
1005
1090
|
/* 41 */
|
|
1006
|
-
/***/ ((
|
|
1091
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1007
1092
|
|
|
1008
1093
|
"use strict";
|
|
1009
1094
|
|
|
1010
|
-
Object.defineProperty(exports, "__esModule",
|
|
1095
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1011
1096
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1012
1097
|
|
|
1013
1098
|
/***/ }),
|
|
1014
1099
|
/* 42 */
|
|
1015
|
-
/***/ ((
|
|
1100
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1016
1101
|
|
|
1017
1102
|
"use strict";
|
|
1018
1103
|
|
|
1019
|
-
Object.defineProperty(exports, "__esModule",
|
|
1104
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1020
1105
|
exports.SdPlatformModelStatus = exports.SdPlatformModelTrustlevel = void 0;
|
|
1021
1106
|
var SdPlatformModelTrustlevel;
|
|
1022
1107
|
(function (SdPlatformModelTrustlevel) {
|
|
@@ -1069,92 +1154,92 @@ var SdPlatformModelDenyReason;
|
|
|
1069
1154
|
|
|
1070
1155
|
/***/ }),
|
|
1071
1156
|
/* 43 */
|
|
1072
|
-
/***/ ((
|
|
1157
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1073
1158
|
|
|
1074
1159
|
"use strict";
|
|
1075
1160
|
|
|
1076
|
-
Object.defineProperty(exports, "__esModule",
|
|
1161
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1077
1162
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1078
1163
|
|
|
1079
1164
|
/***/ }),
|
|
1080
1165
|
/* 44 */
|
|
1081
|
-
/***/ ((
|
|
1166
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1082
1167
|
|
|
1083
1168
|
"use strict";
|
|
1084
1169
|
|
|
1085
|
-
Object.defineProperty(exports, "__esModule",
|
|
1170
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1086
1171
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1087
1172
|
|
|
1088
1173
|
/***/ }),
|
|
1089
1174
|
/* 45 */
|
|
1090
|
-
/***/ ((
|
|
1175
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1091
1176
|
|
|
1092
1177
|
"use strict";
|
|
1093
1178
|
|
|
1094
|
-
Object.defineProperty(exports, "__esModule",
|
|
1179
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1095
1180
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1096
1181
|
|
|
1097
1182
|
/***/ }),
|
|
1098
1183
|
/* 46 */
|
|
1099
|
-
/***/ ((
|
|
1184
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1100
1185
|
|
|
1101
1186
|
"use strict";
|
|
1102
1187
|
|
|
1103
|
-
Object.defineProperty(exports, "__esModule",
|
|
1188
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1104
1189
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1105
1190
|
|
|
1106
1191
|
/***/ }),
|
|
1107
1192
|
/* 47 */
|
|
1108
|
-
/***/ ((
|
|
1193
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1109
1194
|
|
|
1110
1195
|
"use strict";
|
|
1111
1196
|
|
|
1112
|
-
Object.defineProperty(exports, "__esModule",
|
|
1197
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1113
1198
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1114
1199
|
|
|
1115
1200
|
/***/ }),
|
|
1116
1201
|
/* 48 */
|
|
1117
|
-
/***/ ((
|
|
1202
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1118
1203
|
|
|
1119
1204
|
"use strict";
|
|
1120
1205
|
|
|
1121
|
-
Object.defineProperty(exports, "__esModule",
|
|
1206
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1122
1207
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1123
1208
|
|
|
1124
1209
|
/***/ }),
|
|
1125
1210
|
/* 49 */
|
|
1126
|
-
/***/ ((
|
|
1211
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1127
1212
|
|
|
1128
1213
|
"use strict";
|
|
1129
1214
|
|
|
1130
|
-
Object.defineProperty(exports, "__esModule",
|
|
1215
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1131
1216
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1132
1217
|
|
|
1133
1218
|
/***/ }),
|
|
1134
1219
|
/* 50 */
|
|
1135
|
-
/***/ ((
|
|
1220
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1136
1221
|
|
|
1137
1222
|
"use strict";
|
|
1138
1223
|
|
|
1139
|
-
Object.defineProperty(exports, "__esModule",
|
|
1224
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1140
1225
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1141
1226
|
|
|
1142
1227
|
/***/ }),
|
|
1143
1228
|
/* 51 */
|
|
1144
|
-
/***/ ((
|
|
1229
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1145
1230
|
|
|
1146
1231
|
"use strict";
|
|
1147
1232
|
|
|
1148
|
-
Object.defineProperty(exports, "__esModule",
|
|
1233
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1149
1234
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1150
1235
|
|
|
1151
1236
|
/***/ }),
|
|
1152
1237
|
/* 52 */
|
|
1153
|
-
/***/ ((
|
|
1238
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1154
1239
|
|
|
1155
1240
|
"use strict";
|
|
1156
1241
|
|
|
1157
|
-
Object.defineProperty(exports, "__esModule",
|
|
1242
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1158
1243
|
exports.RequestId = void 0;
|
|
1159
1244
|
/**
|
|
1160
1245
|
* Identifier for type of request to the ShapeDiver Platform Backend.
|
|
@@ -1274,7 +1359,7 @@ var RequestId;
|
|
|
1274
1359
|
|
|
1275
1360
|
/***/ }),
|
|
1276
1361
|
/* 53 */
|
|
1277
|
-
/***/ (function(
|
|
1362
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1278
1363
|
|
|
1279
1364
|
"use strict";
|
|
1280
1365
|
|
|
@@ -1290,7 +1375,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1290
1375
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1291
1376
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1292
1377
|
};
|
|
1293
|
-
Object.defineProperty(exports, "__esModule",
|
|
1378
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1294
1379
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1295
1380
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1296
1381
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -1456,11 +1541,11 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1456
1541
|
|
|
1457
1542
|
/***/ }),
|
|
1458
1543
|
/* 54 */
|
|
1459
|
-
/***/ ((
|
|
1544
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1460
1545
|
|
|
1461
1546
|
"use strict";
|
|
1462
1547
|
|
|
1463
|
-
Object.defineProperty(exports, "__esModule",
|
|
1548
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1464
1549
|
exports.SdPlatformOAuthResponseError = exports.SdPlatformResourceResponseError = exports.SdPlatformResponseError = exports.SdPlatformRequestError = exports.SdPlatformError = void 0;
|
|
1465
1550
|
/**
|
|
1466
1551
|
* Generic error
|
|
@@ -1540,25 +1625,22 @@ exports.SdPlatformOAuthResponseError = SdPlatformOAuthResponseError;
|
|
|
1540
1625
|
|
|
1541
1626
|
/***/ }),
|
|
1542
1627
|
/* 55 */
|
|
1543
|
-
/***/ ((
|
|
1628
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1544
1629
|
|
|
1545
1630
|
"use strict";
|
|
1546
1631
|
__webpack_require__.r(__webpack_exports__);
|
|
1547
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1548
|
-
|
|
1549
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1550
|
-
/* harmony export */ });
|
|
1551
|
-
function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (o);
|
|
1632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InvalidTokenError", function() { return n; });
|
|
1633
|
+
function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";/* harmony default export */ __webpack_exports__["default"] = (o);
|
|
1552
1634
|
//# sourceMappingURL=jwt-decode.esm.js.map
|
|
1553
1635
|
|
|
1554
1636
|
|
|
1555
1637
|
/***/ }),
|
|
1556
1638
|
/* 56 */
|
|
1557
|
-
/***/ ((
|
|
1639
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1558
1640
|
|
|
1559
1641
|
"use strict";
|
|
1560
1642
|
|
|
1561
|
-
Object.defineProperty(exports, "__esModule",
|
|
1643
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1562
1644
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1563
1645
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1564
1646
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1593,7 +1675,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1593
1675
|
|
|
1594
1676
|
/***/ }),
|
|
1595
1677
|
/* 57 */
|
|
1596
|
-
/***/ (function(
|
|
1678
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1597
1679
|
|
|
1598
1680
|
"use strict";
|
|
1599
1681
|
|
|
@@ -1606,7 +1688,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1606
1688
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
1607
1689
|
});
|
|
1608
1690
|
};
|
|
1609
|
-
Object.defineProperty(exports, "__esModule",
|
|
1691
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1610
1692
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1611
1693
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
1612
1694
|
/**
|
|
@@ -1693,7 +1775,11 @@ class ResourcesApi {
|
|
|
1693
1775
|
__action(requestId, action, pathSuffix, body) {
|
|
1694
1776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1695
1777
|
yield this.__refreshTokenIfExpired();
|
|
1696
|
-
if (action == Action.Get
|
|
1778
|
+
if (action == Action.Get) {
|
|
1779
|
+
// @ts-ignore
|
|
1780
|
+
return this.__api[action](requestId, this.__getPath(pathSuffix), this.__resolveRequestConfig(), body);
|
|
1781
|
+
}
|
|
1782
|
+
if (action == Action.Delete) {
|
|
1697
1783
|
// @ts-ignore
|
|
1698
1784
|
return this.__api[action](requestId, this.__getPath(pathSuffix), this.__resolveRequestConfig());
|
|
1699
1785
|
}
|
|
@@ -1707,11 +1793,11 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1707
1793
|
|
|
1708
1794
|
/***/ }),
|
|
1709
1795
|
/* 58 */
|
|
1710
|
-
/***/ ((
|
|
1796
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1711
1797
|
|
|
1712
1798
|
"use strict";
|
|
1713
1799
|
|
|
1714
|
-
Object.defineProperty(exports, "__esModule",
|
|
1800
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1715
1801
|
exports.SdPlatformSdkContext = exports.SdPlatformAccessTokenState = void 0;
|
|
1716
1802
|
/**
|
|
1717
1803
|
* Status of the access token
|
|
@@ -1801,11 +1887,11 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
1801
1887
|
|
|
1802
1888
|
/***/ }),
|
|
1803
1889
|
/* 59 */
|
|
1804
|
-
/***/ ((
|
|
1890
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1805
1891
|
|
|
1806
1892
|
"use strict";
|
|
1807
1893
|
|
|
1808
|
-
Object.defineProperty(exports, "__esModule",
|
|
1894
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1809
1895
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
1810
1896
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1811
1897
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1837,11 +1923,11 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
1837
1923
|
|
|
1838
1924
|
/***/ }),
|
|
1839
1925
|
/* 60 */
|
|
1840
|
-
/***/ ((
|
|
1926
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1841
1927
|
|
|
1842
1928
|
"use strict";
|
|
1843
1929
|
|
|
1844
|
-
Object.defineProperty(exports, "__esModule",
|
|
1930
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1845
1931
|
exports.SdPlatformBookmarkApi = void 0;
|
|
1846
1932
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1847
1933
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1869,11 +1955,11 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
1869
1955
|
|
|
1870
1956
|
/***/ }),
|
|
1871
1957
|
/* 61 */
|
|
1872
|
-
/***/ ((
|
|
1958
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1873
1959
|
|
|
1874
1960
|
"use strict";
|
|
1875
1961
|
|
|
1876
|
-
Object.defineProperty(exports, "__esModule",
|
|
1962
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1877
1963
|
exports.SdPlatformChargebeeApi = void 0;
|
|
1878
1964
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
1879
1965
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -1909,11 +1995,11 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
1909
1995
|
|
|
1910
1996
|
/***/ }),
|
|
1911
1997
|
/* 62 */
|
|
1912
|
-
/***/ ((
|
|
1998
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1913
1999
|
|
|
1914
2000
|
"use strict";
|
|
1915
2001
|
|
|
1916
|
-
Object.defineProperty(exports, "__esModule",
|
|
2002
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1917
2003
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
1918
2004
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1919
2005
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1976,11 +2062,11 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
1976
2062
|
|
|
1977
2063
|
/***/ }),
|
|
1978
2064
|
/* 63 */
|
|
1979
|
-
/***/ ((
|
|
2065
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1980
2066
|
|
|
1981
2067
|
"use strict";
|
|
1982
2068
|
|
|
1983
|
-
Object.defineProperty(exports, "__esModule",
|
|
2069
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1984
2070
|
exports.SdPlatformHttpLogApi = void 0;
|
|
1985
2071
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1986
2072
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2004,11 +2090,11 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
2004
2090
|
|
|
2005
2091
|
/***/ }),
|
|
2006
2092
|
/* 64 */
|
|
2007
|
-
/***/ ((
|
|
2093
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2008
2094
|
|
|
2009
2095
|
"use strict";
|
|
2010
2096
|
|
|
2011
|
-
Object.defineProperty(exports, "__esModule",
|
|
2097
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2012
2098
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2013
2099
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2014
2100
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2060,11 +2146,11 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2060
2146
|
|
|
2061
2147
|
/***/ }),
|
|
2062
2148
|
/* 65 */
|
|
2063
|
-
/***/ ((
|
|
2149
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2064
2150
|
|
|
2065
2151
|
"use strict";
|
|
2066
2152
|
|
|
2067
|
-
Object.defineProperty(exports, "__esModule",
|
|
2153
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2068
2154
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2069
2155
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2070
2156
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2127,11 +2213,11 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2127
2213
|
|
|
2128
2214
|
/***/ }),
|
|
2129
2215
|
/* 66 */
|
|
2130
|
-
/***/ ((
|
|
2216
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2131
2217
|
|
|
2132
2218
|
"use strict";
|
|
2133
2219
|
|
|
2134
|
-
Object.defineProperty(exports, "__esModule",
|
|
2220
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2135
2221
|
exports.SdPlatformModelSharingApi = void 0;
|
|
2136
2222
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2137
2223
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2198,11 +2284,11 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2198
2284
|
|
|
2199
2285
|
/***/ }),
|
|
2200
2286
|
/* 67 */
|
|
2201
|
-
/***/ ((
|
|
2287
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2202
2288
|
|
|
2203
2289
|
"use strict";
|
|
2204
2290
|
|
|
2205
|
-
Object.defineProperty(exports, "__esModule",
|
|
2291
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2206
2292
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2207
2293
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2208
2294
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2222,11 +2308,11 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2222
2308
|
|
|
2223
2309
|
/***/ }),
|
|
2224
2310
|
/* 68 */
|
|
2225
|
-
/***/ ((
|
|
2311
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2226
2312
|
|
|
2227
2313
|
"use strict";
|
|
2228
2314
|
|
|
2229
|
-
Object.defineProperty(exports, "__esModule",
|
|
2315
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2230
2316
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2231
2317
|
const __1 = __webpack_require__(0);
|
|
2232
2318
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2292,11 +2378,11 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2292
2378
|
|
|
2293
2379
|
/***/ }),
|
|
2294
2380
|
/* 69 */
|
|
2295
|
-
/***/ ((
|
|
2381
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2296
2382
|
|
|
2297
2383
|
"use strict";
|
|
2298
2384
|
|
|
2299
|
-
Object.defineProperty(exports, "__esModule",
|
|
2385
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2300
2386
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2301
2387
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2302
2388
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2334,11 +2420,11 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2334
2420
|
|
|
2335
2421
|
/***/ }),
|
|
2336
2422
|
/* 70 */
|
|
2337
|
-
/***/ ((
|
|
2423
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2338
2424
|
|
|
2339
2425
|
"use strict";
|
|
2340
2426
|
|
|
2341
|
-
Object.defineProperty(exports, "__esModule",
|
|
2427
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2342
2428
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2343
2429
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2344
2430
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2455,11 +2541,11 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2455
2541
|
|
|
2456
2542
|
/***/ }),
|
|
2457
2543
|
/* 71 */
|
|
2458
|
-
/***/ ((
|
|
2544
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2459
2545
|
|
|
2460
2546
|
"use strict";
|
|
2461
2547
|
|
|
2462
|
-
Object.defineProperty(exports, "__esModule",
|
|
2548
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2463
2549
|
exports.SdPlatformPolicyApi = void 0;
|
|
2464
2550
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2465
2551
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2491,11 +2577,11 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2491
2577
|
|
|
2492
2578
|
/***/ }),
|
|
2493
2579
|
/* 72 */
|
|
2494
|
-
/***/ ((
|
|
2580
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2495
2581
|
|
|
2496
2582
|
"use strict";
|
|
2497
2583
|
|
|
2498
|
-
Object.defineProperty(exports, "__esModule",
|
|
2584
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2499
2585
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2500
2586
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2501
2587
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2564,11 +2650,11 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2564
2650
|
|
|
2565
2651
|
/***/ }),
|
|
2566
2652
|
/* 73 */
|
|
2567
|
-
/***/ ((
|
|
2653
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2568
2654
|
|
|
2569
2655
|
"use strict";
|
|
2570
2656
|
|
|
2571
|
-
Object.defineProperty(exports, "__esModule",
|
|
2657
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2572
2658
|
exports.SdPlatformSavedStateSharingApi = void 0;
|
|
2573
2659
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2574
2660
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2636,11 +2722,11 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2636
2722
|
|
|
2637
2723
|
/***/ }),
|
|
2638
2724
|
/* 74 */
|
|
2639
|
-
/***/ ((
|
|
2725
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2640
2726
|
|
|
2641
2727
|
"use strict";
|
|
2642
2728
|
|
|
2643
|
-
Object.defineProperty(exports, "__esModule",
|
|
2729
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2644
2730
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2645
2731
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2646
2732
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2667,11 +2753,11 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2667
2753
|
|
|
2668
2754
|
/***/ }),
|
|
2669
2755
|
/* 75 */
|
|
2670
|
-
/***/ ((
|
|
2756
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2671
2757
|
|
|
2672
2758
|
"use strict";
|
|
2673
2759
|
|
|
2674
|
-
Object.defineProperty(exports, "__esModule",
|
|
2760
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2675
2761
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2676
2762
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2677
2763
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2696,11 +2782,11 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2696
2782
|
|
|
2697
2783
|
/***/ }),
|
|
2698
2784
|
/* 76 */
|
|
2699
|
-
/***/ ((
|
|
2785
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2700
2786
|
|
|
2701
2787
|
"use strict";
|
|
2702
2788
|
|
|
2703
|
-
Object.defineProperty(exports, "__esModule",
|
|
2789
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2704
2790
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
2705
2791
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2706
2792
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2803,11 +2889,11 @@ exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
|
2803
2889
|
|
|
2804
2890
|
/***/ }),
|
|
2805
2891
|
/* 77 */
|
|
2806
|
-
/***/ ((
|
|
2892
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2807
2893
|
|
|
2808
2894
|
"use strict";
|
|
2809
2895
|
|
|
2810
|
-
Object.defineProperty(exports, "__esModule",
|
|
2896
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2811
2897
|
exports.SdPlatformWebhookApi = void 0;
|
|
2812
2898
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2813
2899
|
/**
|
|
@@ -2876,21 +2962,21 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
2876
2962
|
|
|
2877
2963
|
/***/ }),
|
|
2878
2964
|
/* 78 */
|
|
2879
|
-
/***/ ((
|
|
2965
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2880
2966
|
|
|
2881
2967
|
"use strict";
|
|
2882
2968
|
|
|
2883
|
-
Object.defineProperty(exports, "__esModule",
|
|
2969
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2884
2970
|
exports.SdPlatformSdk = void 0;
|
|
2885
2971
|
const SdPlatformSdkApi_1 = __webpack_require__(79);
|
|
2886
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
2972
|
+
const SdPlatformSdkConfig_1 = __webpack_require__(112);
|
|
2887
2973
|
const SdPlatformAuthServiceApi_1 = __webpack_require__(53);
|
|
2888
2974
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
2889
2975
|
const SdPlatformApiTokenApi_1 = __webpack_require__(56);
|
|
2890
2976
|
const SdPlatformBackendSystemApi_1 = __webpack_require__(59);
|
|
2891
2977
|
const SdPlatformBookmarkApi_1 = __webpack_require__(60);
|
|
2892
2978
|
const SdPlatformChargebeeApi_1 = __webpack_require__(61);
|
|
2893
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
2979
|
+
const SdPlatformDocumentApi_1 = __webpack_require__(113);
|
|
2894
2980
|
const SdPlatformDomainApi_1 = __webpack_require__(62);
|
|
2895
2981
|
const SdPlatformHttpLogApi_1 = __webpack_require__(63);
|
|
2896
2982
|
const SdPlatformImageApi_1 = __webpack_require__(64);
|
|
@@ -3107,7 +3193,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3107
3193
|
|
|
3108
3194
|
/***/ }),
|
|
3109
3195
|
/* 79 */
|
|
3110
|
-
/***/ (function(
|
|
3196
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3111
3197
|
|
|
3112
3198
|
"use strict";
|
|
3113
3199
|
|
|
@@ -3123,7 +3209,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
3123
3209
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3124
3210
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3125
3211
|
};
|
|
3126
|
-
Object.defineProperty(exports, "__esModule",
|
|
3212
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3127
3213
|
exports.SdPlatformSdkApi = void 0;
|
|
3128
3214
|
const SdPlatformSdkErrorMapping_1 = __webpack_require__(80);
|
|
3129
3215
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
@@ -3281,14 +3367,14 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3281
3367
|
|
|
3282
3368
|
/***/ }),
|
|
3283
3369
|
/* 80 */
|
|
3284
|
-
/***/ (function(
|
|
3370
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3285
3371
|
|
|
3286
3372
|
"use strict";
|
|
3287
3373
|
|
|
3288
3374
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3289
3375
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3290
3376
|
};
|
|
3291
|
-
Object.defineProperty(exports, "__esModule",
|
|
3377
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3292
3378
|
exports.mapToApiError = void 0;
|
|
3293
3379
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
3294
3380
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -3337,13 +3423,13 @@ exports.mapToApiError = mapToApiError;
|
|
|
3337
3423
|
|
|
3338
3424
|
/***/ }),
|
|
3339
3425
|
/* 81 */
|
|
3340
|
-
/***/ ((module,
|
|
3426
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3341
3427
|
|
|
3342
3428
|
module.exports = __webpack_require__(82);
|
|
3343
3429
|
|
|
3344
3430
|
/***/ }),
|
|
3345
3431
|
/* 82 */
|
|
3346
|
-
/***/ ((module,
|
|
3432
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3347
3433
|
|
|
3348
3434
|
"use strict";
|
|
3349
3435
|
|
|
@@ -3351,7 +3437,7 @@ module.exports = __webpack_require__(82);
|
|
|
3351
3437
|
var utils = __webpack_require__(83);
|
|
3352
3438
|
var bind = __webpack_require__(84);
|
|
3353
3439
|
var Axios = __webpack_require__(85);
|
|
3354
|
-
var mergeConfig = __webpack_require__(
|
|
3440
|
+
var mergeConfig = __webpack_require__(106);
|
|
3355
3441
|
var defaults = __webpack_require__(90);
|
|
3356
3442
|
|
|
3357
3443
|
/**
|
|
@@ -3385,29 +3471,29 @@ var axios = createInstance(defaults);
|
|
|
3385
3471
|
axios.Axios = Axios;
|
|
3386
3472
|
|
|
3387
3473
|
// Expose Cancel & CancelToken
|
|
3388
|
-
axios.Cancel = __webpack_require__(
|
|
3389
|
-
axios.CancelToken = __webpack_require__(
|
|
3390
|
-
axios.isCancel = __webpack_require__(
|
|
3391
|
-
axios.VERSION =
|
|
3474
|
+
axios.Cancel = __webpack_require__(104);
|
|
3475
|
+
axios.CancelToken = __webpack_require__(109);
|
|
3476
|
+
axios.isCancel = __webpack_require__(105);
|
|
3477
|
+
axios.VERSION = __webpack_require__(108).version;
|
|
3392
3478
|
|
|
3393
3479
|
// Expose all/spread
|
|
3394
3480
|
axios.all = function all(promises) {
|
|
3395
3481
|
return Promise.all(promises);
|
|
3396
3482
|
};
|
|
3397
|
-
axios.spread = __webpack_require__(
|
|
3483
|
+
axios.spread = __webpack_require__(110);
|
|
3398
3484
|
|
|
3399
3485
|
// Expose isAxiosError
|
|
3400
|
-
axios.isAxiosError = __webpack_require__(
|
|
3486
|
+
axios.isAxiosError = __webpack_require__(111);
|
|
3401
3487
|
|
|
3402
3488
|
module.exports = axios;
|
|
3403
3489
|
|
|
3404
3490
|
// Allow use of default import syntax in TypeScript
|
|
3405
|
-
module.exports
|
|
3491
|
+
module.exports.default = axios;
|
|
3406
3492
|
|
|
3407
3493
|
|
|
3408
3494
|
/***/ }),
|
|
3409
3495
|
/* 83 */
|
|
3410
|
-
/***/ ((module,
|
|
3496
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3411
3497
|
|
|
3412
3498
|
"use strict";
|
|
3413
3499
|
|
|
@@ -3763,7 +3849,7 @@ module.exports = {
|
|
|
3763
3849
|
|
|
3764
3850
|
/***/ }),
|
|
3765
3851
|
/* 84 */
|
|
3766
|
-
/***/ ((module)
|
|
3852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3767
3853
|
|
|
3768
3854
|
"use strict";
|
|
3769
3855
|
|
|
@@ -3781,7 +3867,7 @@ module.exports = function bind(fn, thisArg) {
|
|
|
3781
3867
|
|
|
3782
3868
|
/***/ }),
|
|
3783
3869
|
/* 85 */
|
|
3784
|
-
/***/ ((module,
|
|
3870
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3785
3871
|
|
|
3786
3872
|
"use strict";
|
|
3787
3873
|
|
|
@@ -3790,8 +3876,8 @@ var utils = __webpack_require__(83);
|
|
|
3790
3876
|
var buildURL = __webpack_require__(86);
|
|
3791
3877
|
var InterceptorManager = __webpack_require__(87);
|
|
3792
3878
|
var dispatchRequest = __webpack_require__(88);
|
|
3793
|
-
var mergeConfig = __webpack_require__(
|
|
3794
|
-
var validator = __webpack_require__(
|
|
3879
|
+
var mergeConfig = __webpack_require__(106);
|
|
3880
|
+
var validator = __webpack_require__(107);
|
|
3795
3881
|
|
|
3796
3882
|
var validators = validator.validators;
|
|
3797
3883
|
/**
|
|
@@ -3936,7 +4022,7 @@ module.exports = Axios;
|
|
|
3936
4022
|
|
|
3937
4023
|
/***/ }),
|
|
3938
4024
|
/* 86 */
|
|
3939
|
-
/***/ ((module,
|
|
4025
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3940
4026
|
|
|
3941
4027
|
"use strict";
|
|
3942
4028
|
|
|
@@ -4013,7 +4099,7 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4013
4099
|
|
|
4014
4100
|
/***/ }),
|
|
4015
4101
|
/* 87 */
|
|
4016
|
-
/***/ ((module,
|
|
4102
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4017
4103
|
|
|
4018
4104
|
"use strict";
|
|
4019
4105
|
|
|
@@ -4074,16 +4160,16 @@ module.exports = InterceptorManager;
|
|
|
4074
4160
|
|
|
4075
4161
|
/***/ }),
|
|
4076
4162
|
/* 88 */
|
|
4077
|
-
/***/ ((module,
|
|
4163
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4078
4164
|
|
|
4079
4165
|
"use strict";
|
|
4080
4166
|
|
|
4081
4167
|
|
|
4082
4168
|
var utils = __webpack_require__(83);
|
|
4083
4169
|
var transformData = __webpack_require__(89);
|
|
4084
|
-
var isCancel = __webpack_require__(
|
|
4170
|
+
var isCancel = __webpack_require__(105);
|
|
4085
4171
|
var defaults = __webpack_require__(90);
|
|
4086
|
-
var Cancel = __webpack_require__(
|
|
4172
|
+
var Cancel = __webpack_require__(104);
|
|
4087
4173
|
|
|
4088
4174
|
/**
|
|
4089
4175
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4168,7 +4254,7 @@ module.exports = function dispatchRequest(config) {
|
|
|
4168
4254
|
|
|
4169
4255
|
/***/ }),
|
|
4170
4256
|
/* 89 */
|
|
4171
|
-
/***/ ((module,
|
|
4257
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4172
4258
|
|
|
4173
4259
|
"use strict";
|
|
4174
4260
|
|
|
@@ -4197,15 +4283,15 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4197
4283
|
|
|
4198
4284
|
/***/ }),
|
|
4199
4285
|
/* 90 */
|
|
4200
|
-
/***/ ((module,
|
|
4286
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4201
4287
|
|
|
4202
4288
|
"use strict";
|
|
4203
|
-
|
|
4289
|
+
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4204
4290
|
|
|
4205
4291
|
var utils = __webpack_require__(83);
|
|
4206
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4207
|
-
var enhanceError = __webpack_require__(
|
|
4208
|
-
var transitionalDefaults = __webpack_require__(
|
|
4292
|
+
var normalizeHeaderName = __webpack_require__(92);
|
|
4293
|
+
var enhanceError = __webpack_require__(93);
|
|
4294
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4209
4295
|
|
|
4210
4296
|
var DEFAULT_CONTENT_TYPE = {
|
|
4211
4297
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4221,10 +4307,10 @@ function getDefaultAdapter() {
|
|
|
4221
4307
|
var adapter;
|
|
4222
4308
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4223
4309
|
// For browsers use XHR adapter
|
|
4224
|
-
adapter = __webpack_require__(
|
|
4310
|
+
adapter = __webpack_require__(95);
|
|
4225
4311
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4226
4312
|
// For node use HTTP adapter
|
|
4227
|
-
adapter = __webpack_require__(
|
|
4313
|
+
adapter = __webpack_require__(95);
|
|
4228
4314
|
}
|
|
4229
4315
|
return adapter;
|
|
4230
4316
|
}
|
|
@@ -4332,10 +4418,201 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4332
4418
|
|
|
4333
4419
|
module.exports = defaults;
|
|
4334
4420
|
|
|
4421
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(91)))
|
|
4335
4422
|
|
|
4336
4423
|
/***/ }),
|
|
4337
4424
|
/* 91 */
|
|
4338
|
-
/***/ ((module,
|
|
4425
|
+
/***/ (function(module, exports) {
|
|
4426
|
+
|
|
4427
|
+
// shim for using process in browser
|
|
4428
|
+
var process = module.exports = {};
|
|
4429
|
+
|
|
4430
|
+
// cached from whatever global is present so that test runners that stub it
|
|
4431
|
+
// don't break things. But we need to wrap it in a try catch in case it is
|
|
4432
|
+
// wrapped in strict mode code which doesn't define any globals. It's inside a
|
|
4433
|
+
// function because try/catches deoptimize in certain engines.
|
|
4434
|
+
|
|
4435
|
+
var cachedSetTimeout;
|
|
4436
|
+
var cachedClearTimeout;
|
|
4437
|
+
|
|
4438
|
+
function defaultSetTimout() {
|
|
4439
|
+
throw new Error('setTimeout has not been defined');
|
|
4440
|
+
}
|
|
4441
|
+
function defaultClearTimeout () {
|
|
4442
|
+
throw new Error('clearTimeout has not been defined');
|
|
4443
|
+
}
|
|
4444
|
+
(function () {
|
|
4445
|
+
try {
|
|
4446
|
+
if (typeof setTimeout === 'function') {
|
|
4447
|
+
cachedSetTimeout = setTimeout;
|
|
4448
|
+
} else {
|
|
4449
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4450
|
+
}
|
|
4451
|
+
} catch (e) {
|
|
4452
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4453
|
+
}
|
|
4454
|
+
try {
|
|
4455
|
+
if (typeof clearTimeout === 'function') {
|
|
4456
|
+
cachedClearTimeout = clearTimeout;
|
|
4457
|
+
} else {
|
|
4458
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4459
|
+
}
|
|
4460
|
+
} catch (e) {
|
|
4461
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4462
|
+
}
|
|
4463
|
+
} ())
|
|
4464
|
+
function runTimeout(fun) {
|
|
4465
|
+
if (cachedSetTimeout === setTimeout) {
|
|
4466
|
+
//normal enviroments in sane situations
|
|
4467
|
+
return setTimeout(fun, 0);
|
|
4468
|
+
}
|
|
4469
|
+
// if setTimeout wasn't available but was latter defined
|
|
4470
|
+
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
4471
|
+
cachedSetTimeout = setTimeout;
|
|
4472
|
+
return setTimeout(fun, 0);
|
|
4473
|
+
}
|
|
4474
|
+
try {
|
|
4475
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4476
|
+
return cachedSetTimeout(fun, 0);
|
|
4477
|
+
} catch(e){
|
|
4478
|
+
try {
|
|
4479
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4480
|
+
return cachedSetTimeout.call(null, fun, 0);
|
|
4481
|
+
} catch(e){
|
|
4482
|
+
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
|
|
4483
|
+
return cachedSetTimeout.call(this, fun, 0);
|
|
4484
|
+
}
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4487
|
+
|
|
4488
|
+
}
|
|
4489
|
+
function runClearTimeout(marker) {
|
|
4490
|
+
if (cachedClearTimeout === clearTimeout) {
|
|
4491
|
+
//normal enviroments in sane situations
|
|
4492
|
+
return clearTimeout(marker);
|
|
4493
|
+
}
|
|
4494
|
+
// if clearTimeout wasn't available but was latter defined
|
|
4495
|
+
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
4496
|
+
cachedClearTimeout = clearTimeout;
|
|
4497
|
+
return clearTimeout(marker);
|
|
4498
|
+
}
|
|
4499
|
+
try {
|
|
4500
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4501
|
+
return cachedClearTimeout(marker);
|
|
4502
|
+
} catch (e){
|
|
4503
|
+
try {
|
|
4504
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4505
|
+
return cachedClearTimeout.call(null, marker);
|
|
4506
|
+
} catch (e){
|
|
4507
|
+
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
|
|
4508
|
+
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
4509
|
+
return cachedClearTimeout.call(this, marker);
|
|
4510
|
+
}
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4513
|
+
|
|
4514
|
+
|
|
4515
|
+
}
|
|
4516
|
+
var queue = [];
|
|
4517
|
+
var draining = false;
|
|
4518
|
+
var currentQueue;
|
|
4519
|
+
var queueIndex = -1;
|
|
4520
|
+
|
|
4521
|
+
function cleanUpNextTick() {
|
|
4522
|
+
if (!draining || !currentQueue) {
|
|
4523
|
+
return;
|
|
4524
|
+
}
|
|
4525
|
+
draining = false;
|
|
4526
|
+
if (currentQueue.length) {
|
|
4527
|
+
queue = currentQueue.concat(queue);
|
|
4528
|
+
} else {
|
|
4529
|
+
queueIndex = -1;
|
|
4530
|
+
}
|
|
4531
|
+
if (queue.length) {
|
|
4532
|
+
drainQueue();
|
|
4533
|
+
}
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4536
|
+
function drainQueue() {
|
|
4537
|
+
if (draining) {
|
|
4538
|
+
return;
|
|
4539
|
+
}
|
|
4540
|
+
var timeout = runTimeout(cleanUpNextTick);
|
|
4541
|
+
draining = true;
|
|
4542
|
+
|
|
4543
|
+
var len = queue.length;
|
|
4544
|
+
while(len) {
|
|
4545
|
+
currentQueue = queue;
|
|
4546
|
+
queue = [];
|
|
4547
|
+
while (++queueIndex < len) {
|
|
4548
|
+
if (currentQueue) {
|
|
4549
|
+
currentQueue[queueIndex].run();
|
|
4550
|
+
}
|
|
4551
|
+
}
|
|
4552
|
+
queueIndex = -1;
|
|
4553
|
+
len = queue.length;
|
|
4554
|
+
}
|
|
4555
|
+
currentQueue = null;
|
|
4556
|
+
draining = false;
|
|
4557
|
+
runClearTimeout(timeout);
|
|
4558
|
+
}
|
|
4559
|
+
|
|
4560
|
+
process.nextTick = function (fun) {
|
|
4561
|
+
var args = new Array(arguments.length - 1);
|
|
4562
|
+
if (arguments.length > 1) {
|
|
4563
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
4564
|
+
args[i - 1] = arguments[i];
|
|
4565
|
+
}
|
|
4566
|
+
}
|
|
4567
|
+
queue.push(new Item(fun, args));
|
|
4568
|
+
if (queue.length === 1 && !draining) {
|
|
4569
|
+
runTimeout(drainQueue);
|
|
4570
|
+
}
|
|
4571
|
+
};
|
|
4572
|
+
|
|
4573
|
+
// v8 likes predictible objects
|
|
4574
|
+
function Item(fun, array) {
|
|
4575
|
+
this.fun = fun;
|
|
4576
|
+
this.array = array;
|
|
4577
|
+
}
|
|
4578
|
+
Item.prototype.run = function () {
|
|
4579
|
+
this.fun.apply(null, this.array);
|
|
4580
|
+
};
|
|
4581
|
+
process.title = 'browser';
|
|
4582
|
+
process.browser = true;
|
|
4583
|
+
process.env = {};
|
|
4584
|
+
process.argv = [];
|
|
4585
|
+
process.version = ''; // empty string to avoid regexp issues
|
|
4586
|
+
process.versions = {};
|
|
4587
|
+
|
|
4588
|
+
function noop() {}
|
|
4589
|
+
|
|
4590
|
+
process.on = noop;
|
|
4591
|
+
process.addListener = noop;
|
|
4592
|
+
process.once = noop;
|
|
4593
|
+
process.off = noop;
|
|
4594
|
+
process.removeListener = noop;
|
|
4595
|
+
process.removeAllListeners = noop;
|
|
4596
|
+
process.emit = noop;
|
|
4597
|
+
process.prependListener = noop;
|
|
4598
|
+
process.prependOnceListener = noop;
|
|
4599
|
+
|
|
4600
|
+
process.listeners = function (name) { return [] }
|
|
4601
|
+
|
|
4602
|
+
process.binding = function (name) {
|
|
4603
|
+
throw new Error('process.binding is not supported');
|
|
4604
|
+
};
|
|
4605
|
+
|
|
4606
|
+
process.cwd = function () { return '/' };
|
|
4607
|
+
process.chdir = function (dir) {
|
|
4608
|
+
throw new Error('process.chdir is not supported');
|
|
4609
|
+
};
|
|
4610
|
+
process.umask = function() { return 0; };
|
|
4611
|
+
|
|
4612
|
+
|
|
4613
|
+
/***/ }),
|
|
4614
|
+
/* 92 */
|
|
4615
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4339
4616
|
|
|
4340
4617
|
"use strict";
|
|
4341
4618
|
|
|
@@ -4353,8 +4630,8 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4353
4630
|
|
|
4354
4631
|
|
|
4355
4632
|
/***/ }),
|
|
4356
|
-
/*
|
|
4357
|
-
/***/ ((module)
|
|
4633
|
+
/* 93 */
|
|
4634
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4358
4635
|
|
|
4359
4636
|
"use strict";
|
|
4360
4637
|
|
|
@@ -4403,8 +4680,8 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4403
4680
|
|
|
4404
4681
|
|
|
4405
4682
|
/***/ }),
|
|
4406
|
-
/*
|
|
4407
|
-
/***/ ((module)
|
|
4683
|
+
/* 94 */
|
|
4684
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4408
4685
|
|
|
4409
4686
|
"use strict";
|
|
4410
4687
|
|
|
@@ -4417,22 +4694,22 @@ module.exports = {
|
|
|
4417
4694
|
|
|
4418
4695
|
|
|
4419
4696
|
/***/ }),
|
|
4420
|
-
/*
|
|
4421
|
-
/***/ ((module,
|
|
4697
|
+
/* 95 */
|
|
4698
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4422
4699
|
|
|
4423
4700
|
"use strict";
|
|
4424
4701
|
|
|
4425
4702
|
|
|
4426
4703
|
var utils = __webpack_require__(83);
|
|
4427
|
-
var settle = __webpack_require__(
|
|
4428
|
-
var cookies = __webpack_require__(
|
|
4704
|
+
var settle = __webpack_require__(96);
|
|
4705
|
+
var cookies = __webpack_require__(98);
|
|
4429
4706
|
var buildURL = __webpack_require__(86);
|
|
4430
|
-
var buildFullPath = __webpack_require__(
|
|
4431
|
-
var parseHeaders = __webpack_require__(
|
|
4432
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4433
|
-
var createError = __webpack_require__(
|
|
4434
|
-
var transitionalDefaults = __webpack_require__(
|
|
4435
|
-
var Cancel = __webpack_require__(
|
|
4707
|
+
var buildFullPath = __webpack_require__(99);
|
|
4708
|
+
var parseHeaders = __webpack_require__(102);
|
|
4709
|
+
var isURLSameOrigin = __webpack_require__(103);
|
|
4710
|
+
var createError = __webpack_require__(97);
|
|
4711
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4712
|
+
var Cancel = __webpack_require__(104);
|
|
4436
4713
|
|
|
4437
4714
|
module.exports = function xhrAdapter(config) {
|
|
4438
4715
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4636,13 +4913,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4636
4913
|
|
|
4637
4914
|
|
|
4638
4915
|
/***/ }),
|
|
4639
|
-
/*
|
|
4640
|
-
/***/ ((module,
|
|
4916
|
+
/* 96 */
|
|
4917
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4641
4918
|
|
|
4642
4919
|
"use strict";
|
|
4643
4920
|
|
|
4644
4921
|
|
|
4645
|
-
var createError = __webpack_require__(
|
|
4922
|
+
var createError = __webpack_require__(97);
|
|
4646
4923
|
|
|
4647
4924
|
/**
|
|
4648
4925
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4668,13 +4945,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4668
4945
|
|
|
4669
4946
|
|
|
4670
4947
|
/***/ }),
|
|
4671
|
-
/*
|
|
4672
|
-
/***/ ((module,
|
|
4948
|
+
/* 97 */
|
|
4949
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4673
4950
|
|
|
4674
4951
|
"use strict";
|
|
4675
4952
|
|
|
4676
4953
|
|
|
4677
|
-
var enhanceError = __webpack_require__(
|
|
4954
|
+
var enhanceError = __webpack_require__(93);
|
|
4678
4955
|
|
|
4679
4956
|
/**
|
|
4680
4957
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -4693,8 +4970,8 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
4693
4970
|
|
|
4694
4971
|
|
|
4695
4972
|
/***/ }),
|
|
4696
|
-
/*
|
|
4697
|
-
/***/ ((module,
|
|
4973
|
+
/* 98 */
|
|
4974
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4698
4975
|
|
|
4699
4976
|
"use strict";
|
|
4700
4977
|
|
|
@@ -4753,14 +5030,14 @@ module.exports = (
|
|
|
4753
5030
|
|
|
4754
5031
|
|
|
4755
5032
|
/***/ }),
|
|
4756
|
-
/*
|
|
4757
|
-
/***/ ((module,
|
|
5033
|
+
/* 99 */
|
|
5034
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4758
5035
|
|
|
4759
5036
|
"use strict";
|
|
4760
5037
|
|
|
4761
5038
|
|
|
4762
|
-
var isAbsoluteURL = __webpack_require__(
|
|
4763
|
-
var combineURLs = __webpack_require__(
|
|
5039
|
+
var isAbsoluteURL = __webpack_require__(100);
|
|
5040
|
+
var combineURLs = __webpack_require__(101);
|
|
4764
5041
|
|
|
4765
5042
|
/**
|
|
4766
5043
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -4780,8 +5057,8 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
4780
5057
|
|
|
4781
5058
|
|
|
4782
5059
|
/***/ }),
|
|
4783
|
-
/*
|
|
4784
|
-
/***/ ((module)
|
|
5060
|
+
/* 100 */
|
|
5061
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4785
5062
|
|
|
4786
5063
|
"use strict";
|
|
4787
5064
|
|
|
@@ -4801,8 +5078,8 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
4801
5078
|
|
|
4802
5079
|
|
|
4803
5080
|
/***/ }),
|
|
4804
|
-
/*
|
|
4805
|
-
/***/ ((module)
|
|
5081
|
+
/* 101 */
|
|
5082
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4806
5083
|
|
|
4807
5084
|
"use strict";
|
|
4808
5085
|
|
|
@@ -4822,8 +5099,8 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
4822
5099
|
|
|
4823
5100
|
|
|
4824
5101
|
/***/ }),
|
|
4825
|
-
/*
|
|
4826
|
-
/***/ ((module,
|
|
5102
|
+
/* 102 */
|
|
5103
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4827
5104
|
|
|
4828
5105
|
"use strict";
|
|
4829
5106
|
|
|
@@ -4882,8 +5159,8 @@ module.exports = function parseHeaders(headers) {
|
|
|
4882
5159
|
|
|
4883
5160
|
|
|
4884
5161
|
/***/ }),
|
|
4885
|
-
/*
|
|
4886
|
-
/***/ ((module,
|
|
5162
|
+
/* 103 */
|
|
5163
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4887
5164
|
|
|
4888
5165
|
"use strict";
|
|
4889
5166
|
|
|
@@ -4957,8 +5234,8 @@ module.exports = (
|
|
|
4957
5234
|
|
|
4958
5235
|
|
|
4959
5236
|
/***/ }),
|
|
4960
|
-
/*
|
|
4961
|
-
/***/ ((module)
|
|
5237
|
+
/* 104 */
|
|
5238
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4962
5239
|
|
|
4963
5240
|
"use strict";
|
|
4964
5241
|
|
|
@@ -4983,8 +5260,8 @@ module.exports = Cancel;
|
|
|
4983
5260
|
|
|
4984
5261
|
|
|
4985
5262
|
/***/ }),
|
|
4986
|
-
/*
|
|
4987
|
-
/***/ ((module)
|
|
5263
|
+
/* 105 */
|
|
5264
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4988
5265
|
|
|
4989
5266
|
"use strict";
|
|
4990
5267
|
|
|
@@ -4995,8 +5272,8 @@ module.exports = function isCancel(value) {
|
|
|
4995
5272
|
|
|
4996
5273
|
|
|
4997
5274
|
/***/ }),
|
|
4998
|
-
/*
|
|
4999
|
-
/***/ ((module,
|
|
5275
|
+
/* 106 */
|
|
5276
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5000
5277
|
|
|
5001
5278
|
"use strict";
|
|
5002
5279
|
|
|
@@ -5101,13 +5378,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5101
5378
|
|
|
5102
5379
|
|
|
5103
5380
|
/***/ }),
|
|
5104
|
-
/*
|
|
5105
|
-
/***/ ((module,
|
|
5381
|
+
/* 107 */
|
|
5382
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5106
5383
|
|
|
5107
5384
|
"use strict";
|
|
5108
5385
|
|
|
5109
5386
|
|
|
5110
|
-
var VERSION =
|
|
5387
|
+
var VERSION = __webpack_require__(108).version;
|
|
5111
5388
|
|
|
5112
5389
|
var validators = {};
|
|
5113
5390
|
|
|
@@ -5190,21 +5467,21 @@ module.exports = {
|
|
|
5190
5467
|
|
|
5191
5468
|
|
|
5192
5469
|
/***/ }),
|
|
5193
|
-
/*
|
|
5194
|
-
/***/ ((module)
|
|
5470
|
+
/* 108 */
|
|
5471
|
+
/***/ (function(module, exports) {
|
|
5195
5472
|
|
|
5196
5473
|
module.exports = {
|
|
5197
5474
|
"version": "0.26.1"
|
|
5198
5475
|
};
|
|
5199
5476
|
|
|
5200
5477
|
/***/ }),
|
|
5201
|
-
/*
|
|
5202
|
-
/***/ ((module,
|
|
5478
|
+
/* 109 */
|
|
5479
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5203
5480
|
|
|
5204
5481
|
"use strict";
|
|
5205
5482
|
|
|
5206
5483
|
|
|
5207
|
-
var Cancel = __webpack_require__(
|
|
5484
|
+
var Cancel = __webpack_require__(104);
|
|
5208
5485
|
|
|
5209
5486
|
/**
|
|
5210
5487
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5324,8 +5601,8 @@ module.exports = CancelToken;
|
|
|
5324
5601
|
|
|
5325
5602
|
|
|
5326
5603
|
/***/ }),
|
|
5327
|
-
/*
|
|
5328
|
-
/***/ ((module)
|
|
5604
|
+
/* 110 */
|
|
5605
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5329
5606
|
|
|
5330
5607
|
"use strict";
|
|
5331
5608
|
|
|
@@ -5358,8 +5635,8 @@ module.exports = function spread(callback) {
|
|
|
5358
5635
|
|
|
5359
5636
|
|
|
5360
5637
|
/***/ }),
|
|
5361
|
-
/*
|
|
5362
|
-
/***/ ((module,
|
|
5638
|
+
/* 111 */
|
|
5639
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5363
5640
|
|
|
5364
5641
|
"use strict";
|
|
5365
5642
|
|
|
@@ -5378,12 +5655,12 @@ module.exports = function isAxiosError(payload) {
|
|
|
5378
5655
|
|
|
5379
5656
|
|
|
5380
5657
|
/***/ }),
|
|
5381
|
-
/*
|
|
5382
|
-
/***/ ((
|
|
5658
|
+
/* 112 */
|
|
5659
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5383
5660
|
|
|
5384
5661
|
"use strict";
|
|
5385
5662
|
|
|
5386
|
-
Object.defineProperty(exports, "__esModule",
|
|
5663
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5387
5664
|
exports.SdPlatformSdkConfig = void 0;
|
|
5388
5665
|
/**
|
|
5389
5666
|
* Configuration of an instance of the platform SDK.
|
|
@@ -5405,12 +5682,12 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5405
5682
|
|
|
5406
5683
|
|
|
5407
5684
|
/***/ }),
|
|
5408
|
-
/*
|
|
5409
|
-
/***/ ((
|
|
5685
|
+
/* 113 */
|
|
5686
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5410
5687
|
|
|
5411
5688
|
"use strict";
|
|
5412
5689
|
|
|
5413
|
-
Object.defineProperty(exports, "__esModule",
|
|
5690
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5414
5691
|
exports.SdPlatformDocumentApi = void 0;
|
|
5415
5692
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
5416
5693
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -5497,12 +5774,12 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
5497
5774
|
|
|
5498
5775
|
|
|
5499
5776
|
/***/ }),
|
|
5500
|
-
/*
|
|
5501
|
-
/***/ ((
|
|
5777
|
+
/* 114 */
|
|
5778
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5502
5779
|
|
|
5503
5780
|
"use strict";
|
|
5504
5781
|
|
|
5505
|
-
Object.defineProperty(exports, "__esModule",
|
|
5782
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5506
5783
|
exports.create = void 0;
|
|
5507
5784
|
const SdPlatformSdk_1 = __webpack_require__(78);
|
|
5508
5785
|
function create(clientId, clientSecret, baseUrl) {
|
|
@@ -5523,69 +5800,5 @@ exports.create = create;
|
|
|
5523
5800
|
|
|
5524
5801
|
|
|
5525
5802
|
/***/ })
|
|
5526
|
-
/******/
|
|
5527
|
-
/************************************************************************/
|
|
5528
|
-
/******/ // The module cache
|
|
5529
|
-
/******/ var __webpack_module_cache__ = {};
|
|
5530
|
-
/******/
|
|
5531
|
-
/******/ // The require function
|
|
5532
|
-
/******/ function __webpack_require__(moduleId) {
|
|
5533
|
-
/******/ // Check if module is in cache
|
|
5534
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
5535
|
-
/******/ if (cachedModule !== undefined) {
|
|
5536
|
-
/******/ return cachedModule.exports;
|
|
5537
|
-
/******/ }
|
|
5538
|
-
/******/ // Create a new module (and put it into the cache)
|
|
5539
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
5540
|
-
/******/ // no module.id needed
|
|
5541
|
-
/******/ // no module.loaded needed
|
|
5542
|
-
/******/ exports: {}
|
|
5543
|
-
/******/ };
|
|
5544
|
-
/******/
|
|
5545
|
-
/******/ // Execute the module function
|
|
5546
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
5547
|
-
/******/
|
|
5548
|
-
/******/ // Return the exports of the module
|
|
5549
|
-
/******/ return module.exports;
|
|
5550
|
-
/******/ }
|
|
5551
|
-
/******/
|
|
5552
|
-
/************************************************************************/
|
|
5553
|
-
/******/ /* webpack/runtime/define property getters */
|
|
5554
|
-
/******/ (() => {
|
|
5555
|
-
/******/ // define getter functions for harmony exports
|
|
5556
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
5557
|
-
/******/ for(var key in definition) {
|
|
5558
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
5559
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
5560
|
-
/******/ }
|
|
5561
|
-
/******/ }
|
|
5562
|
-
/******/ };
|
|
5563
|
-
/******/ })();
|
|
5564
|
-
/******/
|
|
5565
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
5566
|
-
/******/ (() => {
|
|
5567
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
5568
|
-
/******/ })();
|
|
5569
|
-
/******/
|
|
5570
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
5571
|
-
/******/ (() => {
|
|
5572
|
-
/******/ // define __esModule on exports
|
|
5573
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
5574
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
5575
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5576
|
-
/******/ }
|
|
5577
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5578
|
-
/******/ };
|
|
5579
|
-
/******/ })();
|
|
5580
|
-
/******/
|
|
5581
|
-
/************************************************************************/
|
|
5582
|
-
/******/
|
|
5583
|
-
/******/ // startup
|
|
5584
|
-
/******/ // Load entry module and return exports
|
|
5585
|
-
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
5586
|
-
/******/ var __webpack_exports__ = __webpack_require__(0);
|
|
5587
|
-
/******/
|
|
5588
|
-
/******/ return __webpack_exports__;
|
|
5589
|
-
/******/ })()
|
|
5590
|
-
;
|
|
5803
|
+
/******/ ]);
|
|
5591
5804
|
});
|