@doordeck/doordeck-headless-sdk 0.134.0 → 0.135.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 +59 -59
- package/kotlin/Kermit-kermit.js +8 -8
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1536 -1536
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +49 -49
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
- package/kotlin/doordeck-sdk.d.ts +666 -1298
- package/kotlin/doordeck-sdk.js +29918 -27463
- package/kotlin/kotlin-kotlin-stdlib.js +2370 -2221
- package/kotlin/kotlinx-atomicfu.js +18 -18
- package/kotlin/kotlinx-coroutines-core.js +2302 -2302
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core.js +470 -470
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1958 -1890
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1570 -1570
- package/kotlin/ktor-ktor-client-auth.js +472 -472
- package/kotlin/ktor-ktor-client-content-negotiation.js +219 -219
- package/kotlin/ktor-ktor-client-core.js +3026 -3026
- package/kotlin/ktor-ktor-client-logging.js +1196 -1196
- package/kotlin/ktor-ktor-events.js +12 -12
- package/kotlin/ktor-ktor-http-cio.js +534 -534
- package/kotlin/ktor-ktor-http.js +843 -843
- package/kotlin/ktor-ktor-io.js +1126 -1126
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx.js +283 -283
- package/kotlin/ktor-ktor-serialization.js +129 -129
- package/kotlin/ktor-ktor-utils.js +897 -895
- package/kotlin/ktor-ktor-websockets.js +53 -53
- package/package.json +1 -1
package/kotlin/doordeck-sdk.d.ts
CHANGED
|
@@ -17,6 +17,22 @@ export declare namespace kotlin.collections {
|
|
|
17
17
|
private constructor();
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
+
interface KtSet<E> /* extends kotlin.collections.Collection<E> */ {
|
|
21
|
+
asJsReadonlySetView(): ReadonlySet<E>;
|
|
22
|
+
readonly __doNotUseOrImplementIt: {
|
|
23
|
+
readonly "kotlin.collections.KtSet": unique symbol;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
abstract class KtSet<E> extends KtSingleton<KtSet.$metadata$.constructor>() {
|
|
27
|
+
private constructor();
|
|
28
|
+
}
|
|
29
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
30
|
+
namespace KtSet.$metadata$ {
|
|
31
|
+
abstract class constructor {
|
|
32
|
+
fromJsSet<E>(set: ReadonlySet<E>): kotlin.collections.KtSet<E>;
|
|
33
|
+
private constructor();
|
|
34
|
+
}
|
|
35
|
+
}
|
|
20
36
|
interface KtMap<K, V> {
|
|
21
37
|
asJsReadonlyMapView(): ReadonlyMap<K, V>;
|
|
22
38
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -40,7 +56,7 @@ export declare namespace io.ktor.client.engine.js {
|
|
|
40
56
|
}
|
|
41
57
|
export declare namespace com.doordeck.multiplatform.sdk {
|
|
42
58
|
interface Doordeck {
|
|
43
|
-
contextManager(): com.doordeck.multiplatform.sdk.context.ContextManager;
|
|
59
|
+
contextManager(): typeof com.doordeck.multiplatform.sdk.context.ContextManager;
|
|
44
60
|
readonly __doNotUseOrImplementIt: {
|
|
45
61
|
readonly "com.doordeck.multiplatform.sdk.Doordeck": unique symbol;
|
|
46
62
|
};
|
|
@@ -81,40 +97,6 @@ export declare namespace com.doordeck.multiplatform.sdk.config {
|
|
|
81
97
|
}
|
|
82
98
|
}
|
|
83
99
|
}
|
|
84
|
-
export declare namespace com.doordeck.multiplatform.sdk.context {
|
|
85
|
-
interface ContextManager {
|
|
86
|
-
setApiEnvironment(apiEnvironment: com.doordeck.multiplatform.sdk.model.data.ApiEnvironment): void;
|
|
87
|
-
getApiEnvironment(): com.doordeck.multiplatform.sdk.model.data.ApiEnvironment;
|
|
88
|
-
setCloudAuthToken(token: string): void;
|
|
89
|
-
getCloudAuthToken(): Nullable<string>;
|
|
90
|
-
isCloudAuthTokenInvalidOrExpired(): boolean;
|
|
91
|
-
setCloudRefreshToken(token: string): void;
|
|
92
|
-
getCloudRefreshToken(): Nullable<string>;
|
|
93
|
-
setFusionHost(host: string): void;
|
|
94
|
-
getFusionHost(): string;
|
|
95
|
-
setFusionAuthToken(token: string): void;
|
|
96
|
-
getFusionAuthToken(): Nullable<string>;
|
|
97
|
-
setUserId(userId: string): void;
|
|
98
|
-
getUserId(): Nullable<string>;
|
|
99
|
-
setUserEmail(email: string): void;
|
|
100
|
-
getUserEmail(): Nullable<string>;
|
|
101
|
-
setCertificateChain(certificateChain: kotlin.collections.KtList<string>): void;
|
|
102
|
-
getCertificateChain(): Nullable<kotlin.collections.KtList<string>>;
|
|
103
|
-
isCertificateChainInvalidOrExpired(): boolean;
|
|
104
|
-
setKeyPair(publicKey: Int8Array, privateKey: Int8Array): void;
|
|
105
|
-
getKeyPair(): Nullable<com.doordeck.multiplatform.sdk.model.data.Crypto.KeyPair>;
|
|
106
|
-
setKeyPairVerified(publicKey: Nullable<Int8Array>): void;
|
|
107
|
-
isKeyPairVerified(): boolean;
|
|
108
|
-
isKeyPairValid(): boolean;
|
|
109
|
-
setOperationContext(userId: string, certificateChain: kotlin.collections.KtList<string>, publicKey: Int8Array, privateKey: Int8Array, isKeyPairVerified?: boolean): void;
|
|
110
|
-
setOperationContextJson(data: string): void;
|
|
111
|
-
getContextState(): com.doordeck.multiplatform.sdk.model.common.ContextState;
|
|
112
|
-
clearContext(): void;
|
|
113
|
-
readonly __doNotUseOrImplementIt: {
|
|
114
|
-
readonly "com.doordeck.multiplatform.sdk.context.ContextManager": unique symbol;
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
100
|
export declare namespace com.doordeck.multiplatform.sdk.exceptions {
|
|
119
101
|
class BadRequestException extends com.doordeck.multiplatform.sdk.exceptions.SdkException.$metadata$.constructor {
|
|
120
102
|
constructor(message: string);
|
|
@@ -428,6 +410,164 @@ export declare namespace com.doordeck.multiplatform.sdk.model.common {
|
|
|
428
410
|
const constructor: abstract new () => ContextState;
|
|
429
411
|
}
|
|
430
412
|
}
|
|
413
|
+
export declare namespace com.doordeck.multiplatform.sdk.model.common {
|
|
414
|
+
abstract class DayOfWeek {
|
|
415
|
+
private constructor();
|
|
416
|
+
static get MONDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
417
|
+
get name(): "MONDAY";
|
|
418
|
+
get ordinal(): 0;
|
|
419
|
+
};
|
|
420
|
+
static get TUESDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
421
|
+
get name(): "TUESDAY";
|
|
422
|
+
get ordinal(): 1;
|
|
423
|
+
};
|
|
424
|
+
static get WEDNESDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
425
|
+
get name(): "WEDNESDAY";
|
|
426
|
+
get ordinal(): 2;
|
|
427
|
+
};
|
|
428
|
+
static get THURSDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
429
|
+
get name(): "THURSDAY";
|
|
430
|
+
get ordinal(): 3;
|
|
431
|
+
};
|
|
432
|
+
static get FRIDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
433
|
+
get name(): "FRIDAY";
|
|
434
|
+
get ordinal(): 4;
|
|
435
|
+
};
|
|
436
|
+
static get SATURDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
437
|
+
get name(): "SATURDAY";
|
|
438
|
+
get ordinal(): 5;
|
|
439
|
+
};
|
|
440
|
+
static get SUNDAY(): com.doordeck.multiplatform.sdk.model.common.DayOfWeek & {
|
|
441
|
+
get name(): "SUNDAY";
|
|
442
|
+
get ordinal(): 6;
|
|
443
|
+
};
|
|
444
|
+
get name(): "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
|
|
445
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
446
|
+
static values(): Array<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>;
|
|
447
|
+
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.common.DayOfWeek;
|
|
448
|
+
}
|
|
449
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
450
|
+
namespace DayOfWeek.$metadata$ {
|
|
451
|
+
const constructor: abstract new () => DayOfWeek;
|
|
452
|
+
}
|
|
453
|
+
namespace DayOfWeek {
|
|
454
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
455
|
+
private constructor();
|
|
456
|
+
}
|
|
457
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
458
|
+
namespace Companion.$metadata$ {
|
|
459
|
+
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
460
|
+
private constructor();
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
export declare namespace com.doordeck.multiplatform.sdk.model.common {
|
|
466
|
+
abstract class ZktecoEntityType {
|
|
467
|
+
private constructor();
|
|
468
|
+
static get DOOR(): com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType & {
|
|
469
|
+
get name(): "DOOR";
|
|
470
|
+
get ordinal(): 0;
|
|
471
|
+
};
|
|
472
|
+
static get FLOOR(): com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType & {
|
|
473
|
+
get name(): "FLOOR";
|
|
474
|
+
get ordinal(): 1;
|
|
475
|
+
};
|
|
476
|
+
get name(): "DOOR" | "FLOOR";
|
|
477
|
+
get ordinal(): 0 | 1;
|
|
478
|
+
static values(): Array<com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType>;
|
|
479
|
+
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType;
|
|
480
|
+
}
|
|
481
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
482
|
+
namespace ZktecoEntityType.$metadata$ {
|
|
483
|
+
const constructor: abstract new () => ZktecoEntityType;
|
|
484
|
+
}
|
|
485
|
+
namespace ZktecoEntityType {
|
|
486
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
487
|
+
private constructor();
|
|
488
|
+
}
|
|
489
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
490
|
+
namespace Companion.$metadata$ {
|
|
491
|
+
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
492
|
+
private constructor();
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
abstract class ServiceStateType {
|
|
497
|
+
private constructor();
|
|
498
|
+
static get RUNNING(): com.doordeck.multiplatform.sdk.model.common.ServiceStateType & {
|
|
499
|
+
get name(): "RUNNING";
|
|
500
|
+
get ordinal(): 0;
|
|
501
|
+
};
|
|
502
|
+
static get STOPPED(): com.doordeck.multiplatform.sdk.model.common.ServiceStateType & {
|
|
503
|
+
get name(): "STOPPED";
|
|
504
|
+
get ordinal(): 1;
|
|
505
|
+
};
|
|
506
|
+
static get UNDEFINED(): com.doordeck.multiplatform.sdk.model.common.ServiceStateType & {
|
|
507
|
+
get name(): "UNDEFINED";
|
|
508
|
+
get ordinal(): 2;
|
|
509
|
+
};
|
|
510
|
+
get name(): "RUNNING" | "STOPPED" | "UNDEFINED";
|
|
511
|
+
get ordinal(): 0 | 1 | 2;
|
|
512
|
+
static values(): Array<com.doordeck.multiplatform.sdk.model.common.ServiceStateType>;
|
|
513
|
+
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.common.ServiceStateType;
|
|
514
|
+
}
|
|
515
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
516
|
+
namespace ServiceStateType.$metadata$ {
|
|
517
|
+
const constructor: abstract new () => ServiceStateType;
|
|
518
|
+
}
|
|
519
|
+
namespace ServiceStateType {
|
|
520
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
521
|
+
private constructor();
|
|
522
|
+
}
|
|
523
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
524
|
+
namespace Companion.$metadata$ {
|
|
525
|
+
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
526
|
+
private constructor();
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
export declare namespace com.doordeck.multiplatform.sdk.model.common {
|
|
532
|
+
abstract class GrantType {
|
|
533
|
+
private constructor();
|
|
534
|
+
static get PASSWORD(): com.doordeck.multiplatform.sdk.model.common.GrantType & {
|
|
535
|
+
get name(): "PASSWORD";
|
|
536
|
+
get ordinal(): 0;
|
|
537
|
+
};
|
|
538
|
+
static get AUTHORIZATION_CODE(): com.doordeck.multiplatform.sdk.model.common.GrantType & {
|
|
539
|
+
get name(): "AUTHORIZATION_CODE";
|
|
540
|
+
get ordinal(): 1;
|
|
541
|
+
};
|
|
542
|
+
static get CLIENT_CREDENTIALS(): com.doordeck.multiplatform.sdk.model.common.GrantType & {
|
|
543
|
+
get name(): "CLIENT_CREDENTIALS";
|
|
544
|
+
get ordinal(): 2;
|
|
545
|
+
};
|
|
546
|
+
static get REFRESH_TOKEN(): com.doordeck.multiplatform.sdk.model.common.GrantType & {
|
|
547
|
+
get name(): "REFRESH_TOKEN";
|
|
548
|
+
get ordinal(): 3;
|
|
549
|
+
};
|
|
550
|
+
get name(): "PASSWORD" | "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS" | "REFRESH_TOKEN";
|
|
551
|
+
get ordinal(): 0 | 1 | 2 | 3;
|
|
552
|
+
static values(): Array<com.doordeck.multiplatform.sdk.model.common.GrantType>;
|
|
553
|
+
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.common.GrantType;
|
|
554
|
+
}
|
|
555
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
556
|
+
namespace GrantType.$metadata$ {
|
|
557
|
+
const constructor: abstract new () => GrantType;
|
|
558
|
+
}
|
|
559
|
+
namespace GrantType {
|
|
560
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
561
|
+
private constructor();
|
|
562
|
+
}
|
|
563
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
564
|
+
namespace Companion.$metadata$ {
|
|
565
|
+
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
566
|
+
private constructor();
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
431
571
|
export declare namespace com.doordeck.multiplatform.sdk.model.common {
|
|
432
572
|
abstract class TwoFactorMethod {
|
|
433
573
|
private constructor();
|
|
@@ -540,30 +680,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
540
680
|
namespace KeyPair.$metadata$ {
|
|
541
681
|
const constructor: abstract new () => KeyPair;
|
|
542
682
|
}
|
|
543
|
-
class EncodedKeyPair {
|
|
544
|
-
constructor(_private: string, _public: string);
|
|
545
|
-
get private(): string;
|
|
546
|
-
get public(): string;
|
|
547
|
-
copy(_private?: string, _public?: string): com.doordeck.multiplatform.sdk.model.data.Crypto.EncodedKeyPair;
|
|
548
|
-
toString(): string;
|
|
549
|
-
hashCode(): number;
|
|
550
|
-
equals(other: Nullable<any>): boolean;
|
|
551
|
-
}
|
|
552
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
553
|
-
namespace EncodedKeyPair.$metadata$ {
|
|
554
|
-
const constructor: abstract new () => EncodedKeyPair;
|
|
555
|
-
}
|
|
556
|
-
namespace EncodedKeyPair {
|
|
557
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
558
|
-
private constructor();
|
|
559
|
-
}
|
|
560
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
561
|
-
namespace Companion.$metadata$ {
|
|
562
|
-
abstract class constructor {
|
|
563
|
-
private constructor();
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
683
|
}
|
|
568
684
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
569
685
|
namespace Crypto.$metadata$ {
|
|
@@ -572,262 +688,442 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
572
688
|
}
|
|
573
689
|
}
|
|
574
690
|
}
|
|
575
|
-
export declare namespace com.doordeck.multiplatform.sdk.
|
|
576
|
-
|
|
691
|
+
export declare namespace com.doordeck.multiplatform.sdk.storage {
|
|
692
|
+
interface SecureStorage {
|
|
693
|
+
setApiEnvironment(apiEnvironment: com.doordeck.multiplatform.sdk.model.data.ApiEnvironment): void;
|
|
694
|
+
getApiEnvironment(): Nullable<com.doordeck.multiplatform.sdk.model.data.ApiEnvironment>;
|
|
695
|
+
addCloudAuthToken(token: string): void;
|
|
696
|
+
getCloudAuthToken(): Nullable<string>;
|
|
697
|
+
addCloudRefreshToken(token: string): void;
|
|
698
|
+
getCloudRefreshToken(): Nullable<string>;
|
|
699
|
+
setFusionHost(host: string): void;
|
|
700
|
+
getFusionHost(): Nullable<string>;
|
|
701
|
+
addFusionAuthToken(token: string): void;
|
|
702
|
+
getFusionAuthToken(): Nullable<string>;
|
|
703
|
+
addPublicKey(publicKey: Int8Array): void;
|
|
704
|
+
getPublicKey(): Nullable<Int8Array>;
|
|
705
|
+
addPrivateKey(privateKey: Int8Array): void;
|
|
706
|
+
getPrivateKey(): Nullable<Int8Array>;
|
|
707
|
+
setKeyPairVerified(publicKey: Nullable<Int8Array>): void;
|
|
708
|
+
getKeyPairVerified(): Nullable<Int8Array>;
|
|
709
|
+
addUserId(userId: string): void;
|
|
710
|
+
getUserId(): Nullable<string>;
|
|
711
|
+
addUserEmail(email: string): void;
|
|
712
|
+
getUserEmail(): Nullable<string>;
|
|
713
|
+
addCertificateChain(certificateChain: kotlin.collections.KtList<string>): void;
|
|
714
|
+
getCertificateChain(): Nullable<kotlin.collections.KtList<string>>;
|
|
715
|
+
clear(): void;
|
|
716
|
+
readonly __doNotUseOrImplementIt: {
|
|
717
|
+
readonly "com.doordeck.multiplatform.sdk.storage.SecureStorage": unique symbol;
|
|
718
|
+
};
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
export declare namespace com.doordeck.multiplatform.sdk.util {
|
|
722
|
+
abstract class Utils extends KtSingleton<Utils.$metadata$.constructor>() {
|
|
577
723
|
private constructor();
|
|
578
724
|
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
725
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
726
|
+
namespace Utils.$metadata$ {
|
|
727
|
+
abstract class constructor {
|
|
728
|
+
decodeBase64ToByteArray(_this_: string): Int8Array;
|
|
729
|
+
encodeByteArrayToBase64(_this_: Int8Array): string;
|
|
730
|
+
certificateChainToString(_this_: kotlin.collections.KtList<string>): string;
|
|
731
|
+
stringToCertificateChain(_this_: string): kotlin.collections.KtList<string>;
|
|
586
732
|
private constructor();
|
|
587
733
|
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
get baseUrl(): Nullable<string>;
|
|
600
|
-
copy(username?: string, password?: string, doorId?: number, baseUrl?: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.Fusion.AlpetaController;
|
|
601
|
-
toString(): string;
|
|
602
|
-
hashCode(): number;
|
|
603
|
-
equals(other: Nullable<any>): boolean;
|
|
604
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.Fusion.LockController["__doNotUseOrImplementIt"];
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
export declare namespace com.doordeck.multiplatform.sdk {
|
|
737
|
+
abstract class KDoordeckFactory extends KtSingleton<KDoordeckFactory.$metadata$.constructor>() {
|
|
738
|
+
private constructor();
|
|
739
|
+
}
|
|
740
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
741
|
+
namespace KDoordeckFactory.$metadata$ {
|
|
742
|
+
abstract class constructor {
|
|
743
|
+
initialize(sdkConfig: com.doordeck.multiplatform.sdk.config.SdkConfig): Promise<com.doordeck.multiplatform.sdk.Doordeck>;
|
|
744
|
+
private constructor();
|
|
605
745
|
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
749
|
+
abstract class AccountApi extends KtSingleton<AccountApi.$metadata$.constructor>() {
|
|
750
|
+
private constructor();
|
|
751
|
+
}
|
|
752
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
753
|
+
namespace AccountApi.$metadata$ {
|
|
754
|
+
abstract class constructor {
|
|
755
|
+
refreshToken(refreshToken?: Nullable<string>): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
756
|
+
logout(): Promise<any>;
|
|
757
|
+
registerEphemeralKey(publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyResponse>;
|
|
758
|
+
registerEphemeralKeyWithSecondaryAuthentication(publicKey?: Nullable<Int8Array>, method?: Nullable<com.doordeck.multiplatform.sdk.model.common.TwoFactorMethod>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyWithSecondaryAuthenticationResponse>;
|
|
759
|
+
verifyEphemeralKeyRegistration(code: string, publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyResponse>;
|
|
760
|
+
reverifyEmail(): Promise<any>;
|
|
761
|
+
changePassword(oldPassword: string, newPassword: string): Promise<any>;
|
|
762
|
+
getUserDetails(): Promise<com.doordeck.multiplatform.sdk.model.responses.UserDetailsResponse>;
|
|
763
|
+
updateUserDetails(displayName: string): Promise<any>;
|
|
764
|
+
deleteAccount(): Promise<any>;
|
|
765
|
+
private constructor();
|
|
609
766
|
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
767
|
+
}
|
|
768
|
+
function account(): typeof com.doordeck.multiplatform.sdk.api.AccountApi;
|
|
769
|
+
}
|
|
770
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
771
|
+
abstract class AccountlessApi extends KtSingleton<AccountlessApi.$metadata$.constructor>() {
|
|
772
|
+
private constructor();
|
|
773
|
+
}
|
|
774
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
775
|
+
namespace AccountlessApi.$metadata$ {
|
|
776
|
+
abstract class constructor {
|
|
777
|
+
login(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
778
|
+
registration(email: string, password: string, displayName?: Nullable<string>, force?: boolean, publicKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
779
|
+
verifyEmail(code: string): Promise<any>;
|
|
780
|
+
passwordReset(email: string): Promise<any>;
|
|
781
|
+
passwordResetVerify(userId: string, token: string, password: string): Promise<any>;
|
|
782
|
+
private constructor();
|
|
620
783
|
}
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
784
|
+
}
|
|
785
|
+
function accountless(): typeof com.doordeck.multiplatform.sdk.api.AccountlessApi;
|
|
786
|
+
}
|
|
787
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
788
|
+
abstract class FusionApi extends KtSingleton<FusionApi.$metadata$.constructor>() {
|
|
789
|
+
private constructor();
|
|
790
|
+
}
|
|
791
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
792
|
+
namespace FusionApi.$metadata$ {
|
|
793
|
+
abstract class constructor {
|
|
794
|
+
login(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.FusionLoginResponse>;
|
|
795
|
+
getIntegrationType(): Promise<com.doordeck.multiplatform.sdk.model.responses.IntegrationTypeResponse>;
|
|
796
|
+
getIntegrationConfiguration(type: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.IntegrationConfigurationResponse>>;
|
|
797
|
+
enableDoor(name: string, siteId: string, controller: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController): Promise<any>;
|
|
798
|
+
deleteDoor(deviceId: string): Promise<any>;
|
|
799
|
+
getDoorStatus(deviceId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.DoorStateResponse>;
|
|
800
|
+
startDoor(deviceId: string): Promise<any>;
|
|
801
|
+
stopDoor(deviceId: string): Promise<any>;
|
|
802
|
+
private constructor();
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
function fusion(): typeof com.doordeck.multiplatform.sdk.api.FusionApi;
|
|
806
|
+
}
|
|
807
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
808
|
+
abstract class HelperApi extends KtSingleton<HelperApi.$metadata$.constructor>() {
|
|
809
|
+
private constructor();
|
|
810
|
+
}
|
|
811
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
812
|
+
namespace HelperApi.$metadata$ {
|
|
813
|
+
abstract class constructor {
|
|
814
|
+
uploadPlatformLogo(applicationId: string, contentType: string, image: Int8Array): Promise<any>;
|
|
815
|
+
assistedLogin(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.AssistedLoginResponse>;
|
|
816
|
+
assistedRegisterEphemeralKey(publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.AssistedRegisterEphemeralKeyResponse>;
|
|
817
|
+
assistedRegister(email: string, password: string, displayName?: Nullable<string>, force?: boolean): Promise<any>;
|
|
818
|
+
private constructor();
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
function helper(): typeof com.doordeck.multiplatform.sdk.api.HelperApi;
|
|
822
|
+
}
|
|
823
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
824
|
+
abstract class LockOperationsApi extends KtSingleton<LockOperationsApi.$metadata$.constructor>() {
|
|
825
|
+
private constructor();
|
|
826
|
+
}
|
|
827
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
828
|
+
namespace LockOperationsApi.$metadata$ {
|
|
829
|
+
abstract class constructor {
|
|
830
|
+
getSingleLock(lockId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockResponse>;
|
|
831
|
+
getLockAuditTrail(lockId: string, start: number, end: number): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
|
|
832
|
+
getAuditForUser(userId: string, start: number, end: number): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
|
|
833
|
+
getUsersForLock(lockId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.UserLockResponse>>;
|
|
834
|
+
getLocksForUser(userId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockUserResponse>;
|
|
835
|
+
updateLockName(lockId: string, name?: Nullable<string>): Promise<any>;
|
|
836
|
+
updateLockFavourite(lockId: string, favourite: boolean): Promise<any>;
|
|
837
|
+
updateLockSettingDefaultName(lockId: string, name: string): Promise<any>;
|
|
838
|
+
setLockSettingPermittedAddresses(lockId: string, permittedAddresses: kotlin.collections.KtList<string>): Promise<any>;
|
|
839
|
+
updateLockSettingHidden(lockId: string, hidden: boolean): Promise<any>;
|
|
840
|
+
setLockSettingTimeRestrictions(lockId: string, times: kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement>): Promise<any>;
|
|
841
|
+
updateLockSettingLocationRestrictions(lockId: string, location?: Nullable<com.doordeck.multiplatform.sdk.model.data.LockOperations.LocationRequirement>): Promise<any>;
|
|
842
|
+
getUserPublicKey(userEmail: string, visitor?: boolean): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
843
|
+
getUserPublicKeyByEmail(email: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
844
|
+
getUserPublicKeyByTelephone(telephone: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
845
|
+
getUserPublicKeyByLocalKey(localKey: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
846
|
+
getUserPublicKeyByForeignKey(foreignKey: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
847
|
+
getUserPublicKeyByIdentity(identity: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
848
|
+
getUserPublicKeyByEmails(emails: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
849
|
+
getUserPublicKeyByTelephones(telephones: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
850
|
+
getUserPublicKeyByLocalKeys(localKeys: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
851
|
+
getUserPublicKeyByForeignKeys(foreignKeys: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
852
|
+
unlock(unlockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockOperation): Promise<any>;
|
|
853
|
+
shareLock(shareLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.ShareLockOperation): Promise<any>;
|
|
854
|
+
batchShareLock(batchShareLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.BatchShareLockOperation): Promise<any>;
|
|
855
|
+
revokeAccessToLock(revokeAccessToLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.RevokeAccessToLockOperation): Promise<any>;
|
|
856
|
+
updateSecureSettingUnlockDuration(updateSecureSettingUnlockDuration: com.doordeck.multiplatform.sdk.model.data.LockOperations.UpdateSecureSettingUnlockDuration): Promise<any>;
|
|
857
|
+
updateSecureSettingUnlockBetween(updateSecureSettingUnlockBetween: com.doordeck.multiplatform.sdk.model.data.LockOperations.UpdateSecureSettingUnlockBetween): Promise<any>;
|
|
858
|
+
getPinnedLocks(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.LockResponse>>;
|
|
859
|
+
getShareableLocks(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ShareableLockResponse>>;
|
|
860
|
+
private constructor();
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
function lockOperations(): typeof com.doordeck.multiplatform.sdk.api.LockOperationsApi;
|
|
864
|
+
}
|
|
865
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
866
|
+
abstract class PlatformApi extends KtSingleton<PlatformApi.$metadata$.constructor>() {
|
|
867
|
+
private constructor();
|
|
868
|
+
}
|
|
869
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
870
|
+
namespace PlatformApi.$metadata$ {
|
|
871
|
+
abstract class constructor {
|
|
872
|
+
createApplication(application: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication): Promise<any>;
|
|
873
|
+
listApplications(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>>;
|
|
874
|
+
getApplication(applicationId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>;
|
|
875
|
+
updateApplicationName(applicationId: string, name: string): Promise<any>;
|
|
876
|
+
updateApplicationCompanyName(applicationId: string, companyName: string): Promise<any>;
|
|
877
|
+
updateApplicationMailingAddress(applicationId: string, mailingAddress: string): Promise<any>;
|
|
878
|
+
updateApplicationPrivacyPolicy(applicationId: string, privacyPolicy: string): Promise<any>;
|
|
879
|
+
updateApplicationSupportContact(applicationId: string, supportContact: string): Promise<any>;
|
|
880
|
+
updateApplicationAppLink(applicationId: string, appLink: string): Promise<any>;
|
|
881
|
+
updateApplicationEmailPreferences(applicationId: string, emailPreferences: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences): Promise<any>;
|
|
882
|
+
updateApplicationLogoUrl(applicationId: string, logoUrl: string): Promise<any>;
|
|
883
|
+
deleteApplication(applicationId: string): Promise<any>;
|
|
884
|
+
getLogoUploadUrl(applicationId: string, contentType: string): Promise<com.doordeck.multiplatform.sdk.model.responses.GetLogoUploadUrlResponse>;
|
|
885
|
+
addAuthKey(applicationId: string, key: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey): Promise<any>;
|
|
886
|
+
addAuthIssuer(applicationId: string, url: string): Promise<any>;
|
|
887
|
+
deleteAuthIssuer(applicationId: string, url: string): Promise<any>;
|
|
888
|
+
addCorsDomain(applicationId: string, url: string): Promise<any>;
|
|
889
|
+
removeCorsDomain(applicationId: string, url: string): Promise<any>;
|
|
890
|
+
addApplicationOwner(applicationId: string, userId: string): Promise<any>;
|
|
891
|
+
removeApplicationOwner(applicationId: string, userId: string): Promise<any>;
|
|
892
|
+
getApplicationOwnersDetails(applicationId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ApplicationOwnerDetailsResponse>>;
|
|
893
|
+
private constructor();
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
function platform(): typeof com.doordeck.multiplatform.sdk.api.PlatformApi;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
899
|
+
abstract class SitesApi extends KtSingleton<SitesApi.$metadata$.constructor>() {
|
|
900
|
+
private constructor();
|
|
901
|
+
}
|
|
902
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
903
|
+
namespace SitesApi.$metadata$ {
|
|
904
|
+
abstract class constructor {
|
|
905
|
+
listSites(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.SiteResponse>>;
|
|
906
|
+
getLocksForSite(siteId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.LockResponse>>;
|
|
907
|
+
getUsersForSite(siteId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.UserForSiteResponse>>;
|
|
908
|
+
private constructor();
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
function sites(): typeof com.doordeck.multiplatform.sdk.api.SitesApi;
|
|
912
|
+
}
|
|
913
|
+
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
914
|
+
abstract class TilesApi extends KtSingleton<TilesApi.$metadata$.constructor>() {
|
|
915
|
+
private constructor();
|
|
916
|
+
}
|
|
917
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
918
|
+
namespace TilesApi.$metadata$ {
|
|
919
|
+
abstract class constructor {
|
|
920
|
+
getLocksBelongingToTile(tileId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.TileLocksResponse>;
|
|
921
|
+
associateMultipleLocks(tileId: string, siteId: string, lockIds: kotlin.collections.KtList<string>): Promise<any>;
|
|
922
|
+
private constructor();
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
function tiles(): typeof com.doordeck.multiplatform.sdk.api.TilesApi;
|
|
926
|
+
}
|
|
927
|
+
export declare namespace com.doordeck.multiplatform.sdk.context {
|
|
928
|
+
abstract class ContextManager extends KtSingleton<ContextManager.$metadata$.constructor>() {
|
|
929
|
+
private constructor();
|
|
930
|
+
}
|
|
931
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
932
|
+
namespace ContextManager.$metadata$ {
|
|
933
|
+
abstract class constructor {
|
|
934
|
+
setApiEnvironment(apiEnvironment: com.doordeck.multiplatform.sdk.model.data.ApiEnvironment): void;
|
|
935
|
+
getApiEnvironment(): com.doordeck.multiplatform.sdk.model.data.ApiEnvironment;
|
|
936
|
+
setCloudAuthToken(token: string): void;
|
|
937
|
+
getCloudAuthToken(): Nullable<string>;
|
|
938
|
+
isCloudAuthTokenInvalidOrExpired(): boolean;
|
|
939
|
+
setCloudRefreshToken(token: string): void;
|
|
940
|
+
getCloudRefreshToken(): Nullable<string>;
|
|
941
|
+
setFusionHost(host: string): void;
|
|
942
|
+
getFusionHost(): string;
|
|
943
|
+
setFusionAuthToken(token: string): void;
|
|
944
|
+
getFusionAuthToken(): Nullable<string>;
|
|
945
|
+
setUserId(userId: string): void;
|
|
946
|
+
getUserId(): Nullable<string>;
|
|
947
|
+
setUserEmail(email: string): void;
|
|
948
|
+
getUserEmail(): Nullable<string>;
|
|
949
|
+
setCertificateChain(certificateChain: kotlin.collections.KtList<string>): void;
|
|
950
|
+
getCertificateChain(): Nullable<kotlin.collections.KtList<string>>;
|
|
951
|
+
isCertificateChainInvalidOrExpired(): boolean;
|
|
952
|
+
setKeyPair(publicKey: Int8Array, privateKey: Int8Array): void;
|
|
953
|
+
getKeyPair(): Nullable<com.doordeck.multiplatform.sdk.model.data.Crypto.KeyPair>;
|
|
954
|
+
setKeyPairVerified(publicKey: Nullable<Int8Array>): void;
|
|
955
|
+
isKeyPairVerified(): boolean;
|
|
956
|
+
isKeyPairValid(): boolean;
|
|
957
|
+
setOperationContext(userId: string, certificateChain: kotlin.collections.KtList<string>, publicKey: Int8Array, privateKey: Int8Array, isKeyPairVerified: boolean): void;
|
|
958
|
+
getContextState(): com.doordeck.multiplatform.sdk.model.common.ContextState;
|
|
959
|
+
clearContext(): void;
|
|
960
|
+
private constructor();
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
function contextManager(): typeof com.doordeck.multiplatform.sdk.context.ContextManager;
|
|
964
|
+
}
|
|
965
|
+
export declare namespace com.doordeck.multiplatform.sdk.crypto {
|
|
966
|
+
abstract class CryptoManager extends KtSingleton<CryptoManager.$metadata$.constructor>() {
|
|
967
|
+
private constructor();
|
|
968
|
+
}
|
|
969
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
970
|
+
namespace CryptoManager.$metadata$ {
|
|
971
|
+
abstract class constructor {
|
|
972
|
+
generateKeyPair(): com.doordeck.multiplatform.sdk.model.data.Crypto.KeyPair;
|
|
973
|
+
isCertificateInvalidOrExpired(base64Certificate: string): boolean;
|
|
974
|
+
private constructor();
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
function crypto(): typeof com.doordeck.multiplatform.sdk.crypto.CryptoManager;
|
|
978
|
+
}
|
|
979
|
+
export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
980
|
+
abstract class FusionOperations extends KtSingleton<FusionOperations.$metadata$.constructor>() {
|
|
981
|
+
private constructor();
|
|
982
|
+
}
|
|
983
|
+
namespace FusionOperations {
|
|
984
|
+
interface LockController {
|
|
985
|
+
readonly __doNotUseOrImplementIt: {
|
|
986
|
+
readonly "com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController": unique symbol;
|
|
987
|
+
};
|
|
988
|
+
}
|
|
989
|
+
class AlpetaController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
990
|
+
constructor(username: string, password: string, doorId: number, baseUrl?: Nullable<string>);
|
|
991
|
+
get username(): string;
|
|
992
|
+
get password(): string;
|
|
993
|
+
get doorId(): number;
|
|
994
|
+
get baseUrl(): Nullable<string>;
|
|
995
|
+
copy(username?: string, password?: string, doorId?: number, baseUrl?: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AlpetaController;
|
|
996
|
+
toString(): string;
|
|
997
|
+
hashCode(): number;
|
|
998
|
+
equals(other: Nullable<any>): boolean;
|
|
999
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1000
|
+
}
|
|
1001
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1002
|
+
namespace AlpetaController.$metadata$ {
|
|
1003
|
+
const constructor: abstract new () => AlpetaController;
|
|
1004
|
+
}
|
|
1005
|
+
class AmagController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1006
|
+
constructor(username: string, password: string, doorId: number, baseUrl?: Nullable<string>);
|
|
1007
|
+
get username(): string;
|
|
1008
|
+
get password(): string;
|
|
1009
|
+
get doorId(): number;
|
|
1010
|
+
get baseUrl(): Nullable<string>;
|
|
1011
|
+
copy(username?: string, password?: string, doorId?: number, baseUrl?: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AmagController;
|
|
1012
|
+
toString(): string;
|
|
629
1013
|
hashCode(): number;
|
|
630
1014
|
equals(other: Nullable<any>): boolean;
|
|
631
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1015
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
632
1016
|
}
|
|
633
1017
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
634
1018
|
namespace AmagController.$metadata$ {
|
|
635
1019
|
const constructor: abstract new () => AmagController;
|
|
636
1020
|
}
|
|
637
|
-
|
|
638
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
639
|
-
private constructor();
|
|
640
|
-
}
|
|
641
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
642
|
-
namespace Companion.$metadata$ {
|
|
643
|
-
abstract class constructor {
|
|
644
|
-
private constructor();
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
class AssaAbloyController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1021
|
+
class AssaAbloyController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
649
1022
|
constructor(baseUrl: string, doorId: string);
|
|
650
1023
|
get baseUrl(): string;
|
|
651
1024
|
get doorId(): string;
|
|
652
|
-
copy(baseUrl?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1025
|
+
copy(baseUrl?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AssaAbloyController;
|
|
653
1026
|
toString(): string;
|
|
654
1027
|
hashCode(): number;
|
|
655
1028
|
equals(other: Nullable<any>): boolean;
|
|
656
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1029
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
657
1030
|
}
|
|
658
1031
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
659
1032
|
namespace AssaAbloyController.$metadata$ {
|
|
660
1033
|
const constructor: abstract new () => AssaAbloyController;
|
|
661
1034
|
}
|
|
662
|
-
|
|
663
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
664
|
-
private constructor();
|
|
665
|
-
}
|
|
666
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
667
|
-
namespace Companion.$metadata$ {
|
|
668
|
-
abstract class constructor {
|
|
669
|
-
private constructor();
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
class AvigilonController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1035
|
+
class AvigilonController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
674
1036
|
constructor(baseUrl: string, username: string, password: string, doorId: string);
|
|
675
1037
|
get baseUrl(): string;
|
|
676
1038
|
get username(): string;
|
|
677
1039
|
get password(): string;
|
|
678
1040
|
get doorId(): string;
|
|
679
|
-
copy(baseUrl?: string, username?: string, password?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1041
|
+
copy(baseUrl?: string, username?: string, password?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AvigilonController;
|
|
680
1042
|
toString(): string;
|
|
681
1043
|
hashCode(): number;
|
|
682
1044
|
equals(other: Nullable<any>): boolean;
|
|
683
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1045
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
684
1046
|
}
|
|
685
1047
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
686
1048
|
namespace AvigilonController.$metadata$ {
|
|
687
1049
|
const constructor: abstract new () => AvigilonController;
|
|
688
1050
|
}
|
|
689
|
-
|
|
690
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
691
|
-
private constructor();
|
|
692
|
-
}
|
|
693
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
694
|
-
namespace Companion.$metadata$ {
|
|
695
|
-
abstract class constructor {
|
|
696
|
-
private constructor();
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
class AxisController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1051
|
+
class AxisController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
701
1052
|
constructor(baseUrl: string, doorIdentifier: string);
|
|
702
1053
|
get baseUrl(): string;
|
|
703
1054
|
get doorIdentifier(): string;
|
|
704
|
-
copy(baseUrl?: string, doorIdentifier?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1055
|
+
copy(baseUrl?: string, doorIdentifier?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.AxisController;
|
|
705
1056
|
toString(): string;
|
|
706
1057
|
hashCode(): number;
|
|
707
1058
|
equals(other: Nullable<any>): boolean;
|
|
708
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1059
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
709
1060
|
}
|
|
710
1061
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
711
1062
|
namespace AxisController.$metadata$ {
|
|
712
1063
|
const constructor: abstract new () => AxisController;
|
|
713
1064
|
}
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
}
|
|
718
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
719
|
-
namespace Companion.$metadata$ {
|
|
720
|
-
abstract class constructor {
|
|
721
|
-
private constructor();
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
class CCureController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
726
|
-
constructor(baseUrl: string, username: string, password: string, doorType: string, doorId: number);
|
|
727
|
-
get baseUrl(): string;
|
|
1065
|
+
class CCureController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1066
|
+
constructor(baseUrl: Nullable<string> | undefined, username: string, password: string, doorType: string, doorId: number);
|
|
1067
|
+
get baseUrl(): Nullable<string>;
|
|
728
1068
|
get username(): string;
|
|
729
1069
|
get password(): string;
|
|
730
1070
|
get doorType(): string;
|
|
731
1071
|
get doorId(): number;
|
|
732
|
-
copy(baseUrl?: string
|
|
1072
|
+
copy(baseUrl?: Nullable<string>, username?: string, password?: string, doorType?: string, doorId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.CCureController;
|
|
733
1073
|
toString(): string;
|
|
734
1074
|
hashCode(): number;
|
|
735
1075
|
equals(other: Nullable<any>): boolean;
|
|
736
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1076
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
737
1077
|
}
|
|
738
1078
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
739
1079
|
namespace CCureController.$metadata$ {
|
|
740
1080
|
const constructor: abstract new () => CCureController;
|
|
741
1081
|
}
|
|
742
|
-
|
|
743
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
744
|
-
private constructor();
|
|
745
|
-
}
|
|
746
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
747
|
-
namespace Companion.$metadata$ {
|
|
748
|
-
abstract class constructor {
|
|
749
|
-
private constructor();
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
class DemoController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1082
|
+
class DemoController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
754
1083
|
constructor(port?: number);
|
|
755
1084
|
get port(): number;
|
|
756
|
-
copy(port?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1085
|
+
copy(port?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.DemoController;
|
|
757
1086
|
toString(): string;
|
|
758
1087
|
hashCode(): number;
|
|
759
1088
|
equals(other: Nullable<any>): boolean;
|
|
760
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1089
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
761
1090
|
}
|
|
762
1091
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
763
1092
|
namespace DemoController.$metadata$ {
|
|
764
1093
|
const constructor: abstract new () => DemoController;
|
|
765
1094
|
}
|
|
766
|
-
|
|
767
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
768
|
-
private constructor();
|
|
769
|
-
}
|
|
770
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
771
|
-
namespace Companion.$metadata$ {
|
|
772
|
-
abstract class constructor {
|
|
773
|
-
private constructor();
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
class GallagherController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1095
|
+
class GallagherController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
778
1096
|
constructor(baseUrl: Nullable<string> | undefined, apiKey: string, doorId: string);
|
|
779
1097
|
get baseUrl(): Nullable<string>;
|
|
780
1098
|
get apiKey(): string;
|
|
781
1099
|
get doorId(): string;
|
|
782
|
-
copy(baseUrl?: Nullable<string>, apiKey?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1100
|
+
copy(baseUrl?: Nullable<string>, apiKey?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.GallagherController;
|
|
783
1101
|
toString(): string;
|
|
784
1102
|
hashCode(): number;
|
|
785
1103
|
equals(other: Nullable<any>): boolean;
|
|
786
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1104
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
787
1105
|
}
|
|
788
1106
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
789
1107
|
namespace GallagherController.$metadata$ {
|
|
790
1108
|
const constructor: abstract new () => GallagherController;
|
|
791
1109
|
}
|
|
792
|
-
|
|
793
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
794
|
-
private constructor();
|
|
795
|
-
}
|
|
796
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
797
|
-
namespace Companion.$metadata$ {
|
|
798
|
-
abstract class constructor {
|
|
799
|
-
private constructor();
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
class GenetecController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1110
|
+
class GenetecController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
804
1111
|
constructor(baseUrl: string, username: string, password: string, doorId: string);
|
|
805
1112
|
get baseUrl(): string;
|
|
806
1113
|
get username(): string;
|
|
807
1114
|
get password(): string;
|
|
808
1115
|
get doorId(): string;
|
|
809
|
-
copy(baseUrl?: string, username?: string, password?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1116
|
+
copy(baseUrl?: string, username?: string, password?: string, doorId?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.GenetecController;
|
|
810
1117
|
toString(): string;
|
|
811
1118
|
hashCode(): number;
|
|
812
1119
|
equals(other: Nullable<any>): boolean;
|
|
813
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1120
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
814
1121
|
}
|
|
815
1122
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
816
1123
|
namespace GenetecController.$metadata$ {
|
|
817
1124
|
const constructor: abstract new () => GenetecController;
|
|
818
1125
|
}
|
|
819
|
-
|
|
820
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
821
|
-
private constructor();
|
|
822
|
-
}
|
|
823
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
824
|
-
namespace Companion.$metadata$ {
|
|
825
|
-
abstract class constructor {
|
|
826
|
-
private constructor();
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
class LenelController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1126
|
+
class LenelController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
831
1127
|
constructor(baseUrl: string, username: string, password: string, directoryId: string, panelId: string, readerId: string);
|
|
832
1128
|
get baseUrl(): string;
|
|
833
1129
|
get username(): string;
|
|
@@ -835,194 +1131,117 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
835
1131
|
get directoryId(): string;
|
|
836
1132
|
get panelId(): string;
|
|
837
1133
|
get readerId(): string;
|
|
838
|
-
copy(baseUrl?: string, username?: string, password?: string, directoryId?: string, panelId?: string, readerId?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1134
|
+
copy(baseUrl?: string, username?: string, password?: string, directoryId?: string, panelId?: string, readerId?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.LenelController;
|
|
839
1135
|
toString(): string;
|
|
840
1136
|
hashCode(): number;
|
|
841
1137
|
equals(other: Nullable<any>): boolean;
|
|
842
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1138
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
843
1139
|
}
|
|
844
1140
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
845
1141
|
namespace LenelController.$metadata$ {
|
|
846
1142
|
const constructor: abstract new () => LenelController;
|
|
847
1143
|
}
|
|
848
|
-
|
|
849
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
850
|
-
private constructor();
|
|
851
|
-
}
|
|
852
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
853
|
-
namespace Companion.$metadata$ {
|
|
854
|
-
abstract class constructor {
|
|
855
|
-
private constructor();
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
class MitrefinchController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1144
|
+
class MitrefinchController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
860
1145
|
constructor(host: string, output: number);
|
|
861
1146
|
get host(): string;
|
|
862
1147
|
get output(): number;
|
|
863
|
-
copy(host?: string, output?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1148
|
+
copy(host?: string, output?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.MitrefinchController;
|
|
864
1149
|
toString(): string;
|
|
865
1150
|
hashCode(): number;
|
|
866
1151
|
equals(other: Nullable<any>): boolean;
|
|
867
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1152
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
868
1153
|
}
|
|
869
1154
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
870
1155
|
namespace MitrefinchController.$metadata$ {
|
|
871
1156
|
const constructor: abstract new () => MitrefinchController;
|
|
872
1157
|
}
|
|
873
|
-
|
|
874
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
875
|
-
private constructor();
|
|
876
|
-
}
|
|
877
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
878
|
-
namespace Companion.$metadata$ {
|
|
879
|
-
abstract class constructor {
|
|
880
|
-
private constructor();
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
class PaxtonNet2Controller implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1158
|
+
class PaxtonNet2Controller implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
885
1159
|
constructor(host: string, username: Nullable<string> | undefined, password: Nullable<string> | undefined, address: string, output: number);
|
|
886
1160
|
get host(): string;
|
|
887
1161
|
get username(): Nullable<string>;
|
|
888
1162
|
get password(): Nullable<string>;
|
|
889
1163
|
get address(): string;
|
|
890
1164
|
get output(): number;
|
|
891
|
-
copy(host?: string, username?: Nullable<string>, password?: Nullable<string>, address?: string, output?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1165
|
+
copy(host?: string, username?: Nullable<string>, password?: Nullable<string>, address?: string, output?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.PaxtonNet2Controller;
|
|
892
1166
|
toString(): string;
|
|
893
1167
|
hashCode(): number;
|
|
894
1168
|
equals(other: Nullable<any>): boolean;
|
|
895
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1169
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
896
1170
|
}
|
|
897
1171
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
898
1172
|
namespace PaxtonNet2Controller.$metadata$ {
|
|
899
1173
|
const constructor: abstract new () => PaxtonNet2Controller;
|
|
900
1174
|
}
|
|
901
|
-
|
|
902
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
903
|
-
private constructor();
|
|
904
|
-
}
|
|
905
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
906
|
-
namespace Companion.$metadata$ {
|
|
907
|
-
abstract class constructor {
|
|
908
|
-
private constructor();
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
class Paxton10Controller implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1175
|
+
class Paxton10Controller implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
913
1176
|
constructor(baseUrl: string, username: string, password: string, applianceId: number);
|
|
914
1177
|
get baseUrl(): string;
|
|
915
1178
|
get username(): string;
|
|
916
1179
|
get password(): string;
|
|
917
1180
|
get applianceId(): number;
|
|
918
|
-
copy(baseUrl?: string, username?: string, password?: string, applianceId?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1181
|
+
copy(baseUrl?: string, username?: string, password?: string, applianceId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.Paxton10Controller;
|
|
919
1182
|
toString(): string;
|
|
920
1183
|
hashCode(): number;
|
|
921
1184
|
equals(other: Nullable<any>): boolean;
|
|
922
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1185
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
923
1186
|
}
|
|
924
1187
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
925
1188
|
namespace Paxton10Controller.$metadata$ {
|
|
926
1189
|
const constructor: abstract new () => Paxton10Controller;
|
|
927
1190
|
}
|
|
928
|
-
|
|
929
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
930
|
-
private constructor();
|
|
931
|
-
}
|
|
932
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
933
|
-
namespace Companion.$metadata$ {
|
|
934
|
-
abstract class constructor {
|
|
935
|
-
private constructor();
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
class IntegraV1Controller implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1191
|
+
class IntegraV1Controller implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
940
1192
|
constructor(username: string, password: string, controllerId: number);
|
|
941
1193
|
get username(): string;
|
|
942
1194
|
get password(): string;
|
|
943
1195
|
get controllerId(): number;
|
|
944
|
-
copy(username?: string, password?: string, controllerId?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1196
|
+
copy(username?: string, password?: string, controllerId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.IntegraV1Controller;
|
|
945
1197
|
toString(): string;
|
|
946
1198
|
hashCode(): number;
|
|
947
1199
|
equals(other: Nullable<any>): boolean;
|
|
948
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1200
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
949
1201
|
}
|
|
950
1202
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
951
1203
|
namespace IntegraV1Controller.$metadata$ {
|
|
952
1204
|
const constructor: abstract new () => IntegraV1Controller;
|
|
953
1205
|
}
|
|
954
|
-
|
|
955
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
956
|
-
private constructor();
|
|
957
|
-
}
|
|
958
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
959
|
-
namespace Companion.$metadata$ {
|
|
960
|
-
abstract class constructor {
|
|
961
|
-
private constructor();
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
class IntegraV2Controller implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1206
|
+
class IntegraV2Controller implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
966
1207
|
constructor(baseUrl: string, sessionId: string, controllerId: number, cardholderId: number, pinCode?: Nullable<number>);
|
|
967
1208
|
get baseUrl(): string;
|
|
968
1209
|
get sessionId(): string;
|
|
969
1210
|
get controllerId(): number;
|
|
970
1211
|
get cardholderId(): number;
|
|
971
1212
|
get pinCode(): Nullable<number>;
|
|
972
|
-
copy(baseUrl?: string, sessionId?: string, controllerId?: number, cardholderId?: number, pinCode?: Nullable<number>): com.doordeck.multiplatform.sdk.model.data.
|
|
1213
|
+
copy(baseUrl?: string, sessionId?: string, controllerId?: number, cardholderId?: number, pinCode?: Nullable<number>): com.doordeck.multiplatform.sdk.model.data.FusionOperations.IntegraV2Controller;
|
|
973
1214
|
toString(): string;
|
|
974
1215
|
hashCode(): number;
|
|
975
1216
|
equals(other: Nullable<any>): boolean;
|
|
976
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1217
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
977
1218
|
}
|
|
978
1219
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
979
1220
|
namespace IntegraV2Controller.$metadata$ {
|
|
980
1221
|
const constructor: abstract new () => IntegraV2Controller;
|
|
981
1222
|
}
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
}
|
|
986
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
987
|
-
namespace Companion.$metadata$ {
|
|
988
|
-
abstract class constructor {
|
|
989
|
-
private constructor();
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
class PacController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
994
|
-
constructor(dataSource: com.doordeck.multiplatform.sdk.model.data.Fusion.DataSource, outputChannel: number, controllerSerial: number);
|
|
995
|
-
get dataSource(): com.doordeck.multiplatform.sdk.model.data.Fusion.DataSource;
|
|
1223
|
+
class PacController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1224
|
+
constructor(dataSource: com.doordeck.multiplatform.sdk.model.data.FusionOperations.DataSource, outputChannel: number, controllerSerial: number);
|
|
1225
|
+
get dataSource(): com.doordeck.multiplatform.sdk.model.data.FusionOperations.DataSource;
|
|
996
1226
|
get outputChannel(): number;
|
|
997
1227
|
get controllerSerial(): number;
|
|
998
|
-
copy(dataSource?: com.doordeck.multiplatform.sdk.model.data.
|
|
1228
|
+
copy(dataSource?: com.doordeck.multiplatform.sdk.model.data.FusionOperations.DataSource, outputChannel?: number, controllerSerial?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.PacController;
|
|
999
1229
|
toString(): string;
|
|
1000
1230
|
hashCode(): number;
|
|
1001
1231
|
equals(other: Nullable<any>): boolean;
|
|
1002
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1232
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1003
1233
|
}
|
|
1004
1234
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1005
1235
|
namespace PacController.$metadata$ {
|
|
1006
1236
|
const constructor: abstract new () => PacController;
|
|
1007
1237
|
}
|
|
1008
|
-
namespace PacController {
|
|
1009
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1010
|
-
private constructor();
|
|
1011
|
-
}
|
|
1012
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1013
|
-
namespace Companion.$metadata$ {
|
|
1014
|
-
abstract class constructor {
|
|
1015
|
-
private constructor();
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
1238
|
class DataSource {
|
|
1020
1239
|
constructor(driverClass: string, url: string, user: string, password: string);
|
|
1021
1240
|
get driverClass(): string;
|
|
1022
1241
|
get url(): string;
|
|
1023
1242
|
get user(): string;
|
|
1024
1243
|
get password(): string;
|
|
1025
|
-
copy(driverClass?: string, url?: string, user?: string, password?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1244
|
+
copy(driverClass?: string, url?: string, user?: string, password?: string): com.doordeck.multiplatform.sdk.model.data.FusionOperations.DataSource;
|
|
1026
1245
|
toString(): string;
|
|
1027
1246
|
hashCode(): number;
|
|
1028
1247
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1031,131 +1250,57 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1031
1250
|
namespace DataSource.$metadata$ {
|
|
1032
1251
|
const constructor: abstract new () => DataSource;
|
|
1033
1252
|
}
|
|
1034
|
-
|
|
1035
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1036
|
-
private constructor();
|
|
1037
|
-
}
|
|
1038
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1039
|
-
namespace Companion.$metadata$ {
|
|
1040
|
-
abstract class constructor {
|
|
1041
|
-
private constructor();
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
class TdsiExgardeController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1253
|
+
class TdsiExgardeController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1046
1254
|
constructor(dbUrl: Nullable<string> | undefined, username: string, password: string, doorId: number);
|
|
1047
1255
|
get dbUrl(): Nullable<string>;
|
|
1048
1256
|
get username(): string;
|
|
1049
1257
|
get password(): string;
|
|
1050
1258
|
get doorId(): number;
|
|
1051
|
-
copy(dbUrl?: Nullable<string>, username?: string, password?: string, doorId?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1259
|
+
copy(dbUrl?: Nullable<string>, username?: string, password?: string, doorId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.TdsiExgardeController;
|
|
1052
1260
|
toString(): string;
|
|
1053
1261
|
hashCode(): number;
|
|
1054
1262
|
equals(other: Nullable<any>): boolean;
|
|
1055
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1263
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1056
1264
|
}
|
|
1057
1265
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1058
1266
|
namespace TdsiExgardeController.$metadata$ {
|
|
1059
1267
|
const constructor: abstract new () => TdsiExgardeController;
|
|
1060
1268
|
}
|
|
1061
|
-
|
|
1062
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1063
|
-
private constructor();
|
|
1064
|
-
}
|
|
1065
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1066
|
-
namespace Companion.$metadata$ {
|
|
1067
|
-
abstract class constructor {
|
|
1068
|
-
private constructor();
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
class TdsiGardisController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1269
|
+
class TdsiGardisController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1073
1270
|
constructor(host: string, username: string, password: string, doorId: number);
|
|
1074
1271
|
get host(): string;
|
|
1075
1272
|
get username(): string;
|
|
1076
1273
|
get password(): string;
|
|
1077
1274
|
get doorId(): number;
|
|
1078
|
-
copy(host?: string, username?: string, password?: string, doorId?: number): com.doordeck.multiplatform.sdk.model.data.
|
|
1275
|
+
copy(host?: string, username?: string, password?: string, doorId?: number): com.doordeck.multiplatform.sdk.model.data.FusionOperations.TdsiGardisController;
|
|
1079
1276
|
toString(): string;
|
|
1080
1277
|
hashCode(): number;
|
|
1081
1278
|
equals(other: Nullable<any>): boolean;
|
|
1082
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1279
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1083
1280
|
}
|
|
1084
1281
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1085
1282
|
namespace TdsiGardisController.$metadata$ {
|
|
1086
1283
|
const constructor: abstract new () => TdsiGardisController;
|
|
1087
1284
|
}
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
private constructor();
|
|
1091
|
-
}
|
|
1092
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1093
|
-
namespace Companion.$metadata$ {
|
|
1094
|
-
abstract class constructor {
|
|
1095
|
-
private constructor();
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
class ZktecoController implements com.doordeck.multiplatform.sdk.model.data.Fusion.LockController {
|
|
1100
|
-
constructor(clientSecret: string, doorId: string, baseUrl: Nullable<string> | undefined, entityType: com.doordeck.multiplatform.sdk.model.data.Fusion.ZktecoEntityType);
|
|
1285
|
+
class ZktecoController implements com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController {
|
|
1286
|
+
constructor(clientSecret: string, doorId: string, baseUrl: Nullable<string> | undefined, entityType: com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType);
|
|
1101
1287
|
get clientSecret(): string;
|
|
1102
1288
|
get doorId(): string;
|
|
1103
1289
|
get baseUrl(): Nullable<string>;
|
|
1104
|
-
get entityType(): com.doordeck.multiplatform.sdk.model.
|
|
1105
|
-
copy(clientSecret?: string, doorId?: string, baseUrl?: Nullable<string>, entityType?: com.doordeck.multiplatform.sdk.model.
|
|
1290
|
+
get entityType(): com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType;
|
|
1291
|
+
copy(clientSecret?: string, doorId?: string, baseUrl?: Nullable<string>, entityType?: com.doordeck.multiplatform.sdk.model.common.ZktecoEntityType): com.doordeck.multiplatform.sdk.model.data.FusionOperations.ZktecoController;
|
|
1106
1292
|
toString(): string;
|
|
1107
1293
|
hashCode(): number;
|
|
1108
1294
|
equals(other: Nullable<any>): boolean;
|
|
1109
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1295
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController["__doNotUseOrImplementIt"];
|
|
1110
1296
|
}
|
|
1111
1297
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1112
1298
|
namespace ZktecoController.$metadata$ {
|
|
1113
1299
|
const constructor: abstract new () => ZktecoController;
|
|
1114
1300
|
}
|
|
1115
|
-
namespace ZktecoController {
|
|
1116
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1117
|
-
private constructor();
|
|
1118
|
-
}
|
|
1119
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1120
|
-
namespace Companion.$metadata$ {
|
|
1121
|
-
abstract class constructor {
|
|
1122
|
-
private constructor();
|
|
1123
|
-
}
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
abstract class ZktecoEntityType {
|
|
1127
|
-
private constructor();
|
|
1128
|
-
static get DOOR(): com.doordeck.multiplatform.sdk.model.data.Fusion.ZktecoEntityType & {
|
|
1129
|
-
get name(): "DOOR";
|
|
1130
|
-
get ordinal(): 0;
|
|
1131
|
-
};
|
|
1132
|
-
static get FLOOR(): com.doordeck.multiplatform.sdk.model.data.Fusion.ZktecoEntityType & {
|
|
1133
|
-
get name(): "FLOOR";
|
|
1134
|
-
get ordinal(): 1;
|
|
1135
|
-
};
|
|
1136
|
-
get name(): "DOOR" | "FLOOR";
|
|
1137
|
-
get ordinal(): 0 | 1;
|
|
1138
|
-
static values(): Array<com.doordeck.multiplatform.sdk.model.data.Fusion.ZktecoEntityType>;
|
|
1139
|
-
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.data.Fusion.ZktecoEntityType;
|
|
1140
|
-
}
|
|
1141
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1142
|
-
namespace ZktecoEntityType.$metadata$ {
|
|
1143
|
-
const constructor: abstract new () => ZktecoEntityType;
|
|
1144
|
-
}
|
|
1145
|
-
namespace ZktecoEntityType {
|
|
1146
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1147
|
-
private constructor();
|
|
1148
|
-
}
|
|
1149
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1150
|
-
namespace Companion.$metadata$ {
|
|
1151
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
1152
|
-
private constructor();
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
1301
|
}
|
|
1157
1302
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1158
|
-
namespace
|
|
1303
|
+
namespace FusionOperations.$metadata$ {
|
|
1159
1304
|
abstract class constructor {
|
|
1160
1305
|
private constructor();
|
|
1161
1306
|
}
|
|
@@ -1167,12 +1312,12 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1167
1312
|
}
|
|
1168
1313
|
namespace LockOperations {
|
|
1169
1314
|
class TimeRequirement {
|
|
1170
|
-
constructor(start: string, end: string, timezone: string, days: kotlin.collections.
|
|
1315
|
+
constructor(start: string, end: string, timezone: string, days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>);
|
|
1171
1316
|
get start(): string;
|
|
1172
1317
|
get end(): string;
|
|
1173
1318
|
get timezone(): string;
|
|
1174
|
-
get days(): kotlin.collections.
|
|
1175
|
-
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.
|
|
1319
|
+
get days(): kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>;
|
|
1320
|
+
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement;
|
|
1176
1321
|
toString(): string;
|
|
1177
1322
|
hashCode(): number;
|
|
1178
1323
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1187,7 +1332,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1187
1332
|
setStart(start: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement.Builder;
|
|
1188
1333
|
setEnd(end: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement.Builder;
|
|
1189
1334
|
setTimezone(timezone: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement.Builder;
|
|
1190
|
-
setDays(days: kotlin.collections.
|
|
1335
|
+
setDays(days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement.Builder;
|
|
1191
1336
|
build(): com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement;
|
|
1192
1337
|
}
|
|
1193
1338
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -1227,13 +1372,13 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1227
1372
|
}
|
|
1228
1373
|
}
|
|
1229
1374
|
class UnlockBetween {
|
|
1230
|
-
constructor(start: string, end: string, timezone: string, days: kotlin.collections.
|
|
1375
|
+
constructor(start: string, end: string, timezone: string, days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>, exceptions?: Nullable<kotlin.collections.KtList<string>>);
|
|
1231
1376
|
get start(): string;
|
|
1232
1377
|
get end(): string;
|
|
1233
1378
|
get timezone(): string;
|
|
1234
|
-
get days(): kotlin.collections.
|
|
1379
|
+
get days(): kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>;
|
|
1235
1380
|
get exceptions(): Nullable<kotlin.collections.KtList<string>>;
|
|
1236
|
-
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.
|
|
1381
|
+
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>, exceptions?: Nullable<kotlin.collections.KtList<string>>): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween;
|
|
1237
1382
|
toString(): string;
|
|
1238
1383
|
hashCode(): number;
|
|
1239
1384
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1248,7 +1393,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1248
1393
|
setStart(start: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween.Builder;
|
|
1249
1394
|
setEnd(end: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween.Builder;
|
|
1250
1395
|
setTimezone(timezone: string): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween.Builder;
|
|
1251
|
-
setDays(days: kotlin.collections.
|
|
1396
|
+
setDays(days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween.Builder;
|
|
1252
1397
|
setExceptions(exceptions: Nullable<kotlin.collections.KtList<string>>): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween.Builder;
|
|
1253
1398
|
build(): com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockBetween;
|
|
1254
1399
|
}
|
|
@@ -1495,21 +1640,21 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1495
1640
|
}
|
|
1496
1641
|
}
|
|
1497
1642
|
export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
1498
|
-
abstract class
|
|
1643
|
+
abstract class PlatformOperations extends KtSingleton<PlatformOperations.$metadata$.constructor>() {
|
|
1499
1644
|
private constructor();
|
|
1500
1645
|
}
|
|
1501
|
-
namespace
|
|
1646
|
+
namespace PlatformOperations {
|
|
1502
1647
|
class CreateApplication {
|
|
1503
|
-
constructor(name: string, companyName: string, mailingAddress: string, privacyPolicy?: Nullable<string>, supportContact?: Nullable<string>, appLink?: Nullable<string>, emailPreferences?: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1648
|
+
constructor(name: string, companyName: string, mailingAddress: string, privacyPolicy?: Nullable<string>, supportContact?: Nullable<string>, appLink?: Nullable<string>, emailPreferences?: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences>, logoUrl?: Nullable<string>);
|
|
1504
1649
|
get name(): string;
|
|
1505
1650
|
get companyName(): string;
|
|
1506
1651
|
get mailingAddress(): string;
|
|
1507
1652
|
get privacyPolicy(): Nullable<string>;
|
|
1508
1653
|
get supportContact(): Nullable<string>;
|
|
1509
1654
|
get appLink(): Nullable<string>;
|
|
1510
|
-
get emailPreferences(): Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1655
|
+
get emailPreferences(): Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences>;
|
|
1511
1656
|
get logoUrl(): Nullable<string>;
|
|
1512
|
-
copy(name?: string, companyName?: string, mailingAddress?: string, privacyPolicy?: Nullable<string>, supportContact?: Nullable<string>, appLink?: Nullable<string>, emailPreferences?: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1657
|
+
copy(name?: string, companyName?: string, mailingAddress?: string, privacyPolicy?: Nullable<string>, supportContact?: Nullable<string>, appLink?: Nullable<string>, emailPreferences?: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences>, logoUrl?: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication;
|
|
1513
1658
|
toString(): string;
|
|
1514
1659
|
hashCode(): number;
|
|
1515
1660
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1521,15 +1666,15 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1521
1666
|
namespace CreateApplication {
|
|
1522
1667
|
class Builder {
|
|
1523
1668
|
constructor();
|
|
1524
|
-
setName(name: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1525
|
-
setCompanyName(companyName: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1526
|
-
setMailingAddress(mailingAddress: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1527
|
-
setPrivacyPolicy(privacyPolicy: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1528
|
-
setSupportContact(supportContact: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1529
|
-
setAppLink(appLink: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1530
|
-
setEmailPreferences(emailPreferences: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1531
|
-
setLogoUrl(logoUrl: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1532
|
-
build(): com.doordeck.multiplatform.sdk.model.data.
|
|
1669
|
+
setName(name: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1670
|
+
setCompanyName(companyName: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1671
|
+
setMailingAddress(mailingAddress: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1672
|
+
setPrivacyPolicy(privacyPolicy: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1673
|
+
setSupportContact(supportContact: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1674
|
+
setAppLink(appLink: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1675
|
+
setEmailPreferences(emailPreferences: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1676
|
+
setLogoUrl(logoUrl: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication.Builder;
|
|
1677
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication;
|
|
1533
1678
|
}
|
|
1534
1679
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1535
1680
|
namespace Builder.$metadata$ {
|
|
@@ -1537,14 +1682,14 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1537
1682
|
}
|
|
1538
1683
|
}
|
|
1539
1684
|
class EmailPreferences {
|
|
1540
|
-
constructor(senderEmail?: Nullable<string>, senderName?: Nullable<string>, primaryColour?: Nullable<string>, secondaryColour?: Nullable<string>, onlySendEssentialEmails?: Nullable<boolean>, callToAction?: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1685
|
+
constructor(senderEmail?: Nullable<string>, senderName?: Nullable<string>, primaryColour?: Nullable<string>, secondaryColour?: Nullable<string>, onlySendEssentialEmails?: Nullable<boolean>, callToAction?: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction>);
|
|
1541
1686
|
get senderEmail(): Nullable<string>;
|
|
1542
1687
|
get senderName(): Nullable<string>;
|
|
1543
1688
|
get primaryColour(): Nullable<string>;
|
|
1544
1689
|
get secondaryColour(): Nullable<string>;
|
|
1545
1690
|
get onlySendEssentialEmails(): Nullable<boolean>;
|
|
1546
|
-
get callToAction(): Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1547
|
-
copy(senderEmail?: Nullable<string>, senderName?: Nullable<string>, primaryColour?: Nullable<string>, secondaryColour?: Nullable<string>, onlySendEssentialEmails?: Nullable<boolean>, callToAction?: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1691
|
+
get callToAction(): Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction>;
|
|
1692
|
+
copy(senderEmail?: Nullable<string>, senderName?: Nullable<string>, primaryColour?: Nullable<string>, secondaryColour?: Nullable<string>, onlySendEssentialEmails?: Nullable<boolean>, callToAction?: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences;
|
|
1548
1693
|
toString(): string;
|
|
1549
1694
|
hashCode(): number;
|
|
1550
1695
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1556,13 +1701,13 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1556
1701
|
namespace EmailPreferences {
|
|
1557
1702
|
class Builder {
|
|
1558
1703
|
constructor();
|
|
1559
|
-
setSenderEmail(senderEmail: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1560
|
-
setSenderName(senderName: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1561
|
-
setPrimaryColour(primaryColour: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1562
|
-
setSecondaryColour(secondaryColour: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1563
|
-
setOnlySendEssentialEmails(onlySendEssentialEmails: Nullable<boolean>): com.doordeck.multiplatform.sdk.model.data.
|
|
1564
|
-
setCallToAction(callToAction: Nullable<com.doordeck.multiplatform.sdk.model.data.
|
|
1565
|
-
build(): com.doordeck.multiplatform.sdk.model.data.
|
|
1704
|
+
setSenderEmail(senderEmail: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1705
|
+
setSenderName(senderName: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1706
|
+
setPrimaryColour(primaryColour: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1707
|
+
setSecondaryColour(secondaryColour: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1708
|
+
setOnlySendEssentialEmails(onlySendEssentialEmails: Nullable<boolean>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1709
|
+
setCallToAction(callToAction: Nullable<com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences.Builder;
|
|
1710
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailPreferences;
|
|
1566
1711
|
}
|
|
1567
1712
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1568
1713
|
namespace Builder.$metadata$ {
|
|
@@ -1574,7 +1719,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1574
1719
|
get actionTarget(): string;
|
|
1575
1720
|
get headline(): string;
|
|
1576
1721
|
get actionText(): string;
|
|
1577
|
-
copy(actionTarget?: string, headline?: string, actionText?: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1722
|
+
copy(actionTarget?: string, headline?: string, actionText?: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction;
|
|
1578
1723
|
toString(): string;
|
|
1579
1724
|
hashCode(): number;
|
|
1580
1725
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1586,10 +1731,10 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1586
1731
|
namespace EmailCallToAction {
|
|
1587
1732
|
class Builder {
|
|
1588
1733
|
constructor();
|
|
1589
|
-
setActionTarget(actionTarget: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1590
|
-
setHeadline(headline: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1591
|
-
setActionText(actionText: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1592
|
-
build(): com.doordeck.multiplatform.sdk.model.data.
|
|
1734
|
+
setActionTarget(actionTarget: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction.Builder;
|
|
1735
|
+
setHeadline(headline: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction.Builder;
|
|
1736
|
+
setActionText(actionText: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction.Builder;
|
|
1737
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EmailCallToAction;
|
|
1593
1738
|
}
|
|
1594
1739
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1595
1740
|
namespace Builder.$metadata$ {
|
|
@@ -1602,28 +1747,22 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1602
1747
|
readonly use: string;
|
|
1603
1748
|
readonly alg: Nullable<string>;
|
|
1604
1749
|
readonly __doNotUseOrImplementIt: {
|
|
1605
|
-
readonly "com.doordeck.multiplatform.sdk.model.data.
|
|
1750
|
+
readonly "com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey": unique symbol;
|
|
1606
1751
|
};
|
|
1607
1752
|
}
|
|
1608
|
-
class RsaKey implements com.doordeck.multiplatform.sdk.model.data.
|
|
1609
|
-
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined,
|
|
1753
|
+
class RsaKey implements com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey {
|
|
1754
|
+
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined, e: string, n: string);
|
|
1610
1755
|
get kty(): string;
|
|
1611
1756
|
get use(): string;
|
|
1612
1757
|
get kid(): string;
|
|
1613
1758
|
get alg(): Nullable<string>;
|
|
1614
|
-
get p(): string;
|
|
1615
|
-
get q(): string;
|
|
1616
|
-
get d(): string;
|
|
1617
1759
|
get e(): string;
|
|
1618
|
-
get qi(): string;
|
|
1619
|
-
get dp(): string;
|
|
1620
|
-
get dq(): string;
|
|
1621
1760
|
get n(): string;
|
|
1622
|
-
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>,
|
|
1761
|
+
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>, e?: string, n?: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey;
|
|
1623
1762
|
toString(): string;
|
|
1624
1763
|
hashCode(): number;
|
|
1625
1764
|
equals(other: Nullable<any>): boolean;
|
|
1626
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1765
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey["__doNotUseOrImplementIt"];
|
|
1627
1766
|
}
|
|
1628
1767
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1629
1768
|
namespace RsaKey.$metadata$ {
|
|
@@ -1632,40 +1771,33 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1632
1771
|
namespace RsaKey {
|
|
1633
1772
|
class Builder {
|
|
1634
1773
|
constructor();
|
|
1635
|
-
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1636
|
-
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1637
|
-
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1638
|
-
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
setE(e: string): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey.Builder;
|
|
1643
|
-
setQi(qi: string): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey.Builder;
|
|
1644
|
-
setDp(dp: string): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey.Builder;
|
|
1645
|
-
setDq(dq: string): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey.Builder;
|
|
1646
|
-
setN(n: string): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey.Builder;
|
|
1647
|
-
build(): com.doordeck.multiplatform.sdk.model.data.Platform.RsaKey;
|
|
1774
|
+
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1775
|
+
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1776
|
+
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1777
|
+
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1778
|
+
setE(e: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1779
|
+
setN(n: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey.Builder;
|
|
1780
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.RsaKey;
|
|
1648
1781
|
}
|
|
1649
1782
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1650
1783
|
namespace Builder.$metadata$ {
|
|
1651
1784
|
const constructor: abstract new () => Builder;
|
|
1652
1785
|
}
|
|
1653
1786
|
}
|
|
1654
|
-
class EcKey implements com.doordeck.multiplatform.sdk.model.data.
|
|
1655
|
-
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined,
|
|
1787
|
+
class EcKey implements com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey {
|
|
1788
|
+
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined, crv: string, x: string, y: string);
|
|
1656
1789
|
get kty(): string;
|
|
1657
1790
|
get use(): string;
|
|
1658
1791
|
get kid(): string;
|
|
1659
1792
|
get alg(): Nullable<string>;
|
|
1660
|
-
get d(): string;
|
|
1661
1793
|
get crv(): string;
|
|
1662
1794
|
get x(): string;
|
|
1663
1795
|
get y(): string;
|
|
1664
|
-
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>,
|
|
1796
|
+
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>, crv?: string, x?: string, y?: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey;
|
|
1665
1797
|
toString(): string;
|
|
1666
1798
|
hashCode(): number;
|
|
1667
1799
|
equals(other: Nullable<any>): boolean;
|
|
1668
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1800
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey["__doNotUseOrImplementIt"];
|
|
1669
1801
|
}
|
|
1670
1802
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1671
1803
|
namespace EcKey.$metadata$ {
|
|
@@ -1674,35 +1806,33 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1674
1806
|
namespace EcKey {
|
|
1675
1807
|
class Builder {
|
|
1676
1808
|
constructor();
|
|
1677
|
-
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1678
|
-
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1679
|
-
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1680
|
-
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
build(): com.doordeck.multiplatform.sdk.model.data.Platform.EcKey;
|
|
1809
|
+
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1810
|
+
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1811
|
+
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1812
|
+
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1813
|
+
setCrv(crv: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1814
|
+
setX(x: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1815
|
+
setY(y: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey.Builder;
|
|
1816
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.EcKey;
|
|
1686
1817
|
}
|
|
1687
1818
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1688
1819
|
namespace Builder.$metadata$ {
|
|
1689
1820
|
const constructor: abstract new () => Builder;
|
|
1690
1821
|
}
|
|
1691
1822
|
}
|
|
1692
|
-
class Ed25519Key implements com.doordeck.multiplatform.sdk.model.data.
|
|
1693
|
-
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined,
|
|
1823
|
+
class Ed25519Key implements com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey {
|
|
1824
|
+
constructor(kty: string | undefined, use: string, kid: string, alg: Nullable<string> | undefined, crv: string, x: string);
|
|
1694
1825
|
get kty(): string;
|
|
1695
1826
|
get use(): string;
|
|
1696
1827
|
get kid(): string;
|
|
1697
1828
|
get alg(): Nullable<string>;
|
|
1698
|
-
get d(): string;
|
|
1699
1829
|
get crv(): string;
|
|
1700
1830
|
get x(): string;
|
|
1701
|
-
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>,
|
|
1831
|
+
copy(kty?: string, use?: string, kid?: string, alg?: Nullable<string>, crv?: string, x?: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key;
|
|
1702
1832
|
toString(): string;
|
|
1703
1833
|
hashCode(): number;
|
|
1704
1834
|
equals(other: Nullable<any>): boolean;
|
|
1705
|
-
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.
|
|
1835
|
+
readonly __doNotUseOrImplementIt: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.AuthKey["__doNotUseOrImplementIt"];
|
|
1706
1836
|
}
|
|
1707
1837
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1708
1838
|
namespace Ed25519Key.$metadata$ {
|
|
@@ -1711,14 +1841,13 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1711
1841
|
namespace Ed25519Key {
|
|
1712
1842
|
class Builder {
|
|
1713
1843
|
constructor();
|
|
1714
|
-
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1715
|
-
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1716
|
-
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.
|
|
1717
|
-
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
build(): com.doordeck.multiplatform.sdk.model.data.Platform.Ed25519Key;
|
|
1844
|
+
setKty(kty: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1845
|
+
setUse(use: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1846
|
+
setKid(kid: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1847
|
+
setAlg(alg: Nullable<string>): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1848
|
+
setCrv(crv: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1849
|
+
setX(x: string): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key.Builder;
|
|
1850
|
+
build(): com.doordeck.multiplatform.sdk.model.data.PlatformOperations.Ed25519Key;
|
|
1722
1851
|
}
|
|
1723
1852
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1724
1853
|
namespace Builder.$metadata$ {
|
|
@@ -1727,7 +1856,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.data {
|
|
|
1727
1856
|
}
|
|
1728
1857
|
}
|
|
1729
1858
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1730
|
-
namespace
|
|
1859
|
+
namespace PlatformOperations.$metadata$ {
|
|
1731
1860
|
abstract class constructor {
|
|
1732
1861
|
private constructor();
|
|
1733
1862
|
}
|
|
@@ -1747,17 +1876,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1747
1876
|
namespace TokenResponse.$metadata$ {
|
|
1748
1877
|
const constructor: abstract new () => TokenResponse;
|
|
1749
1878
|
}
|
|
1750
|
-
namespace TokenResponse {
|
|
1751
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1752
|
-
private constructor();
|
|
1753
|
-
}
|
|
1754
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1755
|
-
namespace Companion.$metadata$ {
|
|
1756
|
-
abstract class constructor {
|
|
1757
|
-
private constructor();
|
|
1758
|
-
}
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
1879
|
class UserDetailsResponse {
|
|
1762
1880
|
constructor(email: string, displayName: Nullable<string> | undefined, emailVerified: boolean, publicKey: string);
|
|
1763
1881
|
get email(): string;
|
|
@@ -1773,17 +1891,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1773
1891
|
namespace UserDetailsResponse.$metadata$ {
|
|
1774
1892
|
const constructor: abstract new () => UserDetailsResponse;
|
|
1775
1893
|
}
|
|
1776
|
-
namespace UserDetailsResponse {
|
|
1777
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1778
|
-
private constructor();
|
|
1779
|
-
}
|
|
1780
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1781
|
-
namespace Companion.$metadata$ {
|
|
1782
|
-
abstract class constructor {
|
|
1783
|
-
private constructor();
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
1894
|
class RegisterEphemeralKeyResponse {
|
|
1788
1895
|
constructor(certificateChain: kotlin.collections.KtList<string>, userId: string);
|
|
1789
1896
|
get certificateChain(): kotlin.collections.KtList<string>;
|
|
@@ -1797,17 +1904,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1797
1904
|
namespace RegisterEphemeralKeyResponse.$metadata$ {
|
|
1798
1905
|
const constructor: abstract new () => RegisterEphemeralKeyResponse;
|
|
1799
1906
|
}
|
|
1800
|
-
namespace RegisterEphemeralKeyResponse {
|
|
1801
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1802
|
-
private constructor();
|
|
1803
|
-
}
|
|
1804
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1805
|
-
namespace Companion.$metadata$ {
|
|
1806
|
-
abstract class constructor {
|
|
1807
|
-
private constructor();
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
}
|
|
1811
1907
|
class RegisterEphemeralKeyWithSecondaryAuthenticationResponse {
|
|
1812
1908
|
constructor(method: com.doordeck.multiplatform.sdk.model.common.TwoFactorMethod);
|
|
1813
1909
|
get method(): com.doordeck.multiplatform.sdk.model.common.TwoFactorMethod;
|
|
@@ -1820,17 +1916,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1820
1916
|
namespace RegisterEphemeralKeyWithSecondaryAuthenticationResponse.$metadata$ {
|
|
1821
1917
|
const constructor: abstract new () => RegisterEphemeralKeyWithSecondaryAuthenticationResponse;
|
|
1822
1918
|
}
|
|
1823
|
-
namespace RegisterEphemeralKeyWithSecondaryAuthenticationResponse {
|
|
1824
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1825
|
-
private constructor();
|
|
1826
|
-
}
|
|
1827
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1828
|
-
namespace Companion.$metadata$ {
|
|
1829
|
-
abstract class constructor {
|
|
1830
|
-
private constructor();
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
1919
|
}
|
|
1835
1920
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
1836
1921
|
class FusionLoginResponse {
|
|
@@ -1845,17 +1930,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1845
1930
|
namespace FusionLoginResponse.$metadata$ {
|
|
1846
1931
|
const constructor: abstract new () => FusionLoginResponse;
|
|
1847
1932
|
}
|
|
1848
|
-
namespace FusionLoginResponse {
|
|
1849
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1850
|
-
private constructor();
|
|
1851
|
-
}
|
|
1852
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1853
|
-
namespace Companion.$metadata$ {
|
|
1854
|
-
abstract class constructor {
|
|
1855
|
-
private constructor();
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
1933
|
class IntegrationTypeResponse {
|
|
1860
1934
|
constructor(status?: Nullable<string>);
|
|
1861
1935
|
get status(): Nullable<string>;
|
|
@@ -1868,21 +1942,10 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1868
1942
|
namespace IntegrationTypeResponse.$metadata$ {
|
|
1869
1943
|
const constructor: abstract new () => IntegrationTypeResponse;
|
|
1870
1944
|
}
|
|
1871
|
-
namespace IntegrationTypeResponse {
|
|
1872
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1873
|
-
private constructor();
|
|
1874
|
-
}
|
|
1875
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1876
|
-
namespace Companion.$metadata$ {
|
|
1877
|
-
abstract class constructor {
|
|
1878
|
-
private constructor();
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
1945
|
class DoorStateResponse {
|
|
1883
|
-
constructor(state: com.doordeck.multiplatform.sdk.model.
|
|
1884
|
-
get state(): com.doordeck.multiplatform.sdk.model.
|
|
1885
|
-
copy(state?: com.doordeck.multiplatform.sdk.model.
|
|
1946
|
+
constructor(state: com.doordeck.multiplatform.sdk.model.common.ServiceStateType);
|
|
1947
|
+
get state(): com.doordeck.multiplatform.sdk.model.common.ServiceStateType;
|
|
1948
|
+
copy(state?: com.doordeck.multiplatform.sdk.model.common.ServiceStateType): com.doordeck.multiplatform.sdk.model.responses.DoorStateResponse;
|
|
1886
1949
|
toString(): string;
|
|
1887
1950
|
hashCode(): number;
|
|
1888
1951
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1891,17 +1954,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1891
1954
|
namespace DoorStateResponse.$metadata$ {
|
|
1892
1955
|
const constructor: abstract new () => DoorStateResponse;
|
|
1893
1956
|
}
|
|
1894
|
-
namespace DoorStateResponse {
|
|
1895
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1896
|
-
private constructor();
|
|
1897
|
-
}
|
|
1898
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1899
|
-
namespace Companion.$metadata$ {
|
|
1900
|
-
abstract class constructor {
|
|
1901
|
-
private constructor();
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
1957
|
class IntegrationConfigurationResponse {
|
|
1906
1958
|
constructor(doordeck?: Nullable<com.doordeck.multiplatform.sdk.model.responses.ControllerResponse>, service?: Nullable<com.doordeck.multiplatform.sdk.model.responses.ServiceStateResponse>, integration?: Nullable<com.doordeck.multiplatform.sdk.model.responses.DiscoveredDeviceResponse>);
|
|
1907
1959
|
get doordeck(): Nullable<com.doordeck.multiplatform.sdk.model.responses.ControllerResponse>;
|
|
@@ -1916,17 +1968,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1916
1968
|
namespace IntegrationConfigurationResponse.$metadata$ {
|
|
1917
1969
|
const constructor: abstract new () => IntegrationConfigurationResponse;
|
|
1918
1970
|
}
|
|
1919
|
-
namespace IntegrationConfigurationResponse {
|
|
1920
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1921
|
-
private constructor();
|
|
1922
|
-
}
|
|
1923
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1924
|
-
namespace Companion.$metadata$ {
|
|
1925
|
-
abstract class constructor {
|
|
1926
|
-
private constructor();
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1930
1971
|
class ControllerResponse {
|
|
1931
1972
|
constructor(id: string, name?: Nullable<string>, role?: Nullable<com.doordeck.multiplatform.sdk.model.common.UserRole>);
|
|
1932
1973
|
get id(): string;
|
|
@@ -1941,21 +1982,10 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1941
1982
|
namespace ControllerResponse.$metadata$ {
|
|
1942
1983
|
const constructor: abstract new () => ControllerResponse;
|
|
1943
1984
|
}
|
|
1944
|
-
namespace ControllerResponse {
|
|
1945
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1946
|
-
private constructor();
|
|
1947
|
-
}
|
|
1948
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1949
|
-
namespace Companion.$metadata$ {
|
|
1950
|
-
abstract class constructor {
|
|
1951
|
-
private constructor();
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
}
|
|
1955
1985
|
class ServiceStateResponse {
|
|
1956
|
-
constructor(state: com.doordeck.multiplatform.sdk.model.
|
|
1957
|
-
get state(): com.doordeck.multiplatform.sdk.model.
|
|
1958
|
-
copy(state?: com.doordeck.multiplatform.sdk.model.
|
|
1986
|
+
constructor(state: com.doordeck.multiplatform.sdk.model.common.ServiceStateType);
|
|
1987
|
+
get state(): com.doordeck.multiplatform.sdk.model.common.ServiceStateType;
|
|
1988
|
+
copy(state?: com.doordeck.multiplatform.sdk.model.common.ServiceStateType): com.doordeck.multiplatform.sdk.model.responses.ServiceStateResponse;
|
|
1959
1989
|
toString(): string;
|
|
1960
1990
|
hashCode(): number;
|
|
1961
1991
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1964,22 +1994,11 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1964
1994
|
namespace ServiceStateResponse.$metadata$ {
|
|
1965
1995
|
const constructor: abstract new () => ServiceStateResponse;
|
|
1966
1996
|
}
|
|
1967
|
-
namespace ServiceStateResponse {
|
|
1968
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1969
|
-
private constructor();
|
|
1970
|
-
}
|
|
1971
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1972
|
-
namespace Companion.$metadata$ {
|
|
1973
|
-
abstract class constructor {
|
|
1974
|
-
private constructor();
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
1997
|
class DiscoveredDeviceResponse {
|
|
1979
|
-
constructor(key: com.doordeck.multiplatform.sdk.model.data.
|
|
1980
|
-
get key(): com.doordeck.multiplatform.sdk.model.data.
|
|
1998
|
+
constructor(key: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController, metadata: kotlin.collections.KtMap<string, string>);
|
|
1999
|
+
get key(): com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController;
|
|
1981
2000
|
get metadata(): kotlin.collections.KtMap<string, string>;
|
|
1982
|
-
copy(key?: com.doordeck.multiplatform.sdk.model.data.
|
|
2001
|
+
copy(key?: com.doordeck.multiplatform.sdk.model.data.FusionOperations.LockController, metadata?: kotlin.collections.KtMap<string, string>): com.doordeck.multiplatform.sdk.model.responses.DiscoveredDeviceResponse;
|
|
1983
2002
|
toString(): string;
|
|
1984
2003
|
hashCode(): number;
|
|
1985
2004
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1988,51 +2007,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
1988
2007
|
namespace DiscoveredDeviceResponse.$metadata$ {
|
|
1989
2008
|
const constructor: abstract new () => DiscoveredDeviceResponse;
|
|
1990
2009
|
}
|
|
1991
|
-
namespace DiscoveredDeviceResponse {
|
|
1992
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1993
|
-
private constructor();
|
|
1994
|
-
}
|
|
1995
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1996
|
-
namespace Companion.$metadata$ {
|
|
1997
|
-
abstract class constructor {
|
|
1998
|
-
private constructor();
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
abstract class ServiceStateType {
|
|
2003
|
-
private constructor();
|
|
2004
|
-
static get RUNNING(): com.doordeck.multiplatform.sdk.model.responses.ServiceStateType & {
|
|
2005
|
-
get name(): "RUNNING";
|
|
2006
|
-
get ordinal(): 0;
|
|
2007
|
-
};
|
|
2008
|
-
static get STOPPED(): com.doordeck.multiplatform.sdk.model.responses.ServiceStateType & {
|
|
2009
|
-
get name(): "STOPPED";
|
|
2010
|
-
get ordinal(): 1;
|
|
2011
|
-
};
|
|
2012
|
-
static get UNDEFINED(): com.doordeck.multiplatform.sdk.model.responses.ServiceStateType & {
|
|
2013
|
-
get name(): "UNDEFINED";
|
|
2014
|
-
get ordinal(): 2;
|
|
2015
|
-
};
|
|
2016
|
-
get name(): "RUNNING" | "STOPPED" | "UNDEFINED";
|
|
2017
|
-
get ordinal(): 0 | 1 | 2;
|
|
2018
|
-
static values(): Array<com.doordeck.multiplatform.sdk.model.responses.ServiceStateType>;
|
|
2019
|
-
static valueOf(value: string): com.doordeck.multiplatform.sdk.model.responses.ServiceStateType;
|
|
2020
|
-
}
|
|
2021
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2022
|
-
namespace ServiceStateType.$metadata$ {
|
|
2023
|
-
const constructor: abstract new () => ServiceStateType;
|
|
2024
|
-
}
|
|
2025
|
-
namespace ServiceStateType {
|
|
2026
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2027
|
-
private constructor();
|
|
2028
|
-
}
|
|
2029
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2030
|
-
namespace Companion.$metadata$ {
|
|
2031
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
2032
|
-
private constructor();
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
2010
|
}
|
|
2037
2011
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
2038
2012
|
class AssistedLoginResponse {
|
|
@@ -2048,17 +2022,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2048
2022
|
namespace AssistedLoginResponse.$metadata$ {
|
|
2049
2023
|
const constructor: abstract new () => AssistedLoginResponse;
|
|
2050
2024
|
}
|
|
2051
|
-
namespace AssistedLoginResponse {
|
|
2052
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2053
|
-
private constructor();
|
|
2054
|
-
}
|
|
2055
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2056
|
-
namespace Companion.$metadata$ {
|
|
2057
|
-
abstract class constructor {
|
|
2058
|
-
private constructor();
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
2025
|
class AssistedRegisterEphemeralKeyResponse {
|
|
2063
2026
|
constructor(requiresVerification: boolean, requiresRetry: boolean);
|
|
2064
2027
|
get requiresVerification(): boolean;
|
|
@@ -2072,21 +2035,10 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2072
2035
|
namespace AssistedRegisterEphemeralKeyResponse.$metadata$ {
|
|
2073
2036
|
const constructor: abstract new () => AssistedRegisterEphemeralKeyResponse;
|
|
2074
2037
|
}
|
|
2075
|
-
namespace AssistedRegisterEphemeralKeyResponse {
|
|
2076
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2077
|
-
private constructor();
|
|
2078
|
-
}
|
|
2079
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2080
|
-
namespace Companion.$metadata$ {
|
|
2081
|
-
abstract class constructor {
|
|
2082
|
-
private constructor();
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
2038
|
}
|
|
2087
2039
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
2088
2040
|
class LockResponse {
|
|
2089
|
-
constructor(id: string, name: string, colour: Nullable<string> | undefined, start: Nullable<string> | undefined, end: Nullable<string> | undefined, role: com.doordeck.multiplatform.sdk.model.common.UserRole, settings: com.doordeck.multiplatform.sdk.model.responses.LockSettingsResponse, state: com.doordeck.multiplatform.sdk.model.responses.LockStateResponse, favourite: boolean
|
|
2041
|
+
constructor(id: string, name: string, colour: Nullable<string> | undefined, start: Nullable<string> | undefined, end: Nullable<string> | undefined, role: com.doordeck.multiplatform.sdk.model.common.UserRole, settings: com.doordeck.multiplatform.sdk.model.responses.LockSettingsResponse, state: com.doordeck.multiplatform.sdk.model.responses.LockStateResponse, favourite: boolean);
|
|
2090
2042
|
get id(): string;
|
|
2091
2043
|
get name(): string;
|
|
2092
2044
|
get colour(): Nullable<string>;
|
|
@@ -2096,8 +2048,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2096
2048
|
get settings(): com.doordeck.multiplatform.sdk.model.responses.LockSettingsResponse;
|
|
2097
2049
|
get state(): com.doordeck.multiplatform.sdk.model.responses.LockStateResponse;
|
|
2098
2050
|
get favourite(): boolean;
|
|
2099
|
-
|
|
2100
|
-
copy(id?: string, name?: string, colour?: Nullable<string>, start?: Nullable<string>, end?: Nullable<string>, role?: com.doordeck.multiplatform.sdk.model.common.UserRole, settings?: com.doordeck.multiplatform.sdk.model.responses.LockSettingsResponse, state?: com.doordeck.multiplatform.sdk.model.responses.LockStateResponse, favourite?: boolean, unlockTime?: Nullable<number>): com.doordeck.multiplatform.sdk.model.responses.LockResponse;
|
|
2051
|
+
copy(id?: string, name?: string, colour?: Nullable<string>, start?: Nullable<string>, end?: Nullable<string>, role?: com.doordeck.multiplatform.sdk.model.common.UserRole, settings?: com.doordeck.multiplatform.sdk.model.responses.LockSettingsResponse, state?: com.doordeck.multiplatform.sdk.model.responses.LockStateResponse, favourite?: boolean): com.doordeck.multiplatform.sdk.model.responses.LockResponse;
|
|
2101
2052
|
toString(): string;
|
|
2102
2053
|
hashCode(): number;
|
|
2103
2054
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2106,17 +2057,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2106
2057
|
namespace LockResponse.$metadata$ {
|
|
2107
2058
|
const constructor: abstract new () => LockResponse;
|
|
2108
2059
|
}
|
|
2109
|
-
namespace LockResponse {
|
|
2110
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2111
|
-
private constructor();
|
|
2112
|
-
}
|
|
2113
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2114
|
-
namespace Companion.$metadata$ {
|
|
2115
|
-
abstract class constructor {
|
|
2116
|
-
private constructor();
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
2060
|
class LockSettingsResponse {
|
|
2121
2061
|
constructor(unlockTime: number, permittedAddresses: kotlin.collections.KtList<string>, defaultName: string, usageRequirements: Nullable<com.doordeck.multiplatform.sdk.model.responses.UsageRequirementsResponse> | undefined, unlockBetweenWindow: Nullable<com.doordeck.multiplatform.sdk.model.responses.UnlockBetweenSettingResponse> | undefined, tiles: kotlin.collections.KtList<string>, hidden: boolean, directAccessEndpoints?: kotlin.collections.KtList<string>, capabilities?: kotlin.collections.KtMap<com.doordeck.multiplatform.sdk.model.common.CapabilityType, com.doordeck.multiplatform.sdk.model.common.CapabilityStatus>);
|
|
2122
2062
|
get unlockTime(): number;
|
|
@@ -2137,22 +2077,11 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2137
2077
|
namespace LockSettingsResponse.$metadata$ {
|
|
2138
2078
|
const constructor: abstract new () => LockSettingsResponse;
|
|
2139
2079
|
}
|
|
2140
|
-
namespace LockSettingsResponse {
|
|
2141
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2142
|
-
private constructor();
|
|
2143
|
-
}
|
|
2144
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2145
|
-
namespace Companion.$metadata$ {
|
|
2146
|
-
abstract class constructor {
|
|
2147
|
-
private constructor();
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
2080
|
class UsageRequirementsResponse {
|
|
2152
|
-
constructor(time?:
|
|
2153
|
-
get time():
|
|
2081
|
+
constructor(time?: kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.TimeRequirementResponse>, location?: Nullable<com.doordeck.multiplatform.sdk.model.responses.LocationRequirementResponse>);
|
|
2082
|
+
get time(): kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.TimeRequirementResponse>;
|
|
2154
2083
|
get location(): Nullable<com.doordeck.multiplatform.sdk.model.responses.LocationRequirementResponse>;
|
|
2155
|
-
copy(time?:
|
|
2084
|
+
copy(time?: kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.TimeRequirementResponse>, location?: Nullable<com.doordeck.multiplatform.sdk.model.responses.LocationRequirementResponse>): com.doordeck.multiplatform.sdk.model.responses.UsageRequirementsResponse;
|
|
2156
2085
|
toString(): string;
|
|
2157
2086
|
hashCode(): number;
|
|
2158
2087
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2161,24 +2090,13 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2161
2090
|
namespace UsageRequirementsResponse.$metadata$ {
|
|
2162
2091
|
const constructor: abstract new () => UsageRequirementsResponse;
|
|
2163
2092
|
}
|
|
2164
|
-
namespace UsageRequirementsResponse {
|
|
2165
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2166
|
-
private constructor();
|
|
2167
|
-
}
|
|
2168
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2169
|
-
namespace Companion.$metadata$ {
|
|
2170
|
-
abstract class constructor {
|
|
2171
|
-
private constructor();
|
|
2172
|
-
}
|
|
2173
|
-
}
|
|
2174
|
-
}
|
|
2175
2093
|
class TimeRequirementResponse {
|
|
2176
|
-
constructor(start: string, end: string, timezone: string, days: kotlin.collections.
|
|
2094
|
+
constructor(start: string, end: string, timezone: string, days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>);
|
|
2177
2095
|
get start(): string;
|
|
2178
2096
|
get end(): string;
|
|
2179
2097
|
get timezone(): string;
|
|
2180
|
-
get days(): kotlin.collections.
|
|
2181
|
-
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.
|
|
2098
|
+
get days(): kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>;
|
|
2099
|
+
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>): com.doordeck.multiplatform.sdk.model.responses.TimeRequirementResponse;
|
|
2182
2100
|
toString(): string;
|
|
2183
2101
|
hashCode(): number;
|
|
2184
2102
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2187,17 +2105,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2187
2105
|
namespace TimeRequirementResponse.$metadata$ {
|
|
2188
2106
|
const constructor: abstract new () => TimeRequirementResponse;
|
|
2189
2107
|
}
|
|
2190
|
-
namespace TimeRequirementResponse {
|
|
2191
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2192
|
-
private constructor();
|
|
2193
|
-
}
|
|
2194
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2195
|
-
namespace Companion.$metadata$ {
|
|
2196
|
-
abstract class constructor {
|
|
2197
|
-
private constructor();
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
2108
|
class LocationRequirementResponse {
|
|
2202
2109
|
constructor(latitude: number, longitude: number, enabled: boolean, radius: number, accuracy: number);
|
|
2203
2110
|
get latitude(): number;
|
|
@@ -2214,25 +2121,14 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2214
2121
|
namespace LocationRequirementResponse.$metadata$ {
|
|
2215
2122
|
const constructor: abstract new () => LocationRequirementResponse;
|
|
2216
2123
|
}
|
|
2217
|
-
namespace LocationRequirementResponse {
|
|
2218
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2219
|
-
private constructor();
|
|
2220
|
-
}
|
|
2221
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2222
|
-
namespace Companion.$metadata$ {
|
|
2223
|
-
abstract class constructor {
|
|
2224
|
-
private constructor();
|
|
2225
|
-
}
|
|
2226
|
-
}
|
|
2227
|
-
}
|
|
2228
2124
|
class UnlockBetweenSettingResponse {
|
|
2229
|
-
constructor(start: string, end: string, timezone: string, days: kotlin.collections.
|
|
2125
|
+
constructor(start: string, end: string, timezone: string, days: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>, exceptions?: kotlin.collections.KtList<string>);
|
|
2230
2126
|
get start(): string;
|
|
2231
2127
|
get end(): string;
|
|
2232
2128
|
get timezone(): string;
|
|
2233
|
-
get days(): kotlin.collections.
|
|
2234
|
-
get exceptions():
|
|
2235
|
-
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.
|
|
2129
|
+
get days(): kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>;
|
|
2130
|
+
get exceptions(): kotlin.collections.KtList<string>;
|
|
2131
|
+
copy(start?: string, end?: string, timezone?: string, days?: kotlin.collections.KtSet<com.doordeck.multiplatform.sdk.model.common.DayOfWeek>, exceptions?: kotlin.collections.KtList<string>): com.doordeck.multiplatform.sdk.model.responses.UnlockBetweenSettingResponse;
|
|
2236
2132
|
toString(): string;
|
|
2237
2133
|
hashCode(): number;
|
|
2238
2134
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2241,22 +2137,10 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2241
2137
|
namespace UnlockBetweenSettingResponse.$metadata$ {
|
|
2242
2138
|
const constructor: abstract new () => UnlockBetweenSettingResponse;
|
|
2243
2139
|
}
|
|
2244
|
-
namespace UnlockBetweenSettingResponse {
|
|
2245
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2246
|
-
private constructor();
|
|
2247
|
-
}
|
|
2248
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2249
|
-
namespace Companion.$metadata$ {
|
|
2250
|
-
abstract class constructor {
|
|
2251
|
-
private constructor();
|
|
2252
|
-
}
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
2140
|
class LockStateResponse {
|
|
2256
|
-
constructor(
|
|
2257
|
-
get locked(): boolean;
|
|
2141
|
+
constructor(connected: boolean);
|
|
2258
2142
|
get connected(): boolean;
|
|
2259
|
-
copy(
|
|
2143
|
+
copy(connected?: boolean): com.doordeck.multiplatform.sdk.model.responses.LockStateResponse;
|
|
2260
2144
|
toString(): string;
|
|
2261
2145
|
hashCode(): number;
|
|
2262
2146
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2265,17 +2149,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2265
2149
|
namespace LockStateResponse.$metadata$ {
|
|
2266
2150
|
const constructor: abstract new () => LockStateResponse;
|
|
2267
2151
|
}
|
|
2268
|
-
namespace LockStateResponse {
|
|
2269
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2270
|
-
private constructor();
|
|
2271
|
-
}
|
|
2272
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2273
|
-
namespace Companion.$metadata$ {
|
|
2274
|
-
abstract class constructor {
|
|
2275
|
-
private constructor();
|
|
2276
|
-
}
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2279
2152
|
class UserPublicKeyResponse {
|
|
2280
2153
|
constructor(id: string, publicKey: string);
|
|
2281
2154
|
get id(): string;
|
|
@@ -2289,17 +2162,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2289
2162
|
namespace UserPublicKeyResponse.$metadata$ {
|
|
2290
2163
|
const constructor: abstract new () => UserPublicKeyResponse;
|
|
2291
2164
|
}
|
|
2292
|
-
namespace UserPublicKeyResponse {
|
|
2293
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2294
|
-
private constructor();
|
|
2295
|
-
}
|
|
2296
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2297
|
-
namespace Companion.$metadata$ {
|
|
2298
|
-
abstract class constructor {
|
|
2299
|
-
private constructor();
|
|
2300
|
-
}
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
2165
|
class BatchUserPublicKeyResponse {
|
|
2304
2166
|
constructor(id: string, email: Nullable<string> | undefined, foreignKey: Nullable<string> | undefined, phone: Nullable<string> | undefined, publicKey: string);
|
|
2305
2167
|
get id(): string;
|
|
@@ -2316,17 +2178,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2316
2178
|
namespace BatchUserPublicKeyResponse.$metadata$ {
|
|
2317
2179
|
const constructor: abstract new () => BatchUserPublicKeyResponse;
|
|
2318
2180
|
}
|
|
2319
|
-
namespace BatchUserPublicKeyResponse {
|
|
2320
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2321
|
-
private constructor();
|
|
2322
|
-
}
|
|
2323
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2324
|
-
namespace Companion.$metadata$ {
|
|
2325
|
-
abstract class constructor {
|
|
2326
|
-
private constructor();
|
|
2327
|
-
}
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
2181
|
class ShareableLockResponse {
|
|
2331
2182
|
constructor(id: string, name: string);
|
|
2332
2183
|
get id(): string;
|
|
@@ -2340,17 +2191,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2340
2191
|
namespace ShareableLockResponse.$metadata$ {
|
|
2341
2192
|
const constructor: abstract new () => ShareableLockResponse;
|
|
2342
2193
|
}
|
|
2343
|
-
namespace ShareableLockResponse {
|
|
2344
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2345
|
-
private constructor();
|
|
2346
|
-
}
|
|
2347
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2348
|
-
namespace Companion.$metadata$ {
|
|
2349
|
-
abstract class constructor {
|
|
2350
|
-
private constructor();
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2354
2194
|
class UserLockResponse {
|
|
2355
2195
|
constructor(userId: string, email: string, publicKey: string, displayName: Nullable<string> | undefined, orphan: boolean, foreign: boolean, role: com.doordeck.multiplatform.sdk.model.common.UserRole, start?: Nullable<number>, end?: Nullable<number>);
|
|
2356
2196
|
get userId(): string;
|
|
@@ -2371,17 +2211,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2371
2211
|
namespace UserLockResponse.$metadata$ {
|
|
2372
2212
|
const constructor: abstract new () => UserLockResponse;
|
|
2373
2213
|
}
|
|
2374
|
-
namespace UserLockResponse {
|
|
2375
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2376
|
-
private constructor();
|
|
2377
|
-
}
|
|
2378
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2379
|
-
namespace Companion.$metadata$ {
|
|
2380
|
-
abstract class constructor {
|
|
2381
|
-
private constructor();
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
2214
|
class LockUserResponse {
|
|
2386
2215
|
constructor(userId: string, email: string, publicKey: string, displayName: Nullable<string> | undefined, orphan: boolean, foreign: boolean, start: Nullable<number> | undefined, end: Nullable<number> | undefined, devices: kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.LockUserDetailsResponse>);
|
|
2387
2216
|
get userId(): string;
|
|
@@ -2402,17 +2231,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2402
2231
|
namespace LockUserResponse.$metadata$ {
|
|
2403
2232
|
const constructor: abstract new () => LockUserResponse;
|
|
2404
2233
|
}
|
|
2405
|
-
namespace LockUserResponse {
|
|
2406
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2407
|
-
private constructor();
|
|
2408
|
-
}
|
|
2409
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2410
|
-
namespace Companion.$metadata$ {
|
|
2411
|
-
abstract class constructor {
|
|
2412
|
-
private constructor();
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
}
|
|
2416
2234
|
class LockUserDetailsResponse {
|
|
2417
2235
|
constructor(deviceId: string, role: com.doordeck.multiplatform.sdk.model.common.UserRole, start?: Nullable<number>, end?: Nullable<number>);
|
|
2418
2236
|
get deviceId(): string;
|
|
@@ -2428,27 +2246,16 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2428
2246
|
namespace LockUserDetailsResponse.$metadata$ {
|
|
2429
2247
|
const constructor: abstract new () => LockUserDetailsResponse;
|
|
2430
2248
|
}
|
|
2431
|
-
namespace LockUserDetailsResponse {
|
|
2432
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2433
|
-
private constructor();
|
|
2434
|
-
}
|
|
2435
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2436
|
-
namespace Companion.$metadata$ {
|
|
2437
|
-
abstract class constructor {
|
|
2438
|
-
private constructor();
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
2249
|
class AuditResponse {
|
|
2443
|
-
constructor(deviceId: string, timestamp: number, type: com.doordeck.multiplatform.sdk.model.common.AuditEvent, issuer: com.doordeck.multiplatform.sdk.model.responses.
|
|
2250
|
+
constructor(deviceId: string, timestamp: number, type: com.doordeck.multiplatform.sdk.model.common.AuditEvent, issuer: com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse, subject: Nullable<com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse> | undefined, rejectionReason: Nullable<string> | undefined, rejected: boolean);
|
|
2444
2251
|
get deviceId(): string;
|
|
2445
2252
|
get timestamp(): number;
|
|
2446
2253
|
get type(): com.doordeck.multiplatform.sdk.model.common.AuditEvent;
|
|
2447
|
-
get issuer(): com.doordeck.multiplatform.sdk.model.responses.
|
|
2448
|
-
get subject(): Nullable<com.doordeck.multiplatform.sdk.model.responses.
|
|
2254
|
+
get issuer(): com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse;
|
|
2255
|
+
get subject(): Nullable<com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse>;
|
|
2449
2256
|
get rejectionReason(): Nullable<string>;
|
|
2450
2257
|
get rejected(): boolean;
|
|
2451
|
-
copy(deviceId?: string, timestamp?: number, type?: com.doordeck.multiplatform.sdk.model.common.AuditEvent, issuer?: com.doordeck.multiplatform.sdk.model.responses.
|
|
2258
|
+
copy(deviceId?: string, timestamp?: number, type?: com.doordeck.multiplatform.sdk.model.common.AuditEvent, issuer?: com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse, subject?: Nullable<com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse>, rejectionReason?: Nullable<string>, rejected?: boolean): com.doordeck.multiplatform.sdk.model.responses.AuditResponse;
|
|
2452
2259
|
toString(): string;
|
|
2453
2260
|
hashCode(): number;
|
|
2454
2261
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2457,77 +2264,31 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2457
2264
|
namespace AuditResponse.$metadata$ {
|
|
2458
2265
|
const constructor: abstract new () => AuditResponse;
|
|
2459
2266
|
}
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
private constructor();
|
|
2463
|
-
}
|
|
2464
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2465
|
-
namespace Companion.$metadata$ {
|
|
2466
|
-
abstract class constructor {
|
|
2467
|
-
private constructor();
|
|
2468
|
-
}
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
class AuditIssuerResponse {
|
|
2472
|
-
constructor(userId: string, email?: Nullable<string>, ip?: Nullable<string>);
|
|
2267
|
+
class AuditUserResponse {
|
|
2268
|
+
constructor(userId: string, email?: Nullable<string>, displayName?: Nullable<string>, ip?: Nullable<string>);
|
|
2473
2269
|
get userId(): string;
|
|
2474
2270
|
get email(): Nullable<string>;
|
|
2475
|
-
get ip(): Nullable<string>;
|
|
2476
|
-
copy(userId?: string, email?: Nullable<string>, ip?: Nullable<string>): com.doordeck.multiplatform.sdk.model.responses.AuditIssuerResponse;
|
|
2477
|
-
toString(): string;
|
|
2478
|
-
hashCode(): number;
|
|
2479
|
-
equals(other: Nullable<any>): boolean;
|
|
2480
|
-
}
|
|
2481
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2482
|
-
namespace AuditIssuerResponse.$metadata$ {
|
|
2483
|
-
const constructor: abstract new () => AuditIssuerResponse;
|
|
2484
|
-
}
|
|
2485
|
-
namespace AuditIssuerResponse {
|
|
2486
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2487
|
-
private constructor();
|
|
2488
|
-
}
|
|
2489
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2490
|
-
namespace Companion.$metadata$ {
|
|
2491
|
-
abstract class constructor {
|
|
2492
|
-
private constructor();
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
class AuditSubjectResponse {
|
|
2497
|
-
constructor(userId: string, email: string, displayName?: Nullable<string>);
|
|
2498
|
-
get userId(): string;
|
|
2499
|
-
get email(): string;
|
|
2500
2271
|
get displayName(): Nullable<string>;
|
|
2501
|
-
|
|
2272
|
+
get ip(): Nullable<string>;
|
|
2273
|
+
copy(userId?: string, email?: Nullable<string>, displayName?: Nullable<string>, ip?: Nullable<string>): com.doordeck.multiplatform.sdk.model.responses.AuditUserResponse;
|
|
2502
2274
|
toString(): string;
|
|
2503
2275
|
hashCode(): number;
|
|
2504
2276
|
equals(other: Nullable<any>): boolean;
|
|
2505
2277
|
}
|
|
2506
2278
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2507
|
-
namespace
|
|
2508
|
-
const constructor: abstract new () =>
|
|
2509
|
-
}
|
|
2510
|
-
namespace AuditSubjectResponse {
|
|
2511
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2512
|
-
private constructor();
|
|
2513
|
-
}
|
|
2514
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2515
|
-
namespace Companion.$metadata$ {
|
|
2516
|
-
abstract class constructor {
|
|
2517
|
-
private constructor();
|
|
2518
|
-
}
|
|
2519
|
-
}
|
|
2279
|
+
namespace AuditUserResponse.$metadata$ {
|
|
2280
|
+
const constructor: abstract new () => AuditUserResponse;
|
|
2520
2281
|
}
|
|
2521
2282
|
}
|
|
2522
2283
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
2523
2284
|
class ApplicationResponse {
|
|
2524
|
-
constructor(applicationId: string, name: string, lastUpdated: Nullable<number> | undefined, owners:
|
|
2285
|
+
constructor(applicationId: string, name: string, lastUpdated: Nullable<number> | undefined, owners: kotlin.collections.KtList<string> | undefined, corsDomains: kotlin.collections.KtList<string> | undefined, authDomains: kotlin.collections.KtList<string> | undefined, logoUrl: Nullable<string> | undefined, privacyPolicy: Nullable<string> | undefined, mailingAddress: Nullable<string> | undefined, companyName: Nullable<string> | undefined, supportContact: Nullable<string> | undefined, appLink: Nullable<string> | undefined, slug: Nullable<string> | undefined, emailPreferences: com.doordeck.multiplatform.sdk.model.responses.EmailPreferencesResponse, authKeys: kotlin.collections.KtMap<string, com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse>, oauth?: Nullable<com.doordeck.multiplatform.sdk.model.responses.OauthResponse>, isDoordeckApplication?: Nullable<boolean>);
|
|
2525
2286
|
get applicationId(): string;
|
|
2526
2287
|
get name(): string;
|
|
2527
2288
|
get lastUpdated(): Nullable<number>;
|
|
2528
|
-
get owners():
|
|
2529
|
-
get corsDomains():
|
|
2530
|
-
get authDomains():
|
|
2289
|
+
get owners(): kotlin.collections.KtList<string>;
|
|
2290
|
+
get corsDomains(): kotlin.collections.KtList<string>;
|
|
2291
|
+
get authDomains(): kotlin.collections.KtList<string>;
|
|
2531
2292
|
get logoUrl(): Nullable<string>;
|
|
2532
2293
|
get privacyPolicy(): Nullable<string>;
|
|
2533
2294
|
get mailingAddress(): Nullable<string>;
|
|
@@ -2539,7 +2300,7 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2539
2300
|
get authKeys(): kotlin.collections.KtMap<string, com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse>;
|
|
2540
2301
|
get oauth(): Nullable<com.doordeck.multiplatform.sdk.model.responses.OauthResponse>;
|
|
2541
2302
|
get isDoordeckApplication(): Nullable<boolean>;
|
|
2542
|
-
copy(applicationId?: string, name?: string, lastUpdated?: Nullable<number>, owners?:
|
|
2303
|
+
copy(applicationId?: string, name?: string, lastUpdated?: Nullable<number>, owners?: kotlin.collections.KtList<string>, corsDomains?: kotlin.collections.KtList<string>, authDomains?: kotlin.collections.KtList<string>, logoUrl?: Nullable<string>, privacyPolicy?: Nullable<string>, mailingAddress?: Nullable<string>, companyName?: Nullable<string>, supportContact?: Nullable<string>, appLink?: Nullable<string>, slug?: Nullable<string>, emailPreferences?: com.doordeck.multiplatform.sdk.model.responses.EmailPreferencesResponse, authKeys?: kotlin.collections.KtMap<string, com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse>, oauth?: Nullable<com.doordeck.multiplatform.sdk.model.responses.OauthResponse>, isDoordeckApplication?: Nullable<boolean>): com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse;
|
|
2543
2304
|
toString(): string;
|
|
2544
2305
|
hashCode(): number;
|
|
2545
2306
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2548,17 +2309,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2548
2309
|
namespace ApplicationResponse.$metadata$ {
|
|
2549
2310
|
const constructor: abstract new () => ApplicationResponse;
|
|
2550
2311
|
}
|
|
2551
|
-
namespace ApplicationResponse {
|
|
2552
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2553
|
-
private constructor();
|
|
2554
|
-
}
|
|
2555
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2556
|
-
namespace Companion.$metadata$ {
|
|
2557
|
-
abstract class constructor {
|
|
2558
|
-
private constructor();
|
|
2559
|
-
}
|
|
2560
|
-
}
|
|
2561
|
-
}
|
|
2562
2312
|
interface AuthKeyResponse {
|
|
2563
2313
|
readonly kid: string;
|
|
2564
2314
|
readonly use: string;
|
|
@@ -2575,15 +2325,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2575
2325
|
readonly "com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse": unique symbol;
|
|
2576
2326
|
};
|
|
2577
2327
|
}
|
|
2578
|
-
abstract class AuthKeyResponse extends KtSingleton<AuthKeyResponse.$metadata$.constructor>() {
|
|
2579
|
-
private constructor();
|
|
2580
|
-
}
|
|
2581
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2582
|
-
namespace AuthKeyResponse.$metadata$ {
|
|
2583
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
2584
|
-
private constructor();
|
|
2585
|
-
}
|
|
2586
|
-
}
|
|
2587
2328
|
class RsaKeyResponse implements com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse {
|
|
2588
2329
|
constructor(use: string, kid: string, alg: Nullable<string> | undefined, ops: Nullable<kotlin.collections.KtList<string>> | undefined, x5u: Nullable<string> | undefined, x5t: Nullable<string> | undefined, x5t256: Nullable<string> | undefined, x5c: Nullable<kotlin.collections.KtList<string>> | undefined, exp: Nullable<number> | undefined, nbf: Nullable<number> | undefined, iat: Nullable<number> | undefined, e: string, n: string);
|
|
2589
2330
|
get use(): string;
|
|
@@ -2609,17 +2350,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2609
2350
|
namespace RsaKeyResponse.$metadata$ {
|
|
2610
2351
|
const constructor: abstract new () => RsaKeyResponse;
|
|
2611
2352
|
}
|
|
2612
|
-
namespace RsaKeyResponse {
|
|
2613
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2614
|
-
private constructor();
|
|
2615
|
-
}
|
|
2616
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2617
|
-
namespace Companion.$metadata$ {
|
|
2618
|
-
abstract class constructor {
|
|
2619
|
-
private constructor();
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2623
2353
|
class EcKeyResponse implements com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse {
|
|
2624
2354
|
constructor(use: string, kid: string, alg: Nullable<string> | undefined, ops: Nullable<kotlin.collections.KtList<string>> | undefined, x5u: Nullable<string> | undefined, x5t: Nullable<string> | undefined, x5t256: Nullable<string> | undefined, x5c: Nullable<kotlin.collections.KtList<string>> | undefined, exp: Nullable<number> | undefined, nbf: Nullable<number> | undefined, iat: Nullable<number> | undefined, crv: string, x: string, y: string);
|
|
2625
2355
|
get use(): string;
|
|
@@ -2646,19 +2376,8 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2646
2376
|
namespace EcKeyResponse.$metadata$ {
|
|
2647
2377
|
const constructor: abstract new () => EcKeyResponse;
|
|
2648
2378
|
}
|
|
2649
|
-
namespace EcKeyResponse {
|
|
2650
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2651
|
-
private constructor();
|
|
2652
|
-
}
|
|
2653
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2654
|
-
namespace Companion.$metadata$ {
|
|
2655
|
-
abstract class constructor {
|
|
2656
|
-
private constructor();
|
|
2657
|
-
}
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2660
2379
|
class Ed25519KeyResponse implements com.doordeck.multiplatform.sdk.model.responses.AuthKeyResponse {
|
|
2661
|
-
constructor(use: string, kid: string, alg: Nullable<string> | undefined, ops: Nullable<kotlin.collections.KtList<string>> | undefined, x5u: Nullable<string> | undefined, x5t: Nullable<string> | undefined, x5t256: Nullable<string> | undefined, x5c: Nullable<kotlin.collections.KtList<string>> | undefined, exp: Nullable<number> | undefined, nbf: Nullable<number> | undefined, iat: Nullable<number> | undefined,
|
|
2380
|
+
constructor(use: string, kid: string, alg: Nullable<string> | undefined, ops: Nullable<kotlin.collections.KtList<string>> | undefined, x5u: Nullable<string> | undefined, x5t: Nullable<string> | undefined, x5t256: Nullable<string> | undefined, x5c: Nullable<kotlin.collections.KtList<string>> | undefined, exp: Nullable<number> | undefined, nbf: Nullable<number> | undefined, iat: Nullable<number> | undefined, crv: string, x: string);
|
|
2662
2381
|
get use(): string;
|
|
2663
2382
|
get kid(): string;
|
|
2664
2383
|
get alg(): Nullable<string>;
|
|
@@ -2670,10 +2389,9 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2670
2389
|
get exp(): Nullable<number>;
|
|
2671
2390
|
get nbf(): Nullable<number>;
|
|
2672
2391
|
get iat(): Nullable<number>;
|
|
2673
|
-
get d(): Nullable<string>;
|
|
2674
2392
|
get crv(): string;
|
|
2675
2393
|
get x(): string;
|
|
2676
|
-
copy(use?: string, kid?: string, alg?: Nullable<string>, ops?: Nullable<kotlin.collections.KtList<string>>, x5u?: Nullable<string>, x5t?: Nullable<string>, x5t256?: Nullable<string>, x5c?: Nullable<kotlin.collections.KtList<string>>, exp?: Nullable<number>, nbf?: Nullable<number>, iat?: Nullable<number>,
|
|
2394
|
+
copy(use?: string, kid?: string, alg?: Nullable<string>, ops?: Nullable<kotlin.collections.KtList<string>>, x5u?: Nullable<string>, x5t?: Nullable<string>, x5t256?: Nullable<string>, x5c?: Nullable<kotlin.collections.KtList<string>>, exp?: Nullable<number>, nbf?: Nullable<number>, iat?: Nullable<number>, crv?: string, x?: string): com.doordeck.multiplatform.sdk.model.responses.Ed25519KeyResponse;
|
|
2677
2395
|
toString(): string;
|
|
2678
2396
|
hashCode(): number;
|
|
2679
2397
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2683,17 +2401,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2683
2401
|
namespace Ed25519KeyResponse.$metadata$ {
|
|
2684
2402
|
const constructor: abstract new () => Ed25519KeyResponse;
|
|
2685
2403
|
}
|
|
2686
|
-
namespace Ed25519KeyResponse {
|
|
2687
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2688
|
-
private constructor();
|
|
2689
|
-
}
|
|
2690
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2691
|
-
namespace Companion.$metadata$ {
|
|
2692
|
-
abstract class constructor {
|
|
2693
|
-
private constructor();
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2696
|
-
}
|
|
2697
2404
|
class EmailPreferencesResponse {
|
|
2698
2405
|
constructor(senderEmail: Nullable<string> | undefined, senderName: Nullable<string> | undefined, primaryColour: string, secondaryColour: string, onlySendEssentialEmails?: Nullable<boolean>, callToAction?: Nullable<com.doordeck.multiplatform.sdk.model.responses.EmailCallToActionResponse>);
|
|
2699
2406
|
get senderEmail(): Nullable<string>;
|
|
@@ -2711,17 +2418,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2711
2418
|
namespace EmailPreferencesResponse.$metadata$ {
|
|
2712
2419
|
const constructor: abstract new () => EmailPreferencesResponse;
|
|
2713
2420
|
}
|
|
2714
|
-
namespace EmailPreferencesResponse {
|
|
2715
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2716
|
-
private constructor();
|
|
2717
|
-
}
|
|
2718
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2719
|
-
namespace Companion.$metadata$ {
|
|
2720
|
-
abstract class constructor {
|
|
2721
|
-
private constructor();
|
|
2722
|
-
}
|
|
2723
|
-
}
|
|
2724
|
-
}
|
|
2725
2421
|
class EmailCallToActionResponse {
|
|
2726
2422
|
constructor(actionTarget: string, headline: string, actionText: string);
|
|
2727
2423
|
get actionTarget(): string;
|
|
@@ -2736,23 +2432,12 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2736
2432
|
namespace EmailCallToActionResponse.$metadata$ {
|
|
2737
2433
|
const constructor: abstract new () => EmailCallToActionResponse;
|
|
2738
2434
|
}
|
|
2739
|
-
namespace EmailCallToActionResponse {
|
|
2740
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2741
|
-
private constructor();
|
|
2742
|
-
}
|
|
2743
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2744
|
-
namespace Companion.$metadata$ {
|
|
2745
|
-
abstract class constructor {
|
|
2746
|
-
private constructor();
|
|
2747
|
-
}
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
2435
|
class OauthResponse {
|
|
2751
|
-
constructor(authorizationEndpoint: string, clientId: string, grantType:
|
|
2436
|
+
constructor(authorizationEndpoint: string, clientId: string, grantType: com.doordeck.multiplatform.sdk.model.common.GrantType);
|
|
2752
2437
|
get authorizationEndpoint(): string;
|
|
2753
2438
|
get clientId(): string;
|
|
2754
|
-
get grantType():
|
|
2755
|
-
copy(authorizationEndpoint?: string, clientId?: string, grantType?:
|
|
2439
|
+
get grantType(): com.doordeck.multiplatform.sdk.model.common.GrantType;
|
|
2440
|
+
copy(authorizationEndpoint?: string, clientId?: string, grantType?: com.doordeck.multiplatform.sdk.model.common.GrantType): com.doordeck.multiplatform.sdk.model.responses.OauthResponse;
|
|
2756
2441
|
toString(): string;
|
|
2757
2442
|
hashCode(): number;
|
|
2758
2443
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2761,17 +2446,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2761
2446
|
namespace OauthResponse.$metadata$ {
|
|
2762
2447
|
const constructor: abstract new () => OauthResponse;
|
|
2763
2448
|
}
|
|
2764
|
-
namespace OauthResponse {
|
|
2765
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2766
|
-
private constructor();
|
|
2767
|
-
}
|
|
2768
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2769
|
-
namespace Companion.$metadata$ {
|
|
2770
|
-
abstract class constructor {
|
|
2771
|
-
private constructor();
|
|
2772
|
-
}
|
|
2773
|
-
}
|
|
2774
|
-
}
|
|
2775
2449
|
class ApplicationOwnerDetailsResponse {
|
|
2776
2450
|
constructor(userId: string, email: string, displayName: Nullable<string> | undefined, orphan: boolean, foreign: boolean);
|
|
2777
2451
|
get userId(): string;
|
|
@@ -2788,17 +2462,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2788
2462
|
namespace ApplicationOwnerDetailsResponse.$metadata$ {
|
|
2789
2463
|
const constructor: abstract new () => ApplicationOwnerDetailsResponse;
|
|
2790
2464
|
}
|
|
2791
|
-
namespace ApplicationOwnerDetailsResponse {
|
|
2792
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2793
|
-
private constructor();
|
|
2794
|
-
}
|
|
2795
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2796
|
-
namespace Companion.$metadata$ {
|
|
2797
|
-
abstract class constructor {
|
|
2798
|
-
private constructor();
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2801
|
-
}
|
|
2802
2465
|
class GetLogoUploadUrlResponse {
|
|
2803
2466
|
constructor(uploadUrl: string);
|
|
2804
2467
|
get uploadUrl(): string;
|
|
@@ -2811,17 +2474,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2811
2474
|
namespace GetLogoUploadUrlResponse.$metadata$ {
|
|
2812
2475
|
const constructor: abstract new () => GetLogoUploadUrlResponse;
|
|
2813
2476
|
}
|
|
2814
|
-
namespace GetLogoUploadUrlResponse {
|
|
2815
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2816
|
-
private constructor();
|
|
2817
|
-
}
|
|
2818
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2819
|
-
namespace Companion.$metadata$ {
|
|
2820
|
-
abstract class constructor {
|
|
2821
|
-
private constructor();
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
2477
|
}
|
|
2826
2478
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
2827
2479
|
class SiteResponse {
|
|
@@ -2844,17 +2496,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2844
2496
|
namespace SiteResponse.$metadata$ {
|
|
2845
2497
|
const constructor: abstract new () => SiteResponse;
|
|
2846
2498
|
}
|
|
2847
|
-
namespace SiteResponse {
|
|
2848
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2849
|
-
private constructor();
|
|
2850
|
-
}
|
|
2851
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2852
|
-
namespace Companion.$metadata$ {
|
|
2853
|
-
abstract class constructor {
|
|
2854
|
-
private constructor();
|
|
2855
|
-
}
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
2499
|
class UserForSiteResponse {
|
|
2859
2500
|
constructor(userId: string, email: string, displayName: Nullable<string> | undefined, orphan: boolean);
|
|
2860
2501
|
get userId(): string;
|
|
@@ -2870,17 +2511,6 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2870
2511
|
namespace UserForSiteResponse.$metadata$ {
|
|
2871
2512
|
const constructor: abstract new () => UserForSiteResponse;
|
|
2872
2513
|
}
|
|
2873
|
-
namespace UserForSiteResponse {
|
|
2874
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2875
|
-
private constructor();
|
|
2876
|
-
}
|
|
2877
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2878
|
-
namespace Companion.$metadata$ {
|
|
2879
|
-
abstract class constructor {
|
|
2880
|
-
private constructor();
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
}
|
|
2884
2514
|
}
|
|
2885
2515
|
export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
2886
2516
|
class TileLocksResponse {
|
|
@@ -2897,266 +2527,4 @@ export declare namespace com.doordeck.multiplatform.sdk.model.responses {
|
|
|
2897
2527
|
namespace TileLocksResponse.$metadata$ {
|
|
2898
2528
|
const constructor: abstract new () => TileLocksResponse;
|
|
2899
2529
|
}
|
|
2900
|
-
namespace TileLocksResponse {
|
|
2901
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2902
|
-
private constructor();
|
|
2903
|
-
}
|
|
2904
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2905
|
-
namespace Companion.$metadata$ {
|
|
2906
|
-
abstract class constructor {
|
|
2907
|
-
private constructor();
|
|
2908
|
-
}
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2912
|
-
export declare namespace com.doordeck.multiplatform.sdk.storage {
|
|
2913
|
-
interface SecureStorage {
|
|
2914
|
-
setApiEnvironment(apiEnvironment: com.doordeck.multiplatform.sdk.model.data.ApiEnvironment): void;
|
|
2915
|
-
getApiEnvironment(): Nullable<com.doordeck.multiplatform.sdk.model.data.ApiEnvironment>;
|
|
2916
|
-
addCloudAuthToken(token: string): void;
|
|
2917
|
-
getCloudAuthToken(): Nullable<string>;
|
|
2918
|
-
addCloudRefreshToken(token: string): void;
|
|
2919
|
-
getCloudRefreshToken(): Nullable<string>;
|
|
2920
|
-
setFusionHost(host: string): void;
|
|
2921
|
-
getFusionHost(): Nullable<string>;
|
|
2922
|
-
addFusionAuthToken(token: string): void;
|
|
2923
|
-
getFusionAuthToken(): Nullable<string>;
|
|
2924
|
-
addPublicKey(publicKey: Int8Array): void;
|
|
2925
|
-
getPublicKey(): Nullable<Int8Array>;
|
|
2926
|
-
addPrivateKey(privateKey: Int8Array): void;
|
|
2927
|
-
getPrivateKey(): Nullable<Int8Array>;
|
|
2928
|
-
setKeyPairVerified(publicKey: Nullable<Int8Array>): void;
|
|
2929
|
-
getKeyPairVerified(): Nullable<Int8Array>;
|
|
2930
|
-
addUserId(userId: string): void;
|
|
2931
|
-
getUserId(): Nullable<string>;
|
|
2932
|
-
addUserEmail(email: string): void;
|
|
2933
|
-
getUserEmail(): Nullable<string>;
|
|
2934
|
-
addCertificateChain(certificateChain: kotlin.collections.KtList<string>): void;
|
|
2935
|
-
getCertificateChain(): Nullable<kotlin.collections.KtList<string>>;
|
|
2936
|
-
clear(): void;
|
|
2937
|
-
readonly __doNotUseOrImplementIt: {
|
|
2938
|
-
readonly "com.doordeck.multiplatform.sdk.storage.SecureStorage": unique symbol;
|
|
2939
|
-
};
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
export declare namespace com.doordeck.multiplatform.sdk.util {
|
|
2943
|
-
abstract class Utils extends KtSingleton<Utils.$metadata$.constructor>() {
|
|
2944
|
-
private constructor();
|
|
2945
|
-
}
|
|
2946
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2947
|
-
namespace Utils.$metadata$ {
|
|
2948
|
-
abstract class constructor {
|
|
2949
|
-
decodeBase64ToByteArray(_this_: string): Int8Array;
|
|
2950
|
-
encodeByteArrayToBase64(_this_: Int8Array): string;
|
|
2951
|
-
certificateChainToString(_this_: kotlin.collections.KtList<string>): string;
|
|
2952
|
-
stringToCertificateChain(_this_: string): kotlin.collections.KtList<string>;
|
|
2953
|
-
private constructor();
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
|
-
}
|
|
2957
|
-
export declare namespace com.doordeck.multiplatform.sdk {
|
|
2958
|
-
abstract class KDoordeckFactory extends KtSingleton<KDoordeckFactory.$metadata$.constructor>() {
|
|
2959
|
-
private constructor();
|
|
2960
|
-
}
|
|
2961
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2962
|
-
namespace KDoordeckFactory.$metadata$ {
|
|
2963
|
-
abstract class constructor {
|
|
2964
|
-
initialize(sdkConfig: com.doordeck.multiplatform.sdk.config.SdkConfig): Promise<com.doordeck.multiplatform.sdk.Doordeck>;
|
|
2965
|
-
private constructor();
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
2970
|
-
abstract class AccountApi extends KtSingleton<AccountApi.$metadata$.constructor>() {
|
|
2971
|
-
private constructor();
|
|
2972
|
-
}
|
|
2973
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2974
|
-
namespace AccountApi.$metadata$ {
|
|
2975
|
-
abstract class constructor {
|
|
2976
|
-
refreshToken(refreshToken?: Nullable<string>): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
2977
|
-
logout(): Promise<any>;
|
|
2978
|
-
registerEphemeralKey(publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyResponse>;
|
|
2979
|
-
registerEphemeralKeyWithSecondaryAuthentication(publicKey?: Nullable<Int8Array>, method?: Nullable<com.doordeck.multiplatform.sdk.model.common.TwoFactorMethod>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyWithSecondaryAuthenticationResponse>;
|
|
2980
|
-
verifyEphemeralKeyRegistration(code: string, publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.RegisterEphemeralKeyResponse>;
|
|
2981
|
-
reverifyEmail(): Promise<any>;
|
|
2982
|
-
changePassword(oldPassword: string, newPassword: string): Promise<any>;
|
|
2983
|
-
getUserDetails(): Promise<com.doordeck.multiplatform.sdk.model.responses.UserDetailsResponse>;
|
|
2984
|
-
updateUserDetails(displayName: string): Promise<any>;
|
|
2985
|
-
deleteAccount(): Promise<any>;
|
|
2986
|
-
private constructor();
|
|
2987
|
-
}
|
|
2988
|
-
}
|
|
2989
|
-
function account(): typeof com.doordeck.multiplatform.sdk.api.AccountApi;
|
|
2990
|
-
}
|
|
2991
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
2992
|
-
abstract class AccountlessApi extends KtSingleton<AccountlessApi.$metadata$.constructor>() {
|
|
2993
|
-
private constructor();
|
|
2994
|
-
}
|
|
2995
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2996
|
-
namespace AccountlessApi.$metadata$ {
|
|
2997
|
-
abstract class constructor {
|
|
2998
|
-
login(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
2999
|
-
registration(email: string, password: string, displayName?: Nullable<string>, force?: boolean, publicKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.TokenResponse>;
|
|
3000
|
-
verifyEmail(code: string): Promise<any>;
|
|
3001
|
-
passwordReset(email: string): Promise<any>;
|
|
3002
|
-
passwordResetVerify(userId: string, token: string, password: string): Promise<any>;
|
|
3003
|
-
private constructor();
|
|
3004
|
-
}
|
|
3005
|
-
}
|
|
3006
|
-
function accountless(): typeof com.doordeck.multiplatform.sdk.api.AccountlessApi;
|
|
3007
|
-
}
|
|
3008
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3009
|
-
abstract class FusionApi extends KtSingleton<FusionApi.$metadata$.constructor>() {
|
|
3010
|
-
private constructor();
|
|
3011
|
-
}
|
|
3012
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3013
|
-
namespace FusionApi.$metadata$ {
|
|
3014
|
-
abstract class constructor {
|
|
3015
|
-
login(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.FusionLoginResponse>;
|
|
3016
|
-
getIntegrationType(): Promise<com.doordeck.multiplatform.sdk.model.responses.IntegrationTypeResponse>;
|
|
3017
|
-
getIntegrationConfiguration(type: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.IntegrationConfigurationResponse>>;
|
|
3018
|
-
enableDoor(name: string, siteId: string, controller: com.doordeck.multiplatform.sdk.model.data.Fusion.LockController): Promise<any>;
|
|
3019
|
-
deleteDoor(deviceId: string): Promise<any>;
|
|
3020
|
-
getDoorStatus(deviceId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.DoorStateResponse>;
|
|
3021
|
-
startDoor(deviceId: string): Promise<any>;
|
|
3022
|
-
stopDoor(deviceId: string): Promise<any>;
|
|
3023
|
-
private constructor();
|
|
3024
|
-
}
|
|
3025
|
-
}
|
|
3026
|
-
function fusion(): typeof com.doordeck.multiplatform.sdk.api.FusionApi;
|
|
3027
|
-
}
|
|
3028
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3029
|
-
abstract class HelperApi extends KtSingleton<HelperApi.$metadata$.constructor>() {
|
|
3030
|
-
private constructor();
|
|
3031
|
-
}
|
|
3032
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3033
|
-
namespace HelperApi.$metadata$ {
|
|
3034
|
-
abstract class constructor {
|
|
3035
|
-
uploadPlatformLogo(applicationId: string, contentType: string, image: Int8Array): Promise<any>;
|
|
3036
|
-
assistedLogin(email: string, password: string): Promise<com.doordeck.multiplatform.sdk.model.responses.AssistedLoginResponse>;
|
|
3037
|
-
assistedRegisterEphemeralKey(publicKey?: Nullable<Int8Array>, privateKey?: Nullable<Int8Array>): Promise<com.doordeck.multiplatform.sdk.model.responses.AssistedRegisterEphemeralKeyResponse>;
|
|
3038
|
-
assistedRegister(email: string, password: string, displayName?: Nullable<string>, force?: boolean): Promise<any>;
|
|
3039
|
-
private constructor();
|
|
3040
|
-
}
|
|
3041
|
-
}
|
|
3042
|
-
function helper(): typeof com.doordeck.multiplatform.sdk.api.HelperApi;
|
|
3043
|
-
}
|
|
3044
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3045
|
-
abstract class LockOperationsApi extends KtSingleton<LockOperationsApi.$metadata$.constructor>() {
|
|
3046
|
-
private constructor();
|
|
3047
|
-
}
|
|
3048
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3049
|
-
namespace LockOperationsApi.$metadata$ {
|
|
3050
|
-
abstract class constructor {
|
|
3051
|
-
getSingleLock(lockId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockResponse>;
|
|
3052
|
-
getLockAuditTrail(lockId: string, start: number, end: number): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
|
|
3053
|
-
getAuditForUser(userId: string, start: number, end: number): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
|
|
3054
|
-
getUsersForLock(lockId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.UserLockResponse>>;
|
|
3055
|
-
getLocksForUser(userId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockUserResponse>;
|
|
3056
|
-
updateLockName(lockId: string, name?: Nullable<string>): Promise<any>;
|
|
3057
|
-
updateLockFavourite(lockId: string, favourite?: Nullable<boolean>): Promise<any>;
|
|
3058
|
-
updateLockColour(lockId: string, colour?: Nullable<string>): Promise<any>;
|
|
3059
|
-
updateLockSettingDefaultName(lockId: string, name?: Nullable<string>): Promise<any>;
|
|
3060
|
-
setLockSettingPermittedAddresses(lockId: string, permittedAddresses: kotlin.collections.KtList<string>): Promise<any>;
|
|
3061
|
-
updateLockSettingHidden(lockId: string, hidden: boolean): Promise<any>;
|
|
3062
|
-
setLockSettingTimeRestrictions(lockId: string, times: kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.data.LockOperations.TimeRequirement>): Promise<any>;
|
|
3063
|
-
updateLockSettingLocationRestrictions(lockId: string, location?: Nullable<com.doordeck.multiplatform.sdk.model.data.LockOperations.LocationRequirement>): Promise<any>;
|
|
3064
|
-
getUserPublicKey(userEmail: string, visitor?: boolean): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3065
|
-
getUserPublicKeyByEmail(email: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3066
|
-
getUserPublicKeyByTelephone(telephone: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3067
|
-
getUserPublicKeyByLocalKey(localKey: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3068
|
-
getUserPublicKeyByForeignKey(foreignKey: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3069
|
-
getUserPublicKeyByIdentity(identity: string): Promise<com.doordeck.multiplatform.sdk.model.responses.UserPublicKeyResponse>;
|
|
3070
|
-
getUserPublicKeyByEmails(emails: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
3071
|
-
getUserPublicKeyByTelephones(telephones: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
3072
|
-
getUserPublicKeyByLocalKeys(localKeys: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
3073
|
-
getUserPublicKeyByForeignKeys(foreignKeys: kotlin.collections.KtList<string>): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.BatchUserPublicKeyResponse>>;
|
|
3074
|
-
unlock(unlockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.UnlockOperation): Promise<any>;
|
|
3075
|
-
shareLock(shareLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.ShareLockOperation): Promise<any>;
|
|
3076
|
-
batchShareLock(batchShareLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.BatchShareLockOperation): Promise<any>;
|
|
3077
|
-
revokeAccessToLock(revokeAccessToLockOperation: com.doordeck.multiplatform.sdk.model.data.LockOperations.RevokeAccessToLockOperation): Promise<any>;
|
|
3078
|
-
updateSecureSettingUnlockDuration(updateSecureSettingUnlockDuration: com.doordeck.multiplatform.sdk.model.data.LockOperations.UpdateSecureSettingUnlockDuration): Promise<any>;
|
|
3079
|
-
updateSecureSettingUnlockBetween(updateSecureSettingUnlockBetween: com.doordeck.multiplatform.sdk.model.data.LockOperations.UpdateSecureSettingUnlockBetween): Promise<any>;
|
|
3080
|
-
getPinnedLocks(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.LockResponse>>;
|
|
3081
|
-
getShareableLocks(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ShareableLockResponse>>;
|
|
3082
|
-
private constructor();
|
|
3083
|
-
}
|
|
3084
|
-
}
|
|
3085
|
-
function lockOperations(): typeof com.doordeck.multiplatform.sdk.api.LockOperationsApi;
|
|
3086
|
-
}
|
|
3087
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3088
|
-
abstract class PlatformApi extends KtSingleton<PlatformApi.$metadata$.constructor>() {
|
|
3089
|
-
private constructor();
|
|
3090
|
-
}
|
|
3091
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3092
|
-
namespace PlatformApi.$metadata$ {
|
|
3093
|
-
abstract class constructor {
|
|
3094
|
-
createApplication(application: com.doordeck.multiplatform.sdk.model.data.Platform.CreateApplication): Promise<any>;
|
|
3095
|
-
listApplications(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>>;
|
|
3096
|
-
getApplication(applicationId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>;
|
|
3097
|
-
updateApplicationName(applicationId: string, name: string): Promise<any>;
|
|
3098
|
-
updateApplicationCompanyName(applicationId: string, companyName: string): Promise<any>;
|
|
3099
|
-
updateApplicationMailingAddress(applicationId: string, mailingAddress: string): Promise<any>;
|
|
3100
|
-
updateApplicationPrivacyPolicy(applicationId: string, privacyPolicy: string): Promise<any>;
|
|
3101
|
-
updateApplicationSupportContact(applicationId: string, supportContact: string): Promise<any>;
|
|
3102
|
-
updateApplicationAppLink(applicationId: string, appLink: string): Promise<any>;
|
|
3103
|
-
updateApplicationEmailPreferences(applicationId: string, emailPreferences: com.doordeck.multiplatform.sdk.model.data.Platform.EmailPreferences): Promise<any>;
|
|
3104
|
-
updateApplicationLogoUrl(applicationId: string, logoUrl: string): Promise<any>;
|
|
3105
|
-
deleteApplication(applicationId: string): Promise<any>;
|
|
3106
|
-
getLogoUploadUrl(applicationId: string, contentType: string): Promise<com.doordeck.multiplatform.sdk.model.responses.GetLogoUploadUrlResponse>;
|
|
3107
|
-
addAuthKey(applicationId: string, key: com.doordeck.multiplatform.sdk.model.data.Platform.AuthKey): Promise<any>;
|
|
3108
|
-
addAuthIssuer(applicationId: string, url: string): Promise<any>;
|
|
3109
|
-
deleteAuthIssuer(applicationId: string, url: string): Promise<any>;
|
|
3110
|
-
addCorsDomain(applicationId: string, url: string): Promise<any>;
|
|
3111
|
-
removeCorsDomain(applicationId: string, url: string): Promise<any>;
|
|
3112
|
-
addApplicationOwner(applicationId: string, userId: string): Promise<any>;
|
|
3113
|
-
removeApplicationOwner(applicationId: string, userId: string): Promise<any>;
|
|
3114
|
-
getApplicationOwnersDetails(applicationId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.ApplicationOwnerDetailsResponse>>;
|
|
3115
|
-
private constructor();
|
|
3116
|
-
}
|
|
3117
|
-
}
|
|
3118
|
-
function platform(): typeof com.doordeck.multiplatform.sdk.api.PlatformApi;
|
|
3119
|
-
}
|
|
3120
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3121
|
-
abstract class SitesApi extends KtSingleton<SitesApi.$metadata$.constructor>() {
|
|
3122
|
-
private constructor();
|
|
3123
|
-
}
|
|
3124
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3125
|
-
namespace SitesApi.$metadata$ {
|
|
3126
|
-
abstract class constructor {
|
|
3127
|
-
listSites(): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.SiteResponse>>;
|
|
3128
|
-
getLocksForSite(siteId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.LockResponse>>;
|
|
3129
|
-
getUsersForSite(siteId: string): Promise<kotlin.collections.KtList<com.doordeck.multiplatform.sdk.model.responses.UserForSiteResponse>>;
|
|
3130
|
-
private constructor();
|
|
3131
|
-
}
|
|
3132
|
-
}
|
|
3133
|
-
function sites(): typeof com.doordeck.multiplatform.sdk.api.SitesApi;
|
|
3134
|
-
}
|
|
3135
|
-
export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
3136
|
-
abstract class TilesApi extends KtSingleton<TilesApi.$metadata$.constructor>() {
|
|
3137
|
-
private constructor();
|
|
3138
|
-
}
|
|
3139
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3140
|
-
namespace TilesApi.$metadata$ {
|
|
3141
|
-
abstract class constructor {
|
|
3142
|
-
getLocksBelongingToTile(tileId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.TileLocksResponse>;
|
|
3143
|
-
associateMultipleLocks(tileId: string, siteId: string, lockIds: kotlin.collections.KtList<string>): Promise<any>;
|
|
3144
|
-
private constructor();
|
|
3145
|
-
}
|
|
3146
|
-
}
|
|
3147
|
-
function tiles(): typeof com.doordeck.multiplatform.sdk.api.TilesApi;
|
|
3148
|
-
}
|
|
3149
|
-
export declare namespace com.doordeck.multiplatform.sdk.crypto {
|
|
3150
|
-
abstract class CryptoManager extends KtSingleton<CryptoManager.$metadata$.constructor>() {
|
|
3151
|
-
private constructor();
|
|
3152
|
-
}
|
|
3153
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3154
|
-
namespace CryptoManager.$metadata$ {
|
|
3155
|
-
abstract class constructor {
|
|
3156
|
-
generateKeyPair(): com.doordeck.multiplatform.sdk.model.data.Crypto.KeyPair;
|
|
3157
|
-
isCertificateInvalidOrExpired(base64Certificate: string): boolean;
|
|
3158
|
-
private constructor();
|
|
3159
|
-
}
|
|
3160
|
-
}
|
|
3161
|
-
function crypto(): typeof com.doordeck.multiplatform.sdk.crypto.CryptoManager;
|
|
3162
2530
|
}
|