@solibo/home-api 1.0.33 → 1.0.34
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-stdlib.js +16 -16
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/ktor-ktor-websockets.js +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.ts +5 -161
- package/solibo-sdk-sdk-home-api.js +22904 -23390
- package/solibo-sdk-sdk-home-api.js.map +1 -1
package/ktor-ktor-websockets.js
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
var _ChannelResult___get_isClosed__impl__mg7kuu = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j;
|
|
109
109
|
var close$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.i;
|
|
110
110
|
var cancel$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
|
|
111
|
-
var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.w;
|
|
112
111
|
var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.v;
|
|
112
|
+
var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.w;
|
|
113
113
|
var RuntimeException = kotlin_kotlin.$_$.rf;
|
|
114
114
|
var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.a2;
|
|
115
115
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.i;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
154
154
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
155
155
|
initMetadataForCompanion(Companion_4);
|
|
156
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
156
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
157
157
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
158
158
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
159
159
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -1945,43 +1945,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
1945
1945
|
};
|
|
1946
1946
|
}
|
|
1947
1947
|
}
|
|
1948
|
-
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
1949
|
-
abstract class CreateExternalCustomerCommandType {
|
|
1950
|
-
private constructor();
|
|
1951
|
-
static get CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType & {
|
|
1952
|
-
get name(): "CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
|
|
1953
|
-
get ordinal(): 0;
|
|
1954
|
-
};
|
|
1955
|
-
static get CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType & {
|
|
1956
|
-
get name(): "CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
|
|
1957
|
-
get ordinal(): 1;
|
|
1958
|
-
};
|
|
1959
|
-
get name(): "CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND" | "CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
|
|
1960
|
-
get ordinal(): 0 | 1;
|
|
1961
|
-
get value(): string;
|
|
1962
|
-
toString(): string;
|
|
1963
|
-
static values(): Array<no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType>;
|
|
1964
|
-
static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType;
|
|
1965
|
-
}
|
|
1966
|
-
namespace CreateExternalCustomerCommandType {
|
|
1967
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1968
|
-
namespace $metadata$ {
|
|
1969
|
-
const constructor: abstract new () => CreateExternalCustomerCommandType;
|
|
1970
|
-
}
|
|
1971
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1972
|
-
private constructor();
|
|
1973
|
-
}
|
|
1974
|
-
namespace Companion {
|
|
1975
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1976
|
-
namespace $metadata$ {
|
|
1977
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
1978
|
-
fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType>;
|
|
1979
|
-
private constructor();
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
1948
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
1986
1949
|
class CreateExternalOrganizationCustomerCommand implements no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommand {
|
|
1987
1950
|
constructor(accountNumber: Nullable<string> | undefined, businessAddress: Nullable<no.solibo.oss.sdk.api.gen.models.BusinessAddress> | undefined, businessContact: Nullable<no.solibo.oss.sdk.api.gen.models.BusinessContact> | undefined, classification: string, orgName: string, orgNr: string);
|
|
@@ -2689,43 +2652,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
2689
2652
|
};
|
|
2690
2653
|
}
|
|
2691
2654
|
}
|
|
2692
|
-
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
2693
|
-
abstract class CreateResidentCommandType {
|
|
2694
|
-
private constructor();
|
|
2695
|
-
static get CREATE_ORGANIZATION_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType & {
|
|
2696
|
-
get name(): "CREATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
2697
|
-
get ordinal(): 0;
|
|
2698
|
-
};
|
|
2699
|
-
static get CREATE_PERSON_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType & {
|
|
2700
|
-
get name(): "CREATE_PERSON_RESIDENT_COMMAND";
|
|
2701
|
-
get ordinal(): 1;
|
|
2702
|
-
};
|
|
2703
|
-
get name(): "CREATE_ORGANIZATION_RESIDENT_COMMAND" | "CREATE_PERSON_RESIDENT_COMMAND";
|
|
2704
|
-
get ordinal(): 0 | 1;
|
|
2705
|
-
get value(): string;
|
|
2706
|
-
toString(): string;
|
|
2707
|
-
static values(): Array<no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType>;
|
|
2708
|
-
static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType;
|
|
2709
|
-
}
|
|
2710
|
-
namespace CreateResidentCommandType {
|
|
2711
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2712
|
-
namespace $metadata$ {
|
|
2713
|
-
const constructor: abstract new () => CreateResidentCommandType;
|
|
2714
|
-
}
|
|
2715
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2716
|
-
private constructor();
|
|
2717
|
-
}
|
|
2718
|
-
namespace Companion {
|
|
2719
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2720
|
-
namespace $metadata$ {
|
|
2721
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
2722
|
-
fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType>;
|
|
2723
|
-
private constructor();
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
2655
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
2730
2656
|
class CreateRoutineCommand {
|
|
2731
2657
|
constructor(description: Nullable<string> | undefined, draftId: Nullable<bigint> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineMethod> | undefined, recommendedIntervalType: no.solibo.oss.sdk.api.gen.models.RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<kotlin.time.Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title: Nullable<string> | undefined, type: no.solibo.oss.sdk.api.gen.models.RoutineType);
|
|
@@ -3120,15 +3046,15 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
3120
3046
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
3121
3047
|
abstract class CustomerType {
|
|
3122
3048
|
private constructor();
|
|
3123
|
-
static get
|
|
3124
|
-
get name(): "
|
|
3049
|
+
static get PERSON(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
|
|
3050
|
+
get name(): "PERSON";
|
|
3125
3051
|
get ordinal(): 0;
|
|
3126
3052
|
};
|
|
3127
|
-
static get
|
|
3128
|
-
get name(): "
|
|
3053
|
+
static get ORGANIZATION(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
|
|
3054
|
+
get name(): "ORGANIZATION";
|
|
3129
3055
|
get ordinal(): 1;
|
|
3130
3056
|
};
|
|
3131
|
-
get name(): "
|
|
3057
|
+
get name(): "PERSON" | "ORGANIZATION";
|
|
3132
3058
|
get ordinal(): 0 | 1;
|
|
3133
3059
|
get value(): string;
|
|
3134
3060
|
toString(): string;
|
|
@@ -11089,51 +11015,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
11089
11015
|
};
|
|
11090
11016
|
}
|
|
11091
11017
|
}
|
|
11092
|
-
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
11093
|
-
abstract class ThirdPartyInformationErrorType {
|
|
11094
|
-
private constructor();
|
|
11095
|
-
static get THIRD_PARTY_INFORMATION_ALTINN_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
|
|
11096
|
-
get name(): "THIRD_PARTY_INFORMATION_ALTINN_ERROR";
|
|
11097
|
-
get ordinal(): 0;
|
|
11098
|
-
};
|
|
11099
|
-
static get THIRD_PARTY_INFORMATION_EMAIL_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
|
|
11100
|
-
get name(): "THIRD_PARTY_INFORMATION_EMAIL_ERROR";
|
|
11101
|
-
get ordinal(): 1;
|
|
11102
|
-
};
|
|
11103
|
-
static get THIRD_PARTY_INFORMATION_POSTEN_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
|
|
11104
|
-
get name(): "THIRD_PARTY_INFORMATION_POSTEN_ERROR";
|
|
11105
|
-
get ordinal(): 2;
|
|
11106
|
-
};
|
|
11107
|
-
static get THIRD_PARTY_INFORMATION_PROCESS_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
|
|
11108
|
-
get name(): "THIRD_PARTY_INFORMATION_PROCESS_ERROR";
|
|
11109
|
-
get ordinal(): 3;
|
|
11110
|
-
};
|
|
11111
|
-
get name(): "THIRD_PARTY_INFORMATION_ALTINN_ERROR" | "THIRD_PARTY_INFORMATION_EMAIL_ERROR" | "THIRD_PARTY_INFORMATION_POSTEN_ERROR" | "THIRD_PARTY_INFORMATION_PROCESS_ERROR";
|
|
11112
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
11113
|
-
get value(): string;
|
|
11114
|
-
toString(): string;
|
|
11115
|
-
static values(): Array<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType>;
|
|
11116
|
-
static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType;
|
|
11117
|
-
}
|
|
11118
|
-
namespace ThirdPartyInformationErrorType {
|
|
11119
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
11120
|
-
namespace $metadata$ {
|
|
11121
|
-
const constructor: abstract new () => ThirdPartyInformationErrorType;
|
|
11122
|
-
}
|
|
11123
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
11124
|
-
private constructor();
|
|
11125
|
-
}
|
|
11126
|
-
namespace Companion {
|
|
11127
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
11128
|
-
namespace $metadata$ {
|
|
11129
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
11130
|
-
fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType>;
|
|
11131
|
-
private constructor();
|
|
11132
|
-
}
|
|
11133
|
-
}
|
|
11134
|
-
}
|
|
11135
|
-
}
|
|
11136
|
-
}
|
|
11137
11018
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
11138
11019
|
class ThirdPartyInformationKontakt {
|
|
11139
11020
|
constructor(email: string, name: string, sms: string, telephone: string);
|
|
@@ -12654,43 +12535,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
12654
12535
|
};
|
|
12655
12536
|
}
|
|
12656
12537
|
}
|
|
12657
|
-
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
12658
|
-
abstract class UpdateResidentCommandType {
|
|
12659
|
-
private constructor();
|
|
12660
|
-
static get UPDATE_ORGANIZATION_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType & {
|
|
12661
|
-
get name(): "UPDATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
12662
|
-
get ordinal(): 0;
|
|
12663
|
-
};
|
|
12664
|
-
static get UPDATE_PERSON_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType & {
|
|
12665
|
-
get name(): "UPDATE_PERSON_RESIDENT_COMMAND";
|
|
12666
|
-
get ordinal(): 1;
|
|
12667
|
-
};
|
|
12668
|
-
get name(): "UPDATE_ORGANIZATION_RESIDENT_COMMAND" | "UPDATE_PERSON_RESIDENT_COMMAND";
|
|
12669
|
-
get ordinal(): 0 | 1;
|
|
12670
|
-
get value(): string;
|
|
12671
|
-
toString(): string;
|
|
12672
|
-
static values(): Array<no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType>;
|
|
12673
|
-
static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType;
|
|
12674
|
-
}
|
|
12675
|
-
namespace UpdateResidentCommandType {
|
|
12676
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
12677
|
-
namespace $metadata$ {
|
|
12678
|
-
const constructor: abstract new () => UpdateResidentCommandType;
|
|
12679
|
-
}
|
|
12680
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
12681
|
-
private constructor();
|
|
12682
|
-
}
|
|
12683
|
-
namespace Companion {
|
|
12684
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
12685
|
-
namespace $metadata$ {
|
|
12686
|
-
abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
|
|
12687
|
-
fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType>;
|
|
12688
|
-
private constructor();
|
|
12689
|
-
}
|
|
12690
|
-
}
|
|
12691
|
-
}
|
|
12692
|
-
}
|
|
12693
|
-
}
|
|
12694
12538
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
12695
12539
|
class UpdateResolutionCommand {
|
|
12696
12540
|
constructor(resolution?: Nullable<string>);
|