@pagelines/sdk 1.0.533 → 1.0.535
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/dist/sdkClient.d.ts +3 -3
- package/package.json +1 -1
package/dist/sdkClient.d.ts
CHANGED
|
@@ -191,7 +191,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
191
191
|
lastActiveAt?: string | null | undefined;
|
|
192
192
|
lastMessageAt?: string | null | undefined;
|
|
193
193
|
runtime?: string | undefined;
|
|
194
|
-
|
|
194
|
+
appHandle?: string | null | undefined;
|
|
195
195
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
196
196
|
onboardedAt?: string | null | undefined;
|
|
197
197
|
org?: {
|
|
@@ -382,7 +382,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
382
382
|
lastActiveAt?: string | null | undefined;
|
|
383
383
|
lastMessageAt?: string | null | undefined;
|
|
384
384
|
runtime?: string | undefined;
|
|
385
|
-
|
|
385
|
+
appHandle?: string | null | undefined;
|
|
386
386
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
387
387
|
onboardedAt?: string | null | undefined;
|
|
388
388
|
org?: {
|
|
@@ -475,7 +475,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
475
475
|
lastActiveAt?: string | null | undefined;
|
|
476
476
|
lastMessageAt?: string | null | undefined;
|
|
477
477
|
runtime?: string | undefined;
|
|
478
|
-
|
|
478
|
+
appHandle?: string | null | undefined;
|
|
479
479
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
480
480
|
onboardedAt?: string | null | undefined;
|
|
481
481
|
org?: {
|