@pagelines/sdk 1.0.532 → 1.0.534

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.
@@ -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
- appName?: string | null | undefined;
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
- appName?: string | null | undefined;
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
- appName?: string | null | undefined;
478
+ appHandle?: string | null | undefined;
479
479
  desiredStatus?: "active" | "stopped" | null | undefined;
480
480
  onboardedAt?: string | null | undefined;
481
481
  org?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.532",
3
+ "version": "1.0.534",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",