@shapediver/sdk.platform-api-sdk-v1 2.6.0 → 2.6.4
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
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
|
|
@@ -154,6 +239,7 @@ var SdPlatformApiTokenScopes;
|
|
|
154
239
|
SdPlatformApiTokenScopes["ImagesFull"] = "images-full";
|
|
155
240
|
SdPlatformApiTokenScopes["Tokens"] = "tokens";
|
|
156
241
|
SdPlatformApiTokenScopes["TagsRead"] = "tags-read";
|
|
242
|
+
SdPlatformApiTokenScopes["TagsWrite"] = "tags-write";
|
|
157
243
|
SdPlatformApiTokenScopes["UsersRead"] = "users-read";
|
|
158
244
|
SdPlatformApiTokenScopes["UsersWrite"] = "users-write";
|
|
159
245
|
SdPlatformApiTokenScopes["ModelSharingRead"] = "model-sharing-read";
|
|
@@ -168,20 +254,30 @@ var SdPlatformApiTokenScopes;
|
|
|
168
254
|
SdPlatformApiTokenScopes["ActionsFull"] = "actions-full";
|
|
169
255
|
SdPlatformApiTokenScopes["ApiClientsFull"] = "apiclients-full";
|
|
170
256
|
SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full";
|
|
257
|
+
SdPlatformApiTokenScopes["DomainsRead"] = "domains-read";
|
|
171
258
|
SdPlatformApiTokenScopes["DomainsFull"] = "domains-full";
|
|
172
259
|
SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full";
|
|
173
260
|
SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full";
|
|
261
|
+
SdPlatformApiTokenScopes["OrganizationsRead"] = "organizations-read";
|
|
262
|
+
SdPlatformApiTokenScopes["OrganizationsWrite"] = "organizations-write";
|
|
263
|
+
SdPlatformApiTokenScopes["OrganizationsFull"] = "organizations-full";
|
|
264
|
+
SdPlatformApiTokenScopes["NotificationsRead"] = "notifications-read";
|
|
265
|
+
SdPlatformApiTokenScopes["NotificationsWrite"] = "notifications-write";
|
|
266
|
+
SdPlatformApiTokenScopes["NotificationsFull"] = "notifications-full";
|
|
267
|
+
SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read";
|
|
268
|
+
SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write";
|
|
269
|
+
SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full";
|
|
174
270
|
SdPlatformApiTokenScopes["All"] = "*";
|
|
175
271
|
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {}));
|
|
176
272
|
//# sourceMappingURL=SdPlatformApiTokenScopes.js.map
|
|
177
273
|
|
|
178
274
|
/***/ }),
|
|
179
275
|
/* 3 */
|
|
180
|
-
/***/ ((
|
|
276
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
181
277
|
|
|
182
278
|
"use strict";
|
|
183
279
|
|
|
184
|
-
Object.defineProperty(exports, "__esModule",
|
|
280
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
185
281
|
exports.SdPlatformNotificationType = exports.SdPlatformNotificationClass = exports.SdPlatformNotificationLevel = exports.SdPlatformNotificationCreator = void 0;
|
|
186
282
|
/**
|
|
187
283
|
* Creator of notification.
|
|
@@ -248,20 +344,20 @@ var SdPlatformNotificationType;
|
|
|
248
344
|
|
|
249
345
|
/***/ }),
|
|
250
346
|
/* 4 */
|
|
251
|
-
/***/ ((
|
|
347
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
252
348
|
|
|
253
349
|
"use strict";
|
|
254
350
|
|
|
255
|
-
Object.defineProperty(exports, "__esModule",
|
|
351
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
256
352
|
//# sourceMappingURL=SdPlatformChargebee.js.map
|
|
257
353
|
|
|
258
354
|
/***/ }),
|
|
259
355
|
/* 5 */
|
|
260
|
-
/***/ ((
|
|
356
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
261
357
|
|
|
262
358
|
"use strict";
|
|
263
359
|
|
|
264
|
-
Object.defineProperty(exports, "__esModule",
|
|
360
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
265
361
|
exports.SdPlatformModelFileType = void 0;
|
|
266
362
|
var SdPlatformModelFileType;
|
|
267
363
|
(function (SdPlatformModelFileType) {
|
|
@@ -272,11 +368,11 @@ var SdPlatformModelFileType;
|
|
|
272
368
|
|
|
273
369
|
/***/ }),
|
|
274
370
|
/* 6 */
|
|
275
|
-
/***/ ((
|
|
371
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
276
372
|
|
|
277
373
|
"use strict";
|
|
278
374
|
|
|
279
|
-
Object.defineProperty(exports, "__esModule",
|
|
375
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
280
376
|
exports.SdPlatformModelTokenScopes = void 0;
|
|
281
377
|
/**
|
|
282
378
|
* Scopes for access to models on ShapeDiver Geometry Backend systems.
|
|
@@ -292,11 +388,11 @@ var SdPlatformModelTokenScopes;
|
|
|
292
388
|
|
|
293
389
|
/***/ }),
|
|
294
390
|
/* 7 */
|
|
295
|
-
/***/ ((
|
|
391
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
296
392
|
|
|
297
393
|
"use strict";
|
|
298
394
|
|
|
299
|
-
Object.defineProperty(exports, "__esModule",
|
|
395
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
300
396
|
exports.SdPlatformOrganizationMemberRole = void 0;
|
|
301
397
|
/**
|
|
302
398
|
* Roles of organization members
|
|
@@ -331,11 +427,11 @@ var SdPlatformOrganizationMemberRole;
|
|
|
331
427
|
|
|
332
428
|
/***/ }),
|
|
333
429
|
/* 8 */
|
|
334
|
-
/***/ ((
|
|
430
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
335
431
|
|
|
336
432
|
"use strict";
|
|
337
433
|
|
|
338
|
-
Object.defineProperty(exports, "__esModule",
|
|
434
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
339
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;
|
|
340
436
|
/**
|
|
341
437
|
* Types of policies
|
|
@@ -625,20 +721,20 @@ var SdPlatformPolicyPermissionsAsset;
|
|
|
625
721
|
|
|
626
722
|
/***/ }),
|
|
627
723
|
/* 9 */
|
|
628
|
-
/***/ ((
|
|
724
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
629
725
|
|
|
630
726
|
"use strict";
|
|
631
727
|
|
|
632
|
-
Object.defineProperty(exports, "__esModule",
|
|
728
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
633
729
|
//# sourceMappingURL=SdPlatformUsedCredits.js.map
|
|
634
730
|
|
|
635
731
|
/***/ }),
|
|
636
732
|
/* 10 */
|
|
637
|
-
/***/ ((
|
|
733
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
638
734
|
|
|
639
735
|
"use strict";
|
|
640
736
|
|
|
641
|
-
Object.defineProperty(exports, "__esModule",
|
|
737
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
642
738
|
exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
|
|
643
739
|
/**
|
|
644
740
|
* Visibility for users
|
|
@@ -683,11 +779,11 @@ var SdPlatformSavedStateVisibility;
|
|
|
683
779
|
|
|
684
780
|
/***/ }),
|
|
685
781
|
/* 11 */
|
|
686
|
-
/***/ ((
|
|
782
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
687
783
|
|
|
688
784
|
"use strict";
|
|
689
785
|
|
|
690
|
-
Object.defineProperty(exports, "__esModule",
|
|
786
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
691
787
|
exports.SdPlatformAuthGrantType = void 0;
|
|
692
788
|
/**
|
|
693
789
|
* OAuth 2.0 grant type
|
|
@@ -702,11 +798,11 @@ var SdPlatformAuthGrantType;
|
|
|
702
798
|
|
|
703
799
|
/***/ }),
|
|
704
800
|
/* 12 */
|
|
705
|
-
/***/ ((
|
|
801
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
706
802
|
|
|
707
803
|
"use strict";
|
|
708
804
|
|
|
709
|
-
Object.defineProperty(exports, "__esModule",
|
|
805
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
710
806
|
exports.SdPlatformSortingOrder = void 0;
|
|
711
807
|
var SdPlatformSortingOrder;
|
|
712
808
|
(function (SdPlatformSortingOrder) {
|
|
@@ -717,74 +813,74 @@ var SdPlatformSortingOrder;
|
|
|
717
813
|
|
|
718
814
|
/***/ }),
|
|
719
815
|
/* 13 */
|
|
720
|
-
/***/ ((
|
|
816
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
721
817
|
|
|
722
818
|
"use strict";
|
|
723
819
|
|
|
724
|
-
Object.defineProperty(exports, "__esModule",
|
|
820
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
725
821
|
//# sourceMappingURL=SdPlatformRequestApiToken.js.map
|
|
726
822
|
|
|
727
823
|
/***/ }),
|
|
728
824
|
/* 14 */
|
|
729
|
-
/***/ ((
|
|
825
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
730
826
|
|
|
731
827
|
"use strict";
|
|
732
828
|
|
|
733
|
-
Object.defineProperty(exports, "__esModule",
|
|
829
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
734
830
|
//# sourceMappingURL=SdPlatformRequestBackendSystem.js.map
|
|
735
831
|
|
|
736
832
|
/***/ }),
|
|
737
833
|
/* 15 */
|
|
738
|
-
/***/ ((
|
|
834
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
739
835
|
|
|
740
836
|
"use strict";
|
|
741
837
|
|
|
742
|
-
Object.defineProperty(exports, "__esModule",
|
|
838
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
743
839
|
//# sourceMappingURL=SdPlatformRequestBookmark.js.map
|
|
744
840
|
|
|
745
841
|
/***/ }),
|
|
746
842
|
/* 16 */
|
|
747
|
-
/***/ ((
|
|
843
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
748
844
|
|
|
749
845
|
"use strict";
|
|
750
846
|
|
|
751
|
-
Object.defineProperty(exports, "__esModule",
|
|
847
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
752
848
|
//# sourceMappingURL=SdPlatformRequestChargebee.js.map
|
|
753
849
|
|
|
754
850
|
/***/ }),
|
|
755
851
|
/* 17 */
|
|
756
|
-
/***/ ((
|
|
852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
757
853
|
|
|
758
854
|
"use strict";
|
|
759
855
|
|
|
760
|
-
Object.defineProperty(exports, "__esModule",
|
|
856
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
761
857
|
//# sourceMappingURL=SdPlatformRequestDocument.js.map
|
|
762
858
|
|
|
763
859
|
/***/ }),
|
|
764
860
|
/* 18 */
|
|
765
|
-
/***/ ((
|
|
861
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
766
862
|
|
|
767
863
|
"use strict";
|
|
768
864
|
|
|
769
|
-
Object.defineProperty(exports, "__esModule",
|
|
865
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
770
866
|
//# sourceMappingURL=SdPlatformRequestDomain.js.map
|
|
771
867
|
|
|
772
868
|
/***/ }),
|
|
773
869
|
/* 19 */
|
|
774
|
-
/***/ ((
|
|
870
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
775
871
|
|
|
776
872
|
"use strict";
|
|
777
873
|
|
|
778
|
-
Object.defineProperty(exports, "__esModule",
|
|
874
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
779
875
|
//# sourceMappingURL=SdPlatformRequestImage.js.map
|
|
780
876
|
|
|
781
877
|
/***/ }),
|
|
782
878
|
/* 20 */
|
|
783
|
-
/***/ ((
|
|
879
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
784
880
|
|
|
785
881
|
"use strict";
|
|
786
882
|
|
|
787
|
-
Object.defineProperty(exports, "__esModule",
|
|
883
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
788
884
|
exports.SdPlatformRequestModelStatus = void 0;
|
|
789
885
|
var SdPlatformRequestModelStatus;
|
|
790
886
|
(function (SdPlatformRequestModelStatus) {
|
|
@@ -795,119 +891,119 @@ var SdPlatformRequestModelStatus;
|
|
|
795
891
|
|
|
796
892
|
/***/ }),
|
|
797
893
|
/* 21 */
|
|
798
|
-
/***/ ((
|
|
894
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
799
895
|
|
|
800
896
|
"use strict";
|
|
801
897
|
|
|
802
|
-
Object.defineProperty(exports, "__esModule",
|
|
898
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
803
899
|
//# sourceMappingURL=SdPlatformRequestModelSharing.js.map
|
|
804
900
|
|
|
805
901
|
/***/ }),
|
|
806
902
|
/* 22 */
|
|
807
|
-
/***/ ((
|
|
903
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
808
904
|
|
|
809
905
|
"use strict";
|
|
810
906
|
|
|
811
|
-
Object.defineProperty(exports, "__esModule",
|
|
907
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
812
908
|
//# sourceMappingURL=SdPlatformRequestNotification.js.map
|
|
813
909
|
|
|
814
910
|
/***/ }),
|
|
815
911
|
/* 23 */
|
|
816
|
-
/***/ ((
|
|
912
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
817
913
|
|
|
818
914
|
"use strict";
|
|
819
915
|
|
|
820
|
-
Object.defineProperty(exports, "__esModule",
|
|
916
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
821
917
|
//# sourceMappingURL=SdPlatformRequestModelToken.js.map
|
|
822
918
|
|
|
823
919
|
/***/ }),
|
|
824
920
|
/* 24 */
|
|
825
|
-
/***/ ((
|
|
921
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
826
922
|
|
|
827
923
|
"use strict";
|
|
828
924
|
|
|
829
|
-
Object.defineProperty(exports, "__esModule",
|
|
925
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
830
926
|
//# sourceMappingURL=SdPlatformRequestModelTransfer.js.map
|
|
831
927
|
|
|
832
928
|
/***/ }),
|
|
833
929
|
/* 25 */
|
|
834
|
-
/***/ ((
|
|
930
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
835
931
|
|
|
836
932
|
"use strict";
|
|
837
933
|
|
|
838
|
-
Object.defineProperty(exports, "__esModule",
|
|
934
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
839
935
|
//# sourceMappingURL=SdPlatformRequestOrganization.js.map
|
|
840
936
|
|
|
841
937
|
/***/ }),
|
|
842
938
|
/* 26 */
|
|
843
|
-
/***/ ((
|
|
939
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
844
940
|
|
|
845
941
|
"use strict";
|
|
846
942
|
|
|
847
|
-
Object.defineProperty(exports, "__esModule",
|
|
943
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
848
944
|
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
849
945
|
|
|
850
946
|
/***/ }),
|
|
851
947
|
/* 27 */
|
|
852
|
-
/***/ ((
|
|
948
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
853
949
|
|
|
854
950
|
"use strict";
|
|
855
951
|
|
|
856
|
-
Object.defineProperty(exports, "__esModule",
|
|
952
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
857
953
|
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
858
954
|
|
|
859
955
|
/***/ }),
|
|
860
956
|
/* 28 */
|
|
861
|
-
/***/ ((
|
|
957
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
862
958
|
|
|
863
959
|
"use strict";
|
|
864
960
|
|
|
865
|
-
Object.defineProperty(exports, "__esModule",
|
|
961
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
866
962
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
867
963
|
|
|
868
964
|
/***/ }),
|
|
869
965
|
/* 29 */
|
|
870
|
-
/***/ ((
|
|
966
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
871
967
|
|
|
872
968
|
"use strict";
|
|
873
969
|
|
|
874
|
-
Object.defineProperty(exports, "__esModule",
|
|
970
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
875
971
|
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
876
972
|
|
|
877
973
|
/***/ }),
|
|
878
974
|
/* 30 */
|
|
879
|
-
/***/ ((
|
|
975
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
880
976
|
|
|
881
977
|
"use strict";
|
|
882
978
|
|
|
883
|
-
Object.defineProperty(exports, "__esModule",
|
|
979
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
884
980
|
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
885
981
|
|
|
886
982
|
/***/ }),
|
|
887
983
|
/* 31 */
|
|
888
|
-
/***/ ((
|
|
984
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
889
985
|
|
|
890
986
|
"use strict";
|
|
891
987
|
|
|
892
|
-
Object.defineProperty(exports, "__esModule",
|
|
988
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
893
989
|
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
894
990
|
|
|
895
991
|
/***/ }),
|
|
896
992
|
/* 32 */
|
|
897
|
-
/***/ ((
|
|
993
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
898
994
|
|
|
899
995
|
"use strict";
|
|
900
996
|
|
|
901
|
-
Object.defineProperty(exports, "__esModule",
|
|
997
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
902
998
|
//# sourceMappingURL=SdPlatformBaseResponseTypes.js.map
|
|
903
999
|
|
|
904
1000
|
/***/ }),
|
|
905
1001
|
/* 33 */
|
|
906
|
-
/***/ ((
|
|
1002
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
907
1003
|
|
|
908
1004
|
"use strict";
|
|
909
1005
|
|
|
910
|
-
Object.defineProperty(exports, "__esModule",
|
|
1006
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
911
1007
|
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
912
1008
|
var SdPlatformResponseAnalyticsTimestampType;
|
|
913
1009
|
(function (SdPlatformResponseAnalyticsTimestampType) {
|
|
@@ -921,29 +1017,29 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
921
1017
|
|
|
922
1018
|
/***/ }),
|
|
923
1019
|
/* 34 */
|
|
924
|
-
/***/ ((
|
|
1020
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
925
1021
|
|
|
926
1022
|
"use strict";
|
|
927
1023
|
|
|
928
|
-
Object.defineProperty(exports, "__esModule",
|
|
1024
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
929
1025
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
930
1026
|
|
|
931
1027
|
/***/ }),
|
|
932
1028
|
/* 35 */
|
|
933
|
-
/***/ ((
|
|
1029
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
934
1030
|
|
|
935
1031
|
"use strict";
|
|
936
1032
|
|
|
937
|
-
Object.defineProperty(exports, "__esModule",
|
|
1033
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
938
1034
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
939
1035
|
|
|
940
1036
|
/***/ }),
|
|
941
1037
|
/* 36 */
|
|
942
|
-
/***/ ((
|
|
1038
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
943
1039
|
|
|
944
1040
|
"use strict";
|
|
945
1041
|
|
|
946
|
-
Object.defineProperty(exports, "__esModule",
|
|
1042
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
947
1043
|
exports.SdPlatformResponseChargebeeCurrencyCode = void 0;
|
|
948
1044
|
var SdPlatformResponseChargebeeCurrencyCode;
|
|
949
1045
|
(function (SdPlatformResponseChargebeeCurrencyCode) {
|
|
@@ -956,56 +1052,56 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
956
1052
|
|
|
957
1053
|
/***/ }),
|
|
958
1054
|
/* 37 */
|
|
959
|
-
/***/ ((
|
|
1055
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
960
1056
|
|
|
961
1057
|
"use strict";
|
|
962
1058
|
|
|
963
|
-
Object.defineProperty(exports, "__esModule",
|
|
1059
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
964
1060
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
965
1061
|
|
|
966
1062
|
/***/ }),
|
|
967
1063
|
/* 38 */
|
|
968
|
-
/***/ ((
|
|
1064
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
969
1065
|
|
|
970
1066
|
"use strict";
|
|
971
1067
|
|
|
972
|
-
Object.defineProperty(exports, "__esModule",
|
|
1068
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
973
1069
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
974
1070
|
|
|
975
1071
|
/***/ }),
|
|
976
1072
|
/* 39 */
|
|
977
|
-
/***/ ((
|
|
1073
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
978
1074
|
|
|
979
1075
|
"use strict";
|
|
980
1076
|
|
|
981
|
-
Object.defineProperty(exports, "__esModule",
|
|
1077
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
982
1078
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
983
1079
|
|
|
984
1080
|
/***/ }),
|
|
985
1081
|
/* 40 */
|
|
986
|
-
/***/ ((
|
|
1082
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
987
1083
|
|
|
988
1084
|
"use strict";
|
|
989
1085
|
|
|
990
|
-
Object.defineProperty(exports, "__esModule",
|
|
1086
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
991
1087
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
992
1088
|
|
|
993
1089
|
/***/ }),
|
|
994
1090
|
/* 41 */
|
|
995
|
-
/***/ ((
|
|
1091
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
996
1092
|
|
|
997
1093
|
"use strict";
|
|
998
1094
|
|
|
999
|
-
Object.defineProperty(exports, "__esModule",
|
|
1095
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1000
1096
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1001
1097
|
|
|
1002
1098
|
/***/ }),
|
|
1003
1099
|
/* 42 */
|
|
1004
|
-
/***/ ((
|
|
1100
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1005
1101
|
|
|
1006
1102
|
"use strict";
|
|
1007
1103
|
|
|
1008
|
-
Object.defineProperty(exports, "__esModule",
|
|
1104
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1009
1105
|
exports.SdPlatformModelStatus = exports.SdPlatformModelTrustlevel = void 0;
|
|
1010
1106
|
var SdPlatformModelTrustlevel;
|
|
1011
1107
|
(function (SdPlatformModelTrustlevel) {
|
|
@@ -1058,92 +1154,92 @@ var SdPlatformModelDenyReason;
|
|
|
1058
1154
|
|
|
1059
1155
|
/***/ }),
|
|
1060
1156
|
/* 43 */
|
|
1061
|
-
/***/ ((
|
|
1157
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1062
1158
|
|
|
1063
1159
|
"use strict";
|
|
1064
1160
|
|
|
1065
|
-
Object.defineProperty(exports, "__esModule",
|
|
1161
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1066
1162
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1067
1163
|
|
|
1068
1164
|
/***/ }),
|
|
1069
1165
|
/* 44 */
|
|
1070
|
-
/***/ ((
|
|
1166
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1071
1167
|
|
|
1072
1168
|
"use strict";
|
|
1073
1169
|
|
|
1074
|
-
Object.defineProperty(exports, "__esModule",
|
|
1170
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1075
1171
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1076
1172
|
|
|
1077
1173
|
/***/ }),
|
|
1078
1174
|
/* 45 */
|
|
1079
|
-
/***/ ((
|
|
1175
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1080
1176
|
|
|
1081
1177
|
"use strict";
|
|
1082
1178
|
|
|
1083
|
-
Object.defineProperty(exports, "__esModule",
|
|
1179
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1084
1180
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1085
1181
|
|
|
1086
1182
|
/***/ }),
|
|
1087
1183
|
/* 46 */
|
|
1088
|
-
/***/ ((
|
|
1184
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1089
1185
|
|
|
1090
1186
|
"use strict";
|
|
1091
1187
|
|
|
1092
|
-
Object.defineProperty(exports, "__esModule",
|
|
1188
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1093
1189
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1094
1190
|
|
|
1095
1191
|
/***/ }),
|
|
1096
1192
|
/* 47 */
|
|
1097
|
-
/***/ ((
|
|
1193
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1098
1194
|
|
|
1099
1195
|
"use strict";
|
|
1100
1196
|
|
|
1101
|
-
Object.defineProperty(exports, "__esModule",
|
|
1197
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1102
1198
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1103
1199
|
|
|
1104
1200
|
/***/ }),
|
|
1105
1201
|
/* 48 */
|
|
1106
|
-
/***/ ((
|
|
1202
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1107
1203
|
|
|
1108
1204
|
"use strict";
|
|
1109
1205
|
|
|
1110
|
-
Object.defineProperty(exports, "__esModule",
|
|
1206
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1111
1207
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1112
1208
|
|
|
1113
1209
|
/***/ }),
|
|
1114
1210
|
/* 49 */
|
|
1115
|
-
/***/ ((
|
|
1211
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1116
1212
|
|
|
1117
1213
|
"use strict";
|
|
1118
1214
|
|
|
1119
|
-
Object.defineProperty(exports, "__esModule",
|
|
1215
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1120
1216
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1121
1217
|
|
|
1122
1218
|
/***/ }),
|
|
1123
1219
|
/* 50 */
|
|
1124
|
-
/***/ ((
|
|
1220
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1125
1221
|
|
|
1126
1222
|
"use strict";
|
|
1127
1223
|
|
|
1128
|
-
Object.defineProperty(exports, "__esModule",
|
|
1224
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1129
1225
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1130
1226
|
|
|
1131
1227
|
/***/ }),
|
|
1132
1228
|
/* 51 */
|
|
1133
|
-
/***/ ((
|
|
1229
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1134
1230
|
|
|
1135
1231
|
"use strict";
|
|
1136
1232
|
|
|
1137
|
-
Object.defineProperty(exports, "__esModule",
|
|
1233
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1138
1234
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1139
1235
|
|
|
1140
1236
|
/***/ }),
|
|
1141
1237
|
/* 52 */
|
|
1142
|
-
/***/ ((
|
|
1238
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1143
1239
|
|
|
1144
1240
|
"use strict";
|
|
1145
1241
|
|
|
1146
|
-
Object.defineProperty(exports, "__esModule",
|
|
1242
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1147
1243
|
exports.RequestId = void 0;
|
|
1148
1244
|
/**
|
|
1149
1245
|
* Identifier for type of request to the ShapeDiver Platform Backend.
|
|
@@ -1263,7 +1359,7 @@ var RequestId;
|
|
|
1263
1359
|
|
|
1264
1360
|
/***/ }),
|
|
1265
1361
|
/* 53 */
|
|
1266
|
-
/***/ (function(
|
|
1362
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1267
1363
|
|
|
1268
1364
|
"use strict";
|
|
1269
1365
|
|
|
@@ -1279,7 +1375,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1279
1375
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1280
1376
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1281
1377
|
};
|
|
1282
|
-
Object.defineProperty(exports, "__esModule",
|
|
1378
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1283
1379
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1284
1380
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1285
1381
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -1445,11 +1541,11 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1445
1541
|
|
|
1446
1542
|
/***/ }),
|
|
1447
1543
|
/* 54 */
|
|
1448
|
-
/***/ ((
|
|
1544
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1449
1545
|
|
|
1450
1546
|
"use strict";
|
|
1451
1547
|
|
|
1452
|
-
Object.defineProperty(exports, "__esModule",
|
|
1548
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1453
1549
|
exports.SdPlatformOAuthResponseError = exports.SdPlatformResourceResponseError = exports.SdPlatformResponseError = exports.SdPlatformRequestError = exports.SdPlatformError = void 0;
|
|
1454
1550
|
/**
|
|
1455
1551
|
* Generic error
|
|
@@ -1529,25 +1625,22 @@ exports.SdPlatformOAuthResponseError = SdPlatformOAuthResponseError;
|
|
|
1529
1625
|
|
|
1530
1626
|
/***/ }),
|
|
1531
1627
|
/* 55 */
|
|
1532
|
-
/***/ ((
|
|
1628
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1533
1629
|
|
|
1534
1630
|
"use strict";
|
|
1535
1631
|
__webpack_require__.r(__webpack_exports__);
|
|
1536
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1537
|
-
|
|
1538
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1539
|
-
/* harmony export */ });
|
|
1540
|
-
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);
|
|
1541
1634
|
//# sourceMappingURL=jwt-decode.esm.js.map
|
|
1542
1635
|
|
|
1543
1636
|
|
|
1544
1637
|
/***/ }),
|
|
1545
1638
|
/* 56 */
|
|
1546
|
-
/***/ ((
|
|
1639
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1547
1640
|
|
|
1548
1641
|
"use strict";
|
|
1549
1642
|
|
|
1550
|
-
Object.defineProperty(exports, "__esModule",
|
|
1643
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1551
1644
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1552
1645
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1553
1646
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1561,8 +1654,8 @@ class SdPlatformApiTokenApi extends ResourcesApi_1.ResourcesApi {
|
|
|
1561
1654
|
get __resourcePath() {
|
|
1562
1655
|
return "apitokens";
|
|
1563
1656
|
}
|
|
1564
|
-
get(
|
|
1565
|
-
return super.__get(SdPlatformRequestId_1.RequestId.ApiTokenGet,
|
|
1657
|
+
get(key_id) {
|
|
1658
|
+
return super.__get(SdPlatformRequestId_1.RequestId.ApiTokenGet, key_id);
|
|
1566
1659
|
}
|
|
1567
1660
|
query(query = {}) {
|
|
1568
1661
|
return super.__action(SdPlatformRequestId_1.RequestId.ApiTokenQuery, ResourcesApi_1.Action.Post, "apitokens/query", query);
|
|
@@ -1573,8 +1666,8 @@ class SdPlatformApiTokenApi extends ResourcesApi_1.ResourcesApi {
|
|
|
1573
1666
|
patch(key_id, body) {
|
|
1574
1667
|
return super.__patch(SdPlatformRequestId_1.RequestId.ApiTokenPatch, key_id, body);
|
|
1575
1668
|
}
|
|
1576
|
-
delete(
|
|
1577
|
-
return super.__delete(SdPlatformRequestId_1.RequestId.ApiTokenDelete,
|
|
1669
|
+
delete(key_id) {
|
|
1670
|
+
return super.__delete(SdPlatformRequestId_1.RequestId.ApiTokenDelete, key_id);
|
|
1578
1671
|
}
|
|
1579
1672
|
}
|
|
1580
1673
|
exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
@@ -1582,7 +1675,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1582
1675
|
|
|
1583
1676
|
/***/ }),
|
|
1584
1677
|
/* 57 */
|
|
1585
|
-
/***/ (function(
|
|
1678
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1586
1679
|
|
|
1587
1680
|
"use strict";
|
|
1588
1681
|
|
|
@@ -1595,7 +1688,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1595
1688
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
1596
1689
|
});
|
|
1597
1690
|
};
|
|
1598
|
-
Object.defineProperty(exports, "__esModule",
|
|
1691
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1599
1692
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1600
1693
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
1601
1694
|
/**
|
|
@@ -1696,11 +1789,11 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1696
1789
|
|
|
1697
1790
|
/***/ }),
|
|
1698
1791
|
/* 58 */
|
|
1699
|
-
/***/ ((
|
|
1792
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1700
1793
|
|
|
1701
1794
|
"use strict";
|
|
1702
1795
|
|
|
1703
|
-
Object.defineProperty(exports, "__esModule",
|
|
1796
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1704
1797
|
exports.SdPlatformSdkContext = exports.SdPlatformAccessTokenState = void 0;
|
|
1705
1798
|
/**
|
|
1706
1799
|
* Status of the access token
|
|
@@ -1790,11 +1883,11 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
1790
1883
|
|
|
1791
1884
|
/***/ }),
|
|
1792
1885
|
/* 59 */
|
|
1793
|
-
/***/ ((
|
|
1886
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1794
1887
|
|
|
1795
1888
|
"use strict";
|
|
1796
1889
|
|
|
1797
|
-
Object.defineProperty(exports, "__esModule",
|
|
1890
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1798
1891
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
1799
1892
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1800
1893
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1826,11 +1919,11 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
1826
1919
|
|
|
1827
1920
|
/***/ }),
|
|
1828
1921
|
/* 60 */
|
|
1829
|
-
/***/ ((
|
|
1922
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1830
1923
|
|
|
1831
1924
|
"use strict";
|
|
1832
1925
|
|
|
1833
|
-
Object.defineProperty(exports, "__esModule",
|
|
1926
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1834
1927
|
exports.SdPlatformBookmarkApi = void 0;
|
|
1835
1928
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1836
1929
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1858,11 +1951,11 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
1858
1951
|
|
|
1859
1952
|
/***/ }),
|
|
1860
1953
|
/* 61 */
|
|
1861
|
-
/***/ ((
|
|
1954
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1862
1955
|
|
|
1863
1956
|
"use strict";
|
|
1864
1957
|
|
|
1865
|
-
Object.defineProperty(exports, "__esModule",
|
|
1958
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1866
1959
|
exports.SdPlatformChargebeeApi = void 0;
|
|
1867
1960
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
1868
1961
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -1898,11 +1991,11 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
1898
1991
|
|
|
1899
1992
|
/***/ }),
|
|
1900
1993
|
/* 62 */
|
|
1901
|
-
/***/ ((
|
|
1994
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1902
1995
|
|
|
1903
1996
|
"use strict";
|
|
1904
1997
|
|
|
1905
|
-
Object.defineProperty(exports, "__esModule",
|
|
1998
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1906
1999
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
1907
2000
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1908
2001
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1965,11 +2058,11 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
1965
2058
|
|
|
1966
2059
|
/***/ }),
|
|
1967
2060
|
/* 63 */
|
|
1968
|
-
/***/ ((
|
|
2061
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1969
2062
|
|
|
1970
2063
|
"use strict";
|
|
1971
2064
|
|
|
1972
|
-
Object.defineProperty(exports, "__esModule",
|
|
2065
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1973
2066
|
exports.SdPlatformHttpLogApi = void 0;
|
|
1974
2067
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1975
2068
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1993,11 +2086,11 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
1993
2086
|
|
|
1994
2087
|
/***/ }),
|
|
1995
2088
|
/* 64 */
|
|
1996
|
-
/***/ ((
|
|
2089
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1997
2090
|
|
|
1998
2091
|
"use strict";
|
|
1999
2092
|
|
|
2000
|
-
Object.defineProperty(exports, "__esModule",
|
|
2093
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2001
2094
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2002
2095
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2003
2096
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2049,11 +2142,11 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2049
2142
|
|
|
2050
2143
|
/***/ }),
|
|
2051
2144
|
/* 65 */
|
|
2052
|
-
/***/ ((
|
|
2145
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2053
2146
|
|
|
2054
2147
|
"use strict";
|
|
2055
2148
|
|
|
2056
|
-
Object.defineProperty(exports, "__esModule",
|
|
2149
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2057
2150
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2058
2151
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2059
2152
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2116,11 +2209,11 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2116
2209
|
|
|
2117
2210
|
/***/ }),
|
|
2118
2211
|
/* 66 */
|
|
2119
|
-
/***/ ((
|
|
2212
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2120
2213
|
|
|
2121
2214
|
"use strict";
|
|
2122
2215
|
|
|
2123
|
-
Object.defineProperty(exports, "__esModule",
|
|
2216
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2124
2217
|
exports.SdPlatformModelSharingApi = void 0;
|
|
2125
2218
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2126
2219
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2187,11 +2280,11 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2187
2280
|
|
|
2188
2281
|
/***/ }),
|
|
2189
2282
|
/* 67 */
|
|
2190
|
-
/***/ ((
|
|
2283
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2191
2284
|
|
|
2192
2285
|
"use strict";
|
|
2193
2286
|
|
|
2194
|
-
Object.defineProperty(exports, "__esModule",
|
|
2287
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2195
2288
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2196
2289
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2197
2290
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2211,11 +2304,11 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2211
2304
|
|
|
2212
2305
|
/***/ }),
|
|
2213
2306
|
/* 68 */
|
|
2214
|
-
/***/ ((
|
|
2307
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2215
2308
|
|
|
2216
2309
|
"use strict";
|
|
2217
2310
|
|
|
2218
|
-
Object.defineProperty(exports, "__esModule",
|
|
2311
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2219
2312
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2220
2313
|
const __1 = __webpack_require__(0);
|
|
2221
2314
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2281,11 +2374,11 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2281
2374
|
|
|
2282
2375
|
/***/ }),
|
|
2283
2376
|
/* 69 */
|
|
2284
|
-
/***/ ((
|
|
2377
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2285
2378
|
|
|
2286
2379
|
"use strict";
|
|
2287
2380
|
|
|
2288
|
-
Object.defineProperty(exports, "__esModule",
|
|
2381
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2289
2382
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2290
2383
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2291
2384
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2323,11 +2416,11 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2323
2416
|
|
|
2324
2417
|
/***/ }),
|
|
2325
2418
|
/* 70 */
|
|
2326
|
-
/***/ ((
|
|
2419
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2327
2420
|
|
|
2328
2421
|
"use strict";
|
|
2329
2422
|
|
|
2330
|
-
Object.defineProperty(exports, "__esModule",
|
|
2423
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2331
2424
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2332
2425
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2333
2426
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2444,11 +2537,11 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2444
2537
|
|
|
2445
2538
|
/***/ }),
|
|
2446
2539
|
/* 71 */
|
|
2447
|
-
/***/ ((
|
|
2540
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2448
2541
|
|
|
2449
2542
|
"use strict";
|
|
2450
2543
|
|
|
2451
|
-
Object.defineProperty(exports, "__esModule",
|
|
2544
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2452
2545
|
exports.SdPlatformPolicyApi = void 0;
|
|
2453
2546
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2454
2547
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2480,11 +2573,11 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2480
2573
|
|
|
2481
2574
|
/***/ }),
|
|
2482
2575
|
/* 72 */
|
|
2483
|
-
/***/ ((
|
|
2576
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2484
2577
|
|
|
2485
2578
|
"use strict";
|
|
2486
2579
|
|
|
2487
|
-
Object.defineProperty(exports, "__esModule",
|
|
2580
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2488
2581
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2489
2582
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2490
2583
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2553,11 +2646,11 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2553
2646
|
|
|
2554
2647
|
/***/ }),
|
|
2555
2648
|
/* 73 */
|
|
2556
|
-
/***/ ((
|
|
2649
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2557
2650
|
|
|
2558
2651
|
"use strict";
|
|
2559
2652
|
|
|
2560
|
-
Object.defineProperty(exports, "__esModule",
|
|
2653
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2561
2654
|
exports.SdPlatformSavedStateSharingApi = void 0;
|
|
2562
2655
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2563
2656
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2625,11 +2718,11 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2625
2718
|
|
|
2626
2719
|
/***/ }),
|
|
2627
2720
|
/* 74 */
|
|
2628
|
-
/***/ ((
|
|
2721
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2629
2722
|
|
|
2630
2723
|
"use strict";
|
|
2631
2724
|
|
|
2632
|
-
Object.defineProperty(exports, "__esModule",
|
|
2725
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2633
2726
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2634
2727
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2635
2728
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2656,11 +2749,11 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2656
2749
|
|
|
2657
2750
|
/***/ }),
|
|
2658
2751
|
/* 75 */
|
|
2659
|
-
/***/ ((
|
|
2752
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2660
2753
|
|
|
2661
2754
|
"use strict";
|
|
2662
2755
|
|
|
2663
|
-
Object.defineProperty(exports, "__esModule",
|
|
2756
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2664
2757
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2665
2758
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2666
2759
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2685,11 +2778,11 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2685
2778
|
|
|
2686
2779
|
/***/ }),
|
|
2687
2780
|
/* 76 */
|
|
2688
|
-
/***/ ((
|
|
2781
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2689
2782
|
|
|
2690
2783
|
"use strict";
|
|
2691
2784
|
|
|
2692
|
-
Object.defineProperty(exports, "__esModule",
|
|
2785
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2693
2786
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
2694
2787
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2695
2788
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2792,11 +2885,11 @@ exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
|
2792
2885
|
|
|
2793
2886
|
/***/ }),
|
|
2794
2887
|
/* 77 */
|
|
2795
|
-
/***/ ((
|
|
2888
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2796
2889
|
|
|
2797
2890
|
"use strict";
|
|
2798
2891
|
|
|
2799
|
-
Object.defineProperty(exports, "__esModule",
|
|
2892
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2800
2893
|
exports.SdPlatformWebhookApi = void 0;
|
|
2801
2894
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2802
2895
|
/**
|
|
@@ -2865,21 +2958,21 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
2865
2958
|
|
|
2866
2959
|
/***/ }),
|
|
2867
2960
|
/* 78 */
|
|
2868
|
-
/***/ ((
|
|
2961
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2869
2962
|
|
|
2870
2963
|
"use strict";
|
|
2871
2964
|
|
|
2872
|
-
Object.defineProperty(exports, "__esModule",
|
|
2965
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2873
2966
|
exports.SdPlatformSdk = void 0;
|
|
2874
2967
|
const SdPlatformSdkApi_1 = __webpack_require__(79);
|
|
2875
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
2968
|
+
const SdPlatformSdkConfig_1 = __webpack_require__(112);
|
|
2876
2969
|
const SdPlatformAuthServiceApi_1 = __webpack_require__(53);
|
|
2877
2970
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
2878
2971
|
const SdPlatformApiTokenApi_1 = __webpack_require__(56);
|
|
2879
2972
|
const SdPlatformBackendSystemApi_1 = __webpack_require__(59);
|
|
2880
2973
|
const SdPlatformBookmarkApi_1 = __webpack_require__(60);
|
|
2881
2974
|
const SdPlatformChargebeeApi_1 = __webpack_require__(61);
|
|
2882
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
2975
|
+
const SdPlatformDocumentApi_1 = __webpack_require__(113);
|
|
2883
2976
|
const SdPlatformDomainApi_1 = __webpack_require__(62);
|
|
2884
2977
|
const SdPlatformHttpLogApi_1 = __webpack_require__(63);
|
|
2885
2978
|
const SdPlatformImageApi_1 = __webpack_require__(64);
|
|
@@ -3096,7 +3189,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3096
3189
|
|
|
3097
3190
|
/***/ }),
|
|
3098
3191
|
/* 79 */
|
|
3099
|
-
/***/ (function(
|
|
3192
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3100
3193
|
|
|
3101
3194
|
"use strict";
|
|
3102
3195
|
|
|
@@ -3112,7 +3205,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
3112
3205
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3113
3206
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3114
3207
|
};
|
|
3115
|
-
Object.defineProperty(exports, "__esModule",
|
|
3208
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3116
3209
|
exports.SdPlatformSdkApi = void 0;
|
|
3117
3210
|
const SdPlatformSdkErrorMapping_1 = __webpack_require__(80);
|
|
3118
3211
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
@@ -3270,14 +3363,14 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3270
3363
|
|
|
3271
3364
|
/***/ }),
|
|
3272
3365
|
/* 80 */
|
|
3273
|
-
/***/ (function(
|
|
3366
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3274
3367
|
|
|
3275
3368
|
"use strict";
|
|
3276
3369
|
|
|
3277
3370
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3278
3371
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3279
3372
|
};
|
|
3280
|
-
Object.defineProperty(exports, "__esModule",
|
|
3373
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3281
3374
|
exports.mapToApiError = void 0;
|
|
3282
3375
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
3283
3376
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -3326,13 +3419,13 @@ exports.mapToApiError = mapToApiError;
|
|
|
3326
3419
|
|
|
3327
3420
|
/***/ }),
|
|
3328
3421
|
/* 81 */
|
|
3329
|
-
/***/ ((module,
|
|
3422
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3330
3423
|
|
|
3331
3424
|
module.exports = __webpack_require__(82);
|
|
3332
3425
|
|
|
3333
3426
|
/***/ }),
|
|
3334
3427
|
/* 82 */
|
|
3335
|
-
/***/ ((module,
|
|
3428
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3336
3429
|
|
|
3337
3430
|
"use strict";
|
|
3338
3431
|
|
|
@@ -3340,7 +3433,7 @@ module.exports = __webpack_require__(82);
|
|
|
3340
3433
|
var utils = __webpack_require__(83);
|
|
3341
3434
|
var bind = __webpack_require__(84);
|
|
3342
3435
|
var Axios = __webpack_require__(85);
|
|
3343
|
-
var mergeConfig = __webpack_require__(
|
|
3436
|
+
var mergeConfig = __webpack_require__(106);
|
|
3344
3437
|
var defaults = __webpack_require__(90);
|
|
3345
3438
|
|
|
3346
3439
|
/**
|
|
@@ -3374,29 +3467,29 @@ var axios = createInstance(defaults);
|
|
|
3374
3467
|
axios.Axios = Axios;
|
|
3375
3468
|
|
|
3376
3469
|
// Expose Cancel & CancelToken
|
|
3377
|
-
axios.Cancel = __webpack_require__(
|
|
3378
|
-
axios.CancelToken = __webpack_require__(
|
|
3379
|
-
axios.isCancel = __webpack_require__(
|
|
3380
|
-
axios.VERSION =
|
|
3470
|
+
axios.Cancel = __webpack_require__(104);
|
|
3471
|
+
axios.CancelToken = __webpack_require__(109);
|
|
3472
|
+
axios.isCancel = __webpack_require__(105);
|
|
3473
|
+
axios.VERSION = __webpack_require__(108).version;
|
|
3381
3474
|
|
|
3382
3475
|
// Expose all/spread
|
|
3383
3476
|
axios.all = function all(promises) {
|
|
3384
3477
|
return Promise.all(promises);
|
|
3385
3478
|
};
|
|
3386
|
-
axios.spread = __webpack_require__(
|
|
3479
|
+
axios.spread = __webpack_require__(110);
|
|
3387
3480
|
|
|
3388
3481
|
// Expose isAxiosError
|
|
3389
|
-
axios.isAxiosError = __webpack_require__(
|
|
3482
|
+
axios.isAxiosError = __webpack_require__(111);
|
|
3390
3483
|
|
|
3391
3484
|
module.exports = axios;
|
|
3392
3485
|
|
|
3393
3486
|
// Allow use of default import syntax in TypeScript
|
|
3394
|
-
module.exports
|
|
3487
|
+
module.exports.default = axios;
|
|
3395
3488
|
|
|
3396
3489
|
|
|
3397
3490
|
/***/ }),
|
|
3398
3491
|
/* 83 */
|
|
3399
|
-
/***/ ((module,
|
|
3492
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3400
3493
|
|
|
3401
3494
|
"use strict";
|
|
3402
3495
|
|
|
@@ -3752,7 +3845,7 @@ module.exports = {
|
|
|
3752
3845
|
|
|
3753
3846
|
/***/ }),
|
|
3754
3847
|
/* 84 */
|
|
3755
|
-
/***/ ((module)
|
|
3848
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3756
3849
|
|
|
3757
3850
|
"use strict";
|
|
3758
3851
|
|
|
@@ -3770,7 +3863,7 @@ module.exports = function bind(fn, thisArg) {
|
|
|
3770
3863
|
|
|
3771
3864
|
/***/ }),
|
|
3772
3865
|
/* 85 */
|
|
3773
|
-
/***/ ((module,
|
|
3866
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3774
3867
|
|
|
3775
3868
|
"use strict";
|
|
3776
3869
|
|
|
@@ -3779,8 +3872,8 @@ var utils = __webpack_require__(83);
|
|
|
3779
3872
|
var buildURL = __webpack_require__(86);
|
|
3780
3873
|
var InterceptorManager = __webpack_require__(87);
|
|
3781
3874
|
var dispatchRequest = __webpack_require__(88);
|
|
3782
|
-
var mergeConfig = __webpack_require__(
|
|
3783
|
-
var validator = __webpack_require__(
|
|
3875
|
+
var mergeConfig = __webpack_require__(106);
|
|
3876
|
+
var validator = __webpack_require__(107);
|
|
3784
3877
|
|
|
3785
3878
|
var validators = validator.validators;
|
|
3786
3879
|
/**
|
|
@@ -3925,7 +4018,7 @@ module.exports = Axios;
|
|
|
3925
4018
|
|
|
3926
4019
|
/***/ }),
|
|
3927
4020
|
/* 86 */
|
|
3928
|
-
/***/ ((module,
|
|
4021
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3929
4022
|
|
|
3930
4023
|
"use strict";
|
|
3931
4024
|
|
|
@@ -4002,7 +4095,7 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4002
4095
|
|
|
4003
4096
|
/***/ }),
|
|
4004
4097
|
/* 87 */
|
|
4005
|
-
/***/ ((module,
|
|
4098
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4006
4099
|
|
|
4007
4100
|
"use strict";
|
|
4008
4101
|
|
|
@@ -4063,16 +4156,16 @@ module.exports = InterceptorManager;
|
|
|
4063
4156
|
|
|
4064
4157
|
/***/ }),
|
|
4065
4158
|
/* 88 */
|
|
4066
|
-
/***/ ((module,
|
|
4159
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4067
4160
|
|
|
4068
4161
|
"use strict";
|
|
4069
4162
|
|
|
4070
4163
|
|
|
4071
4164
|
var utils = __webpack_require__(83);
|
|
4072
4165
|
var transformData = __webpack_require__(89);
|
|
4073
|
-
var isCancel = __webpack_require__(
|
|
4166
|
+
var isCancel = __webpack_require__(105);
|
|
4074
4167
|
var defaults = __webpack_require__(90);
|
|
4075
|
-
var Cancel = __webpack_require__(
|
|
4168
|
+
var Cancel = __webpack_require__(104);
|
|
4076
4169
|
|
|
4077
4170
|
/**
|
|
4078
4171
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4157,7 +4250,7 @@ module.exports = function dispatchRequest(config) {
|
|
|
4157
4250
|
|
|
4158
4251
|
/***/ }),
|
|
4159
4252
|
/* 89 */
|
|
4160
|
-
/***/ ((module,
|
|
4253
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4161
4254
|
|
|
4162
4255
|
"use strict";
|
|
4163
4256
|
|
|
@@ -4186,15 +4279,15 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4186
4279
|
|
|
4187
4280
|
/***/ }),
|
|
4188
4281
|
/* 90 */
|
|
4189
|
-
/***/ ((module,
|
|
4282
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4190
4283
|
|
|
4191
4284
|
"use strict";
|
|
4192
|
-
|
|
4285
|
+
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4193
4286
|
|
|
4194
4287
|
var utils = __webpack_require__(83);
|
|
4195
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4196
|
-
var enhanceError = __webpack_require__(
|
|
4197
|
-
var transitionalDefaults = __webpack_require__(
|
|
4288
|
+
var normalizeHeaderName = __webpack_require__(92);
|
|
4289
|
+
var enhanceError = __webpack_require__(93);
|
|
4290
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4198
4291
|
|
|
4199
4292
|
var DEFAULT_CONTENT_TYPE = {
|
|
4200
4293
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4210,10 +4303,10 @@ function getDefaultAdapter() {
|
|
|
4210
4303
|
var adapter;
|
|
4211
4304
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4212
4305
|
// For browsers use XHR adapter
|
|
4213
|
-
adapter = __webpack_require__(
|
|
4306
|
+
adapter = __webpack_require__(95);
|
|
4214
4307
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4215
4308
|
// For node use HTTP adapter
|
|
4216
|
-
adapter = __webpack_require__(
|
|
4309
|
+
adapter = __webpack_require__(95);
|
|
4217
4310
|
}
|
|
4218
4311
|
return adapter;
|
|
4219
4312
|
}
|
|
@@ -4321,10 +4414,201 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4321
4414
|
|
|
4322
4415
|
module.exports = defaults;
|
|
4323
4416
|
|
|
4417
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(91)))
|
|
4324
4418
|
|
|
4325
4419
|
/***/ }),
|
|
4326
4420
|
/* 91 */
|
|
4327
|
-
/***/ ((module,
|
|
4421
|
+
/***/ (function(module, exports) {
|
|
4422
|
+
|
|
4423
|
+
// shim for using process in browser
|
|
4424
|
+
var process = module.exports = {};
|
|
4425
|
+
|
|
4426
|
+
// cached from whatever global is present so that test runners that stub it
|
|
4427
|
+
// don't break things. But we need to wrap it in a try catch in case it is
|
|
4428
|
+
// wrapped in strict mode code which doesn't define any globals. It's inside a
|
|
4429
|
+
// function because try/catches deoptimize in certain engines.
|
|
4430
|
+
|
|
4431
|
+
var cachedSetTimeout;
|
|
4432
|
+
var cachedClearTimeout;
|
|
4433
|
+
|
|
4434
|
+
function defaultSetTimout() {
|
|
4435
|
+
throw new Error('setTimeout has not been defined');
|
|
4436
|
+
}
|
|
4437
|
+
function defaultClearTimeout () {
|
|
4438
|
+
throw new Error('clearTimeout has not been defined');
|
|
4439
|
+
}
|
|
4440
|
+
(function () {
|
|
4441
|
+
try {
|
|
4442
|
+
if (typeof setTimeout === 'function') {
|
|
4443
|
+
cachedSetTimeout = setTimeout;
|
|
4444
|
+
} else {
|
|
4445
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4446
|
+
}
|
|
4447
|
+
} catch (e) {
|
|
4448
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4449
|
+
}
|
|
4450
|
+
try {
|
|
4451
|
+
if (typeof clearTimeout === 'function') {
|
|
4452
|
+
cachedClearTimeout = clearTimeout;
|
|
4453
|
+
} else {
|
|
4454
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4455
|
+
}
|
|
4456
|
+
} catch (e) {
|
|
4457
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4458
|
+
}
|
|
4459
|
+
} ())
|
|
4460
|
+
function runTimeout(fun) {
|
|
4461
|
+
if (cachedSetTimeout === setTimeout) {
|
|
4462
|
+
//normal enviroments in sane situations
|
|
4463
|
+
return setTimeout(fun, 0);
|
|
4464
|
+
}
|
|
4465
|
+
// if setTimeout wasn't available but was latter defined
|
|
4466
|
+
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
4467
|
+
cachedSetTimeout = setTimeout;
|
|
4468
|
+
return setTimeout(fun, 0);
|
|
4469
|
+
}
|
|
4470
|
+
try {
|
|
4471
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4472
|
+
return cachedSetTimeout(fun, 0);
|
|
4473
|
+
} catch(e){
|
|
4474
|
+
try {
|
|
4475
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4476
|
+
return cachedSetTimeout.call(null, fun, 0);
|
|
4477
|
+
} catch(e){
|
|
4478
|
+
// 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
|
|
4479
|
+
return cachedSetTimeout.call(this, fun, 0);
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
|
|
4484
|
+
}
|
|
4485
|
+
function runClearTimeout(marker) {
|
|
4486
|
+
if (cachedClearTimeout === clearTimeout) {
|
|
4487
|
+
//normal enviroments in sane situations
|
|
4488
|
+
return clearTimeout(marker);
|
|
4489
|
+
}
|
|
4490
|
+
// if clearTimeout wasn't available but was latter defined
|
|
4491
|
+
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
4492
|
+
cachedClearTimeout = clearTimeout;
|
|
4493
|
+
return clearTimeout(marker);
|
|
4494
|
+
}
|
|
4495
|
+
try {
|
|
4496
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4497
|
+
return cachedClearTimeout(marker);
|
|
4498
|
+
} catch (e){
|
|
4499
|
+
try {
|
|
4500
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4501
|
+
return cachedClearTimeout.call(null, marker);
|
|
4502
|
+
} catch (e){
|
|
4503
|
+
// 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.
|
|
4504
|
+
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
4505
|
+
return cachedClearTimeout.call(this, marker);
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4509
|
+
|
|
4510
|
+
|
|
4511
|
+
}
|
|
4512
|
+
var queue = [];
|
|
4513
|
+
var draining = false;
|
|
4514
|
+
var currentQueue;
|
|
4515
|
+
var queueIndex = -1;
|
|
4516
|
+
|
|
4517
|
+
function cleanUpNextTick() {
|
|
4518
|
+
if (!draining || !currentQueue) {
|
|
4519
|
+
return;
|
|
4520
|
+
}
|
|
4521
|
+
draining = false;
|
|
4522
|
+
if (currentQueue.length) {
|
|
4523
|
+
queue = currentQueue.concat(queue);
|
|
4524
|
+
} else {
|
|
4525
|
+
queueIndex = -1;
|
|
4526
|
+
}
|
|
4527
|
+
if (queue.length) {
|
|
4528
|
+
drainQueue();
|
|
4529
|
+
}
|
|
4530
|
+
}
|
|
4531
|
+
|
|
4532
|
+
function drainQueue() {
|
|
4533
|
+
if (draining) {
|
|
4534
|
+
return;
|
|
4535
|
+
}
|
|
4536
|
+
var timeout = runTimeout(cleanUpNextTick);
|
|
4537
|
+
draining = true;
|
|
4538
|
+
|
|
4539
|
+
var len = queue.length;
|
|
4540
|
+
while(len) {
|
|
4541
|
+
currentQueue = queue;
|
|
4542
|
+
queue = [];
|
|
4543
|
+
while (++queueIndex < len) {
|
|
4544
|
+
if (currentQueue) {
|
|
4545
|
+
currentQueue[queueIndex].run();
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
queueIndex = -1;
|
|
4549
|
+
len = queue.length;
|
|
4550
|
+
}
|
|
4551
|
+
currentQueue = null;
|
|
4552
|
+
draining = false;
|
|
4553
|
+
runClearTimeout(timeout);
|
|
4554
|
+
}
|
|
4555
|
+
|
|
4556
|
+
process.nextTick = function (fun) {
|
|
4557
|
+
var args = new Array(arguments.length - 1);
|
|
4558
|
+
if (arguments.length > 1) {
|
|
4559
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
4560
|
+
args[i - 1] = arguments[i];
|
|
4561
|
+
}
|
|
4562
|
+
}
|
|
4563
|
+
queue.push(new Item(fun, args));
|
|
4564
|
+
if (queue.length === 1 && !draining) {
|
|
4565
|
+
runTimeout(drainQueue);
|
|
4566
|
+
}
|
|
4567
|
+
};
|
|
4568
|
+
|
|
4569
|
+
// v8 likes predictible objects
|
|
4570
|
+
function Item(fun, array) {
|
|
4571
|
+
this.fun = fun;
|
|
4572
|
+
this.array = array;
|
|
4573
|
+
}
|
|
4574
|
+
Item.prototype.run = function () {
|
|
4575
|
+
this.fun.apply(null, this.array);
|
|
4576
|
+
};
|
|
4577
|
+
process.title = 'browser';
|
|
4578
|
+
process.browser = true;
|
|
4579
|
+
process.env = {};
|
|
4580
|
+
process.argv = [];
|
|
4581
|
+
process.version = ''; // empty string to avoid regexp issues
|
|
4582
|
+
process.versions = {};
|
|
4583
|
+
|
|
4584
|
+
function noop() {}
|
|
4585
|
+
|
|
4586
|
+
process.on = noop;
|
|
4587
|
+
process.addListener = noop;
|
|
4588
|
+
process.once = noop;
|
|
4589
|
+
process.off = noop;
|
|
4590
|
+
process.removeListener = noop;
|
|
4591
|
+
process.removeAllListeners = noop;
|
|
4592
|
+
process.emit = noop;
|
|
4593
|
+
process.prependListener = noop;
|
|
4594
|
+
process.prependOnceListener = noop;
|
|
4595
|
+
|
|
4596
|
+
process.listeners = function (name) { return [] }
|
|
4597
|
+
|
|
4598
|
+
process.binding = function (name) {
|
|
4599
|
+
throw new Error('process.binding is not supported');
|
|
4600
|
+
};
|
|
4601
|
+
|
|
4602
|
+
process.cwd = function () { return '/' };
|
|
4603
|
+
process.chdir = function (dir) {
|
|
4604
|
+
throw new Error('process.chdir is not supported');
|
|
4605
|
+
};
|
|
4606
|
+
process.umask = function() { return 0; };
|
|
4607
|
+
|
|
4608
|
+
|
|
4609
|
+
/***/ }),
|
|
4610
|
+
/* 92 */
|
|
4611
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4328
4612
|
|
|
4329
4613
|
"use strict";
|
|
4330
4614
|
|
|
@@ -4342,8 +4626,8 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4342
4626
|
|
|
4343
4627
|
|
|
4344
4628
|
/***/ }),
|
|
4345
|
-
/*
|
|
4346
|
-
/***/ ((module)
|
|
4629
|
+
/* 93 */
|
|
4630
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4347
4631
|
|
|
4348
4632
|
"use strict";
|
|
4349
4633
|
|
|
@@ -4392,8 +4676,8 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4392
4676
|
|
|
4393
4677
|
|
|
4394
4678
|
/***/ }),
|
|
4395
|
-
/*
|
|
4396
|
-
/***/ ((module)
|
|
4679
|
+
/* 94 */
|
|
4680
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4397
4681
|
|
|
4398
4682
|
"use strict";
|
|
4399
4683
|
|
|
@@ -4406,22 +4690,22 @@ module.exports = {
|
|
|
4406
4690
|
|
|
4407
4691
|
|
|
4408
4692
|
/***/ }),
|
|
4409
|
-
/*
|
|
4410
|
-
/***/ ((module,
|
|
4693
|
+
/* 95 */
|
|
4694
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4411
4695
|
|
|
4412
4696
|
"use strict";
|
|
4413
4697
|
|
|
4414
4698
|
|
|
4415
4699
|
var utils = __webpack_require__(83);
|
|
4416
|
-
var settle = __webpack_require__(
|
|
4417
|
-
var cookies = __webpack_require__(
|
|
4700
|
+
var settle = __webpack_require__(96);
|
|
4701
|
+
var cookies = __webpack_require__(98);
|
|
4418
4702
|
var buildURL = __webpack_require__(86);
|
|
4419
|
-
var buildFullPath = __webpack_require__(
|
|
4420
|
-
var parseHeaders = __webpack_require__(
|
|
4421
|
-
var isURLSameOrigin = __webpack_require__(
|
|
4422
|
-
var createError = __webpack_require__(
|
|
4423
|
-
var transitionalDefaults = __webpack_require__(
|
|
4424
|
-
var Cancel = __webpack_require__(
|
|
4703
|
+
var buildFullPath = __webpack_require__(99);
|
|
4704
|
+
var parseHeaders = __webpack_require__(102);
|
|
4705
|
+
var isURLSameOrigin = __webpack_require__(103);
|
|
4706
|
+
var createError = __webpack_require__(97);
|
|
4707
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4708
|
+
var Cancel = __webpack_require__(104);
|
|
4425
4709
|
|
|
4426
4710
|
module.exports = function xhrAdapter(config) {
|
|
4427
4711
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4625,13 +4909,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4625
4909
|
|
|
4626
4910
|
|
|
4627
4911
|
/***/ }),
|
|
4628
|
-
/*
|
|
4629
|
-
/***/ ((module,
|
|
4912
|
+
/* 96 */
|
|
4913
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4630
4914
|
|
|
4631
4915
|
"use strict";
|
|
4632
4916
|
|
|
4633
4917
|
|
|
4634
|
-
var createError = __webpack_require__(
|
|
4918
|
+
var createError = __webpack_require__(97);
|
|
4635
4919
|
|
|
4636
4920
|
/**
|
|
4637
4921
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4657,13 +4941,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4657
4941
|
|
|
4658
4942
|
|
|
4659
4943
|
/***/ }),
|
|
4660
|
-
/*
|
|
4661
|
-
/***/ ((module,
|
|
4944
|
+
/* 97 */
|
|
4945
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4662
4946
|
|
|
4663
4947
|
"use strict";
|
|
4664
4948
|
|
|
4665
4949
|
|
|
4666
|
-
var enhanceError = __webpack_require__(
|
|
4950
|
+
var enhanceError = __webpack_require__(93);
|
|
4667
4951
|
|
|
4668
4952
|
/**
|
|
4669
4953
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -4682,8 +4966,8 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
4682
4966
|
|
|
4683
4967
|
|
|
4684
4968
|
/***/ }),
|
|
4685
|
-
/*
|
|
4686
|
-
/***/ ((module,
|
|
4969
|
+
/* 98 */
|
|
4970
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4687
4971
|
|
|
4688
4972
|
"use strict";
|
|
4689
4973
|
|
|
@@ -4742,14 +5026,14 @@ module.exports = (
|
|
|
4742
5026
|
|
|
4743
5027
|
|
|
4744
5028
|
/***/ }),
|
|
4745
|
-
/*
|
|
4746
|
-
/***/ ((module,
|
|
5029
|
+
/* 99 */
|
|
5030
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4747
5031
|
|
|
4748
5032
|
"use strict";
|
|
4749
5033
|
|
|
4750
5034
|
|
|
4751
|
-
var isAbsoluteURL = __webpack_require__(
|
|
4752
|
-
var combineURLs = __webpack_require__(
|
|
5035
|
+
var isAbsoluteURL = __webpack_require__(100);
|
|
5036
|
+
var combineURLs = __webpack_require__(101);
|
|
4753
5037
|
|
|
4754
5038
|
/**
|
|
4755
5039
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -4769,8 +5053,8 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
4769
5053
|
|
|
4770
5054
|
|
|
4771
5055
|
/***/ }),
|
|
4772
|
-
/*
|
|
4773
|
-
/***/ ((module)
|
|
5056
|
+
/* 100 */
|
|
5057
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4774
5058
|
|
|
4775
5059
|
"use strict";
|
|
4776
5060
|
|
|
@@ -4790,8 +5074,8 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
4790
5074
|
|
|
4791
5075
|
|
|
4792
5076
|
/***/ }),
|
|
4793
|
-
/*
|
|
4794
|
-
/***/ ((module)
|
|
5077
|
+
/* 101 */
|
|
5078
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4795
5079
|
|
|
4796
5080
|
"use strict";
|
|
4797
5081
|
|
|
@@ -4811,8 +5095,8 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
4811
5095
|
|
|
4812
5096
|
|
|
4813
5097
|
/***/ }),
|
|
4814
|
-
/*
|
|
4815
|
-
/***/ ((module,
|
|
5098
|
+
/* 102 */
|
|
5099
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4816
5100
|
|
|
4817
5101
|
"use strict";
|
|
4818
5102
|
|
|
@@ -4871,8 +5155,8 @@ module.exports = function parseHeaders(headers) {
|
|
|
4871
5155
|
|
|
4872
5156
|
|
|
4873
5157
|
/***/ }),
|
|
4874
|
-
/*
|
|
4875
|
-
/***/ ((module,
|
|
5158
|
+
/* 103 */
|
|
5159
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4876
5160
|
|
|
4877
5161
|
"use strict";
|
|
4878
5162
|
|
|
@@ -4946,8 +5230,8 @@ module.exports = (
|
|
|
4946
5230
|
|
|
4947
5231
|
|
|
4948
5232
|
/***/ }),
|
|
4949
|
-
/*
|
|
4950
|
-
/***/ ((module)
|
|
5233
|
+
/* 104 */
|
|
5234
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4951
5235
|
|
|
4952
5236
|
"use strict";
|
|
4953
5237
|
|
|
@@ -4972,8 +5256,8 @@ module.exports = Cancel;
|
|
|
4972
5256
|
|
|
4973
5257
|
|
|
4974
5258
|
/***/ }),
|
|
4975
|
-
/*
|
|
4976
|
-
/***/ ((module)
|
|
5259
|
+
/* 105 */
|
|
5260
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4977
5261
|
|
|
4978
5262
|
"use strict";
|
|
4979
5263
|
|
|
@@ -4984,8 +5268,8 @@ module.exports = function isCancel(value) {
|
|
|
4984
5268
|
|
|
4985
5269
|
|
|
4986
5270
|
/***/ }),
|
|
4987
|
-
/*
|
|
4988
|
-
/***/ ((module,
|
|
5271
|
+
/* 106 */
|
|
5272
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4989
5273
|
|
|
4990
5274
|
"use strict";
|
|
4991
5275
|
|
|
@@ -5090,13 +5374,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5090
5374
|
|
|
5091
5375
|
|
|
5092
5376
|
/***/ }),
|
|
5093
|
-
/*
|
|
5094
|
-
/***/ ((module,
|
|
5377
|
+
/* 107 */
|
|
5378
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5095
5379
|
|
|
5096
5380
|
"use strict";
|
|
5097
5381
|
|
|
5098
5382
|
|
|
5099
|
-
var VERSION =
|
|
5383
|
+
var VERSION = __webpack_require__(108).version;
|
|
5100
5384
|
|
|
5101
5385
|
var validators = {};
|
|
5102
5386
|
|
|
@@ -5179,21 +5463,21 @@ module.exports = {
|
|
|
5179
5463
|
|
|
5180
5464
|
|
|
5181
5465
|
/***/ }),
|
|
5182
|
-
/*
|
|
5183
|
-
/***/ ((module)
|
|
5466
|
+
/* 108 */
|
|
5467
|
+
/***/ (function(module, exports) {
|
|
5184
5468
|
|
|
5185
5469
|
module.exports = {
|
|
5186
5470
|
"version": "0.26.1"
|
|
5187
5471
|
};
|
|
5188
5472
|
|
|
5189
5473
|
/***/ }),
|
|
5190
|
-
/*
|
|
5191
|
-
/***/ ((module,
|
|
5474
|
+
/* 109 */
|
|
5475
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5192
5476
|
|
|
5193
5477
|
"use strict";
|
|
5194
5478
|
|
|
5195
5479
|
|
|
5196
|
-
var Cancel = __webpack_require__(
|
|
5480
|
+
var Cancel = __webpack_require__(104);
|
|
5197
5481
|
|
|
5198
5482
|
/**
|
|
5199
5483
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5313,8 +5597,8 @@ module.exports = CancelToken;
|
|
|
5313
5597
|
|
|
5314
5598
|
|
|
5315
5599
|
/***/ }),
|
|
5316
|
-
/*
|
|
5317
|
-
/***/ ((module)
|
|
5600
|
+
/* 110 */
|
|
5601
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5318
5602
|
|
|
5319
5603
|
"use strict";
|
|
5320
5604
|
|
|
@@ -5347,8 +5631,8 @@ module.exports = function spread(callback) {
|
|
|
5347
5631
|
|
|
5348
5632
|
|
|
5349
5633
|
/***/ }),
|
|
5350
|
-
/*
|
|
5351
|
-
/***/ ((module,
|
|
5634
|
+
/* 111 */
|
|
5635
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5352
5636
|
|
|
5353
5637
|
"use strict";
|
|
5354
5638
|
|
|
@@ -5367,12 +5651,12 @@ module.exports = function isAxiosError(payload) {
|
|
|
5367
5651
|
|
|
5368
5652
|
|
|
5369
5653
|
/***/ }),
|
|
5370
|
-
/*
|
|
5371
|
-
/***/ ((
|
|
5654
|
+
/* 112 */
|
|
5655
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5372
5656
|
|
|
5373
5657
|
"use strict";
|
|
5374
5658
|
|
|
5375
|
-
Object.defineProperty(exports, "__esModule",
|
|
5659
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5376
5660
|
exports.SdPlatformSdkConfig = void 0;
|
|
5377
5661
|
/**
|
|
5378
5662
|
* Configuration of an instance of the platform SDK.
|
|
@@ -5394,12 +5678,12 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5394
5678
|
|
|
5395
5679
|
|
|
5396
5680
|
/***/ }),
|
|
5397
|
-
/*
|
|
5398
|
-
/***/ ((
|
|
5681
|
+
/* 113 */
|
|
5682
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5399
5683
|
|
|
5400
5684
|
"use strict";
|
|
5401
5685
|
|
|
5402
|
-
Object.defineProperty(exports, "__esModule",
|
|
5686
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5403
5687
|
exports.SdPlatformDocumentApi = void 0;
|
|
5404
5688
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
5405
5689
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -5486,12 +5770,12 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
5486
5770
|
|
|
5487
5771
|
|
|
5488
5772
|
/***/ }),
|
|
5489
|
-
/*
|
|
5490
|
-
/***/ ((
|
|
5773
|
+
/* 114 */
|
|
5774
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5491
5775
|
|
|
5492
5776
|
"use strict";
|
|
5493
5777
|
|
|
5494
|
-
Object.defineProperty(exports, "__esModule",
|
|
5778
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5495
5779
|
exports.create = void 0;
|
|
5496
5780
|
const SdPlatformSdk_1 = __webpack_require__(78);
|
|
5497
5781
|
function create(clientId, clientSecret, baseUrl) {
|
|
@@ -5512,69 +5796,5 @@ exports.create = create;
|
|
|
5512
5796
|
|
|
5513
5797
|
|
|
5514
5798
|
/***/ })
|
|
5515
|
-
/******/
|
|
5516
|
-
/************************************************************************/
|
|
5517
|
-
/******/ // The module cache
|
|
5518
|
-
/******/ var __webpack_module_cache__ = {};
|
|
5519
|
-
/******/
|
|
5520
|
-
/******/ // The require function
|
|
5521
|
-
/******/ function __webpack_require__(moduleId) {
|
|
5522
|
-
/******/ // Check if module is in cache
|
|
5523
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
5524
|
-
/******/ if (cachedModule !== undefined) {
|
|
5525
|
-
/******/ return cachedModule.exports;
|
|
5526
|
-
/******/ }
|
|
5527
|
-
/******/ // Create a new module (and put it into the cache)
|
|
5528
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
5529
|
-
/******/ // no module.id needed
|
|
5530
|
-
/******/ // no module.loaded needed
|
|
5531
|
-
/******/ exports: {}
|
|
5532
|
-
/******/ };
|
|
5533
|
-
/******/
|
|
5534
|
-
/******/ // Execute the module function
|
|
5535
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
5536
|
-
/******/
|
|
5537
|
-
/******/ // Return the exports of the module
|
|
5538
|
-
/******/ return module.exports;
|
|
5539
|
-
/******/ }
|
|
5540
|
-
/******/
|
|
5541
|
-
/************************************************************************/
|
|
5542
|
-
/******/ /* webpack/runtime/define property getters */
|
|
5543
|
-
/******/ (() => {
|
|
5544
|
-
/******/ // define getter functions for harmony exports
|
|
5545
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
5546
|
-
/******/ for(var key in definition) {
|
|
5547
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
5548
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
5549
|
-
/******/ }
|
|
5550
|
-
/******/ }
|
|
5551
|
-
/******/ };
|
|
5552
|
-
/******/ })();
|
|
5553
|
-
/******/
|
|
5554
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
5555
|
-
/******/ (() => {
|
|
5556
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
5557
|
-
/******/ })();
|
|
5558
|
-
/******/
|
|
5559
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
5560
|
-
/******/ (() => {
|
|
5561
|
-
/******/ // define __esModule on exports
|
|
5562
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
5563
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
5564
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5565
|
-
/******/ }
|
|
5566
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5567
|
-
/******/ };
|
|
5568
|
-
/******/ })();
|
|
5569
|
-
/******/
|
|
5570
|
-
/************************************************************************/
|
|
5571
|
-
/******/
|
|
5572
|
-
/******/ // startup
|
|
5573
|
-
/******/ // Load entry module and return exports
|
|
5574
|
-
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
5575
|
-
/******/ var __webpack_exports__ = __webpack_require__(0);
|
|
5576
|
-
/******/
|
|
5577
|
-
/******/ return __webpack_exports__;
|
|
5578
|
-
/******/ })()
|
|
5579
|
-
;
|
|
5799
|
+
/******/ ]);
|
|
5580
5800
|
});
|