@solibo/home-api 1.1.13 → 1.1.14

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.1.13",
3
+ "version": "1.1.14",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -12554,7 +12554,6 @@ export declare class AuthApi extends ApiClient.$metadata$.constructor {
12554
12554
  indexUserDevices(): Promise<HttpResponse<KtList<Device>>>;
12555
12555
  refreshTokens(refreshTokensCommand: RefreshTokensCommand): Promise<HttpResponse<SoliboAuthentication>>;
12556
12556
  registerFCMDeviceForUser(registerDeviceCommand: RegisterDeviceCommand): Promise<HttpResponse<void>>;
12557
- reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
12558
12557
  revokeTokens(clientId?: Nullable<string>, deviceKey?: Nullable<string>, deviceKeyGroup?: Nullable<string>, userId?: Nullable<string>, refreshToken?: Nullable<string>): Promise<HttpResponse<void>>;
12559
12558
  verifyCreateTOTPMfa(verifyAssociateTotpMfaCommand: VerifyAssociateTotpMfaCommand): Promise<HttpResponse<SoftwareTokenAssociation>>;
12560
12559
  verifySMSMfa(verifyMfaCommand: VerifyMfaCommand): Promise<HttpResponse<SoliboAuthentication>>;
@@ -12600,6 +12599,7 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
12600
12599
  indexSMSPurchases(companyId: bigint): Promise<HttpResponse<KtList<SMSBundlePurchase>>>;
12601
12600
  publishEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<HttpResponse<Newsletter>>;
12602
12601
  publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<SMSBroadcast>>;
12602
+ reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
12603
12603
  showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportType: string): Promise<HttpResponse<CommunicationReport>>;
12604
12604
  showEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<HttpResponse<Newsletter>>;
12605
12605
  showSMSAvailable(companyId: bigint): Promise<HttpResponse<SMSCount>>;