@doordeck/doordeck-headless-sdk 0.145.0 → 0.146.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/kotlin/doordeck-sdk.d.ts +1 -1
- package/kotlin/doordeck-sdk.js +1167 -1125
- package/kotlin/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin/kotlinx-coroutines-core.js +7 -7
- package/kotlin/ktor-ktor-client-core.js +4 -4
- package/kotlin/ktor-ktor-client-logging.js +1 -1
- package/kotlin/ktor-ktor-http.js +37 -9
- package/kotlin/ktor-ktor-serialization-kotlinx.js +1 -1
- package/package.json +1 -1
package/kotlin/doordeck-sdk.d.ts
CHANGED
|
@@ -818,7 +818,7 @@ export declare namespace com.doordeck.multiplatform.sdk.api {
|
|
|
818
818
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
819
819
|
namespace PlatformApi.$metadata$ {
|
|
820
820
|
abstract class constructor {
|
|
821
|
-
createApplication(application: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication): Promise<
|
|
821
|
+
createApplication(application: com.doordeck.multiplatform.sdk.model.data.PlatformOperations.CreateApplication): Promise<string>;
|
|
822
822
|
listApplications(): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>>;
|
|
823
823
|
getApplication(applicationId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.ApplicationResponse>;
|
|
824
824
|
updateApplicationName(applicationId: string, name: string): Promise<any>;
|