@shapediver/sdk.platform-api-sdk-v1 2.6.3 → 2.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SdPlatformSdk.d.ts +6 -0
- package/dist/SdPlatformSdk.d.ts.map +1 -1
- package/dist/api/SdPlatformRequestId.d.ts +2 -0
- package/dist/api/SdPlatformRequestId.d.ts.map +1 -1
- package/dist/auth/SdPlatformAuthServiceApi.d.ts +13 -0
- package/dist/auth/SdPlatformAuthServiceApi.d.ts.map +1 -1
- package/dist/bundle.js +622 -330
- package/dist/bundle.node.js +401 -309
- package/dist/resources/SdPlatformOrganizationAnalyticsApi.d.ts +16 -0
- package/dist/resources/SdPlatformOrganizationAnalyticsApi.d.ts.map +1 -0
- package/dist/resources/SdPlatformSavedStateApi.d.ts +2 -1
- package/dist/resources/SdPlatformSavedStateApi.d.ts.map +1 -1
- package/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__(115), 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
|
|
@@ -534,6 +619,9 @@ var SdPlatformPolicyPermissionsOrganization;
|
|
|
534
619
|
SdPlatformPolicyPermissionsOrganization["embedChargebeeAddons"] = "embed_chargebee_addons";
|
|
535
620
|
SdPlatformPolicyPermissionsOrganization["create"] = "create";
|
|
536
621
|
SdPlatformPolicyPermissionsOrganization["delete"] = "delete";
|
|
622
|
+
SdPlatformPolicyPermissionsOrganization["queryModelSessions"] = "query_model_sessions";
|
|
623
|
+
SdPlatformPolicyPermissionsOrganization["embedUsedCredits"] = "embed_used_credits";
|
|
624
|
+
SdPlatformPolicyPermissionsOrganization["embedBackendSystem"] = "embed_backend_system";
|
|
537
625
|
})(SdPlatformPolicyPermissionsOrganization = exports.SdPlatformPolicyPermissionsOrganization || (exports.SdPlatformPolicyPermissionsOrganization = {}));
|
|
538
626
|
/**
|
|
539
627
|
* Permissions for users
|
|
@@ -636,20 +724,20 @@ var SdPlatformPolicyPermissionsAsset;
|
|
|
636
724
|
|
|
637
725
|
/***/ }),
|
|
638
726
|
/* 9 */
|
|
639
|
-
/***/ ((
|
|
727
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
640
728
|
|
|
641
729
|
"use strict";
|
|
642
730
|
|
|
643
|
-
Object.defineProperty(exports, "__esModule",
|
|
731
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
644
732
|
//# sourceMappingURL=SdPlatformUsedCredits.js.map
|
|
645
733
|
|
|
646
734
|
/***/ }),
|
|
647
735
|
/* 10 */
|
|
648
|
-
/***/ ((
|
|
736
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
649
737
|
|
|
650
738
|
"use strict";
|
|
651
739
|
|
|
652
|
-
Object.defineProperty(exports, "__esModule",
|
|
740
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
653
741
|
exports.SdPlatformSavedStateVisibility = exports.SdPlatformOrganizationVisibility = exports.SdPlatformModelVisibility = exports.SdPlatformUserVisibility = void 0;
|
|
654
742
|
/**
|
|
655
743
|
* Visibility for users
|
|
@@ -686,19 +774,20 @@ var SdPlatformOrganizationVisibility;
|
|
|
686
774
|
var SdPlatformSavedStateVisibility;
|
|
687
775
|
(function (SdPlatformSavedStateVisibility) {
|
|
688
776
|
SdPlatformSavedStateVisibility["Private"] = "private";
|
|
777
|
+
SdPlatformSavedStateVisibility["Organization"] = "organization";
|
|
689
778
|
SdPlatformSavedStateVisibility["Public"] = "public";
|
|
779
|
+
/** "shared" can be used for querying saved states only */
|
|
690
780
|
SdPlatformSavedStateVisibility["Shared"] = "shared";
|
|
691
781
|
})(SdPlatformSavedStateVisibility = exports.SdPlatformSavedStateVisibility || (exports.SdPlatformSavedStateVisibility = {}));
|
|
692
|
-
;
|
|
693
782
|
//# sourceMappingURL=SdPlatformVisibility.js.map
|
|
694
783
|
|
|
695
784
|
/***/ }),
|
|
696
785
|
/* 11 */
|
|
697
|
-
/***/ ((
|
|
786
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
698
787
|
|
|
699
788
|
"use strict";
|
|
700
789
|
|
|
701
|
-
Object.defineProperty(exports, "__esModule",
|
|
790
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
702
791
|
exports.SdPlatformAuthGrantType = void 0;
|
|
703
792
|
/**
|
|
704
793
|
* OAuth 2.0 grant type
|
|
@@ -713,11 +802,11 @@ var SdPlatformAuthGrantType;
|
|
|
713
802
|
|
|
714
803
|
/***/ }),
|
|
715
804
|
/* 12 */
|
|
716
|
-
/***/ ((
|
|
805
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
717
806
|
|
|
718
807
|
"use strict";
|
|
719
808
|
|
|
720
|
-
Object.defineProperty(exports, "__esModule",
|
|
809
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
721
810
|
exports.SdPlatformSortingOrder = void 0;
|
|
722
811
|
var SdPlatformSortingOrder;
|
|
723
812
|
(function (SdPlatformSortingOrder) {
|
|
@@ -728,74 +817,74 @@ var SdPlatformSortingOrder;
|
|
|
728
817
|
|
|
729
818
|
/***/ }),
|
|
730
819
|
/* 13 */
|
|
731
|
-
/***/ ((
|
|
820
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
732
821
|
|
|
733
822
|
"use strict";
|
|
734
823
|
|
|
735
|
-
Object.defineProperty(exports, "__esModule",
|
|
824
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
736
825
|
//# sourceMappingURL=SdPlatformRequestApiToken.js.map
|
|
737
826
|
|
|
738
827
|
/***/ }),
|
|
739
828
|
/* 14 */
|
|
740
|
-
/***/ ((
|
|
829
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
741
830
|
|
|
742
831
|
"use strict";
|
|
743
832
|
|
|
744
|
-
Object.defineProperty(exports, "__esModule",
|
|
833
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
745
834
|
//# sourceMappingURL=SdPlatformRequestBackendSystem.js.map
|
|
746
835
|
|
|
747
836
|
/***/ }),
|
|
748
837
|
/* 15 */
|
|
749
|
-
/***/ ((
|
|
838
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
750
839
|
|
|
751
840
|
"use strict";
|
|
752
841
|
|
|
753
|
-
Object.defineProperty(exports, "__esModule",
|
|
842
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
754
843
|
//# sourceMappingURL=SdPlatformRequestBookmark.js.map
|
|
755
844
|
|
|
756
845
|
/***/ }),
|
|
757
846
|
/* 16 */
|
|
758
|
-
/***/ ((
|
|
847
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
759
848
|
|
|
760
849
|
"use strict";
|
|
761
850
|
|
|
762
|
-
Object.defineProperty(exports, "__esModule",
|
|
851
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
763
852
|
//# sourceMappingURL=SdPlatformRequestChargebee.js.map
|
|
764
853
|
|
|
765
854
|
/***/ }),
|
|
766
855
|
/* 17 */
|
|
767
|
-
/***/ ((
|
|
856
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
768
857
|
|
|
769
858
|
"use strict";
|
|
770
859
|
|
|
771
|
-
Object.defineProperty(exports, "__esModule",
|
|
860
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
772
861
|
//# sourceMappingURL=SdPlatformRequestDocument.js.map
|
|
773
862
|
|
|
774
863
|
/***/ }),
|
|
775
864
|
/* 18 */
|
|
776
|
-
/***/ ((
|
|
865
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
777
866
|
|
|
778
867
|
"use strict";
|
|
779
868
|
|
|
780
|
-
Object.defineProperty(exports, "__esModule",
|
|
869
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
781
870
|
//# sourceMappingURL=SdPlatformRequestDomain.js.map
|
|
782
871
|
|
|
783
872
|
/***/ }),
|
|
784
873
|
/* 19 */
|
|
785
|
-
/***/ ((
|
|
874
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
786
875
|
|
|
787
876
|
"use strict";
|
|
788
877
|
|
|
789
|
-
Object.defineProperty(exports, "__esModule",
|
|
878
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
790
879
|
//# sourceMappingURL=SdPlatformRequestImage.js.map
|
|
791
880
|
|
|
792
881
|
/***/ }),
|
|
793
882
|
/* 20 */
|
|
794
|
-
/***/ ((
|
|
883
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
795
884
|
|
|
796
885
|
"use strict";
|
|
797
886
|
|
|
798
|
-
Object.defineProperty(exports, "__esModule",
|
|
887
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
799
888
|
exports.SdPlatformRequestModelStatus = void 0;
|
|
800
889
|
var SdPlatformRequestModelStatus;
|
|
801
890
|
(function (SdPlatformRequestModelStatus) {
|
|
@@ -806,119 +895,119 @@ var SdPlatformRequestModelStatus;
|
|
|
806
895
|
|
|
807
896
|
/***/ }),
|
|
808
897
|
/* 21 */
|
|
809
|
-
/***/ ((
|
|
898
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
810
899
|
|
|
811
900
|
"use strict";
|
|
812
901
|
|
|
813
|
-
Object.defineProperty(exports, "__esModule",
|
|
902
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
814
903
|
//# sourceMappingURL=SdPlatformRequestModelSharing.js.map
|
|
815
904
|
|
|
816
905
|
/***/ }),
|
|
817
906
|
/* 22 */
|
|
818
|
-
/***/ ((
|
|
907
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
819
908
|
|
|
820
909
|
"use strict";
|
|
821
910
|
|
|
822
|
-
Object.defineProperty(exports, "__esModule",
|
|
911
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
823
912
|
//# sourceMappingURL=SdPlatformRequestNotification.js.map
|
|
824
913
|
|
|
825
914
|
/***/ }),
|
|
826
915
|
/* 23 */
|
|
827
|
-
/***/ ((
|
|
916
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
828
917
|
|
|
829
918
|
"use strict";
|
|
830
919
|
|
|
831
|
-
Object.defineProperty(exports, "__esModule",
|
|
920
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
832
921
|
//# sourceMappingURL=SdPlatformRequestModelToken.js.map
|
|
833
922
|
|
|
834
923
|
/***/ }),
|
|
835
924
|
/* 24 */
|
|
836
|
-
/***/ ((
|
|
925
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
837
926
|
|
|
838
927
|
"use strict";
|
|
839
928
|
|
|
840
|
-
Object.defineProperty(exports, "__esModule",
|
|
929
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
841
930
|
//# sourceMappingURL=SdPlatformRequestModelTransfer.js.map
|
|
842
931
|
|
|
843
932
|
/***/ }),
|
|
844
933
|
/* 25 */
|
|
845
|
-
/***/ ((
|
|
934
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
846
935
|
|
|
847
936
|
"use strict";
|
|
848
937
|
|
|
849
|
-
Object.defineProperty(exports, "__esModule",
|
|
938
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
850
939
|
//# sourceMappingURL=SdPlatformRequestOrganization.js.map
|
|
851
940
|
|
|
852
941
|
/***/ }),
|
|
853
942
|
/* 26 */
|
|
854
|
-
/***/ ((
|
|
943
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
855
944
|
|
|
856
945
|
"use strict";
|
|
857
946
|
|
|
858
|
-
Object.defineProperty(exports, "__esModule",
|
|
947
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
859
948
|
//# sourceMappingURL=SdPlatformRequestPolicy.js.map
|
|
860
949
|
|
|
861
950
|
/***/ }),
|
|
862
951
|
/* 27 */
|
|
863
|
-
/***/ ((
|
|
952
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
864
953
|
|
|
865
954
|
"use strict";
|
|
866
955
|
|
|
867
|
-
Object.defineProperty(exports, "__esModule",
|
|
956
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
868
957
|
//# sourceMappingURL=SdPlatformRequestSavedState.js.map
|
|
869
958
|
|
|
870
959
|
/***/ }),
|
|
871
960
|
/* 28 */
|
|
872
|
-
/***/ ((
|
|
961
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
873
962
|
|
|
874
963
|
"use strict";
|
|
875
964
|
|
|
876
|
-
Object.defineProperty(exports, "__esModule",
|
|
965
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
877
966
|
//# sourceMappingURL=SdPlatformRequestSavedStateSharing.js.map
|
|
878
967
|
|
|
879
968
|
/***/ }),
|
|
880
969
|
/* 29 */
|
|
881
|
-
/***/ ((
|
|
970
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
882
971
|
|
|
883
972
|
"use strict";
|
|
884
973
|
|
|
885
|
-
Object.defineProperty(exports, "__esModule",
|
|
974
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
886
975
|
//# sourceMappingURL=SdPlatformRequestUser.js.map
|
|
887
976
|
|
|
888
977
|
/***/ }),
|
|
889
978
|
/* 30 */
|
|
890
|
-
/***/ ((
|
|
979
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
891
980
|
|
|
892
981
|
"use strict";
|
|
893
982
|
|
|
894
|
-
Object.defineProperty(exports, "__esModule",
|
|
983
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
895
984
|
//# sourceMappingURL=SdPlatformRequestWebhook.js.map
|
|
896
985
|
|
|
897
986
|
/***/ }),
|
|
898
987
|
/* 31 */
|
|
899
|
-
/***/ ((
|
|
988
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
900
989
|
|
|
901
990
|
"use strict";
|
|
902
991
|
|
|
903
|
-
Object.defineProperty(exports, "__esModule",
|
|
992
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
904
993
|
//# sourceMappingURL=SdPlatformAuthResponse.js.map
|
|
905
994
|
|
|
906
995
|
/***/ }),
|
|
907
996
|
/* 32 */
|
|
908
|
-
/***/ ((
|
|
997
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
909
998
|
|
|
910
999
|
"use strict";
|
|
911
1000
|
|
|
912
|
-
Object.defineProperty(exports, "__esModule",
|
|
1001
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
913
1002
|
//# sourceMappingURL=SdPlatformBaseResponseTypes.js.map
|
|
914
1003
|
|
|
915
1004
|
/***/ }),
|
|
916
1005
|
/* 33 */
|
|
917
|
-
/***/ ((
|
|
1006
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
918
1007
|
|
|
919
1008
|
"use strict";
|
|
920
1009
|
|
|
921
|
-
Object.defineProperty(exports, "__esModule",
|
|
1010
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
922
1011
|
exports.SdPlatformResponseAnalyticsTimestampType = void 0;
|
|
923
1012
|
var SdPlatformResponseAnalyticsTimestampType;
|
|
924
1013
|
(function (SdPlatformResponseAnalyticsTimestampType) {
|
|
@@ -932,29 +1021,29 @@ var SdPlatformResponseAnalyticsTimestampType;
|
|
|
932
1021
|
|
|
933
1022
|
/***/ }),
|
|
934
1023
|
/* 34 */
|
|
935
|
-
/***/ ((
|
|
1024
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
936
1025
|
|
|
937
1026
|
"use strict";
|
|
938
1027
|
|
|
939
|
-
Object.defineProperty(exports, "__esModule",
|
|
1028
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
940
1029
|
//# sourceMappingURL=SdPlatformResponseApiToken.js.map
|
|
941
1030
|
|
|
942
1031
|
/***/ }),
|
|
943
1032
|
/* 35 */
|
|
944
|
-
/***/ ((
|
|
1033
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
945
1034
|
|
|
946
1035
|
"use strict";
|
|
947
1036
|
|
|
948
|
-
Object.defineProperty(exports, "__esModule",
|
|
1037
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
949
1038
|
//# sourceMappingURL=SdPlatformResponseBackendSystem.js.map
|
|
950
1039
|
|
|
951
1040
|
/***/ }),
|
|
952
1041
|
/* 36 */
|
|
953
|
-
/***/ ((
|
|
1042
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
954
1043
|
|
|
955
1044
|
"use strict";
|
|
956
1045
|
|
|
957
|
-
Object.defineProperty(exports, "__esModule",
|
|
1046
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
958
1047
|
exports.SdPlatformResponseChargebeeCurrencyCode = void 0;
|
|
959
1048
|
var SdPlatformResponseChargebeeCurrencyCode;
|
|
960
1049
|
(function (SdPlatformResponseChargebeeCurrencyCode) {
|
|
@@ -967,56 +1056,56 @@ var SdPlatformResponseChargebeeCurrencyCode;
|
|
|
967
1056
|
|
|
968
1057
|
/***/ }),
|
|
969
1058
|
/* 37 */
|
|
970
|
-
/***/ ((
|
|
1059
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
971
1060
|
|
|
972
1061
|
"use strict";
|
|
973
1062
|
|
|
974
|
-
Object.defineProperty(exports, "__esModule",
|
|
1063
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
975
1064
|
//# sourceMappingURL=SdPlatformResponseDocument.js.map
|
|
976
1065
|
|
|
977
1066
|
/***/ }),
|
|
978
1067
|
/* 38 */
|
|
979
|
-
/***/ ((
|
|
1068
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
980
1069
|
|
|
981
1070
|
"use strict";
|
|
982
1071
|
|
|
983
|
-
Object.defineProperty(exports, "__esModule",
|
|
1072
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
984
1073
|
//# sourceMappingURL=SdPlatformResponseDomain.js.map
|
|
985
1074
|
|
|
986
1075
|
/***/ }),
|
|
987
1076
|
/* 39 */
|
|
988
|
-
/***/ ((
|
|
1077
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
989
1078
|
|
|
990
1079
|
"use strict";
|
|
991
1080
|
|
|
992
|
-
Object.defineProperty(exports, "__esModule",
|
|
1081
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
993
1082
|
//# sourceMappingURL=SdPlatformResponseFeatures.js.map
|
|
994
1083
|
|
|
995
1084
|
/***/ }),
|
|
996
1085
|
/* 40 */
|
|
997
|
-
/***/ ((
|
|
1086
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
998
1087
|
|
|
999
1088
|
"use strict";
|
|
1000
1089
|
|
|
1001
|
-
Object.defineProperty(exports, "__esModule",
|
|
1090
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1002
1091
|
//# sourceMappingURL=SdPlatformResponseHttpLog.js.map
|
|
1003
1092
|
|
|
1004
1093
|
/***/ }),
|
|
1005
1094
|
/* 41 */
|
|
1006
|
-
/***/ ((
|
|
1095
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1007
1096
|
|
|
1008
1097
|
"use strict";
|
|
1009
1098
|
|
|
1010
|
-
Object.defineProperty(exports, "__esModule",
|
|
1099
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1011
1100
|
//# sourceMappingURL=SdPlatformResponseImage.js.map
|
|
1012
1101
|
|
|
1013
1102
|
/***/ }),
|
|
1014
1103
|
/* 42 */
|
|
1015
|
-
/***/ ((
|
|
1104
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1016
1105
|
|
|
1017
1106
|
"use strict";
|
|
1018
1107
|
|
|
1019
|
-
Object.defineProperty(exports, "__esModule",
|
|
1108
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1020
1109
|
exports.SdPlatformModelStatus = exports.SdPlatformModelTrustlevel = void 0;
|
|
1021
1110
|
var SdPlatformModelTrustlevel;
|
|
1022
1111
|
(function (SdPlatformModelTrustlevel) {
|
|
@@ -1069,92 +1158,92 @@ var SdPlatformModelDenyReason;
|
|
|
1069
1158
|
|
|
1070
1159
|
/***/ }),
|
|
1071
1160
|
/* 43 */
|
|
1072
|
-
/***/ ((
|
|
1161
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1073
1162
|
|
|
1074
1163
|
"use strict";
|
|
1075
1164
|
|
|
1076
|
-
Object.defineProperty(exports, "__esModule",
|
|
1165
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1077
1166
|
//# sourceMappingURL=SdPlatformResponseModelSharing.js.map
|
|
1078
1167
|
|
|
1079
1168
|
/***/ }),
|
|
1080
1169
|
/* 44 */
|
|
1081
|
-
/***/ ((
|
|
1170
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1082
1171
|
|
|
1083
1172
|
"use strict";
|
|
1084
1173
|
|
|
1085
|
-
Object.defineProperty(exports, "__esModule",
|
|
1174
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1086
1175
|
//# sourceMappingURL=SdPlatformResponseModelToken.js.map
|
|
1087
1176
|
|
|
1088
1177
|
/***/ }),
|
|
1089
1178
|
/* 45 */
|
|
1090
|
-
/***/ ((
|
|
1179
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1091
1180
|
|
|
1092
1181
|
"use strict";
|
|
1093
1182
|
|
|
1094
|
-
Object.defineProperty(exports, "__esModule",
|
|
1183
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1095
1184
|
//# sourceMappingURL=SdPlatformResponseNotification.js.map
|
|
1096
1185
|
|
|
1097
1186
|
/***/ }),
|
|
1098
1187
|
/* 46 */
|
|
1099
|
-
/***/ ((
|
|
1188
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1100
1189
|
|
|
1101
1190
|
"use strict";
|
|
1102
1191
|
|
|
1103
|
-
Object.defineProperty(exports, "__esModule",
|
|
1192
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1104
1193
|
//# sourceMappingURL=SdPlatformResponseOrganization.js.map
|
|
1105
1194
|
|
|
1106
1195
|
/***/ }),
|
|
1107
1196
|
/* 47 */
|
|
1108
|
-
/***/ ((
|
|
1197
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1109
1198
|
|
|
1110
1199
|
"use strict";
|
|
1111
1200
|
|
|
1112
|
-
Object.defineProperty(exports, "__esModule",
|
|
1201
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1113
1202
|
//# sourceMappingURL=SdPlatformResponsePolicy.js.map
|
|
1114
1203
|
|
|
1115
1204
|
/***/ }),
|
|
1116
1205
|
/* 48 */
|
|
1117
|
-
/***/ ((
|
|
1206
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1118
1207
|
|
|
1119
1208
|
"use strict";
|
|
1120
1209
|
|
|
1121
|
-
Object.defineProperty(exports, "__esModule",
|
|
1210
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1122
1211
|
//# sourceMappingURL=SdPlatformResponseSavedState.js.map
|
|
1123
1212
|
|
|
1124
1213
|
/***/ }),
|
|
1125
1214
|
/* 49 */
|
|
1126
|
-
/***/ ((
|
|
1215
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1127
1216
|
|
|
1128
1217
|
"use strict";
|
|
1129
1218
|
|
|
1130
|
-
Object.defineProperty(exports, "__esModule",
|
|
1219
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1131
1220
|
//# sourceMappingURL=SdPlatformResponseSavedStateSharing.js.map
|
|
1132
1221
|
|
|
1133
1222
|
/***/ }),
|
|
1134
1223
|
/* 50 */
|
|
1135
|
-
/***/ ((
|
|
1224
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1136
1225
|
|
|
1137
1226
|
"use strict";
|
|
1138
1227
|
|
|
1139
|
-
Object.defineProperty(exports, "__esModule",
|
|
1228
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1140
1229
|
//# sourceMappingURL=SdPlatformResponseTag.js.map
|
|
1141
1230
|
|
|
1142
1231
|
/***/ }),
|
|
1143
1232
|
/* 51 */
|
|
1144
|
-
/***/ ((
|
|
1233
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1145
1234
|
|
|
1146
1235
|
"use strict";
|
|
1147
1236
|
|
|
1148
|
-
Object.defineProperty(exports, "__esModule",
|
|
1237
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1149
1238
|
//# sourceMappingURL=SdPlatformResponseUser.js.map
|
|
1150
1239
|
|
|
1151
1240
|
/***/ }),
|
|
1152
1241
|
/* 52 */
|
|
1153
|
-
/***/ ((
|
|
1242
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1154
1243
|
|
|
1155
1244
|
"use strict";
|
|
1156
1245
|
|
|
1157
|
-
Object.defineProperty(exports, "__esModule",
|
|
1246
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1158
1247
|
exports.RequestId = void 0;
|
|
1159
1248
|
/**
|
|
1160
1249
|
* Identifier for type of request to the ShapeDiver Platform Backend.
|
|
@@ -1166,6 +1255,7 @@ var RequestId;
|
|
|
1166
1255
|
*/
|
|
1167
1256
|
RequestId["PasswordGrant"] = "password_grant";
|
|
1168
1257
|
RequestId["RefreshToken"] = "refresh_token";
|
|
1258
|
+
RequestId["AuthorizationCode"] = "authorization_code";
|
|
1169
1259
|
RequestId["Logout"] = "logout";
|
|
1170
1260
|
/**
|
|
1171
1261
|
* Platform Backend API
|
|
@@ -1233,6 +1323,7 @@ var RequestId;
|
|
|
1233
1323
|
RequestId["NotificationPatch"] = "notification_patch";
|
|
1234
1324
|
RequestId["NotificationDelete"] = "notification_delete";
|
|
1235
1325
|
RequestId["UserModelSessionsQuery"] = "user_model_sessions_query";
|
|
1326
|
+
RequestId["OrganizationModelSessionsQuery"] = "organization_model_sessions_query";
|
|
1236
1327
|
RequestId["ChargebeeHostedPage"] = "chargebee_hosted_page";
|
|
1237
1328
|
RequestId["ChargebeeHostedPageUpdatePaymentMethod"] = "chargebee_hosted_page_update_payment_method";
|
|
1238
1329
|
RequestId["ChargebeePortalSession"] = "chargebee_portal_session";
|
|
@@ -1274,7 +1365,7 @@ var RequestId;
|
|
|
1274
1365
|
|
|
1275
1366
|
/***/ }),
|
|
1276
1367
|
/* 53 */
|
|
1277
|
-
/***/ (function(
|
|
1368
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1278
1369
|
|
|
1279
1370
|
"use strict";
|
|
1280
1371
|
|
|
@@ -1290,7 +1381,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1290
1381
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1291
1382
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1292
1383
|
};
|
|
1293
|
-
Object.defineProperty(exports, "__esModule",
|
|
1384
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1294
1385
|
exports.SdPlatformAuthServiceApi = void 0;
|
|
1295
1386
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1296
1387
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -1311,6 +1402,7 @@ class SdPlatformAuthServiceApi {
|
|
|
1311
1402
|
this.__context = __context;
|
|
1312
1403
|
this.__refreshTokenFailedEvents = [];
|
|
1313
1404
|
this.__passwordGrantFailedEvents = [];
|
|
1405
|
+
this.__authorizationCodeFailedEvents = [];
|
|
1314
1406
|
/** instance of token request which is used in order to not spam with token requests */
|
|
1315
1407
|
this.__refreshTokenRequestMeta = {
|
|
1316
1408
|
request: undefined,
|
|
@@ -1373,6 +1465,13 @@ class SdPlatformAuthServiceApi {
|
|
|
1373
1465
|
onPasswordGrantFailed(fn) {
|
|
1374
1466
|
this.__passwordGrantFailedEvents.push(fn);
|
|
1375
1467
|
}
|
|
1468
|
+
/**
|
|
1469
|
+
* Register callbacks for "code" grant failed events.
|
|
1470
|
+
* @param fn
|
|
1471
|
+
*/
|
|
1472
|
+
onAuthorizationCodeFailed(fn) {
|
|
1473
|
+
this.__authorizationCodeFailedEvents.push(fn);
|
|
1474
|
+
}
|
|
1376
1475
|
/**
|
|
1377
1476
|
* Try to get a fresh access token using the current refresh token. OAuth 2.0 "refresh_token" grant.
|
|
1378
1477
|
* @returns
|
|
@@ -1435,6 +1534,33 @@ class SdPlatformAuthServiceApi {
|
|
|
1435
1534
|
}
|
|
1436
1535
|
});
|
|
1437
1536
|
}
|
|
1537
|
+
/**
|
|
1538
|
+
* Authenticate using authorization code. Open Id providers.
|
|
1539
|
+
* @param code
|
|
1540
|
+
* @param state
|
|
1541
|
+
* @returns
|
|
1542
|
+
*/
|
|
1543
|
+
authorizationCode(code, state) {
|
|
1544
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1545
|
+
try {
|
|
1546
|
+
const data = yield this.__request(SdPlatformRequestId_1.RequestId.AuthorizationCode, {
|
|
1547
|
+
grant_type: api_platform_api_dto_v1_1.SdPlatformAuthGrantType.Code,
|
|
1548
|
+
client_id: this.__config.clientId,
|
|
1549
|
+
code,
|
|
1550
|
+
state,
|
|
1551
|
+
});
|
|
1552
|
+
this.setAccessTokenDetails(data);
|
|
1553
|
+
return data;
|
|
1554
|
+
}
|
|
1555
|
+
catch (error) {
|
|
1556
|
+
if (error instanceof SdPlatformErrors_1.SdPlatformResponseError) {
|
|
1557
|
+
this.__cleanAuthData();
|
|
1558
|
+
this.__authorizationCodeFailedEvents.forEach(x => x(error));
|
|
1559
|
+
}
|
|
1560
|
+
throw error;
|
|
1561
|
+
}
|
|
1562
|
+
});
|
|
1563
|
+
}
|
|
1438
1564
|
/**
|
|
1439
1565
|
* Clean the authentication data, unset the "refresh_token" cookie.
|
|
1440
1566
|
* @returns
|
|
@@ -1456,11 +1582,11 @@ exports.SdPlatformAuthServiceApi = SdPlatformAuthServiceApi;
|
|
|
1456
1582
|
|
|
1457
1583
|
/***/ }),
|
|
1458
1584
|
/* 54 */
|
|
1459
|
-
/***/ ((
|
|
1585
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1460
1586
|
|
|
1461
1587
|
"use strict";
|
|
1462
1588
|
|
|
1463
|
-
Object.defineProperty(exports, "__esModule",
|
|
1589
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1464
1590
|
exports.SdPlatformOAuthResponseError = exports.SdPlatformResourceResponseError = exports.SdPlatformResponseError = exports.SdPlatformRequestError = exports.SdPlatformError = void 0;
|
|
1465
1591
|
/**
|
|
1466
1592
|
* Generic error
|
|
@@ -1540,25 +1666,22 @@ exports.SdPlatformOAuthResponseError = SdPlatformOAuthResponseError;
|
|
|
1540
1666
|
|
|
1541
1667
|
/***/ }),
|
|
1542
1668
|
/* 55 */
|
|
1543
|
-
/***/ ((
|
|
1669
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1544
1670
|
|
|
1545
1671
|
"use strict";
|
|
1546
1672
|
__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);
|
|
1673
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InvalidTokenError", function() { return n; });
|
|
1674
|
+
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
1675
|
//# sourceMappingURL=jwt-decode.esm.js.map
|
|
1553
1676
|
|
|
1554
1677
|
|
|
1555
1678
|
/***/ }),
|
|
1556
1679
|
/* 56 */
|
|
1557
|
-
/***/ ((
|
|
1680
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1558
1681
|
|
|
1559
1682
|
"use strict";
|
|
1560
1683
|
|
|
1561
|
-
Object.defineProperty(exports, "__esModule",
|
|
1684
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1562
1685
|
exports.SdPlatformApiTokenApi = void 0;
|
|
1563
1686
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1564
1687
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1593,7 +1716,7 @@ exports.SdPlatformApiTokenApi = SdPlatformApiTokenApi;
|
|
|
1593
1716
|
|
|
1594
1717
|
/***/ }),
|
|
1595
1718
|
/* 57 */
|
|
1596
|
-
/***/ (function(
|
|
1719
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1597
1720
|
|
|
1598
1721
|
"use strict";
|
|
1599
1722
|
|
|
@@ -1606,7 +1729,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
1606
1729
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
1607
1730
|
});
|
|
1608
1731
|
};
|
|
1609
|
-
Object.defineProperty(exports, "__esModule",
|
|
1732
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1610
1733
|
exports.ResourcesApi = exports.Action = void 0;
|
|
1611
1734
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
1612
1735
|
/**
|
|
@@ -1693,7 +1816,11 @@ class ResourcesApi {
|
|
|
1693
1816
|
__action(requestId, action, pathSuffix, body) {
|
|
1694
1817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1695
1818
|
yield this.__refreshTokenIfExpired();
|
|
1696
|
-
if (action == Action.Get
|
|
1819
|
+
if (action == Action.Get) {
|
|
1820
|
+
// @ts-ignore
|
|
1821
|
+
return this.__api[action](requestId, this.__getPath(pathSuffix), this.__resolveRequestConfig(), body);
|
|
1822
|
+
}
|
|
1823
|
+
if (action == Action.Delete) {
|
|
1697
1824
|
// @ts-ignore
|
|
1698
1825
|
return this.__api[action](requestId, this.__getPath(pathSuffix), this.__resolveRequestConfig());
|
|
1699
1826
|
}
|
|
@@ -1707,11 +1834,11 @@ exports.ResourcesApi = ResourcesApi;
|
|
|
1707
1834
|
|
|
1708
1835
|
/***/ }),
|
|
1709
1836
|
/* 58 */
|
|
1710
|
-
/***/ ((
|
|
1837
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1711
1838
|
|
|
1712
1839
|
"use strict";
|
|
1713
1840
|
|
|
1714
|
-
Object.defineProperty(exports, "__esModule",
|
|
1841
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1715
1842
|
exports.SdPlatformSdkContext = exports.SdPlatformAccessTokenState = void 0;
|
|
1716
1843
|
/**
|
|
1717
1844
|
* Status of the access token
|
|
@@ -1801,11 +1928,11 @@ exports.SdPlatformSdkContext = SdPlatformSdkContext;
|
|
|
1801
1928
|
|
|
1802
1929
|
/***/ }),
|
|
1803
1930
|
/* 59 */
|
|
1804
|
-
/***/ ((
|
|
1931
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1805
1932
|
|
|
1806
1933
|
"use strict";
|
|
1807
1934
|
|
|
1808
|
-
Object.defineProperty(exports, "__esModule",
|
|
1935
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1809
1936
|
exports.SdPlatformBackendSystemApi = void 0;
|
|
1810
1937
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1811
1938
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1837,11 +1964,11 @@ exports.SdPlatformBackendSystemApi = SdPlatformBackendSystemApi;
|
|
|
1837
1964
|
|
|
1838
1965
|
/***/ }),
|
|
1839
1966
|
/* 60 */
|
|
1840
|
-
/***/ ((
|
|
1967
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1841
1968
|
|
|
1842
1969
|
"use strict";
|
|
1843
1970
|
|
|
1844
|
-
Object.defineProperty(exports, "__esModule",
|
|
1971
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1845
1972
|
exports.SdPlatformBookmarkApi = void 0;
|
|
1846
1973
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1847
1974
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1869,11 +1996,11 @@ exports.SdPlatformBookmarkApi = SdPlatformBookmarkApi;
|
|
|
1869
1996
|
|
|
1870
1997
|
/***/ }),
|
|
1871
1998
|
/* 61 */
|
|
1872
|
-
/***/ ((
|
|
1999
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1873
2000
|
|
|
1874
2001
|
"use strict";
|
|
1875
2002
|
|
|
1876
|
-
Object.defineProperty(exports, "__esModule",
|
|
2003
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1877
2004
|
exports.SdPlatformChargebeeApi = void 0;
|
|
1878
2005
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
1879
2006
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -1909,11 +2036,11 @@ exports.SdPlatformChargebeeApi = SdPlatformChargebeeApi;
|
|
|
1909
2036
|
|
|
1910
2037
|
/***/ }),
|
|
1911
2038
|
/* 62 */
|
|
1912
|
-
/***/ ((
|
|
2039
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1913
2040
|
|
|
1914
2041
|
"use strict";
|
|
1915
2042
|
|
|
1916
|
-
Object.defineProperty(exports, "__esModule",
|
|
2043
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1917
2044
|
exports.SdPlatformDomainApi = exports.SdPlatformDomainQueryEmbeddableFields = exports.SdPlatformDomainGetEmbeddableFields = void 0;
|
|
1918
2045
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1919
2046
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -1976,11 +2103,11 @@ exports.SdPlatformDomainApi = SdPlatformDomainApi;
|
|
|
1976
2103
|
|
|
1977
2104
|
/***/ }),
|
|
1978
2105
|
/* 63 */
|
|
1979
|
-
/***/ ((
|
|
2106
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1980
2107
|
|
|
1981
2108
|
"use strict";
|
|
1982
2109
|
|
|
1983
|
-
Object.defineProperty(exports, "__esModule",
|
|
2110
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1984
2111
|
exports.SdPlatformHttpLogApi = void 0;
|
|
1985
2112
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
1986
2113
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2004,11 +2131,11 @@ exports.SdPlatformHttpLogApi = SdPlatformHttpLogApi;
|
|
|
2004
2131
|
|
|
2005
2132
|
/***/ }),
|
|
2006
2133
|
/* 64 */
|
|
2007
|
-
/***/ ((
|
|
2134
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2008
2135
|
|
|
2009
2136
|
"use strict";
|
|
2010
2137
|
|
|
2011
|
-
Object.defineProperty(exports, "__esModule",
|
|
2138
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2012
2139
|
exports.SdPlatformImageApi = exports.SdPlatformImageQueryEmbeddableFields = void 0;
|
|
2013
2140
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2014
2141
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2060,11 +2187,11 @@ exports.SdPlatformImageApi = SdPlatformImageApi;
|
|
|
2060
2187
|
|
|
2061
2188
|
/***/ }),
|
|
2062
2189
|
/* 65 */
|
|
2063
|
-
/***/ ((
|
|
2190
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2064
2191
|
|
|
2065
2192
|
"use strict";
|
|
2066
2193
|
|
|
2067
|
-
Object.defineProperty(exports, "__esModule",
|
|
2194
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2068
2195
|
exports.SdPlatformModelApi = exports.SdPlatformModelGetEmbeddableFields = exports.SdPlatformModelQueryEmbeddableFields = void 0;
|
|
2069
2196
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2070
2197
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2127,11 +2254,11 @@ exports.SdPlatformModelApi = SdPlatformModelApi;
|
|
|
2127
2254
|
|
|
2128
2255
|
/***/ }),
|
|
2129
2256
|
/* 66 */
|
|
2130
|
-
/***/ ((
|
|
2257
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2131
2258
|
|
|
2132
2259
|
"use strict";
|
|
2133
2260
|
|
|
2134
|
-
Object.defineProperty(exports, "__esModule",
|
|
2261
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2135
2262
|
exports.SdPlatformModelSharingApi = void 0;
|
|
2136
2263
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2137
2264
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2198,11 +2325,11 @@ exports.SdPlatformModelSharingApi = SdPlatformModelSharingApi;
|
|
|
2198
2325
|
|
|
2199
2326
|
/***/ }),
|
|
2200
2327
|
/* 67 */
|
|
2201
|
-
/***/ ((
|
|
2328
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2202
2329
|
|
|
2203
2330
|
"use strict";
|
|
2204
2331
|
|
|
2205
|
-
Object.defineProperty(exports, "__esModule",
|
|
2332
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2206
2333
|
exports.SdPlatformModelTokenApi = void 0;
|
|
2207
2334
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2208
2335
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2222,11 +2349,11 @@ exports.SdPlatformModelTokenApi = SdPlatformModelTokenApi;
|
|
|
2222
2349
|
|
|
2223
2350
|
/***/ }),
|
|
2224
2351
|
/* 68 */
|
|
2225
|
-
/***/ ((
|
|
2352
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2226
2353
|
|
|
2227
2354
|
"use strict";
|
|
2228
2355
|
|
|
2229
|
-
Object.defineProperty(exports, "__esModule",
|
|
2356
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2230
2357
|
exports.SdPlatformModelTransferApi = void 0;
|
|
2231
2358
|
const __1 = __webpack_require__(0);
|
|
2232
2359
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2292,11 +2419,11 @@ exports.SdPlatformModelTransferApi = SdPlatformModelTransferApi;
|
|
|
2292
2419
|
|
|
2293
2420
|
/***/ }),
|
|
2294
2421
|
/* 69 */
|
|
2295
|
-
/***/ ((
|
|
2422
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2296
2423
|
|
|
2297
2424
|
"use strict";
|
|
2298
2425
|
|
|
2299
|
-
Object.defineProperty(exports, "__esModule",
|
|
2426
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2300
2427
|
exports.SdPlatformNotificationApi = exports.SdPlatformNotificationEmbeddableFields = void 0;
|
|
2301
2428
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2302
2429
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2334,11 +2461,11 @@ exports.SdPlatformNotificationApi = SdPlatformNotificationApi;
|
|
|
2334
2461
|
|
|
2335
2462
|
/***/ }),
|
|
2336
2463
|
/* 70 */
|
|
2337
|
-
/***/ ((
|
|
2464
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2338
2465
|
|
|
2339
2466
|
"use strict";
|
|
2340
2467
|
|
|
2341
|
-
Object.defineProperty(exports, "__esModule",
|
|
2468
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2342
2469
|
exports.SdPlatformOrganizationApi = exports.SdPlatformOrganizationEmbeddableFields = void 0;
|
|
2343
2470
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2344
2471
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2455,11 +2582,11 @@ exports.SdPlatformOrganizationApi = SdPlatformOrganizationApi;
|
|
|
2455
2582
|
|
|
2456
2583
|
/***/ }),
|
|
2457
2584
|
/* 71 */
|
|
2458
|
-
/***/ ((
|
|
2585
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2459
2586
|
|
|
2460
2587
|
"use strict";
|
|
2461
2588
|
|
|
2462
|
-
Object.defineProperty(exports, "__esModule",
|
|
2589
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2463
2590
|
exports.SdPlatformPolicyApi = void 0;
|
|
2464
2591
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2465
2592
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2491,11 +2618,11 @@ exports.SdPlatformPolicyApi = SdPlatformPolicyApi;
|
|
|
2491
2618
|
|
|
2492
2619
|
/***/ }),
|
|
2493
2620
|
/* 72 */
|
|
2494
|
-
/***/ ((
|
|
2621
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2495
2622
|
|
|
2496
2623
|
"use strict";
|
|
2497
2624
|
|
|
2498
|
-
Object.defineProperty(exports, "__esModule",
|
|
2625
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2499
2626
|
exports.SdPlatformSavedStateApi = exports.SdPlatformSavedStateGetEmbedFields = exports.SdPlatformSavedStateQueryEmbeddableFields = void 0;
|
|
2500
2627
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2501
2628
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2503,6 +2630,7 @@ var SdPlatformSavedStateQueryEmbeddableFields;
|
|
|
2503
2630
|
(function (SdPlatformSavedStateQueryEmbeddableFields) {
|
|
2504
2631
|
SdPlatformSavedStateQueryEmbeddableFields["Model"] = "model";
|
|
2505
2632
|
SdPlatformSavedStateQueryEmbeddableFields["Owner"] = "owner";
|
|
2633
|
+
SdPlatformSavedStateQueryEmbeddableFields["Image"] = "image";
|
|
2506
2634
|
})(SdPlatformSavedStateQueryEmbeddableFields = exports.SdPlatformSavedStateQueryEmbeddableFields || (exports.SdPlatformSavedStateQueryEmbeddableFields = {}));
|
|
2507
2635
|
;
|
|
2508
2636
|
var SdPlatformSavedStateGetEmbedFields;
|
|
@@ -2564,11 +2692,11 @@ exports.SdPlatformSavedStateApi = SdPlatformSavedStateApi;
|
|
|
2564
2692
|
|
|
2565
2693
|
/***/ }),
|
|
2566
2694
|
/* 73 */
|
|
2567
|
-
/***/ ((
|
|
2695
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2568
2696
|
|
|
2569
2697
|
"use strict";
|
|
2570
2698
|
|
|
2571
|
-
Object.defineProperty(exports, "__esModule",
|
|
2699
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2572
2700
|
exports.SdPlatformSavedStateSharingApi = void 0;
|
|
2573
2701
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
2574
2702
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
@@ -2636,11 +2764,11 @@ exports.SdPlatformSavedStateSharingApi = SdPlatformSavedStateSharingApi;
|
|
|
2636
2764
|
|
|
2637
2765
|
/***/ }),
|
|
2638
2766
|
/* 74 */
|
|
2639
|
-
/***/ ((
|
|
2767
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2640
2768
|
|
|
2641
2769
|
"use strict";
|
|
2642
2770
|
|
|
2643
|
-
Object.defineProperty(exports, "__esModule",
|
|
2771
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2644
2772
|
exports.SdPlatformTagApi = exports.SdPlatformTagQueryEmbeddableFields = void 0;
|
|
2645
2773
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2646
2774
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2667,11 +2795,11 @@ exports.SdPlatformTagApi = SdPlatformTagApi;
|
|
|
2667
2795
|
|
|
2668
2796
|
/***/ }),
|
|
2669
2797
|
/* 75 */
|
|
2670
|
-
/***/ ((
|
|
2798
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2671
2799
|
|
|
2672
2800
|
"use strict";
|
|
2673
2801
|
|
|
2674
|
-
Object.defineProperty(exports, "__esModule",
|
|
2802
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2675
2803
|
exports.SdPlatformUserAnalyticsApi = void 0;
|
|
2676
2804
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2677
2805
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2696,11 +2824,11 @@ exports.SdPlatformUserAnalyticsApi = SdPlatformUserAnalyticsApi;
|
|
|
2696
2824
|
|
|
2697
2825
|
/***/ }),
|
|
2698
2826
|
/* 76 */
|
|
2699
|
-
/***/ ((
|
|
2827
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2700
2828
|
|
|
2701
2829
|
"use strict";
|
|
2702
2830
|
|
|
2703
|
-
Object.defineProperty(exports, "__esModule",
|
|
2831
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2704
2832
|
exports.SdPlatformUserApi = exports.SdPlatformUserGetEmbeddableFields = exports.SdPlatformUserQueryEmbeddableFields = void 0;
|
|
2705
2833
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2706
2834
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -2803,11 +2931,11 @@ exports.SdPlatformUserApi = SdPlatformUserApi;
|
|
|
2803
2931
|
|
|
2804
2932
|
/***/ }),
|
|
2805
2933
|
/* 77 */
|
|
2806
|
-
/***/ ((
|
|
2934
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2807
2935
|
|
|
2808
2936
|
"use strict";
|
|
2809
2937
|
|
|
2810
|
-
Object.defineProperty(exports, "__esModule",
|
|
2938
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2811
2939
|
exports.SdPlatformWebhookApi = void 0;
|
|
2812
2940
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
2813
2941
|
/**
|
|
@@ -2876,21 +3004,21 @@ exports.SdPlatformWebhookApi = SdPlatformWebhookApi;
|
|
|
2876
3004
|
|
|
2877
3005
|
/***/ }),
|
|
2878
3006
|
/* 78 */
|
|
2879
|
-
/***/ ((
|
|
3007
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2880
3008
|
|
|
2881
3009
|
"use strict";
|
|
2882
3010
|
|
|
2883
|
-
Object.defineProperty(exports, "__esModule",
|
|
3011
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2884
3012
|
exports.SdPlatformSdk = void 0;
|
|
2885
3013
|
const SdPlatformSdkApi_1 = __webpack_require__(79);
|
|
2886
|
-
const SdPlatformSdkConfig_1 = __webpack_require__(
|
|
3014
|
+
const SdPlatformSdkConfig_1 = __webpack_require__(112);
|
|
2887
3015
|
const SdPlatformAuthServiceApi_1 = __webpack_require__(53);
|
|
2888
3016
|
const SdPlatformSdkContext_1 = __webpack_require__(58);
|
|
2889
3017
|
const SdPlatformApiTokenApi_1 = __webpack_require__(56);
|
|
2890
3018
|
const SdPlatformBackendSystemApi_1 = __webpack_require__(59);
|
|
2891
3019
|
const SdPlatformBookmarkApi_1 = __webpack_require__(60);
|
|
2892
3020
|
const SdPlatformChargebeeApi_1 = __webpack_require__(61);
|
|
2893
|
-
const SdPlatformDocumentApi_1 = __webpack_require__(
|
|
3021
|
+
const SdPlatformDocumentApi_1 = __webpack_require__(113);
|
|
2894
3022
|
const SdPlatformDomainApi_1 = __webpack_require__(62);
|
|
2895
3023
|
const SdPlatformHttpLogApi_1 = __webpack_require__(63);
|
|
2896
3024
|
const SdPlatformImageApi_1 = __webpack_require__(64);
|
|
@@ -2907,6 +3035,7 @@ const SdPlatformTagApi_1 = __webpack_require__(74);
|
|
|
2907
3035
|
const SdPlatformUserAnalyticsApi_1 = __webpack_require__(75);
|
|
2908
3036
|
const SdPlatformUserApi_1 = __webpack_require__(76);
|
|
2909
3037
|
const SdPlatformWebhookApi_1 = __webpack_require__(77);
|
|
3038
|
+
const SdPlatformOrganizationAnalyticsApi_1 = __webpack_require__(114);
|
|
2910
3039
|
class SdPlatformSdk {
|
|
2911
3040
|
/**
|
|
2912
3041
|
* ShapeDiverSDK constructor
|
|
@@ -2938,6 +3067,7 @@ class SdPlatformSdk {
|
|
|
2938
3067
|
this.__savedStateSharing = new SdPlatformSavedStateSharingApi_1.SdPlatformSavedStateSharingApi(context, this.__authorization);
|
|
2939
3068
|
this.__tags = new SdPlatformTagApi_1.SdPlatformTagApi(context, this.__authorization);
|
|
2940
3069
|
this.__userAnalytics = new SdPlatformUserAnalyticsApi_1.SdPlatformUserAnalyticsApi(context, this.__authorization);
|
|
3070
|
+
this.__organizationAnalytics = new SdPlatformOrganizationAnalyticsApi_1.SdPlatformOrganizationAnalyticsApi(context, this.__authorization);
|
|
2941
3071
|
this.__users = new SdPlatformUserApi_1.SdPlatformUserApi(context, this.__authorization);
|
|
2942
3072
|
this.__webhooks = new SdPlatformWebhookApi_1.SdPlatformWebhookApi(context);
|
|
2943
3073
|
}
|
|
@@ -3070,6 +3200,12 @@ class SdPlatformSdk {
|
|
|
3070
3200
|
get userAnalytics() {
|
|
3071
3201
|
return this.__userAnalytics;
|
|
3072
3202
|
}
|
|
3203
|
+
/**
|
|
3204
|
+
* Analytics for organizations.
|
|
3205
|
+
*/
|
|
3206
|
+
get organizationAnalytics() {
|
|
3207
|
+
return this.__organizationAnalytics;
|
|
3208
|
+
}
|
|
3073
3209
|
/**
|
|
3074
3210
|
* Operations for users.
|
|
3075
3211
|
*/
|
|
@@ -3107,7 +3243,7 @@ exports.SdPlatformSdk = SdPlatformSdk;
|
|
|
3107
3243
|
|
|
3108
3244
|
/***/ }),
|
|
3109
3245
|
/* 79 */
|
|
3110
|
-
/***/ (function(
|
|
3246
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3111
3247
|
|
|
3112
3248
|
"use strict";
|
|
3113
3249
|
|
|
@@ -3123,7 +3259,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
3123
3259
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3124
3260
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3125
3261
|
};
|
|
3126
|
-
Object.defineProperty(exports, "__esModule",
|
|
3262
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3127
3263
|
exports.SdPlatformSdkApi = void 0;
|
|
3128
3264
|
const SdPlatformSdkErrorMapping_1 = __webpack_require__(80);
|
|
3129
3265
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
@@ -3281,14 +3417,14 @@ exports.SdPlatformSdkApi = SdPlatformSdkApi;
|
|
|
3281
3417
|
|
|
3282
3418
|
/***/ }),
|
|
3283
3419
|
/* 80 */
|
|
3284
|
-
/***/ (function(
|
|
3420
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3285
3421
|
|
|
3286
3422
|
"use strict";
|
|
3287
3423
|
|
|
3288
3424
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3289
3425
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3290
3426
|
};
|
|
3291
|
-
Object.defineProperty(exports, "__esModule",
|
|
3427
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3292
3428
|
exports.mapToApiError = void 0;
|
|
3293
3429
|
const axios_1 = __importDefault(__webpack_require__(81));
|
|
3294
3430
|
const SdPlatformErrors_1 = __webpack_require__(54);
|
|
@@ -3337,13 +3473,13 @@ exports.mapToApiError = mapToApiError;
|
|
|
3337
3473
|
|
|
3338
3474
|
/***/ }),
|
|
3339
3475
|
/* 81 */
|
|
3340
|
-
/***/ ((module,
|
|
3476
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3341
3477
|
|
|
3342
3478
|
module.exports = __webpack_require__(82);
|
|
3343
3479
|
|
|
3344
3480
|
/***/ }),
|
|
3345
3481
|
/* 82 */
|
|
3346
|
-
/***/ ((module,
|
|
3482
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3347
3483
|
|
|
3348
3484
|
"use strict";
|
|
3349
3485
|
|
|
@@ -3351,7 +3487,7 @@ module.exports = __webpack_require__(82);
|
|
|
3351
3487
|
var utils = __webpack_require__(83);
|
|
3352
3488
|
var bind = __webpack_require__(84);
|
|
3353
3489
|
var Axios = __webpack_require__(85);
|
|
3354
|
-
var mergeConfig = __webpack_require__(
|
|
3490
|
+
var mergeConfig = __webpack_require__(106);
|
|
3355
3491
|
var defaults = __webpack_require__(90);
|
|
3356
3492
|
|
|
3357
3493
|
/**
|
|
@@ -3385,29 +3521,29 @@ var axios = createInstance(defaults);
|
|
|
3385
3521
|
axios.Axios = Axios;
|
|
3386
3522
|
|
|
3387
3523
|
// Expose Cancel & CancelToken
|
|
3388
|
-
axios.Cancel = __webpack_require__(
|
|
3389
|
-
axios.CancelToken = __webpack_require__(
|
|
3390
|
-
axios.isCancel = __webpack_require__(
|
|
3391
|
-
axios.VERSION =
|
|
3524
|
+
axios.Cancel = __webpack_require__(104);
|
|
3525
|
+
axios.CancelToken = __webpack_require__(109);
|
|
3526
|
+
axios.isCancel = __webpack_require__(105);
|
|
3527
|
+
axios.VERSION = __webpack_require__(108).version;
|
|
3392
3528
|
|
|
3393
3529
|
// Expose all/spread
|
|
3394
3530
|
axios.all = function all(promises) {
|
|
3395
3531
|
return Promise.all(promises);
|
|
3396
3532
|
};
|
|
3397
|
-
axios.spread = __webpack_require__(
|
|
3533
|
+
axios.spread = __webpack_require__(110);
|
|
3398
3534
|
|
|
3399
3535
|
// Expose isAxiosError
|
|
3400
|
-
axios.isAxiosError = __webpack_require__(
|
|
3536
|
+
axios.isAxiosError = __webpack_require__(111);
|
|
3401
3537
|
|
|
3402
3538
|
module.exports = axios;
|
|
3403
3539
|
|
|
3404
3540
|
// Allow use of default import syntax in TypeScript
|
|
3405
|
-
module.exports
|
|
3541
|
+
module.exports.default = axios;
|
|
3406
3542
|
|
|
3407
3543
|
|
|
3408
3544
|
/***/ }),
|
|
3409
3545
|
/* 83 */
|
|
3410
|
-
/***/ ((module,
|
|
3546
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3411
3547
|
|
|
3412
3548
|
"use strict";
|
|
3413
3549
|
|
|
@@ -3763,7 +3899,7 @@ module.exports = {
|
|
|
3763
3899
|
|
|
3764
3900
|
/***/ }),
|
|
3765
3901
|
/* 84 */
|
|
3766
|
-
/***/ ((module)
|
|
3902
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3767
3903
|
|
|
3768
3904
|
"use strict";
|
|
3769
3905
|
|
|
@@ -3781,7 +3917,7 @@ module.exports = function bind(fn, thisArg) {
|
|
|
3781
3917
|
|
|
3782
3918
|
/***/ }),
|
|
3783
3919
|
/* 85 */
|
|
3784
|
-
/***/ ((module,
|
|
3920
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3785
3921
|
|
|
3786
3922
|
"use strict";
|
|
3787
3923
|
|
|
@@ -3790,8 +3926,8 @@ var utils = __webpack_require__(83);
|
|
|
3790
3926
|
var buildURL = __webpack_require__(86);
|
|
3791
3927
|
var InterceptorManager = __webpack_require__(87);
|
|
3792
3928
|
var dispatchRequest = __webpack_require__(88);
|
|
3793
|
-
var mergeConfig = __webpack_require__(
|
|
3794
|
-
var validator = __webpack_require__(
|
|
3929
|
+
var mergeConfig = __webpack_require__(106);
|
|
3930
|
+
var validator = __webpack_require__(107);
|
|
3795
3931
|
|
|
3796
3932
|
var validators = validator.validators;
|
|
3797
3933
|
/**
|
|
@@ -3936,7 +4072,7 @@ module.exports = Axios;
|
|
|
3936
4072
|
|
|
3937
4073
|
/***/ }),
|
|
3938
4074
|
/* 86 */
|
|
3939
|
-
/***/ ((module,
|
|
4075
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3940
4076
|
|
|
3941
4077
|
"use strict";
|
|
3942
4078
|
|
|
@@ -4013,7 +4149,7 @@ module.exports = function buildURL(url, params, paramsSerializer) {
|
|
|
4013
4149
|
|
|
4014
4150
|
/***/ }),
|
|
4015
4151
|
/* 87 */
|
|
4016
|
-
/***/ ((module,
|
|
4152
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4017
4153
|
|
|
4018
4154
|
"use strict";
|
|
4019
4155
|
|
|
@@ -4074,16 +4210,16 @@ module.exports = InterceptorManager;
|
|
|
4074
4210
|
|
|
4075
4211
|
/***/ }),
|
|
4076
4212
|
/* 88 */
|
|
4077
|
-
/***/ ((module,
|
|
4213
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4078
4214
|
|
|
4079
4215
|
"use strict";
|
|
4080
4216
|
|
|
4081
4217
|
|
|
4082
4218
|
var utils = __webpack_require__(83);
|
|
4083
4219
|
var transformData = __webpack_require__(89);
|
|
4084
|
-
var isCancel = __webpack_require__(
|
|
4220
|
+
var isCancel = __webpack_require__(105);
|
|
4085
4221
|
var defaults = __webpack_require__(90);
|
|
4086
|
-
var Cancel = __webpack_require__(
|
|
4222
|
+
var Cancel = __webpack_require__(104);
|
|
4087
4223
|
|
|
4088
4224
|
/**
|
|
4089
4225
|
* Throws a `Cancel` if cancellation has been requested.
|
|
@@ -4168,7 +4304,7 @@ module.exports = function dispatchRequest(config) {
|
|
|
4168
4304
|
|
|
4169
4305
|
/***/ }),
|
|
4170
4306
|
/* 89 */
|
|
4171
|
-
/***/ ((module,
|
|
4307
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4172
4308
|
|
|
4173
4309
|
"use strict";
|
|
4174
4310
|
|
|
@@ -4197,15 +4333,15 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
4197
4333
|
|
|
4198
4334
|
/***/ }),
|
|
4199
4335
|
/* 90 */
|
|
4200
|
-
/***/ ((module,
|
|
4336
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4201
4337
|
|
|
4202
4338
|
"use strict";
|
|
4203
|
-
|
|
4339
|
+
/* WEBPACK VAR INJECTION */(function(process) {
|
|
4204
4340
|
|
|
4205
4341
|
var utils = __webpack_require__(83);
|
|
4206
|
-
var normalizeHeaderName = __webpack_require__(
|
|
4207
|
-
var enhanceError = __webpack_require__(
|
|
4208
|
-
var transitionalDefaults = __webpack_require__(
|
|
4342
|
+
var normalizeHeaderName = __webpack_require__(92);
|
|
4343
|
+
var enhanceError = __webpack_require__(93);
|
|
4344
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4209
4345
|
|
|
4210
4346
|
var DEFAULT_CONTENT_TYPE = {
|
|
4211
4347
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
@@ -4221,10 +4357,10 @@ function getDefaultAdapter() {
|
|
|
4221
4357
|
var adapter;
|
|
4222
4358
|
if (typeof XMLHttpRequest !== 'undefined') {
|
|
4223
4359
|
// For browsers use XHR adapter
|
|
4224
|
-
adapter = __webpack_require__(
|
|
4360
|
+
adapter = __webpack_require__(95);
|
|
4225
4361
|
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
4226
4362
|
// For node use HTTP adapter
|
|
4227
|
-
adapter = __webpack_require__(
|
|
4363
|
+
adapter = __webpack_require__(95);
|
|
4228
4364
|
}
|
|
4229
4365
|
return adapter;
|
|
4230
4366
|
}
|
|
@@ -4332,10 +4468,201 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
|
4332
4468
|
|
|
4333
4469
|
module.exports = defaults;
|
|
4334
4470
|
|
|
4471
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(91)))
|
|
4335
4472
|
|
|
4336
4473
|
/***/ }),
|
|
4337
4474
|
/* 91 */
|
|
4338
|
-
/***/ ((module,
|
|
4475
|
+
/***/ (function(module, exports) {
|
|
4476
|
+
|
|
4477
|
+
// shim for using process in browser
|
|
4478
|
+
var process = module.exports = {};
|
|
4479
|
+
|
|
4480
|
+
// cached from whatever global is present so that test runners that stub it
|
|
4481
|
+
// don't break things. But we need to wrap it in a try catch in case it is
|
|
4482
|
+
// wrapped in strict mode code which doesn't define any globals. It's inside a
|
|
4483
|
+
// function because try/catches deoptimize in certain engines.
|
|
4484
|
+
|
|
4485
|
+
var cachedSetTimeout;
|
|
4486
|
+
var cachedClearTimeout;
|
|
4487
|
+
|
|
4488
|
+
function defaultSetTimout() {
|
|
4489
|
+
throw new Error('setTimeout has not been defined');
|
|
4490
|
+
}
|
|
4491
|
+
function defaultClearTimeout () {
|
|
4492
|
+
throw new Error('clearTimeout has not been defined');
|
|
4493
|
+
}
|
|
4494
|
+
(function () {
|
|
4495
|
+
try {
|
|
4496
|
+
if (typeof setTimeout === 'function') {
|
|
4497
|
+
cachedSetTimeout = setTimeout;
|
|
4498
|
+
} else {
|
|
4499
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4500
|
+
}
|
|
4501
|
+
} catch (e) {
|
|
4502
|
+
cachedSetTimeout = defaultSetTimout;
|
|
4503
|
+
}
|
|
4504
|
+
try {
|
|
4505
|
+
if (typeof clearTimeout === 'function') {
|
|
4506
|
+
cachedClearTimeout = clearTimeout;
|
|
4507
|
+
} else {
|
|
4508
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4509
|
+
}
|
|
4510
|
+
} catch (e) {
|
|
4511
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
4512
|
+
}
|
|
4513
|
+
} ())
|
|
4514
|
+
function runTimeout(fun) {
|
|
4515
|
+
if (cachedSetTimeout === setTimeout) {
|
|
4516
|
+
//normal enviroments in sane situations
|
|
4517
|
+
return setTimeout(fun, 0);
|
|
4518
|
+
}
|
|
4519
|
+
// if setTimeout wasn't available but was latter defined
|
|
4520
|
+
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
4521
|
+
cachedSetTimeout = setTimeout;
|
|
4522
|
+
return setTimeout(fun, 0);
|
|
4523
|
+
}
|
|
4524
|
+
try {
|
|
4525
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4526
|
+
return cachedSetTimeout(fun, 0);
|
|
4527
|
+
} catch(e){
|
|
4528
|
+
try {
|
|
4529
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4530
|
+
return cachedSetTimeout.call(null, fun, 0);
|
|
4531
|
+
} catch(e){
|
|
4532
|
+
// 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
|
|
4533
|
+
return cachedSetTimeout.call(this, fun, 0);
|
|
4534
|
+
}
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
|
|
4538
|
+
}
|
|
4539
|
+
function runClearTimeout(marker) {
|
|
4540
|
+
if (cachedClearTimeout === clearTimeout) {
|
|
4541
|
+
//normal enviroments in sane situations
|
|
4542
|
+
return clearTimeout(marker);
|
|
4543
|
+
}
|
|
4544
|
+
// if clearTimeout wasn't available but was latter defined
|
|
4545
|
+
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
4546
|
+
cachedClearTimeout = clearTimeout;
|
|
4547
|
+
return clearTimeout(marker);
|
|
4548
|
+
}
|
|
4549
|
+
try {
|
|
4550
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
4551
|
+
return cachedClearTimeout(marker);
|
|
4552
|
+
} catch (e){
|
|
4553
|
+
try {
|
|
4554
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
4555
|
+
return cachedClearTimeout.call(null, marker);
|
|
4556
|
+
} catch (e){
|
|
4557
|
+
// 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.
|
|
4558
|
+
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
4559
|
+
return cachedClearTimeout.call(this, marker);
|
|
4560
|
+
}
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
|
|
4564
|
+
|
|
4565
|
+
}
|
|
4566
|
+
var queue = [];
|
|
4567
|
+
var draining = false;
|
|
4568
|
+
var currentQueue;
|
|
4569
|
+
var queueIndex = -1;
|
|
4570
|
+
|
|
4571
|
+
function cleanUpNextTick() {
|
|
4572
|
+
if (!draining || !currentQueue) {
|
|
4573
|
+
return;
|
|
4574
|
+
}
|
|
4575
|
+
draining = false;
|
|
4576
|
+
if (currentQueue.length) {
|
|
4577
|
+
queue = currentQueue.concat(queue);
|
|
4578
|
+
} else {
|
|
4579
|
+
queueIndex = -1;
|
|
4580
|
+
}
|
|
4581
|
+
if (queue.length) {
|
|
4582
|
+
drainQueue();
|
|
4583
|
+
}
|
|
4584
|
+
}
|
|
4585
|
+
|
|
4586
|
+
function drainQueue() {
|
|
4587
|
+
if (draining) {
|
|
4588
|
+
return;
|
|
4589
|
+
}
|
|
4590
|
+
var timeout = runTimeout(cleanUpNextTick);
|
|
4591
|
+
draining = true;
|
|
4592
|
+
|
|
4593
|
+
var len = queue.length;
|
|
4594
|
+
while(len) {
|
|
4595
|
+
currentQueue = queue;
|
|
4596
|
+
queue = [];
|
|
4597
|
+
while (++queueIndex < len) {
|
|
4598
|
+
if (currentQueue) {
|
|
4599
|
+
currentQueue[queueIndex].run();
|
|
4600
|
+
}
|
|
4601
|
+
}
|
|
4602
|
+
queueIndex = -1;
|
|
4603
|
+
len = queue.length;
|
|
4604
|
+
}
|
|
4605
|
+
currentQueue = null;
|
|
4606
|
+
draining = false;
|
|
4607
|
+
runClearTimeout(timeout);
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4610
|
+
process.nextTick = function (fun) {
|
|
4611
|
+
var args = new Array(arguments.length - 1);
|
|
4612
|
+
if (arguments.length > 1) {
|
|
4613
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
4614
|
+
args[i - 1] = arguments[i];
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
queue.push(new Item(fun, args));
|
|
4618
|
+
if (queue.length === 1 && !draining) {
|
|
4619
|
+
runTimeout(drainQueue);
|
|
4620
|
+
}
|
|
4621
|
+
};
|
|
4622
|
+
|
|
4623
|
+
// v8 likes predictible objects
|
|
4624
|
+
function Item(fun, array) {
|
|
4625
|
+
this.fun = fun;
|
|
4626
|
+
this.array = array;
|
|
4627
|
+
}
|
|
4628
|
+
Item.prototype.run = function () {
|
|
4629
|
+
this.fun.apply(null, this.array);
|
|
4630
|
+
};
|
|
4631
|
+
process.title = 'browser';
|
|
4632
|
+
process.browser = true;
|
|
4633
|
+
process.env = {};
|
|
4634
|
+
process.argv = [];
|
|
4635
|
+
process.version = ''; // empty string to avoid regexp issues
|
|
4636
|
+
process.versions = {};
|
|
4637
|
+
|
|
4638
|
+
function noop() {}
|
|
4639
|
+
|
|
4640
|
+
process.on = noop;
|
|
4641
|
+
process.addListener = noop;
|
|
4642
|
+
process.once = noop;
|
|
4643
|
+
process.off = noop;
|
|
4644
|
+
process.removeListener = noop;
|
|
4645
|
+
process.removeAllListeners = noop;
|
|
4646
|
+
process.emit = noop;
|
|
4647
|
+
process.prependListener = noop;
|
|
4648
|
+
process.prependOnceListener = noop;
|
|
4649
|
+
|
|
4650
|
+
process.listeners = function (name) { return [] }
|
|
4651
|
+
|
|
4652
|
+
process.binding = function (name) {
|
|
4653
|
+
throw new Error('process.binding is not supported');
|
|
4654
|
+
};
|
|
4655
|
+
|
|
4656
|
+
process.cwd = function () { return '/' };
|
|
4657
|
+
process.chdir = function (dir) {
|
|
4658
|
+
throw new Error('process.chdir is not supported');
|
|
4659
|
+
};
|
|
4660
|
+
process.umask = function() { return 0; };
|
|
4661
|
+
|
|
4662
|
+
|
|
4663
|
+
/***/ }),
|
|
4664
|
+
/* 92 */
|
|
4665
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4339
4666
|
|
|
4340
4667
|
"use strict";
|
|
4341
4668
|
|
|
@@ -4353,8 +4680,8 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
|
4353
4680
|
|
|
4354
4681
|
|
|
4355
4682
|
/***/ }),
|
|
4356
|
-
/*
|
|
4357
|
-
/***/ ((module)
|
|
4683
|
+
/* 93 */
|
|
4684
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4358
4685
|
|
|
4359
4686
|
"use strict";
|
|
4360
4687
|
|
|
@@ -4403,8 +4730,8 @@ module.exports = function enhanceError(error, config, code, request, response) {
|
|
|
4403
4730
|
|
|
4404
4731
|
|
|
4405
4732
|
/***/ }),
|
|
4406
|
-
/*
|
|
4407
|
-
/***/ ((module)
|
|
4733
|
+
/* 94 */
|
|
4734
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4408
4735
|
|
|
4409
4736
|
"use strict";
|
|
4410
4737
|
|
|
@@ -4417,22 +4744,22 @@ module.exports = {
|
|
|
4417
4744
|
|
|
4418
4745
|
|
|
4419
4746
|
/***/ }),
|
|
4420
|
-
/*
|
|
4421
|
-
/***/ ((module,
|
|
4747
|
+
/* 95 */
|
|
4748
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4422
4749
|
|
|
4423
4750
|
"use strict";
|
|
4424
4751
|
|
|
4425
4752
|
|
|
4426
4753
|
var utils = __webpack_require__(83);
|
|
4427
|
-
var settle = __webpack_require__(
|
|
4428
|
-
var cookies = __webpack_require__(
|
|
4754
|
+
var settle = __webpack_require__(96);
|
|
4755
|
+
var cookies = __webpack_require__(98);
|
|
4429
4756
|
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__(
|
|
4757
|
+
var buildFullPath = __webpack_require__(99);
|
|
4758
|
+
var parseHeaders = __webpack_require__(102);
|
|
4759
|
+
var isURLSameOrigin = __webpack_require__(103);
|
|
4760
|
+
var createError = __webpack_require__(97);
|
|
4761
|
+
var transitionalDefaults = __webpack_require__(94);
|
|
4762
|
+
var Cancel = __webpack_require__(104);
|
|
4436
4763
|
|
|
4437
4764
|
module.exports = function xhrAdapter(config) {
|
|
4438
4765
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -4636,13 +4963,13 @@ module.exports = function xhrAdapter(config) {
|
|
|
4636
4963
|
|
|
4637
4964
|
|
|
4638
4965
|
/***/ }),
|
|
4639
|
-
/*
|
|
4640
|
-
/***/ ((module,
|
|
4966
|
+
/* 96 */
|
|
4967
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4641
4968
|
|
|
4642
4969
|
"use strict";
|
|
4643
4970
|
|
|
4644
4971
|
|
|
4645
|
-
var createError = __webpack_require__(
|
|
4972
|
+
var createError = __webpack_require__(97);
|
|
4646
4973
|
|
|
4647
4974
|
/**
|
|
4648
4975
|
* Resolve or reject a Promise based on response status.
|
|
@@ -4668,13 +4995,13 @@ module.exports = function settle(resolve, reject, response) {
|
|
|
4668
4995
|
|
|
4669
4996
|
|
|
4670
4997
|
/***/ }),
|
|
4671
|
-
/*
|
|
4672
|
-
/***/ ((module,
|
|
4998
|
+
/* 97 */
|
|
4999
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4673
5000
|
|
|
4674
5001
|
"use strict";
|
|
4675
5002
|
|
|
4676
5003
|
|
|
4677
|
-
var enhanceError = __webpack_require__(
|
|
5004
|
+
var enhanceError = __webpack_require__(93);
|
|
4678
5005
|
|
|
4679
5006
|
/**
|
|
4680
5007
|
* Create an Error with the specified message, config, error code, request and response.
|
|
@@ -4693,8 +5020,8 @@ module.exports = function createError(message, config, code, request, response)
|
|
|
4693
5020
|
|
|
4694
5021
|
|
|
4695
5022
|
/***/ }),
|
|
4696
|
-
/*
|
|
4697
|
-
/***/ ((module,
|
|
5023
|
+
/* 98 */
|
|
5024
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4698
5025
|
|
|
4699
5026
|
"use strict";
|
|
4700
5027
|
|
|
@@ -4753,14 +5080,14 @@ module.exports = (
|
|
|
4753
5080
|
|
|
4754
5081
|
|
|
4755
5082
|
/***/ }),
|
|
4756
|
-
/*
|
|
4757
|
-
/***/ ((module,
|
|
5083
|
+
/* 99 */
|
|
5084
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4758
5085
|
|
|
4759
5086
|
"use strict";
|
|
4760
5087
|
|
|
4761
5088
|
|
|
4762
|
-
var isAbsoluteURL = __webpack_require__(
|
|
4763
|
-
var combineURLs = __webpack_require__(
|
|
5089
|
+
var isAbsoluteURL = __webpack_require__(100);
|
|
5090
|
+
var combineURLs = __webpack_require__(101);
|
|
4764
5091
|
|
|
4765
5092
|
/**
|
|
4766
5093
|
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
@@ -4780,8 +5107,8 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
|
|
|
4780
5107
|
|
|
4781
5108
|
|
|
4782
5109
|
/***/ }),
|
|
4783
|
-
/*
|
|
4784
|
-
/***/ ((module)
|
|
5110
|
+
/* 100 */
|
|
5111
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4785
5112
|
|
|
4786
5113
|
"use strict";
|
|
4787
5114
|
|
|
@@ -4801,8 +5128,8 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
4801
5128
|
|
|
4802
5129
|
|
|
4803
5130
|
/***/ }),
|
|
4804
|
-
/*
|
|
4805
|
-
/***/ ((module)
|
|
5131
|
+
/* 101 */
|
|
5132
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4806
5133
|
|
|
4807
5134
|
"use strict";
|
|
4808
5135
|
|
|
@@ -4822,8 +5149,8 @@ module.exports = function combineURLs(baseURL, relativeURL) {
|
|
|
4822
5149
|
|
|
4823
5150
|
|
|
4824
5151
|
/***/ }),
|
|
4825
|
-
/*
|
|
4826
|
-
/***/ ((module,
|
|
5152
|
+
/* 102 */
|
|
5153
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4827
5154
|
|
|
4828
5155
|
"use strict";
|
|
4829
5156
|
|
|
@@ -4882,8 +5209,8 @@ module.exports = function parseHeaders(headers) {
|
|
|
4882
5209
|
|
|
4883
5210
|
|
|
4884
5211
|
/***/ }),
|
|
4885
|
-
/*
|
|
4886
|
-
/***/ ((module,
|
|
5212
|
+
/* 103 */
|
|
5213
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4887
5214
|
|
|
4888
5215
|
"use strict";
|
|
4889
5216
|
|
|
@@ -4957,8 +5284,8 @@ module.exports = (
|
|
|
4957
5284
|
|
|
4958
5285
|
|
|
4959
5286
|
/***/ }),
|
|
4960
|
-
/*
|
|
4961
|
-
/***/ ((module)
|
|
5287
|
+
/* 104 */
|
|
5288
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4962
5289
|
|
|
4963
5290
|
"use strict";
|
|
4964
5291
|
|
|
@@ -4983,8 +5310,8 @@ module.exports = Cancel;
|
|
|
4983
5310
|
|
|
4984
5311
|
|
|
4985
5312
|
/***/ }),
|
|
4986
|
-
/*
|
|
4987
|
-
/***/ ((module)
|
|
5313
|
+
/* 105 */
|
|
5314
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4988
5315
|
|
|
4989
5316
|
"use strict";
|
|
4990
5317
|
|
|
@@ -4995,8 +5322,8 @@ module.exports = function isCancel(value) {
|
|
|
4995
5322
|
|
|
4996
5323
|
|
|
4997
5324
|
/***/ }),
|
|
4998
|
-
/*
|
|
4999
|
-
/***/ ((module,
|
|
5325
|
+
/* 106 */
|
|
5326
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5000
5327
|
|
|
5001
5328
|
"use strict";
|
|
5002
5329
|
|
|
@@ -5101,13 +5428,13 @@ module.exports = function mergeConfig(config1, config2) {
|
|
|
5101
5428
|
|
|
5102
5429
|
|
|
5103
5430
|
/***/ }),
|
|
5104
|
-
/*
|
|
5105
|
-
/***/ ((module,
|
|
5431
|
+
/* 107 */
|
|
5432
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5106
5433
|
|
|
5107
5434
|
"use strict";
|
|
5108
5435
|
|
|
5109
5436
|
|
|
5110
|
-
var VERSION =
|
|
5437
|
+
var VERSION = __webpack_require__(108).version;
|
|
5111
5438
|
|
|
5112
5439
|
var validators = {};
|
|
5113
5440
|
|
|
@@ -5190,21 +5517,21 @@ module.exports = {
|
|
|
5190
5517
|
|
|
5191
5518
|
|
|
5192
5519
|
/***/ }),
|
|
5193
|
-
/*
|
|
5194
|
-
/***/ ((module)
|
|
5520
|
+
/* 108 */
|
|
5521
|
+
/***/ (function(module, exports) {
|
|
5195
5522
|
|
|
5196
5523
|
module.exports = {
|
|
5197
5524
|
"version": "0.26.1"
|
|
5198
5525
|
};
|
|
5199
5526
|
|
|
5200
5527
|
/***/ }),
|
|
5201
|
-
/*
|
|
5202
|
-
/***/ ((module,
|
|
5528
|
+
/* 109 */
|
|
5529
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5203
5530
|
|
|
5204
5531
|
"use strict";
|
|
5205
5532
|
|
|
5206
5533
|
|
|
5207
|
-
var Cancel = __webpack_require__(
|
|
5534
|
+
var Cancel = __webpack_require__(104);
|
|
5208
5535
|
|
|
5209
5536
|
/**
|
|
5210
5537
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
@@ -5324,8 +5651,8 @@ module.exports = CancelToken;
|
|
|
5324
5651
|
|
|
5325
5652
|
|
|
5326
5653
|
/***/ }),
|
|
5327
|
-
/*
|
|
5328
|
-
/***/ ((module)
|
|
5654
|
+
/* 110 */
|
|
5655
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5329
5656
|
|
|
5330
5657
|
"use strict";
|
|
5331
5658
|
|
|
@@ -5358,8 +5685,8 @@ module.exports = function spread(callback) {
|
|
|
5358
5685
|
|
|
5359
5686
|
|
|
5360
5687
|
/***/ }),
|
|
5361
|
-
/*
|
|
5362
|
-
/***/ ((module,
|
|
5688
|
+
/* 111 */
|
|
5689
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5363
5690
|
|
|
5364
5691
|
"use strict";
|
|
5365
5692
|
|
|
@@ -5378,12 +5705,12 @@ module.exports = function isAxiosError(payload) {
|
|
|
5378
5705
|
|
|
5379
5706
|
|
|
5380
5707
|
/***/ }),
|
|
5381
|
-
/*
|
|
5382
|
-
/***/ ((
|
|
5708
|
+
/* 112 */
|
|
5709
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5383
5710
|
|
|
5384
5711
|
"use strict";
|
|
5385
5712
|
|
|
5386
|
-
Object.defineProperty(exports, "__esModule",
|
|
5713
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5387
5714
|
exports.SdPlatformSdkConfig = void 0;
|
|
5388
5715
|
/**
|
|
5389
5716
|
* Configuration of an instance of the platform SDK.
|
|
@@ -5405,12 +5732,12 @@ exports.SdPlatformSdkConfig = SdPlatformSdkConfig;
|
|
|
5405
5732
|
|
|
5406
5733
|
|
|
5407
5734
|
/***/ }),
|
|
5408
|
-
/*
|
|
5409
|
-
/***/ ((
|
|
5735
|
+
/* 113 */
|
|
5736
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5410
5737
|
|
|
5411
5738
|
"use strict";
|
|
5412
5739
|
|
|
5413
|
-
Object.defineProperty(exports, "__esModule",
|
|
5740
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5414
5741
|
exports.SdPlatformDocumentApi = void 0;
|
|
5415
5742
|
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
5416
5743
|
const ResourcesApi_1 = __webpack_require__(57);
|
|
@@ -5474,7 +5801,7 @@ class SdPlatformDocumentApi extends ResourcesApi_1.ResourcesApi {
|
|
|
5474
5801
|
* @returns { string }
|
|
5475
5802
|
*/
|
|
5476
5803
|
getDownloadUrl(document_id_or_type) {
|
|
5477
|
-
return
|
|
5804
|
+
return `/browser/v1/documents/${document_id_or_type}/download`;
|
|
5478
5805
|
}
|
|
5479
5806
|
/**
|
|
5480
5807
|
* Get a view document url.
|
|
@@ -5482,7 +5809,7 @@ class SdPlatformDocumentApi extends ResourcesApi_1.ResourcesApi {
|
|
|
5482
5809
|
* @returns { string }
|
|
5483
5810
|
*/
|
|
5484
5811
|
getViewUrl(document_id_or_type) {
|
|
5485
|
-
return
|
|
5812
|
+
return `/browser/v1/documents/${document_id_or_type}/view`;
|
|
5486
5813
|
}
|
|
5487
5814
|
/**
|
|
5488
5815
|
* Accept a document
|
|
@@ -5497,12 +5824,41 @@ exports.SdPlatformDocumentApi = SdPlatformDocumentApi;
|
|
|
5497
5824
|
|
|
5498
5825
|
|
|
5499
5826
|
/***/ }),
|
|
5500
|
-
/*
|
|
5501
|
-
/***/ ((
|
|
5827
|
+
/* 114 */
|
|
5828
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5502
5829
|
|
|
5503
5830
|
"use strict";
|
|
5504
5831
|
|
|
5505
|
-
Object.defineProperty(exports, "__esModule",
|
|
5832
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5833
|
+
exports.SdPlatformOrganizationAnalyticsApi = void 0;
|
|
5834
|
+
const SdPlatformRequestId_1 = __webpack_require__(52);
|
|
5835
|
+
const ResourcesApi_1 = __webpack_require__(57);
|
|
5836
|
+
/**
|
|
5837
|
+
* Analytics for organizations.
|
|
5838
|
+
*/
|
|
5839
|
+
class SdPlatformOrganizationAnalyticsApi extends ResourcesApi_1.ResourcesApi {
|
|
5840
|
+
get __resourcePath() {
|
|
5841
|
+
return "organization_model_sessions";
|
|
5842
|
+
}
|
|
5843
|
+
/**
|
|
5844
|
+
* Query session analytics aggregated per user.
|
|
5845
|
+
* @param body
|
|
5846
|
+
* @returns
|
|
5847
|
+
*/
|
|
5848
|
+
query(body = {}) {
|
|
5849
|
+
return super.__query(SdPlatformRequestId_1.RequestId.OrganizationModelSessionsQuery, body);
|
|
5850
|
+
}
|
|
5851
|
+
}
|
|
5852
|
+
exports.SdPlatformOrganizationAnalyticsApi = SdPlatformOrganizationAnalyticsApi;
|
|
5853
|
+
|
|
5854
|
+
|
|
5855
|
+
/***/ }),
|
|
5856
|
+
/* 115 */
|
|
5857
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5858
|
+
|
|
5859
|
+
"use strict";
|
|
5860
|
+
|
|
5861
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5506
5862
|
exports.create = void 0;
|
|
5507
5863
|
const SdPlatformSdk_1 = __webpack_require__(78);
|
|
5508
5864
|
function create(clientId, clientSecret, baseUrl) {
|
|
@@ -5523,69 +5879,5 @@ exports.create = create;
|
|
|
5523
5879
|
|
|
5524
5880
|
|
|
5525
5881
|
/***/ })
|
|
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
|
-
;
|
|
5882
|
+
/******/ ]);
|
|
5591
5883
|
});
|