@solibo/solibo-sdk 1.6.12 → 1.6.13
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-test.mjs +18 -18
- 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 +237 -237
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- 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-encoding.mjs +75 -75
- package/ktor-ktor-client-logging.mjs +520 -520
- 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 +11429 -11378
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +5 -5
- package/solibo-sdk-sdk.mjs +2814 -2814
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -18755,7 +18755,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
18755
18755
|
deleteConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: bigint | null | undefined): Promise<HttpResponse<void>>;
|
|
18756
18756
|
deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<HttpResponse<void>>;
|
|
18757
18757
|
deleteConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<HttpResponse<void>>;
|
|
18758
|
-
deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: boolean | null | undefined): Promise<HttpResponse<void>>;
|
|
18758
|
+
deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: boolean | null | undefined, size?: string | null | undefined): Promise<HttpResponse<void>>;
|
|
18759
18759
|
deleteFolder(companyId: bigint, folderId: bigint): Promise<HttpResponse<void>>;
|
|
18760
18760
|
finalizeConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
18761
18761
|
indexCompanyConversationCategories(companyId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListSecureConversationCategory>>;
|
|
@@ -18774,7 +18774,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
18774
18774
|
showConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<Conversation>>;
|
|
18775
18775
|
showConversationFolder(companyId: bigint, folderId: bigint, fields?: string | null | undefined): Promise<HttpResponse<ConversationFolder>>;
|
|
18776
18776
|
showConversationPublic(companySlug: string, conversationId: bigint, fields?: string | null | undefined): Promise<HttpResponse<PublicConversation>>;
|
|
18777
|
-
showDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18777
|
+
showDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: boolean | null | undefined, size?: string | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18778
18778
|
updateConversation(companyId: bigint, conversationId: bigint, updateConversationCommand: UpdateConversationCommand, translateToCountryId?: bigint | null | undefined): Promise<HttpResponse<Conversation>>;
|
|
18779
18779
|
updateConversationCategories(companyId: bigint, secureConversationCategory: KtList<SecureConversationCategory>): Promise<HttpResponse<KtList<SecureConversationCategory>>>;
|
|
18780
18780
|
updateConversationCategory(companyId: bigint, categoryId: bigint, updateConversationCategoryCommand: UpdateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
|
|
@@ -18803,9 +18803,9 @@ export declare class DocumentApi extends ApiClient.$metadata$.constructor {
|
|
|
18803
18803
|
searchDocuments(companyId: bigint, searchText: string, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListDocument>>;
|
|
18804
18804
|
showCompanyTypeDirectoryZip(companyId: bigint, documentType: string, documentId: bigint): Promise<HttpResponse<Base64ByteArray>>;
|
|
18805
18805
|
showDirectoryZip(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
|
|
18806
|
-
showDocument(companyId: bigint, documentId: bigint, redirect?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18806
|
+
showDocument(companyId: bigint, documentId: bigint, redirect?: boolean | null | undefined, size?: string | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18807
18807
|
showDocumentTypes(companyId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListDocumentType>>;
|
|
18808
|
-
showPublicDocument(companyId: bigint, documentId: bigint, redirect?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18808
|
+
showPublicDocument(companyId: bigint, documentId: bigint, redirect?: boolean | null | undefined, size?: string | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18809
18809
|
showTypeDirectoryZip(companyId: bigint, documentType: string): Promise<HttpResponse<Base64ByteArray>>;
|
|
18810
18810
|
trashDocument(companyId: bigint, documentId: bigint): Promise<HttpResponse<void>>;
|
|
18811
18811
|
}
|
|
@@ -18890,7 +18890,7 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
|
|
|
18890
18890
|
showHomepage(companyId: bigint, fields?: string | null | undefined): Promise<HttpResponse<Homepage>>;
|
|
18891
18891
|
showOpenHomepage(companySlug: string, fields?: string | null | undefined): Promise<HttpResponse<Homepage>>;
|
|
18892
18892
|
showOpenHomepageByDomain(domainName: string, fields?: string | null | undefined): Promise<HttpResponse<Homepage>>;
|
|
18893
|
-
showOpenHomepageDocument(companyId: bigint, postId: bigint, documentId: bigint, redirect?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18893
|
+
showOpenHomepageDocument(companyId: bigint, postId: bigint, documentId: bigint, redirect?: boolean | null | undefined, size?: string | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<UrlWrapper>>;
|
|
18894
18894
|
showOpenHomepageDocumentsByPost(companyId: bigint, postId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListDocument>>;
|
|
18895
18895
|
updateFeedWeighting(companyId: bigint, updateFeedWeightingCommand: UpdateFeedWeightingCommand): Promise<HttpResponse<void>>;
|
|
18896
18896
|
updatePost(companyId: bigint, postId: bigint, updatePostCommand: UpdatePostCommand, purchaseBundleId?: bigint | null | undefined, publishChanges?: boolean | null | undefined): Promise<HttpResponse<Post>>;
|