@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.
@@ -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>>;