@solibo/solibo-sdk 1.1.36 → 1.1.38
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 +99 -99
- package/KotlinBigInteger-bignum.mjs +1114 -1114
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +4 -4
- package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
- 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 +240 -240
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/kotlin-kotlin-stdlib.mjs +20 -20
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-logging.mjs +516 -516
- package/ktor-ktor-client-mock.mjs +39 -39
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +8305 -7504
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +6 -0
- package/solibo-sdk-sdk.mjs +2344 -2344
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -15291,6 +15291,12 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
|
|
|
15291
15291
|
deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: bigint | null | undefined, publishChanges?: boolean | null | undefined): Promise<HttpResponse<void>>;
|
|
15292
15292
|
deletePostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<HttpResponse<void>>;
|
|
15293
15293
|
deletePracticalInfo(companyId: bigint, practicalInformationId: bigint, purchaseBundleId?: bigint | null | undefined, publishChanges?: boolean | null | undefined): Promise<HttpResponse<void>>;
|
|
15294
|
+
homepageRssByDomain(domainName: string): Promise<HttpResponse<string>>;
|
|
15295
|
+
homepageRssBySlug(companySlug: string, slug: string): Promise<HttpResponse<string>>;
|
|
15296
|
+
homepageRssOppslagByDomain(domainName: string): Promise<HttpResponse<string>>;
|
|
15297
|
+
homepageRssOppslagBySlug(companySlug: string): Promise<HttpResponse<string>>;
|
|
15298
|
+
homepageRssPraktiskInfoByDomain(domainName: string): Promise<HttpResponse<string>>;
|
|
15299
|
+
homepageRssPraktiskInfoBySlug(companySlug: string): Promise<HttpResponse<string>>;
|
|
15294
15300
|
listHomepageNotificationGroups(companyId: bigint): Promise<HttpResponse<KtList<NotificationGroup>>>;
|
|
15295
15301
|
showContent(contentTypeIdentifier: string, companyId: bigint, contentId: string, fileName: string, size?: string | null | undefined): Promise<HttpResponse<void>>;
|
|
15296
15302
|
showHomepage(companyId: bigint): Promise<HttpResponse<Homepage>>;
|