@solibo/home-api 1.15.6 → 1.15.7

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.
@@ -72,8 +72,8 @@ import {
72
72
  _ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
73
73
  close$default1evna6yun3t5h as close$default,
74
74
  cancel$default1fq6eekptkf7a as cancel$default,
75
- SendChannel38sllbxw662ws as SendChannel,
76
75
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
76
+ SendChannel38sllbxw662ws as SendChannel,
77
77
  } from './kotlinx-coroutines-core.mjs';
78
78
  import {
79
79
  get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
@@ -138,7 +138,7 @@ initMetadataForCompanion(Companion_3);
138
138
  initMetadataForClass(ChannelConfig, 'ChannelConfig');
139
139
  initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
140
140
  initMetadataForCompanion(Companion_4);
141
- initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
141
+ initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
142
142
  initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
143
143
  initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
144
144
  initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "directory": "sdk/home-api"
17
17
  },
18
18
  "main": "solibo-sdk-sdk-home-api.mjs",
19
- "version": "1.15.6",
19
+ "version": "1.15.7",
20
20
  "name": "@solibo/home-api",
21
21
  "dependencies": {
22
22
  "ws": "8.18.3",
@@ -3206,7 +3206,7 @@ export declare namespace CompanyBusinessAgreement {
3206
3206
  }
3207
3207
  }
3208
3208
  export declare class CompanyDetailed {
3209
- constructor(address: Nullable<CompanyAddressOverview> | undefined, administratorOrgNr: Nullable<string> | undefined, businessAgreement: Nullable<CompanyBusinessAgreement> | undefined, classification: string, constructionYear: Nullable<bigint> | undefined, country: string, economicReportsIncluded: bigint, features: Nullable<CompanyFeatures> | undefined, id: bigint, legalObligations: Nullable<CompanyLegalObligations> | undefined, location: Nullable<CompanyLocation> | undefined, managed: boolean, matrikkel: Nullable<CompanyMatrikkel> | undefined, name: string, nationality: bigint, nextState: Nullable<CompanyStatus> | undefined, nextStateAt: Nullable<any>/* Nullable<Instant> */ | undefined, note: Nullable<string> | undefined, operatingAccount: Nullable<string> | undefined, orgNr: Nullable<string> | undefined, relations: Nullable<KtList<CompanyRelation>> | undefined, sections: Nullable<CompanySectionOverview> | undefined, slug: Nullable<string> | undefined, status: CompanyStatus, subTypes?: Nullable<KtList<CompanySubType>>);
3209
+ constructor(address: Nullable<CompanyAddressOverview> | undefined, administratorOrgNr: Nullable<string> | undefined, businessAgreement: Nullable<CompanyBusinessAgreement> | undefined, classification: string, constructionYear: Nullable<bigint> | undefined, country: string, economicReportsIncluded: bigint, features: Nullable<CompanyFeatures> | undefined, id: bigint, legalObligations: Nullable<CompanyLegalObligations> | undefined, location: Nullable<CompanyLocation> | undefined, managed: boolean, matrikkel: Nullable<CompanyMatrikkel> | undefined, name: string, nationality: bigint, nextState: Nullable<CompanyStatus> | undefined, nextStateAt: Nullable<any>/* Nullable<Instant> */ | undefined, note: Nullable<string> | undefined, operatingAccount: Nullable<string> | undefined, orgNr: Nullable<string> | undefined, pricePerShare: Nullable<number> | undefined, relations: Nullable<KtList<CompanyRelation>> | undefined, sections: Nullable<CompanySectionOverview> | undefined, slug: Nullable<string> | undefined, status: CompanyStatus, subTypes?: Nullable<KtList<CompanySubType>>);
3210
3210
  get address(): Nullable<CompanyAddressOverview>;
3211
3211
  get administratorOrgNr(): Nullable<string>;
3212
3212
  get businessAgreement(): Nullable<CompanyBusinessAgreement>;
@@ -3227,12 +3227,13 @@ export declare class CompanyDetailed {
3227
3227
  get note(): Nullable<string>;
3228
3228
  get operatingAccount(): Nullable<string>;
3229
3229
  get orgNr(): Nullable<string>;
3230
+ get pricePerShare(): Nullable<number>;
3230
3231
  get relations(): Nullable<KtList<CompanyRelation>>;
3231
3232
  get sections(): Nullable<CompanySectionOverview>;
3232
3233
  get slug(): Nullable<string>;
3233
3234
  get status(): CompanyStatus;
3234
3235
  get subTypes(): Nullable<KtList<CompanySubType>>;
3235
- copy(address?: Nullable<CompanyAddressOverview>, administratorOrgNr?: Nullable<string>, businessAgreement?: Nullable<CompanyBusinessAgreement>, classification?: string, constructionYear?: Nullable<bigint>, country?: string, economicReportsIncluded?: bigint, features?: Nullable<CompanyFeatures>, id?: bigint, legalObligations?: Nullable<CompanyLegalObligations>, location?: Nullable<CompanyLocation>, managed?: boolean, matrikkel?: Nullable<CompanyMatrikkel>, name?: string, nationality?: bigint, nextState?: Nullable<CompanyStatus>, nextStateAt?: Nullable<any>/* Nullable<Instant> */, note?: Nullable<string>, operatingAccount?: Nullable<string>, orgNr?: Nullable<string>, relations?: Nullable<KtList<CompanyRelation>>, sections?: Nullable<CompanySectionOverview>, slug?: Nullable<string>, status?: CompanyStatus, subTypes?: Nullable<KtList<CompanySubType>>): CompanyDetailed;
3236
+ copy(address?: Nullable<CompanyAddressOverview>, administratorOrgNr?: Nullable<string>, businessAgreement?: Nullable<CompanyBusinessAgreement>, classification?: string, constructionYear?: Nullable<bigint>, country?: string, economicReportsIncluded?: bigint, features?: Nullable<CompanyFeatures>, id?: bigint, legalObligations?: Nullable<CompanyLegalObligations>, location?: Nullable<CompanyLocation>, managed?: boolean, matrikkel?: Nullable<CompanyMatrikkel>, name?: string, nationality?: bigint, nextState?: Nullable<CompanyStatus>, nextStateAt?: Nullable<any>/* Nullable<Instant> */, note?: Nullable<string>, operatingAccount?: Nullable<string>, orgNr?: Nullable<string>, pricePerShare?: Nullable<number>, relations?: Nullable<KtList<CompanyRelation>>, sections?: Nullable<CompanySectionOverview>, slug?: Nullable<string>, status?: CompanyStatus, subTypes?: Nullable<KtList<CompanySubType>>): CompanyDetailed;
3236
3237
  toString(): string;
3237
3238
  hashCode(): number;
3238
3239
  equals(other: Nullable<any>): boolean;
@@ -19614,7 +19615,7 @@ export declare namespace UpdateCompanyAvtaleCommand {
19614
19615
  }
19615
19616
  }
19616
19617
  export declare class UpdateCompanyDetailedCommand {
19617
- constructor(administratorOrgNr: Nullable<string> | undefined, businessAgreement: Nullable<UpdateCompanyAvtaleCommand> | undefined, classification: string, constructionYear: Nullable<bigint> | undefined, features: Nullable<UpdateCompanyFeaturesCommand> | undefined, legalObligations: Nullable<UpdateLegalObligationsCommand> | undefined, location: Nullable<CompanyLocation> | undefined, managed: boolean, matrikkel: Nullable<CompanyMatrikkel> | undefined, name: string, note: Nullable<string> | undefined, operatingAccount: Nullable<string> | undefined, orgNr: string, relations?: Nullable<KtList<UpdateCompanyRelationCommand>>, slug?: Nullable<string>, status?: Nullable<CompanyStatus>, statusEffectiveAt?: Nullable<any>/* Nullable<Instant> */, subTypes?: Nullable<KtList<CompanySubType>>);
19618
+ constructor(administratorOrgNr: Nullable<string> | undefined, businessAgreement: Nullable<UpdateCompanyAvtaleCommand> | undefined, classification: string, constructionYear: Nullable<bigint> | undefined, features: Nullable<UpdateCompanyFeaturesCommand> | undefined, legalObligations: Nullable<UpdateLegalObligationsCommand> | undefined, location: Nullable<CompanyLocation> | undefined, managed: boolean, matrikkel: Nullable<CompanyMatrikkel> | undefined, name: string, note: Nullable<string> | undefined, operatingAccount: Nullable<string> | undefined, orgNr: string, pricePerShare?: Nullable<number>, relations?: Nullable<KtList<UpdateCompanyRelationCommand>>, slug?: Nullable<string>, status?: Nullable<CompanyStatus>, statusEffectiveAt?: Nullable<any>/* Nullable<Instant> */, subTypes?: Nullable<KtList<CompanySubType>>);
19618
19619
  get administratorOrgNr(): Nullable<string>;
19619
19620
  get businessAgreement(): Nullable<UpdateCompanyAvtaleCommand>;
19620
19621
  get classification(): string;
@@ -19628,12 +19629,13 @@ export declare class UpdateCompanyDetailedCommand {
19628
19629
  get note(): Nullable<string>;
19629
19630
  get operatingAccount(): Nullable<string>;
19630
19631
  get orgNr(): string;
19632
+ get pricePerShare(): Nullable<number>;
19631
19633
  get relations(): Nullable<KtList<UpdateCompanyRelationCommand>>;
19632
19634
  get slug(): Nullable<string>;
19633
19635
  get status(): Nullable<CompanyStatus>;
19634
19636
  get statusEffectiveAt(): Nullable<any>/* Nullable<Instant> */;
19635
19637
  get subTypes(): Nullable<KtList<CompanySubType>>;
19636
- copy(administratorOrgNr?: Nullable<string>, businessAgreement?: Nullable<UpdateCompanyAvtaleCommand>, classification?: string, constructionYear?: Nullable<bigint>, features?: Nullable<UpdateCompanyFeaturesCommand>, legalObligations?: Nullable<UpdateLegalObligationsCommand>, location?: Nullable<CompanyLocation>, managed?: boolean, matrikkel?: Nullable<CompanyMatrikkel>, name?: string, note?: Nullable<string>, operatingAccount?: Nullable<string>, orgNr?: string, relations?: Nullable<KtList<UpdateCompanyRelationCommand>>, slug?: Nullable<string>, status?: Nullable<CompanyStatus>, statusEffectiveAt?: Nullable<any>/* Nullable<Instant> */, subTypes?: Nullable<KtList<CompanySubType>>): UpdateCompanyDetailedCommand;
19638
+ copy(administratorOrgNr?: Nullable<string>, businessAgreement?: Nullable<UpdateCompanyAvtaleCommand>, classification?: string, constructionYear?: Nullable<bigint>, features?: Nullable<UpdateCompanyFeaturesCommand>, legalObligations?: Nullable<UpdateLegalObligationsCommand>, location?: Nullable<CompanyLocation>, managed?: boolean, matrikkel?: Nullable<CompanyMatrikkel>, name?: string, note?: Nullable<string>, operatingAccount?: Nullable<string>, orgNr?: string, pricePerShare?: Nullable<number>, relations?: Nullable<KtList<UpdateCompanyRelationCommand>>, slug?: Nullable<string>, status?: Nullable<CompanyStatus>, statusEffectiveAt?: Nullable<any>/* Nullable<Instant> */, subTypes?: Nullable<KtList<CompanySubType>>): UpdateCompanyDetailedCommand;
19637
19639
  toString(): string;
19638
19640
  hashCode(): number;
19639
19641
  equals(other: Nullable<any>): boolean;