@solibo/solibo-sdk 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.
- package/KmLogging-logging.mjs +76 -76
- package/KotlinBigInteger-bignum.mjs +1090 -1090
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +30 -30
- package/bitops-library-endian.mjs +3 -3
- package/client.mjs +2 -0
- package/core-library-digest.mjs +29 -29
- package/cryptography-kotlin-cryptography-bigint.mjs +25 -25
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +233 -233
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/hash-library-md.mjs +30 -30
- package/kotlin-kotlin-stdlib.mjs +16 -16
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +1 -1
- package/ktor-ktor-client-auth.mjs +223 -223
- package/ktor-ktor-client-encoding.mjs +74 -74
- package/ktor-ktor-client-logging.mjs +516 -516
- package/ktor-ktor-client-mock.mjs +39 -39
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +27486 -27430
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +6 -2
- package/solibo-sdk-sdk.mjs +4599 -4599
- package/solibo-sdk-sdk.mjs.map +1 -1
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -3626,6 +3626,7 @@ export interface CompanyDetailedProps {
|
|
|
3626
3626
|
note?: string | null | undefined;
|
|
3627
3627
|
operatingAccount?: string | null | undefined;
|
|
3628
3628
|
orgNr?: string | null | undefined;
|
|
3629
|
+
pricePerShare?: number | null | undefined;
|
|
3629
3630
|
relations?: CompanyRelationProps[] | null | undefined;
|
|
3630
3631
|
sections?: CompanySectionOverviewProps | null | undefined;
|
|
3631
3632
|
slug?: string | null | undefined;
|
|
@@ -3634,7 +3635,7 @@ export interface CompanyDetailedProps {
|
|
|
3634
3635
|
}
|
|
3635
3636
|
export declare class CompanyDetailed {
|
|
3636
3637
|
constructor(props: CompanyDetailedProps);
|
|
3637
|
-
constructor(address: CompanyAddressOverview | null | undefined, administratorOrgNr: string | null | undefined, businessAgreement: CompanyBusinessAgreement | null | undefined, classification: string, constructionYear: bigint | null | undefined, country: string, economicReportsIncluded: bigint, features: CompanyFeatures | null | undefined, id: bigint, legalObligations: CompanyLegalObligations | null | undefined, location: CompanyLocation | null | undefined, managed: boolean, matrikkel: CompanyMatrikkel | null | undefined, name: string, nationality: bigint, nextState: CompanyStatus | null | undefined, nextStateAt: SoliboInstant /* Instant */ | null | undefined, note: string | null | undefined, operatingAccount: string | null | undefined, orgNr: string | null | undefined, relations: CompanyRelation[] | null | undefined, sections: CompanySectionOverview | null | undefined, slug: string | null | undefined, status: CompanyStatus, subTypes?: CompanySubType[] | null | undefined);
|
|
3638
|
+
constructor(address: CompanyAddressOverview | null | undefined, administratorOrgNr: string | null | undefined, businessAgreement: CompanyBusinessAgreement | null | undefined, classification: string, constructionYear: bigint | null | undefined, country: string, economicReportsIncluded: bigint, features: CompanyFeatures | null | undefined, id: bigint, legalObligations: CompanyLegalObligations | null | undefined, location: CompanyLocation | null | undefined, managed: boolean, matrikkel: CompanyMatrikkel | null | undefined, name: string, nationality: bigint, nextState: CompanyStatus | null | undefined, nextStateAt: SoliboInstant /* Instant */ | null | undefined, note: string | null | undefined, operatingAccount: string | null | undefined, orgNr: string | null | undefined, pricePerShare: number | null | undefined, relations: CompanyRelation[] | null | undefined, sections: CompanySectionOverview | null | undefined, slug: string | null | undefined, status: CompanyStatus, subTypes?: CompanySubType[] | null | undefined);
|
|
3638
3639
|
get address(): CompanyAddressOverview | null | undefined;
|
|
3639
3640
|
get administratorOrgNr(): string | null | undefined;
|
|
3640
3641
|
get businessAgreement(): CompanyBusinessAgreement | null | undefined;
|
|
@@ -3655,6 +3656,7 @@ export declare class CompanyDetailed {
|
|
|
3655
3656
|
get note(): string | null | undefined;
|
|
3656
3657
|
get operatingAccount(): string | null | undefined;
|
|
3657
3658
|
get orgNr(): string | null | undefined;
|
|
3659
|
+
get pricePerShare(): number | null | undefined;
|
|
3658
3660
|
get relations(): CompanyRelation[] | null | undefined;
|
|
3659
3661
|
get sections(): CompanySectionOverview | null | undefined;
|
|
3660
3662
|
get slug(): string | null | undefined;
|
|
@@ -22608,6 +22610,7 @@ export interface UpdateCompanyDetailedCommandProps {
|
|
|
22608
22610
|
note?: string | null | undefined;
|
|
22609
22611
|
operatingAccount?: string | null | undefined;
|
|
22610
22612
|
orgNr: string;
|
|
22613
|
+
pricePerShare?: number | null | undefined;
|
|
22611
22614
|
relations?: UpdateCompanyRelationCommandProps[] | null | undefined;
|
|
22612
22615
|
slug?: string | null | undefined;
|
|
22613
22616
|
status?: CompanyStatus | null | undefined;
|
|
@@ -22616,7 +22619,7 @@ export interface UpdateCompanyDetailedCommandProps {
|
|
|
22616
22619
|
}
|
|
22617
22620
|
export declare class UpdateCompanyDetailedCommand {
|
|
22618
22621
|
constructor(props: UpdateCompanyDetailedCommandProps);
|
|
22619
|
-
constructor(administratorOrgNr: string | null | undefined, businessAgreement: UpdateCompanyAvtaleCommand | null | undefined, classification: string, constructionYear: bigint | null | undefined, features: UpdateCompanyFeaturesCommand | null | undefined, legalObligations: UpdateLegalObligationsCommand | null | undefined, location: CompanyLocation | null | undefined, managed: boolean, matrikkel: CompanyMatrikkel | null | undefined, name: string, note: string | null | undefined, operatingAccount: string | null | undefined, orgNr: string, relations?: UpdateCompanyRelationCommand[] | null | undefined, slug?: string | null | undefined, status?: CompanyStatus | null | undefined, statusEffectiveAt?: SoliboInstant /* Instant */ | null | undefined, subTypes?: CompanySubType[] | null | undefined);
|
|
22622
|
+
constructor(administratorOrgNr: string | null | undefined, businessAgreement: UpdateCompanyAvtaleCommand | null | undefined, classification: string, constructionYear: bigint | null | undefined, features: UpdateCompanyFeaturesCommand | null | undefined, legalObligations: UpdateLegalObligationsCommand | null | undefined, location: CompanyLocation | null | undefined, managed: boolean, matrikkel: CompanyMatrikkel | null | undefined, name: string, note: string | null | undefined, operatingAccount: string | null | undefined, orgNr: string, pricePerShare?: number | null | undefined, relations?: UpdateCompanyRelationCommand[] | null | undefined, slug?: string | null | undefined, status?: CompanyStatus | null | undefined, statusEffectiveAt?: SoliboInstant /* Instant */ | null | undefined, subTypes?: CompanySubType[] | null | undefined);
|
|
22620
22623
|
get administratorOrgNr(): string | null | undefined;
|
|
22621
22624
|
get businessAgreement(): UpdateCompanyAvtaleCommand | null | undefined;
|
|
22622
22625
|
get classification(): string;
|
|
@@ -22630,6 +22633,7 @@ export declare class UpdateCompanyDetailedCommand {
|
|
|
22630
22633
|
get note(): string | null | undefined;
|
|
22631
22634
|
get operatingAccount(): string | null | undefined;
|
|
22632
22635
|
get orgNr(): string;
|
|
22636
|
+
get pricePerShare(): number | null | undefined;
|
|
22633
22637
|
get relations(): UpdateCompanyRelationCommand[] | null | undefined;
|
|
22634
22638
|
get slug(): string | null | undefined;
|
|
22635
22639
|
get status(): CompanyStatus | null | undefined;
|