@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 +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +1 -1
- package/solibo-sdk-sdk-home-api.mjs +13669 -13658
package/package.json
CHANGED
|
@@ -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,
|
|
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>>;
|