@doordeck/doordeck-headless-sdk 0.209.0 → 0.211.0
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/kotlin/Kermit-kermit-core.js +60 -60
- package/kotlin/Kermit-kermit.js +8 -8
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
- package/kotlin/Signum-indispensable-asn1.js +4 -0
- package/kotlin/doordeck-sdk.d.ts +36 -1
- package/kotlin/doordeck-sdk.js +12262 -11907
- package/kotlin/kotlin-kotlin-stdlib.js +483 -465
- package/kotlin/kotlinx-atomicfu.js +8 -8
- package/kotlin/kotlinx-coroutines-core.js +182 -155
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +20 -20
- package/kotlin/kotlinx-io-kotlinx-io-core.js +35 -35
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +2084 -1887
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1514 -1514
- package/kotlin/kotlinx-serialization-kotlinx-serialization-properties.js +100 -0
- package/kotlin/ktor-ktor-client-auth.js +273 -273
- package/kotlin/ktor-ktor-client-content-negotiation.js +163 -163
- package/kotlin/ktor-ktor-client-core.js +2156 -2134
- package/kotlin/ktor-ktor-client-logging.js +654 -654
- package/kotlin/ktor-ktor-events.js +12 -12
- package/kotlin/ktor-ktor-http-cio.js +379 -379
- package/kotlin/ktor-ktor-http.js +847 -900
- package/kotlin/ktor-ktor-io.js +109 -162
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +8 -8
- package/kotlin/ktor-ktor-serialization-kotlinx.js +165 -348
- package/kotlin/ktor-ktor-serialization.js +70 -92
- package/kotlin/ktor-ktor-utils.js +920 -919
- package/kotlin/ktor-ktor-websockets.js +397 -397
- package/package.json +1 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
5
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
6
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
7
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
8
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
9
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
4
|
+
var protoOf = kotlin_kotlin.$_$.nc;
|
|
5
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.w4;
|
|
6
|
+
var isInterface = kotlin_kotlin.$_$.fc;
|
|
7
|
+
var Unit_instance = kotlin_kotlin.$_$.c3;
|
|
8
|
+
var initMetadataForClass = kotlin_kotlin.$_$.qb;
|
|
9
|
+
var initMetadataForObject = kotlin_kotlin.$_$.wb;
|
|
10
10
|
var VOID = kotlin_kotlin.$_$.c;
|
|
11
|
-
var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.
|
|
12
|
-
var charSequenceLength = kotlin_kotlin.$_$.
|
|
13
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
14
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
15
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
16
|
-
var toList = kotlin_kotlin.$_$.
|
|
17
|
-
var Enum = kotlin_kotlin.$_$.
|
|
18
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
19
|
-
var stackTraceToString = kotlin_kotlin.$_$.
|
|
20
|
-
var noWhenBranchMatchedException = kotlin_kotlin.$_$.
|
|
11
|
+
var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.h4;
|
|
12
|
+
var charSequenceLength = kotlin_kotlin.$_$.db;
|
|
13
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.ub;
|
|
14
|
+
var getStringHashCode = kotlin_kotlin.$_$.ob;
|
|
15
|
+
var THROW_CCE = kotlin_kotlin.$_$.pg;
|
|
16
|
+
var toList = kotlin_kotlin.$_$.u8;
|
|
17
|
+
var Enum = kotlin_kotlin.$_$.gg;
|
|
18
|
+
var objectCreate = kotlin_kotlin.$_$.mc;
|
|
19
|
+
var stackTraceToString = kotlin_kotlin.$_$.qh;
|
|
20
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.oh;
|
|
21
21
|
//endregion
|
|
22
22
|
//region block: pre-declaration
|
|
23
23
|
initMetadataForClass(BaseLogger, 'BaseLogger');
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
var sb = StringBuilder_init_$Create$();
|
|
43
43
|
if (!(severity == null)) {
|
|
44
|
-
sb.q(this.
|
|
44
|
+
sb.q(this.x67(severity)).q(' ');
|
|
45
45
|
}
|
|
46
46
|
var tmp_1;
|
|
47
47
|
var tmp_2 = tag;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
tmp_1 = false;
|
|
54
54
|
}
|
|
55
55
|
if (tmp_1) {
|
|
56
|
-
sb.q(this.
|
|
56
|
+
sb.q(this.v67(tag)).q(' ');
|
|
57
57
|
}
|
|
58
58
|
sb.q(_Message___get_message__impl__3t69n4(message));
|
|
59
59
|
return sb.toString();
|
|
@@ -74,26 +74,26 @@
|
|
|
74
74
|
}
|
|
75
75
|
var DEFAULT_MIN_SEVERITY;
|
|
76
76
|
function BaseLogger(config) {
|
|
77
|
-
this.
|
|
77
|
+
this.p67_1 = config;
|
|
78
78
|
}
|
|
79
|
-
protoOf(BaseLogger).
|
|
80
|
-
return this.
|
|
79
|
+
protoOf(BaseLogger).q3s = function () {
|
|
80
|
+
return this.p67_1;
|
|
81
81
|
};
|
|
82
|
-
protoOf(BaseLogger).
|
|
82
|
+
protoOf(BaseLogger).q67 = function () {
|
|
83
83
|
// Inline function 'kotlin.let' call
|
|
84
|
-
var it = this.
|
|
84
|
+
var it = this.q3s();
|
|
85
85
|
if (!isInterface(it, MutableLoggerConfig)) {
|
|
86
86
|
throw IllegalStateException_init_$Create$('Logger config is not mutable');
|
|
87
87
|
}
|
|
88
88
|
return it;
|
|
89
89
|
};
|
|
90
|
-
protoOf(BaseLogger).
|
|
90
|
+
protoOf(BaseLogger).r67 = function (severity, tag, throwable, message) {
|
|
91
91
|
// Inline function 'kotlin.collections.forEach' call
|
|
92
|
-
var _iterator__ex2g4s = this.
|
|
92
|
+
var _iterator__ex2g4s = this.q3s().s67().t();
|
|
93
93
|
while (_iterator__ex2g4s.u()) {
|
|
94
94
|
var element = _iterator__ex2g4s.v();
|
|
95
|
-
if (element.
|
|
96
|
-
element.
|
|
95
|
+
if (element.u67(tag, severity)) {
|
|
96
|
+
element.t67(severity, message, tag, throwable);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
};
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
}
|
|
107
107
|
function LogWriter() {
|
|
108
108
|
}
|
|
109
|
-
protoOf(LogWriter).
|
|
109
|
+
protoOf(LogWriter).u67 = function (tag, severity) {
|
|
110
110
|
return true;
|
|
111
111
|
};
|
|
112
112
|
function NoTagFormatter() {
|
|
113
113
|
}
|
|
114
|
-
protoOf(NoTagFormatter).
|
|
114
|
+
protoOf(NoTagFormatter).v67 = function (tag) {
|
|
115
115
|
return '';
|
|
116
116
|
};
|
|
117
|
-
protoOf(NoTagFormatter).
|
|
117
|
+
protoOf(NoTagFormatter).w67 = function (severity, tag, message) {
|
|
118
118
|
return formatMessage.call(this, severity, null, message);
|
|
119
119
|
};
|
|
120
120
|
var NoTagFormatter_instance;
|
|
@@ -144,21 +144,21 @@
|
|
|
144
144
|
function Tag__equals_impl_6ocp5g($this, other) {
|
|
145
145
|
if (!(other instanceof Tag))
|
|
146
146
|
return false;
|
|
147
|
-
if (!($this === (other instanceof Tag ? other.
|
|
147
|
+
if (!($this === (other instanceof Tag ? other.y67_1 : THROW_CCE())))
|
|
148
148
|
return false;
|
|
149
149
|
return true;
|
|
150
150
|
}
|
|
151
151
|
function Tag(tag) {
|
|
152
|
-
this.
|
|
152
|
+
this.y67_1 = tag;
|
|
153
153
|
}
|
|
154
154
|
protoOf(Tag).toString = function () {
|
|
155
|
-
return Tag__toString_impl_tvevk7(this.
|
|
155
|
+
return Tag__toString_impl_tvevk7(this.y67_1);
|
|
156
156
|
};
|
|
157
157
|
protoOf(Tag).hashCode = function () {
|
|
158
|
-
return Tag__hashCode_impl_848yrc(this.
|
|
158
|
+
return Tag__hashCode_impl_848yrc(this.y67_1);
|
|
159
159
|
};
|
|
160
160
|
protoOf(Tag).equals = function (other) {
|
|
161
|
-
return Tag__equals_impl_6ocp5g(this.
|
|
161
|
+
return Tag__equals_impl_6ocp5g(this.y67_1, other);
|
|
162
162
|
};
|
|
163
163
|
function _Message___init__impl__p3e8y6(message) {
|
|
164
164
|
return message;
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
minSeverity = minSeverity === VOID ? get_DEFAULT_MIN_SEVERITY() : minSeverity;
|
|
173
173
|
// Inline function 'kotlin.also' call
|
|
174
174
|
var this_0 = mutableLoggerConfigInit_0(toList(logWriters));
|
|
175
|
-
this_0.
|
|
175
|
+
this_0.z67(minSeverity);
|
|
176
176
|
return this_0;
|
|
177
177
|
}
|
|
178
178
|
var Severity_Verbose_instance;
|
|
@@ -222,11 +222,11 @@
|
|
|
222
222
|
}
|
|
223
223
|
function ConsoleWriter(messageStringFormatter, console) {
|
|
224
224
|
LogWriter.call(this);
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
225
|
+
this.a68_1 = messageStringFormatter;
|
|
226
|
+
this.b68_1 = console;
|
|
227
227
|
}
|
|
228
|
-
protoOf(ConsoleWriter).
|
|
229
|
-
var output = this.
|
|
228
|
+
protoOf(ConsoleWriter).t67 = function (severity, message, tag, throwable) {
|
|
229
|
+
var output = this.a68_1.w67(null, _Tag___init__impl__opaqzl(tag), _Message___init__impl__p3e8y6(message));
|
|
230
230
|
if (throwable == null)
|
|
231
231
|
null;
|
|
232
232
|
else {
|
|
@@ -236,17 +236,17 @@
|
|
|
236
236
|
switch (severity.a1_1) {
|
|
237
237
|
case 5:
|
|
238
238
|
case 4:
|
|
239
|
-
this.
|
|
239
|
+
this.b68_1.c68(output);
|
|
240
240
|
break;
|
|
241
241
|
case 3:
|
|
242
|
-
this.
|
|
242
|
+
this.b68_1.b2v(output);
|
|
243
243
|
break;
|
|
244
244
|
case 2:
|
|
245
|
-
this.
|
|
245
|
+
this.b68_1.d68(output);
|
|
246
246
|
break;
|
|
247
247
|
case 1:
|
|
248
248
|
case 0:
|
|
249
|
-
this.
|
|
249
|
+
this.b68_1.k5a(output);
|
|
250
250
|
break;
|
|
251
251
|
default:
|
|
252
252
|
noWhenBranchMatchedException();
|
|
@@ -254,17 +254,17 @@
|
|
|
254
254
|
}
|
|
255
255
|
};
|
|
256
256
|
function JsMutableLoggerConfig(logWriters) {
|
|
257
|
-
this.
|
|
258
|
-
this.
|
|
257
|
+
this.e68_1 = get_DEFAULT_MIN_SEVERITY();
|
|
258
|
+
this.f68_1 = logWriters;
|
|
259
259
|
}
|
|
260
|
-
protoOf(JsMutableLoggerConfig).
|
|
261
|
-
this.
|
|
260
|
+
protoOf(JsMutableLoggerConfig).z67 = function (_set____db54di) {
|
|
261
|
+
this.e68_1 = _set____db54di;
|
|
262
262
|
};
|
|
263
|
-
protoOf(JsMutableLoggerConfig).
|
|
264
|
-
return this.
|
|
263
|
+
protoOf(JsMutableLoggerConfig).g68 = function () {
|
|
264
|
+
return this.e68_1;
|
|
265
265
|
};
|
|
266
|
-
protoOf(JsMutableLoggerConfig).
|
|
267
|
-
return this.
|
|
266
|
+
protoOf(JsMutableLoggerConfig).s67 = function () {
|
|
267
|
+
return this.f68_1;
|
|
268
268
|
};
|
|
269
269
|
function mutableLoggerConfigInit_0(logWriters) {
|
|
270
270
|
return new JsMutableLoggerConfig(logWriters);
|
|
@@ -275,16 +275,16 @@
|
|
|
275
275
|
}
|
|
276
276
|
function ConsoleActual() {
|
|
277
277
|
}
|
|
278
|
-
protoOf(ConsoleActual).
|
|
278
|
+
protoOf(ConsoleActual).c68 = function (output) {
|
|
279
279
|
console.error(output);
|
|
280
280
|
};
|
|
281
|
-
protoOf(ConsoleActual).
|
|
281
|
+
protoOf(ConsoleActual).b2v = function (output) {
|
|
282
282
|
console.warn(output);
|
|
283
283
|
};
|
|
284
|
-
protoOf(ConsoleActual).
|
|
284
|
+
protoOf(ConsoleActual).d68 = function (output) {
|
|
285
285
|
console.info(output);
|
|
286
286
|
};
|
|
287
|
-
protoOf(ConsoleActual).
|
|
287
|
+
protoOf(ConsoleActual).k5a = function (output) {
|
|
288
288
|
console.log(output);
|
|
289
289
|
};
|
|
290
290
|
var ConsoleActual_instance;
|
|
@@ -292,10 +292,10 @@
|
|
|
292
292
|
return ConsoleActual_instance;
|
|
293
293
|
}
|
|
294
294
|
//region block: post-declaration
|
|
295
|
-
protoOf(NoTagFormatter).
|
|
296
|
-
protoOf(DefaultFormatter).
|
|
297
|
-
protoOf(DefaultFormatter).
|
|
298
|
-
protoOf(DefaultFormatter).
|
|
295
|
+
protoOf(NoTagFormatter).x67 = formatSeverity;
|
|
296
|
+
protoOf(DefaultFormatter).x67 = formatSeverity;
|
|
297
|
+
protoOf(DefaultFormatter).v67 = formatTag;
|
|
298
|
+
protoOf(DefaultFormatter).w67 = formatMessage;
|
|
299
299
|
//endregion
|
|
300
300
|
//region block: init
|
|
301
301
|
NoTagFormatter_instance = new NoTagFormatter();
|
package/kotlin/Kermit-kermit.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
4
|
var platformLogWriter = kotlin_co_touchlab_kermit_core.$_$.d;
|
|
5
|
-
var listOf = kotlin_kotlin.$_$.
|
|
5
|
+
var listOf = kotlin_kotlin.$_$.w7;
|
|
6
6
|
var mutableLoggerConfigInit = kotlin_co_touchlab_kermit_core.$_$.c;
|
|
7
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
8
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
7
|
+
var protoOf = kotlin_kotlin.$_$.nc;
|
|
8
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.rb;
|
|
9
9
|
var BaseLogger = kotlin_co_touchlab_kermit_core.$_$.a;
|
|
10
10
|
var VOID = kotlin_kotlin.$_$.c;
|
|
11
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
11
|
+
var initMetadataForClass = kotlin_kotlin.$_$.qb;
|
|
12
12
|
//endregion
|
|
13
13
|
//region block: pre-declaration
|
|
14
14
|
initMetadataForClass(Logger, 'Logger', VOID, BaseLogger);
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
Companion_instance = this;
|
|
19
19
|
Logger.call(this, mutableLoggerConfigInit(listOf(platformLogWriter())), '');
|
|
20
20
|
}
|
|
21
|
-
protoOf(Companion).
|
|
21
|
+
protoOf(Companion).j68 = function () {
|
|
22
22
|
return get_defaultTag();
|
|
23
23
|
};
|
|
24
24
|
var Companion_instance;
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
Companion_getInstance();
|
|
32
32
|
tag = tag === VOID ? '' : tag;
|
|
33
33
|
BaseLogger.call(this, config);
|
|
34
|
-
this.
|
|
34
|
+
this.l68_1 = tag;
|
|
35
35
|
}
|
|
36
|
-
protoOf(Logger).
|
|
37
|
-
return this.
|
|
36
|
+
protoOf(Logger).j68 = function () {
|
|
37
|
+
return this.l68_1;
|
|
38
38
|
};
|
|
39
39
|
function get_defaultTag() {
|
|
40
40
|
return defaultTag;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
4
|
+
var Unit_instance = kotlin_kotlin.$_$.c3;
|
|
5
5
|
var VOID = kotlin_kotlin.$_$.c;
|
|
6
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
7
|
-
var toIntOrNull = kotlin_kotlin.$_$.
|
|
8
|
-
var toBoolean = kotlin_kotlin.$_$.
|
|
9
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
6
|
+
var protoOf = kotlin_kotlin.$_$.nc;
|
|
7
|
+
var toIntOrNull = kotlin_kotlin.$_$.hf;
|
|
8
|
+
var toBoolean = kotlin_kotlin.$_$.cf;
|
|
9
|
+
var initMetadataForClass = kotlin_kotlin.$_$.qb;
|
|
10
10
|
//endregion
|
|
11
11
|
//region block: pre-declaration
|
|
12
12
|
initMetadataForClass(StorageSettings, 'StorageSettings', StorageSettings);
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
tmp = delegate;
|
|
21
21
|
}
|
|
22
22
|
delegate = tmp;
|
|
23
|
-
this.
|
|
23
|
+
this.h67_1 = delegate;
|
|
24
24
|
}
|
|
25
25
|
protoOf(StorageSettings).t2 = function () {
|
|
26
|
-
return this.
|
|
26
|
+
return this.h67_1.clear();
|
|
27
27
|
};
|
|
28
|
-
protoOf(StorageSettings).
|
|
29
|
-
return this.
|
|
28
|
+
protoOf(StorageSettings).r2q = function (key) {
|
|
29
|
+
return this.h67_1.removeItem(key);
|
|
30
30
|
};
|
|
31
|
-
protoOf(StorageSettings).
|
|
31
|
+
protoOf(StorageSettings).i67 = function (key) {
|
|
32
32
|
// Inline function 'com.russhwolf.settings.get' call
|
|
33
|
-
return !(this.
|
|
33
|
+
return !(this.h67_1.getItem(key) == null);
|
|
34
34
|
};
|
|
35
|
-
protoOf(StorageSettings).
|
|
36
|
-
var tmp0 = this.
|
|
35
|
+
protoOf(StorageSettings).j67 = function (key, value) {
|
|
36
|
+
var tmp0 = this.h67_1;
|
|
37
37
|
// Inline function 'com.russhwolf.settings.set' call
|
|
38
38
|
var value_0 = value.toString();
|
|
39
39
|
tmp0.setItem(key, value_0);
|
|
40
40
|
};
|
|
41
|
-
protoOf(StorageSettings).
|
|
41
|
+
protoOf(StorageSettings).k67 = function (key) {
|
|
42
42
|
// Inline function 'com.russhwolf.settings.get' call
|
|
43
|
-
var tmp0_safe_receiver = this.
|
|
43
|
+
var tmp0_safe_receiver = this.h67_1.getItem(key);
|
|
44
44
|
return tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
45
45
|
};
|
|
46
|
-
protoOf(StorageSettings).
|
|
46
|
+
protoOf(StorageSettings).l67 = function (key, value) {
|
|
47
47
|
// Inline function 'com.russhwolf.settings.set' call
|
|
48
|
-
this.
|
|
48
|
+
this.h67_1.setItem(key, value);
|
|
49
49
|
};
|
|
50
|
-
protoOf(StorageSettings).
|
|
50
|
+
protoOf(StorageSettings).m67 = function (key) {
|
|
51
51
|
// Inline function 'com.russhwolf.settings.get' call
|
|
52
|
-
return this.
|
|
52
|
+
return this.h67_1.getItem(key);
|
|
53
53
|
};
|
|
54
|
-
protoOf(StorageSettings).
|
|
55
|
-
var tmp0 = this.
|
|
54
|
+
protoOf(StorageSettings).n67 = function (key, value) {
|
|
55
|
+
var tmp0 = this.h67_1;
|
|
56
56
|
// Inline function 'com.russhwolf.settings.set' call
|
|
57
57
|
var value_0 = value.toString();
|
|
58
58
|
tmp0.setItem(key, value_0);
|
|
59
59
|
};
|
|
60
|
-
protoOf(StorageSettings).
|
|
60
|
+
protoOf(StorageSettings).o67 = function (key) {
|
|
61
61
|
// Inline function 'com.russhwolf.settings.get' call
|
|
62
|
-
var tmp0_safe_receiver = this.
|
|
62
|
+
var tmp0_safe_receiver = this.h67_1.getItem(key);
|
|
63
63
|
return tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
64
64
|
};
|
|
65
65
|
//region block: exports
|
package/kotlin/doordeck-sdk.d.ts
CHANGED
|
@@ -701,7 +701,7 @@ export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
|
701
701
|
abstract class constructor {
|
|
702
702
|
login(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.FusionLoginResponse>;
|
|
703
703
|
getIntegrationType(): Promise<com.doordeck.multiplatform.sdk.model.responses.IntegrationTypeResponse>;
|
|
704
|
-
getIntegrationConfiguration(type: string): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.IntegrationConfigurationResponse>>;
|
|
704
|
+
getIntegrationConfiguration(type: string, controller?: Nullable<com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController>): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.IntegrationConfigurationResponse>>;
|
|
705
705
|
enableDoor(name: string, siteId: string, controller: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController): Promise<any>;
|
|
706
706
|
deleteDoor(deviceId: string): Promise<any>;
|
|
707
707
|
getDoorStatus(deviceId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.DoorStateResponse>;
|
|
@@ -1053,6 +1053,41 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1053
1053
|
const constructor: abstract new () => CCureController;
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
|
+
class AzureController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1057
|
+
constructor(host: string, port: number, tlsConfig: com.doordeck.multiplatform.sdk.model.data.FusionOperations.AzureTlsConfig, accessPointId: number);
|
|
1058
|
+
get host(): string;
|
|
1059
|
+
get port(): number;
|
|
1060
|
+
get tlsConfig(): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AzureTlsConfig;
|
|
1061
|
+
get accessPointId(): number;
|
|
1062
|
+
copy(host?: string, port?: number, tlsConfig?: com.doordeck.multiplatform.sdk.model.data.FusionOperations.AzureTlsConfig, accessPointId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AzureController;
|
|
1063
|
+
toString(): string;
|
|
1064
|
+
hashCode(): number;
|
|
1065
|
+
equals(other: Nullable<any>): boolean;
|
|
1066
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1067
|
+
}
|
|
1068
|
+
namespace AzureController {
|
|
1069
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1070
|
+
namespace $metadata$ {
|
|
1071
|
+
const constructor: abstract new () => AzureController;
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
class AzureTlsConfig {
|
|
1075
|
+
constructor(certificate: string, trustedCertificate: string, privateKey: string, privateKeyPassword: string);
|
|
1076
|
+
get certificate(): string;
|
|
1077
|
+
get trustedCertificate(): string;
|
|
1078
|
+
get privateKey(): string;
|
|
1079
|
+
get privateKeyPassword(): string;
|
|
1080
|
+
copy(certificate?: string, trustedCertificate?: string, privateKey?: string, privateKeyPassword?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AzureTlsConfig;
|
|
1081
|
+
toString(): string;
|
|
1082
|
+
hashCode(): number;
|
|
1083
|
+
equals(other: Nullable<any>): boolean;
|
|
1084
|
+
}
|
|
1085
|
+
namespace AzureTlsConfig {
|
|
1086
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1087
|
+
namespace $metadata$ {
|
|
1088
|
+
const constructor: abstract new () => AzureTlsConfig;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1056
1091
|
class CCureVirtualCardController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1057
1092
|
constructor(baseUrl: Nullable<string> | undefined, username: string, password: string, readerId: bigint, facilityCode: number);
|
|
1058
1093
|
get baseUrl(): Nullable<string>;
|