@solibo/home-api 1.8.2 → 1.8.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -571,6 +571,79 @@ export declare namespace Avviksliste {
571
571
  const constructor: abstract new () => Avviksliste;
572
572
  }
573
573
  }
574
+ export declare class BatchConversationStateCommand {
575
+ constructor(conversationIds: KtList<bigint>);
576
+ get conversationIds(): KtList<bigint>;
577
+ copy(conversationIds?: KtList<bigint>): BatchConversationStateCommand;
578
+ toString(): string;
579
+ hashCode(): number;
580
+ equals(other: Nullable<any>): boolean;
581
+ }
582
+ export declare namespace BatchConversationStateCommand {
583
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
584
+ namespace $metadata$ {
585
+ const constructor: abstract new () => BatchConversationStateCommand;
586
+ }
587
+ }
588
+ export declare class BatchMoveConversationsToFolderCommand {
589
+ constructor(conversationIds: KtList<bigint>, folderId?: Nullable<bigint>);
590
+ get conversationIds(): KtList<bigint>;
591
+ get folderId(): Nullable<bigint>;
592
+ copy(conversationIds?: KtList<bigint>, folderId?: Nullable<bigint>): BatchMoveConversationsToFolderCommand;
593
+ toString(): string;
594
+ hashCode(): number;
595
+ equals(other: Nullable<any>): boolean;
596
+ }
597
+ export declare namespace BatchMoveConversationsToFolderCommand {
598
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
599
+ namespace $metadata$ {
600
+ const constructor: abstract new () => BatchMoveConversationsToFolderCommand;
601
+ }
602
+ }
603
+ export declare class BatchMoveDocumentsCommand {
604
+ constructor(documentIds: KtList<bigint>);
605
+ get documentIds(): KtList<bigint>;
606
+ copy(documentIds?: KtList<bigint>): BatchMoveDocumentsCommand;
607
+ toString(): string;
608
+ hashCode(): number;
609
+ equals(other: Nullable<any>): boolean;
610
+ }
611
+ export declare namespace BatchMoveDocumentsCommand {
612
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
613
+ namespace $metadata$ {
614
+ const constructor: abstract new () => BatchMoveDocumentsCommand;
615
+ }
616
+ }
617
+ export declare class BatchRestoreDocumentsCommand {
618
+ constructor(documentIds: KtList<bigint>, documentType?: Nullable<string>, parentId?: Nullable<bigint>);
619
+ get documentIds(): KtList<bigint>;
620
+ get documentType(): Nullable<string>;
621
+ get parentId(): Nullable<bigint>;
622
+ copy(documentIds?: KtList<bigint>, documentType?: Nullable<string>, parentId?: Nullable<bigint>): BatchRestoreDocumentsCommand;
623
+ toString(): string;
624
+ hashCode(): number;
625
+ equals(other: Nullable<any>): boolean;
626
+ }
627
+ export declare namespace BatchRestoreDocumentsCommand {
628
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
629
+ namespace $metadata$ {
630
+ const constructor: abstract new () => BatchRestoreDocumentsCommand;
631
+ }
632
+ }
633
+ export declare class BatchTrashDocumentsCommand {
634
+ constructor(documentIds: KtList<bigint>);
635
+ get documentIds(): KtList<bigint>;
636
+ copy(documentIds?: KtList<bigint>): BatchTrashDocumentsCommand;
637
+ toString(): string;
638
+ hashCode(): number;
639
+ equals(other: Nullable<any>): boolean;
640
+ }
641
+ export declare namespace BatchTrashDocumentsCommand {
642
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
643
+ namespace $metadata$ {
644
+ const constructor: abstract new () => BatchTrashDocumentsCommand;
645
+ }
646
+ }
574
647
  export declare class BoardmemberPersonnummer {
575
648
  constructor(pnr: string);
576
649
  get pnr(): string;
@@ -19068,6 +19141,9 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
19068
19141
  createInternalMessage(companyId: bigint, conversationId: bigint, createInternalMessageCommand: CreateInternalMessageCommand): Promise<HttpResponse<MessageInConversation>>;
19069
19142
  createMessage(companyId: bigint, conversationId: bigint, createMessageCommand: CreateMessageCommand): Promise<HttpResponse<MessageInConversation>>;
19070
19143
  createMessagePublicConversation(companySlug: string, conversationId: bigint, createMessageCommand: CreateMessageCommand): Promise<HttpResponse<void>>;
19144
+ createMultipleConversationFlags(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
19145
+ createMultipleConversationReads(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
19146
+ createMultipleConversationUnreads(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
19071
19147
  createMultipleConversations(bulkCreateConversationsCommand: BulkCreateConversationsCommand): Promise<HttpResponse<BulkCreateConversationsResult>>;
19072
19148
  deleteConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<HttpResponse<void>>;
19073
19149
  deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<HttpResponse<void>>;
@@ -19075,6 +19151,8 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
19075
19151
  deleteConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<HttpResponse<void>>;
19076
19152
  deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>, size?: Nullable<string>): Promise<HttpResponse<void>>;
19077
19153
  deleteFolder(companyId: bigint, folderId: bigint): Promise<HttpResponse<void>>;
19154
+ deleteMultipleConversationFlags(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
19155
+ deleteMultipleConversations(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
19078
19156
  finalizeConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
19079
19157
  finalizeIntegratedConversationMessage(companyId: bigint, conversationId: bigint, finalizeConversationMessageDocumentCommand: FinalizeConversationMessageDocumentCommand): Promise<HttpResponse<IntegratedConversationMessageResult>>;
19080
19158
  getMessageFullEmailContent(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<FullEmailContent>>;
@@ -19089,6 +19167,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
19089
19167
  indexConversationFolders(companyId: bigint, parentId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationFolder>>;
19090
19168
  indexConversations(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, categoryIds?: Nullable<KtList<bigint>>, status?: Nullable<ConversationStatus>, byParticipants?: Nullable<KtList<bigint>>, byParticipantTypes?: Nullable<KtList<ParticipantType>>, folderId?: Nullable<bigint>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
19091
19169
  moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
19170
+ moveMultipleConversations(companyId: bigint, batchMoveConversationsToFolderCommand: BatchMoveConversationsToFolderCommand): Promise<HttpResponse<void>>;
19092
19171
  previewConversationCategoryParticipants(companyId: bigint, categoryId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ConversationCategoryParticipantPreview>>>;
19093
19172
  publishConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
19094
19173
  reOpenConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
@@ -19122,8 +19201,10 @@ export declare class DocumentApi extends ApiClient.$metadata$.constructor {
19122
19201
  listDocument(companyId: bigint, search?: Nullable<string>, type?: Nullable<KtList<DocumentType>>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
19123
19202
  listDocumentByType(companyId: bigint, documentType: DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
19124
19203
  moveDocument(companyId: bigint, documentId: bigint, parentId: string): Promise<HttpResponse<void>>;
19204
+ moveMultipleDocuments(companyId: bigint, parentId: string, batchMoveDocumentsCommand: BatchMoveDocumentsCommand): Promise<HttpResponse<KtList<Document>>>;
19125
19205
  renameDocument(companyId: bigint, documentId: bigint, renameDocumentCommand: RenameDocumentCommand): Promise<HttpResponse<Document>>;
19126
19206
  restoreDocument(companyId: bigint, documentId: bigint, restoreDocumentCommand: RestoreDocumentCommand): Promise<HttpResponse<void>>;
19207
+ restoreMultipleDocuments(companyId: bigint, batchRestoreDocumentsCommand: BatchRestoreDocumentsCommand): Promise<HttpResponse<void>>;
19127
19208
  searchDocuments(companyId: bigint, searchText: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
19128
19209
  showCompanyTypeDirectoryZip(companyId: bigint, documentType: string, documentId: bigint): Promise<HttpResponse<Base64ByteArray>>;
19129
19210
  showDirectoryZip(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
@@ -19132,6 +19213,7 @@ export declare class DocumentApi extends ApiClient.$metadata$.constructor {
19132
19213
  showPublicDocument(companyId: bigint, documentId: bigint, redirect?: Nullable<boolean>, size?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<UrlWrapper>>;
19133
19214
  showTypeDirectoryZip(companyId: bigint, documentType: string): Promise<HttpResponse<Base64ByteArray>>;
19134
19215
  trashDocument(companyId: bigint, documentId: bigint): Promise<HttpResponse<void>>;
19216
+ trashMultipleDocuments(companyId: bigint, batchTrashDocumentsCommand: BatchTrashDocumentsCommand): Promise<HttpResponse<void>>;
19135
19217
  }
19136
19218
  export declare namespace DocumentApi {
19137
19219
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */