@solibo/home-api 1.1.4 → 1.1.6
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/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 ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.v;
|
|
112
111
|
var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.w;
|
|
112
|
+
var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.v;
|
|
113
113
|
var RuntimeException = kotlin_kotlin.$_$.uf;
|
|
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, [SendChannel, ReceiveChannel], [1, 0]);
|
|
157
157
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
158
158
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
159
159
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -3152,6 +3152,23 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
3152
3152
|
}
|
|
3153
3153
|
}
|
|
3154
3154
|
}
|
|
3155
|
+
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
3156
|
+
class Device {
|
|
3157
|
+
constructor(fcmDeviceType?: Nullable<no.solibo.oss.sdk.api.gen.models.FcmDeviceType>, fcmToken?: Nullable<string>);
|
|
3158
|
+
get fcmDeviceType(): Nullable<no.solibo.oss.sdk.api.gen.models.FcmDeviceType>;
|
|
3159
|
+
get fcmToken(): Nullable<string>;
|
|
3160
|
+
copy(fcmDeviceType?: Nullable<no.solibo.oss.sdk.api.gen.models.FcmDeviceType>, fcmToken?: Nullable<string>): no.solibo.oss.sdk.api.gen.models.Device;
|
|
3161
|
+
toString(): string;
|
|
3162
|
+
hashCode(): number;
|
|
3163
|
+
equals(other: Nullable<any>): boolean;
|
|
3164
|
+
}
|
|
3165
|
+
namespace Device {
|
|
3166
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
3167
|
+
namespace $metadata$ {
|
|
3168
|
+
const constructor: abstract new () => Device;
|
|
3169
|
+
}
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3155
3172
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
3156
3173
|
class DeviceSrpCommand {
|
|
3157
3174
|
constructor(clientId: string, deviceKey: Nullable<string> | undefined, email: Nullable<string> | undefined, fingerprint: string, mobile: Nullable<string> | undefined, session: string, srpA: string);
|
|
@@ -10237,6 +10254,40 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
|
10237
10254
|
}
|
|
10238
10255
|
}
|
|
10239
10256
|
}
|
|
10257
|
+
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
10258
|
+
class SectionInvoiceRecipient {
|
|
10259
|
+
constructor(id: bigint, recipient: no.solibo.oss.sdk.api.gen.models.InvoiceRecipient);
|
|
10260
|
+
get id(): bigint;
|
|
10261
|
+
get recipient(): no.solibo.oss.sdk.api.gen.models.InvoiceRecipient;
|
|
10262
|
+
copy(id?: bigint, recipient?: no.solibo.oss.sdk.api.gen.models.InvoiceRecipient): no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipient;
|
|
10263
|
+
toString(): string;
|
|
10264
|
+
hashCode(): number;
|
|
10265
|
+
equals(other: Nullable<any>): boolean;
|
|
10266
|
+
}
|
|
10267
|
+
namespace SectionInvoiceRecipient {
|
|
10268
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
10269
|
+
namespace $metadata$ {
|
|
10270
|
+
const constructor: abstract new () => SectionInvoiceRecipient;
|
|
10271
|
+
}
|
|
10272
|
+
}
|
|
10273
|
+
}
|
|
10274
|
+
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
10275
|
+
class SectionInvoiceRecipientOverview {
|
|
10276
|
+
constructor(designation: string, recipients: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipient>);
|
|
10277
|
+
get designation(): string;
|
|
10278
|
+
get recipients(): kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipient>;
|
|
10279
|
+
copy(designation?: string, recipients?: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipient>): no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipientOverview;
|
|
10280
|
+
toString(): string;
|
|
10281
|
+
hashCode(): number;
|
|
10282
|
+
equals(other: Nullable<any>): boolean;
|
|
10283
|
+
}
|
|
10284
|
+
namespace SectionInvoiceRecipientOverview {
|
|
10285
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
10286
|
+
namespace $metadata$ {
|
|
10287
|
+
const constructor: abstract new () => SectionInvoiceRecipientOverview;
|
|
10288
|
+
}
|
|
10289
|
+
}
|
|
10290
|
+
}
|
|
10240
10291
|
export declare namespace no.solibo.oss.sdk.api.gen.models {
|
|
10241
10292
|
class SectionList {
|
|
10242
10293
|
constructor(items: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Section>, meta: no.solibo.oss.sdk.api.gen.models.Meta, paging: no.solibo.oss.sdk.api.gen.models.Paging);
|
|
@@ -13435,7 +13486,7 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13435
13486
|
createTokensBySms(magicSMSCommand: no.solibo.oss.sdk.api.gen.models.MagicSMSCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13436
13487
|
createTokensSrp(verifySrpCommand: no.solibo.oss.sdk.api.gen.models.VerifySrpCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13437
13488
|
deregisterFCMDeviceForUser(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13438
|
-
indexUserDevices(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<
|
|
13489
|
+
indexUserDevices(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Device>>>;
|
|
13439
13490
|
refreshTokens(refreshTokensCommand: no.solibo.oss.sdk.api.gen.models.RefreshTokensCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SoliboAuthentication>>;
|
|
13440
13491
|
registerFCMDeviceForUser(registerDeviceCommand: no.solibo.oss.sdk.api.gen.models.RegisterDeviceCommand): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
13441
13492
|
revokeTokens(clientId?: Nullable<string>, deviceKey?: Nullable<string>, deviceKeyGroup?: Nullable<string>, userId?: Nullable<string>, refreshToken?: Nullable<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
@@ -13792,7 +13843,7 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
13792
13843
|
indexInvoicingInvoicePdfs(companyId: bigint, ids: kotlin.collections.KtList<string>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.infrastructure.Base64ByteArray>>;
|
|
13793
13844
|
indexInvoicingPlanTypes(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>>>;
|
|
13794
13845
|
indexInvoicingPlans(companyId: bigint, active?: Nullable<boolean>, type?: Nullable<no.solibo.oss.sdk.api.gen.models.InvoicePlanType>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>>;
|
|
13795
|
-
indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.
|
|
13846
|
+
indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionInvoiceRecipientOverview>>>;
|
|
13796
13847
|
indexInvoicingSectionInvoices(companyId: bigint, sectionId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>>>;
|
|
13797
13848
|
indexInvoicingSectionPlans(companyId: bigint, sectionId: bigint, active?: Nullable<boolean>): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlan>>>;
|
|
13798
13849
|
indexUpcomingInvoicing(): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreview>>>;
|