@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.
- package/KmLogging-logging.mjs +75 -75
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
- package/KotlinBigInteger-bignum.mjs +1104 -1104
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +33 -33
- package/bitops-library-endian.mjs +3 -3
- package/core-library-digest.mjs +29 -29
- package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/hash-library-md.mjs +30 -30
- package/kotlin-kotlin-stdlib.mjs +10 -10
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-encoding.mjs +75 -75
- package/ktor-ktor-client-logging.mjs +520 -520
- package/ktor-ktor-client-mock.mjs +39 -39
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +13669 -13658
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +1 -1
- package/solibo-sdk-sdk.mjs +3683 -3683
- package/solibo-sdk-sdk.mjs.map +1 -1
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -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,
|
|
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>>;
|