@ama-sdk/core 13.6.0-prerelease.13 → 13.6.0-prerelease.15
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/cjs/fwk/mocks/alf-mock-adapter.js +11 -3
- package/cjs/fwk/mocks/base-mock-adapter.js +11 -3
- package/cjs/fwk/server.js +2 -2
- package/cjs/plugins/additional-params/additional-params-request.js +11 -3
- package/cjs/plugins/additional-params/additional-params.spec.js +11 -3
- package/cjs/plugins/api-configuration-override/api-configuration-override-request.js +11 -3
- package/cjs/plugins/api-configuration-override/api-configuration-override.spec.js +11 -3
- package/cjs/plugins/api-key/api-key-request.js +11 -3
- package/cjs/plugins/api-key/api-key.spec.js +11 -3
- package/cjs/plugins/bot-protection-fingerprint/bot-protection-fingerprint-request.js +11 -3
- package/cjs/plugins/bot-protection-fingerprint/bot-protection-fingerprint.spec.js +11 -3
- package/cjs/plugins/client-facts/client-facts-request.js +11 -3
- package/cjs/plugins/client-facts/client-facts.spec.js +11 -3
- package/cjs/plugins/custom-info/custom-info.spec.js +11 -3
- package/cjs/plugins/fetch-cache/fetch-cache.spec.js +11 -3
- package/cjs/plugins/fetch-credentials/fetch-credentials.spec.js +11 -3
- package/cjs/plugins/json-token/json-token.spec.js +11 -3
- package/cjs/plugins/mgw-mdw-auth/mgw-mdw-auth-helpers.js +11 -3
- package/cjs/plugins/mgw-mdw-auth/mgw-mdw-auth-request.js +11 -3
- package/cjs/plugins/mgw-mdw-auth/mgw-mdw-auth.spec.js +11 -3
- package/cjs/plugins/mock-intercept/mock-intercept-request.js +11 -3
- package/cjs/plugins/mock-intercept/mock-intercept.spec.js +11 -3
- package/cjs/plugins/open-telemetry/traceparent/open-telemetry-traceparent-reply.spec.js +11 -3
- package/cjs/plugins/open-telemetry/traceparent/open-telemetry-traceparent-request.spec.js +11 -3
- package/cjs/plugins/pii-tokenizer/pii-tokenizer-request.js +11 -3
- package/cjs/plugins/pii-tokenizer/pii-tokenizer.spec.js +11 -3
- package/cjs/plugins/raw-response-info/raw-response-info.spec.js +11 -3
- package/cjs/plugins/reviver/reviver.spec.js +11 -3
- package/cjs/plugins/session-id/session-id-request.js +1 -1
- package/cjs/plugins/session-id/session-id.spec.js +11 -3
- package/cjs/plugins/si-token/si-token.spec.js +11 -3
- package/cjs/plugins/simple-api-key-authentication/simple-api-key-authentication-request.js +11 -3
- package/cjs/plugins/simple-api-key-authentication/simple-api-key-authentication.spec.js +11 -3
- package/cjs/plugins/url-rewrite/url-rewrite-request.js +11 -3
- package/cjs/plugins/url-rewrite/url-rewrite.spec.js +11 -3
- package/cjs/utils/crypto.js +11 -3
- package/cjs/utils/generic-api.js +11 -3
- package/cjs/utils/json-token.js +11 -3
- package/cjs/utils/json-token.spec.js +11 -3
- package/cjs/utils/perf/perf-metric.js +6 -6
- package/esm2015/fwk/mocks/alf-mock-adapter.js +11 -3
- package/esm2015/fwk/mocks/base-mock-adapter.js +11 -3
- package/esm2015/fwk/server.js +2 -2
- package/esm2015/plugins/additional-params/additional-params-request.js +11 -3
- package/esm2015/plugins/additional-params/additional-params.spec.js +11 -3
- package/esm2015/plugins/api-configuration-override/api-configuration-override-request.js +11 -3
- package/esm2015/plugins/api-configuration-override/api-configuration-override.spec.js +11 -3
- package/esm2015/plugins/api-key/api-key-request.js +11 -3
- package/esm2015/plugins/api-key/api-key.spec.js +11 -3
- package/esm2015/plugins/bot-protection-fingerprint/bot-protection-fingerprint-request.js +11 -3
- package/esm2015/plugins/bot-protection-fingerprint/bot-protection-fingerprint.spec.js +11 -3
- package/esm2015/plugins/client-facts/client-facts-request.js +11 -3
- package/esm2015/plugins/client-facts/client-facts.spec.js +11 -3
- package/esm2015/plugins/custom-info/custom-info.spec.js +11 -3
- package/esm2015/plugins/fetch-cache/fetch-cache.spec.js +11 -3
- package/esm2015/plugins/fetch-credentials/fetch-credentials.spec.js +11 -3
- package/esm2015/plugins/json-token/json-token.spec.js +11 -3
- package/esm2015/plugins/mgw-mdw-auth/mgw-mdw-auth-helpers.js +11 -3
- package/esm2015/plugins/mgw-mdw-auth/mgw-mdw-auth-request.js +11 -3
- package/esm2015/plugins/mgw-mdw-auth/mgw-mdw-auth.spec.js +11 -3
- package/esm2015/plugins/mock-intercept/mock-intercept-request.js +11 -3
- package/esm2015/plugins/mock-intercept/mock-intercept.spec.js +11 -3
- package/esm2015/plugins/open-telemetry/traceparent/open-telemetry-traceparent-reply.spec.js +11 -3
- package/esm2015/plugins/open-telemetry/traceparent/open-telemetry-traceparent-request.spec.js +11 -3
- package/esm2015/plugins/pii-tokenizer/pii-tokenizer-request.js +11 -3
- package/esm2015/plugins/pii-tokenizer/pii-tokenizer.spec.js +11 -3
- package/esm2015/plugins/raw-response-info/raw-response-info.spec.js +11 -3
- package/esm2015/plugins/reviver/reviver.spec.js +11 -3
- package/esm2015/plugins/session-id/session-id-request.js +1 -1
- package/esm2015/plugins/session-id/session-id.spec.js +11 -3
- package/esm2015/plugins/si-token/si-token.spec.js +11 -3
- package/esm2015/plugins/simple-api-key-authentication/simple-api-key-authentication-request.js +11 -3
- package/esm2015/plugins/simple-api-key-authentication/simple-api-key-authentication.spec.js +11 -3
- package/esm2015/plugins/url-rewrite/url-rewrite-request.js +11 -3
- package/esm2015/plugins/url-rewrite/url-rewrite.spec.js +11 -3
- package/esm2015/utils/crypto.js +11 -3
- package/esm2015/utils/generic-api.js +11 -3
- package/esm2015/utils/json-token.js +11 -3
- package/esm2015/utils/json-token.spec.js +11 -3
- package/esm2015/utils/perf/perf-metric.js +6 -6
- package/package.json +11 -11
|
@@ -100,9 +100,17 @@ function _ts_generator(thisArg, body) {
|
|
|
100
100
|
},
|
|
101
101
|
trys: [],
|
|
102
102
|
ops: []
|
|
103
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
104
|
-
return
|
|
105
|
-
|
|
103
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
104
|
+
return d(g, "next", {
|
|
105
|
+
value: verb(0)
|
|
106
|
+
}), d(g, "throw", {
|
|
107
|
+
value: verb(1)
|
|
108
|
+
}), d(g, "return", {
|
|
109
|
+
value: verb(2)
|
|
110
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
111
|
+
value: function() {
|
|
112
|
+
return this;
|
|
113
|
+
}
|
|
106
114
|
}), g;
|
|
107
115
|
function verb(n) {
|
|
108
116
|
return function(v) {
|
|
@@ -79,9 +79,17 @@ function _ts_generator(thisArg, body) {
|
|
|
79
79
|
},
|
|
80
80
|
trys: [],
|
|
81
81
|
ops: []
|
|
82
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
83
|
-
return
|
|
84
|
-
|
|
82
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
83
|
+
return d(g, "next", {
|
|
84
|
+
value: verb(0)
|
|
85
|
+
}), d(g, "throw", {
|
|
86
|
+
value: verb(1)
|
|
87
|
+
}), d(g, "return", {
|
|
88
|
+
value: verb(2)
|
|
89
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
90
|
+
value: function() {
|
|
91
|
+
return this;
|
|
92
|
+
}
|
|
85
93
|
}), g;
|
|
86
94
|
function verb(n) {
|
|
87
95
|
return function(v) {
|
package/cjs/fwk/server.js
CHANGED
|
@@ -74,9 +74,9 @@ var selectServerBasePath = function(clientServerConfigurations, servers, logger)
|
|
|
74
74
|
}
|
|
75
75
|
return Object.entries(matchingServer.variables || {}).reduce(function(acc, param) {
|
|
76
76
|
var _param = _sliced_to_array(param, 2), variableName = _param[0], variable = _param[1];
|
|
77
|
+
var _ref;
|
|
77
78
|
var _server_variables;
|
|
78
|
-
var
|
|
79
|
-
var variableValue = (_server_variables_variableName = server === null || server === void 0 ? void 0 : (_server_variables = server.variables) === null || _server_variables === void 0 ? void 0 : _server_variables[variableName]) !== null && _server_variables_variableName !== void 0 ? _server_variables_variableName : variable.defaultValue;
|
|
79
|
+
var variableValue = (_ref = server === null || server === void 0 ? void 0 : (_server_variables = server.variables) === null || _server_variables === void 0 ? void 0 : _server_variables[variableName]) !== null && _ref !== void 0 ? _ref : variable.defaultValue;
|
|
80
80
|
if (variableValue === undefined) {
|
|
81
81
|
logger === null || logger === void 0 ? void 0 : logger.warn('No value provided for server variable "'.concat(variableName, '", using empty string as default'));
|
|
82
82
|
variableValue = '';
|
|
@@ -153,9 +153,17 @@ function _ts_generator(thisArg, body) {
|
|
|
153
153
|
},
|
|
154
154
|
trys: [],
|
|
155
155
|
ops: []
|
|
156
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
157
|
-
return
|
|
158
|
-
|
|
156
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
157
|
+
return d(g, "next", {
|
|
158
|
+
value: verb(0)
|
|
159
|
+
}), d(g, "throw", {
|
|
160
|
+
value: verb(1)
|
|
161
|
+
}), d(g, "return", {
|
|
162
|
+
value: verb(2)
|
|
163
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
164
|
+
value: function() {
|
|
165
|
+
return this;
|
|
166
|
+
}
|
|
159
167
|
}), g;
|
|
160
168
|
function verb(n) {
|
|
161
169
|
return function(v) {
|
|
@@ -42,9 +42,17 @@ function _ts_generator(thisArg, body) {
|
|
|
42
42
|
},
|
|
43
43
|
trys: [],
|
|
44
44
|
ops: []
|
|
45
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
-
return
|
|
47
|
-
|
|
45
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
46
|
+
return d(g, "next", {
|
|
47
|
+
value: verb(0)
|
|
48
|
+
}), d(g, "throw", {
|
|
49
|
+
value: verb(1)
|
|
50
|
+
}), d(g, "return", {
|
|
51
|
+
value: verb(2)
|
|
52
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
53
|
+
value: function() {
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
48
56
|
}), g;
|
|
49
57
|
function verb(n) {
|
|
50
58
|
return function(v) {
|
|
@@ -78,9 +78,17 @@ function _ts_generator(thisArg, body) {
|
|
|
78
78
|
},
|
|
79
79
|
trys: [],
|
|
80
80
|
ops: []
|
|
81
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
82
|
-
return
|
|
83
|
-
|
|
81
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
82
|
+
return d(g, "next", {
|
|
83
|
+
value: verb(0)
|
|
84
|
+
}), d(g, "throw", {
|
|
85
|
+
value: verb(1)
|
|
86
|
+
}), d(g, "return", {
|
|
87
|
+
value: verb(2)
|
|
88
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
89
|
+
value: function() {
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
84
92
|
}), g;
|
|
85
93
|
function verb(n) {
|
|
86
94
|
return function(v) {
|
|
@@ -59,9 +59,17 @@ function _ts_generator(thisArg, body) {
|
|
|
59
59
|
},
|
|
60
60
|
trys: [],
|
|
61
61
|
ops: []
|
|
62
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
63
|
-
return
|
|
64
|
-
|
|
62
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
63
|
+
return d(g, "next", {
|
|
64
|
+
value: verb(0)
|
|
65
|
+
}), d(g, "throw", {
|
|
66
|
+
value: verb(1)
|
|
67
|
+
}), d(g, "return", {
|
|
68
|
+
value: verb(2)
|
|
69
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
70
|
+
value: function() {
|
|
71
|
+
return this;
|
|
72
|
+
}
|
|
65
73
|
}), g;
|
|
66
74
|
function verb(n) {
|
|
67
75
|
return function(v) {
|
|
@@ -78,9 +78,17 @@ function _ts_generator(thisArg, body) {
|
|
|
78
78
|
},
|
|
79
79
|
trys: [],
|
|
80
80
|
ops: []
|
|
81
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
82
|
-
return
|
|
83
|
-
|
|
81
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
82
|
+
return d(g, "next", {
|
|
83
|
+
value: verb(0)
|
|
84
|
+
}), d(g, "throw", {
|
|
85
|
+
value: verb(1)
|
|
86
|
+
}), d(g, "return", {
|
|
87
|
+
value: verb(2)
|
|
88
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
89
|
+
value: function() {
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
84
92
|
}), g;
|
|
85
93
|
function verb(n) {
|
|
86
94
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -89,9 +89,17 @@ function _ts_generator(thisArg, body) {
|
|
|
89
89
|
},
|
|
90
90
|
trys: [],
|
|
91
91
|
ops: []
|
|
92
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
93
|
-
return
|
|
94
|
-
|
|
92
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
93
|
+
return d(g, "next", {
|
|
94
|
+
value: verb(0)
|
|
95
|
+
}), d(g, "throw", {
|
|
96
|
+
value: verb(1)
|
|
97
|
+
}), d(g, "return", {
|
|
98
|
+
value: verb(2)
|
|
99
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
100
|
+
value: function() {
|
|
101
|
+
return this;
|
|
102
|
+
}
|
|
95
103
|
}), g;
|
|
96
104
|
function verb(n) {
|
|
97
105
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -102,9 +102,17 @@ function _ts_generator(thisArg, body) {
|
|
|
102
102
|
},
|
|
103
103
|
trys: [],
|
|
104
104
|
ops: []
|
|
105
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
106
|
-
return
|
|
107
|
-
|
|
105
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
106
|
+
return d(g, "next", {
|
|
107
|
+
value: verb(0)
|
|
108
|
+
}), d(g, "throw", {
|
|
109
|
+
value: verb(1)
|
|
110
|
+
}), d(g, "return", {
|
|
111
|
+
value: verb(2)
|
|
112
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
113
|
+
value: function() {
|
|
114
|
+
return this;
|
|
115
|
+
}
|
|
108
116
|
}), g;
|
|
109
117
|
function verb(n) {
|
|
110
118
|
return function(v) {
|
|
@@ -69,9 +69,17 @@ function _ts_generator(thisArg, body) {
|
|
|
69
69
|
},
|
|
70
70
|
trys: [],
|
|
71
71
|
ops: []
|
|
72
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
73
|
-
return
|
|
74
|
-
|
|
72
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
73
|
+
return d(g, "next", {
|
|
74
|
+
value: verb(0)
|
|
75
|
+
}), d(g, "throw", {
|
|
76
|
+
value: verb(1)
|
|
77
|
+
}), d(g, "return", {
|
|
78
|
+
value: verb(2)
|
|
79
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
80
|
+
value: function() {
|
|
81
|
+
return this;
|
|
82
|
+
}
|
|
75
83
|
}), g;
|
|
76
84
|
function verb(n) {
|
|
77
85
|
return function(v) {
|
|
@@ -42,9 +42,17 @@ function _ts_generator(thisArg, body) {
|
|
|
42
42
|
},
|
|
43
43
|
trys: [],
|
|
44
44
|
ops: []
|
|
45
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
-
return
|
|
47
|
-
|
|
45
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
46
|
+
return d(g, "next", {
|
|
47
|
+
value: verb(0)
|
|
48
|
+
}), d(g, "throw", {
|
|
49
|
+
value: verb(1)
|
|
50
|
+
}), d(g, "return", {
|
|
51
|
+
value: verb(2)
|
|
52
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
53
|
+
value: function() {
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
48
56
|
}), g;
|
|
49
57
|
function verb(n) {
|
|
50
58
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -43,9 +43,17 @@ function _ts_generator(thisArg, body) {
|
|
|
43
43
|
},
|
|
44
44
|
trys: [],
|
|
45
45
|
ops: []
|
|
46
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
47
|
-
return
|
|
48
|
-
|
|
46
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
47
|
+
return d(g, "next", {
|
|
48
|
+
value: verb(0)
|
|
49
|
+
}), d(g, "throw", {
|
|
50
|
+
value: verb(1)
|
|
51
|
+
}), d(g, "return", {
|
|
52
|
+
value: verb(2)
|
|
53
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
54
|
+
value: function() {
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
49
57
|
}), g;
|
|
50
58
|
function verb(n) {
|
|
51
59
|
return function(v) {
|
|
@@ -82,9 +82,17 @@ function _ts_generator(thisArg, body) {
|
|
|
82
82
|
},
|
|
83
83
|
trys: [],
|
|
84
84
|
ops: []
|
|
85
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
86
|
-
return
|
|
87
|
-
|
|
85
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
86
|
+
return d(g, "next", {
|
|
87
|
+
value: verb(0)
|
|
88
|
+
}), d(g, "throw", {
|
|
89
|
+
value: verb(1)
|
|
90
|
+
}), d(g, "return", {
|
|
91
|
+
value: verb(2)
|
|
92
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
93
|
+
value: function() {
|
|
94
|
+
return this;
|
|
95
|
+
}
|
|
88
96
|
}), g;
|
|
89
97
|
function verb(n) {
|
|
90
98
|
return function(v) {
|
|
@@ -81,9 +81,17 @@ function _ts_generator(thisArg, body) {
|
|
|
81
81
|
},
|
|
82
82
|
trys: [],
|
|
83
83
|
ops: []
|
|
84
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
85
|
-
return
|
|
86
|
-
|
|
84
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
85
|
+
return d(g, "next", {
|
|
86
|
+
value: verb(0)
|
|
87
|
+
}), d(g, "throw", {
|
|
88
|
+
value: verb(1)
|
|
89
|
+
}), d(g, "return", {
|
|
90
|
+
value: verb(2)
|
|
91
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
92
|
+
value: function() {
|
|
93
|
+
return this;
|
|
94
|
+
}
|
|
87
95
|
}), g;
|
|
88
96
|
function verb(n) {
|
|
89
97
|
return function(v) {
|
|
@@ -61,9 +61,17 @@ function _ts_generator(thisArg, body) {
|
|
|
61
61
|
},
|
|
62
62
|
trys: [],
|
|
63
63
|
ops: []
|
|
64
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
65
|
-
return
|
|
66
|
-
|
|
64
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
65
|
+
return d(g, "next", {
|
|
66
|
+
value: verb(0)
|
|
67
|
+
}), d(g, "throw", {
|
|
68
|
+
value: verb(1)
|
|
69
|
+
}), d(g, "return", {
|
|
70
|
+
value: verb(2)
|
|
71
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
72
|
+
value: function() {
|
|
73
|
+
return this;
|
|
74
|
+
}
|
|
67
75
|
}), g;
|
|
68
76
|
function verb(n) {
|
|
69
77
|
return function(v) {
|
|
@@ -118,9 +118,17 @@ function _ts_generator(thisArg, body) {
|
|
|
118
118
|
},
|
|
119
119
|
trys: [],
|
|
120
120
|
ops: []
|
|
121
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
122
|
-
return
|
|
123
|
-
|
|
121
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
122
|
+
return d(g, "next", {
|
|
123
|
+
value: verb(0)
|
|
124
|
+
}), d(g, "throw", {
|
|
125
|
+
value: verb(1)
|
|
126
|
+
}), d(g, "return", {
|
|
127
|
+
value: verb(2)
|
|
128
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
129
|
+
value: function() {
|
|
130
|
+
return this;
|
|
131
|
+
}
|
|
124
132
|
}), g;
|
|
125
133
|
function verb(n) {
|
|
126
134
|
return function(v) {
|
|
@@ -42,9 +42,17 @@ function _ts_generator(thisArg, body) {
|
|
|
42
42
|
},
|
|
43
43
|
trys: [],
|
|
44
44
|
ops: []
|
|
45
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
-
return
|
|
47
|
-
|
|
45
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
46
|
+
return d(g, "next", {
|
|
47
|
+
value: verb(0)
|
|
48
|
+
}), d(g, "throw", {
|
|
49
|
+
value: verb(1)
|
|
50
|
+
}), d(g, "return", {
|
|
51
|
+
value: verb(2)
|
|
52
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
53
|
+
value: function() {
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
48
56
|
}), g;
|
|
49
57
|
function verb(n) {
|
|
50
58
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|
|
@@ -105,9 +105,17 @@ function _ts_generator(thisArg, body) {
|
|
|
105
105
|
},
|
|
106
106
|
trys: [],
|
|
107
107
|
ops: []
|
|
108
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
109
|
-
return
|
|
110
|
-
|
|
108
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
109
|
+
return d(g, "next", {
|
|
110
|
+
value: verb(0)
|
|
111
|
+
}), d(g, "throw", {
|
|
112
|
+
value: verb(1)
|
|
113
|
+
}), d(g, "return", {
|
|
114
|
+
value: verb(2)
|
|
115
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
116
|
+
value: function() {
|
|
117
|
+
return this;
|
|
118
|
+
}
|
|
111
119
|
}), g;
|
|
112
120
|
function verb(n) {
|
|
113
121
|
return function(v) {
|
|
@@ -135,9 +135,17 @@ function _ts_generator(thisArg, body) {
|
|
|
135
135
|
},
|
|
136
136
|
trys: [],
|
|
137
137
|
ops: []
|
|
138
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
139
|
-
return
|
|
140
|
-
|
|
138
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
139
|
+
return d(g, "next", {
|
|
140
|
+
value: verb(0)
|
|
141
|
+
}), d(g, "throw", {
|
|
142
|
+
value: verb(1)
|
|
143
|
+
}), d(g, "return", {
|
|
144
|
+
value: verb(2)
|
|
145
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
146
|
+
value: function() {
|
|
147
|
+
return this;
|
|
148
|
+
}
|
|
141
149
|
}), g;
|
|
142
150
|
function verb(n) {
|
|
143
151
|
return function(v) {
|
|
@@ -42,9 +42,17 @@ function _ts_generator(thisArg, body) {
|
|
|
42
42
|
},
|
|
43
43
|
trys: [],
|
|
44
44
|
ops: []
|
|
45
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
-
return
|
|
47
|
-
|
|
45
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
46
|
+
return d(g, "next", {
|
|
47
|
+
value: verb(0)
|
|
48
|
+
}), d(g, "throw", {
|
|
49
|
+
value: verb(1)
|
|
50
|
+
}), d(g, "return", {
|
|
51
|
+
value: verb(2)
|
|
52
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
53
|
+
value: function() {
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
48
56
|
}), g;
|
|
49
57
|
function verb(n) {
|
|
50
58
|
return function(v) {
|
|
@@ -42,9 +42,17 @@ function _ts_generator(thisArg, body) {
|
|
|
42
42
|
},
|
|
43
43
|
trys: [],
|
|
44
44
|
ops: []
|
|
45
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
-
return
|
|
47
|
-
|
|
45
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
46
|
+
return d(g, "next", {
|
|
47
|
+
value: verb(0)
|
|
48
|
+
}), d(g, "throw", {
|
|
49
|
+
value: verb(1)
|
|
50
|
+
}), d(g, "return", {
|
|
51
|
+
value: verb(2)
|
|
52
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
53
|
+
value: function() {
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
48
56
|
}), g;
|
|
49
57
|
function verb(n) {
|
|
50
58
|
return function(v) {
|
|
@@ -102,7 +102,7 @@ var SessionIdRequest = /*#__PURE__*/ function() {
|
|
|
102
102
|
SessionIdRequest.sharedMemory[this.sessionIdHeader] = parsedSessionIdObject.id;
|
|
103
103
|
this.logSessionId(parsedSessionIdObject.id, parsedSessionIdObject.generatedTime, logger);
|
|
104
104
|
return parsedSessionIdObject.id;
|
|
105
|
-
} catch (
|
|
105
|
+
} catch (unused) {}
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
// else we have to generate a new one
|
|
@@ -41,9 +41,17 @@ function _ts_generator(thisArg, body) {
|
|
|
41
41
|
},
|
|
42
42
|
trys: [],
|
|
43
43
|
ops: []
|
|
44
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
45
|
-
return
|
|
46
|
-
|
|
44
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
45
|
+
return d(g, "next", {
|
|
46
|
+
value: verb(0)
|
|
47
|
+
}), d(g, "throw", {
|
|
48
|
+
value: verb(1)
|
|
49
|
+
}), d(g, "return", {
|
|
50
|
+
value: verb(2)
|
|
51
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
52
|
+
value: function() {
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
47
55
|
}), g;
|
|
48
56
|
function verb(n) {
|
|
49
57
|
return function(v) {
|