@doordeck/doordeck-headless-sdk 0.44.0 → 0.45.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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/kotlin/doordeck-sdk.js +12 -12
- package/kotlin/doordeck-sdk.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
function addFormatStructureForTime(structure) {
|
|
286
286
|
this.h4t(structure);
|
|
287
287
|
}
|
|
288
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
288
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
289
289
|
function offsetHours$default(padding, $super) {
|
|
290
290
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
291
291
|
var tmp;
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
return tmp;
|
|
339
339
|
}
|
|
340
340
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
341
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
341
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
|
|
342
342
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
343
343
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
344
344
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/kotlin/doordeck-sdk.js
CHANGED
|
@@ -825,26 +825,26 @@
|
|
|
825
825
|
return new LocalUnlockClient($httpClient);
|
|
826
826
|
};
|
|
827
827
|
}
|
|
828
|
-
function DoordeckImpl$lambda$lambda$lambda_3($
|
|
828
|
+
function DoordeckImpl$lambda$lambda$lambda_3($cloudHttpClient, $mainContextManager) {
|
|
829
829
|
return function ($this$single, it) {
|
|
830
830
|
// Inline function 'org.koin.core.scope.Scope.get' call
|
|
831
831
|
var tmp$ret$0 = $this$single.i58(getKClass(LocalUnlockClient), null, null);
|
|
832
|
-
return new LockOperationsClient($
|
|
832
|
+
return new LockOperationsClient($cloudHttpClient, $mainContextManager, tmp$ret$0);
|
|
833
833
|
};
|
|
834
834
|
}
|
|
835
|
-
function DoordeckImpl$lambda$lambda$lambda_4($
|
|
835
|
+
function DoordeckImpl$lambda$lambda$lambda_4($cloudHttpClient) {
|
|
836
836
|
return function ($this$single, it) {
|
|
837
|
-
return new PlatformClient($
|
|
837
|
+
return new PlatformClient($cloudHttpClient);
|
|
838
838
|
};
|
|
839
839
|
}
|
|
840
|
-
function DoordeckImpl$lambda$lambda$lambda_5($
|
|
840
|
+
function DoordeckImpl$lambda$lambda$lambda_5($cloudHttpClient) {
|
|
841
841
|
return function ($this$single, it) {
|
|
842
|
-
return new SitesClient($
|
|
842
|
+
return new SitesClient($cloudHttpClient);
|
|
843
843
|
};
|
|
844
844
|
}
|
|
845
|
-
function DoordeckImpl$lambda$lambda$lambda_6($
|
|
845
|
+
function DoordeckImpl$lambda$lambda$lambda_6($cloudHttpClient) {
|
|
846
846
|
return function ($this$single, it) {
|
|
847
|
-
return new TilesClient($
|
|
847
|
+
return new TilesClient($cloudHttpClient);
|
|
848
848
|
};
|
|
849
849
|
}
|
|
850
850
|
function DoordeckImpl$lambda$lambda$lambda_7($httpClient, $mainContextManager) {
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
new KoinDefinition($this$module, factory_2);
|
|
928
928
|
// Inline function 'org.koin.core.module.Module.single' call
|
|
929
929
|
// Inline function 'org.koin.core.module._singleInstanceFactory' call
|
|
930
|
-
var definition_3 = DoordeckImpl$lambda$lambda$lambda_3(
|
|
930
|
+
var definition_3 = DoordeckImpl$lambda$lambda$lambda_3(cloudHttpClient, mainContextManager);
|
|
931
931
|
var scopeQualifier_3 = Companion_getInstance().c56_1;
|
|
932
932
|
// Inline function 'org.koin.core.definition._createDefinition' call
|
|
933
933
|
var kind_3 = Kind_Singleton_getInstance();
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
new KoinDefinition($this$module, factory_3);
|
|
942
942
|
// Inline function 'org.koin.core.module.Module.single' call
|
|
943
943
|
// Inline function 'org.koin.core.module._singleInstanceFactory' call
|
|
944
|
-
var definition_4 = DoordeckImpl$lambda$lambda$lambda_4(
|
|
944
|
+
var definition_4 = DoordeckImpl$lambda$lambda$lambda_4(cloudHttpClient);
|
|
945
945
|
var scopeQualifier_4 = Companion_getInstance().c56_1;
|
|
946
946
|
// Inline function 'org.koin.core.definition._createDefinition' call
|
|
947
947
|
var kind_4 = Kind_Singleton_getInstance();
|
|
@@ -955,7 +955,7 @@
|
|
|
955
955
|
new KoinDefinition($this$module, factory_4);
|
|
956
956
|
// Inline function 'org.koin.core.module.Module.single' call
|
|
957
957
|
// Inline function 'org.koin.core.module._singleInstanceFactory' call
|
|
958
|
-
var definition_5 = DoordeckImpl$lambda$lambda$lambda_5(
|
|
958
|
+
var definition_5 = DoordeckImpl$lambda$lambda$lambda_5(cloudHttpClient);
|
|
959
959
|
var scopeQualifier_5 = Companion_getInstance().c56_1;
|
|
960
960
|
// Inline function 'org.koin.core.definition._createDefinition' call
|
|
961
961
|
var kind_5 = Kind_Singleton_getInstance();
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
new KoinDefinition($this$module, factory_5);
|
|
970
970
|
// Inline function 'org.koin.core.module.Module.single' call
|
|
971
971
|
// Inline function 'org.koin.core.module._singleInstanceFactory' call
|
|
972
|
-
var definition_6 = DoordeckImpl$lambda$lambda$lambda_6(
|
|
972
|
+
var definition_6 = DoordeckImpl$lambda$lambda$lambda_6(cloudHttpClient);
|
|
973
973
|
var scopeQualifier_6 = Companion_getInstance().c56_1;
|
|
974
974
|
// Inline function 'org.koin.core.definition._createDefinition' call
|
|
975
975
|
var kind_6 = Kind_Singleton_getInstance();
|