@solibo/solibo-sdk 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.
Files changed (31) hide show
  1. package/KmLogging-logging.mjs +75 -75
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  3. package/KotlinBigInteger-bignum.mjs +1104 -1104
  4. package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
  5. package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
  6. package/Stately-stately-concurrency.mjs +3 -3
  7. package/bitops-library-bits.mjs +33 -33
  8. package/bitops-library-endian.mjs +3 -3
  9. package/core-library-digest.mjs +29 -29
  10. package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
  11. package/cryptography-kotlin-cryptography-core.mjs +47 -47
  12. package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
  13. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
  14. package/cryptography-kotlin-cryptography-random.mjs +15 -15
  15. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
  16. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
  17. package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
  18. package/hash-library-md.mjs +30 -30
  19. package/kotlin-kotlin-stdlib.mjs +10 -10
  20. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  21. package/kotlinx-coroutines-core.mjs +1 -1
  22. package/ktor-ktor-client-auth.mjs +224 -224
  23. package/ktor-ktor-client-encoding.mjs +75 -75
  24. package/ktor-ktor-client-logging.mjs +520 -520
  25. package/ktor-ktor-client-mock.mjs +39 -39
  26. package/package.json +1 -1
  27. package/solibo-sdk-sdk-home-api.mjs +13669 -13658
  28. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  29. package/solibo-sdk-sdk.d.mts +1 -1
  30. package/solibo-sdk-sdk.mjs +3683 -3683
  31. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -21918,7 +21918,7 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
21918
21918
  publishMultipleSMSBroadcasts(bulkPublishSMSBroadcastsCommand: BulkPublishSMSBroadcastsCommand): Promise<HttpResponse<BulkPublishSMSBroadcastsResult>>;
21919
21919
  publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: bigint | null | undefined): Promise<HttpResponse<SMSBroadcast>>;
21920
21920
  reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
21921
- showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportType: string, fields?: string | null | undefined): Promise<HttpResponse<CommunicationReport>>;
21921
+ showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportChannel: string, reportType?: CommunicationMessageType | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<CommunicationReport>>;
21922
21922
  showEmailNewsletter(companyId: bigint, newsletterId: bigint, fields?: string | null | undefined): Promise<HttpResponse<Newsletter>>;
21923
21923
  showSMSAvailable(companyId: bigint, fields?: string | null | undefined): Promise<HttpResponse<SMSCount>>;
21924
21924
  showSMSBroadcast(companyId: bigint, broadcastId: bigint, fields?: string | null | undefined): Promise<HttpResponse<SMSBroadcast>>;