@solibo/home-api 1.7.84 → 1.8.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.7.84",
3
+ "version": "1.8.0",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -18949,7 +18949,7 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
18949
18949
  publishMultipleSMSBroadcasts(bulkPublishSMSBroadcastsCommand: BulkPublishSMSBroadcastsCommand): Promise<HttpResponse<BulkPublishSMSBroadcastsResult>>;
18950
18950
  publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<SMSBroadcast>>;
18951
18951
  reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
18952
- showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportType: string, fields?: Nullable<string>): Promise<HttpResponse<CommunicationReport>>;
18952
+ showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportChannel: string, reportType?: Nullable<CommunicationMessageType>, fields?: Nullable<string>): Promise<HttpResponse<CommunicationReport>>;
18953
18953
  showEmailNewsletter(companyId: bigint, newsletterId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Newsletter>>;
18954
18954
  showSMSAvailable(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SMSCount>>;
18955
18955
  showSMSBroadcast(companyId: bigint, broadcastId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SMSBroadcast>>;