@pagelines/sdk 1.0.162 → 1.0.164

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.
@@ -52,6 +52,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
52
52
  recentAgentIds?: string[] | undefined;
53
53
  location?: string | undefined;
54
54
  geo?: any;
55
+ systemRole?: string | undefined;
55
56
  status?: string | undefined;
56
57
  lastSeenAt?: string | undefined;
57
58
  createdAt?: string | undefined;
@@ -291,6 +292,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
291
292
  recentAgentIds?: string[] | undefined;
292
293
  location?: string | undefined;
293
294
  geo?: any;
295
+ systemRole?: string | undefined;
294
296
  status?: string | undefined;
295
297
  lastSeenAt?: string | undefined;
296
298
  createdAt?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.162",
3
+ "version": "1.0.164",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",
@@ -60,7 +60,7 @@
60
60
  "nanoid": "^5.1.6",
61
61
  "nanostores": "^1.0.1",
62
62
  "zod": "^4.3.6",
63
- "@pagelines/types": "1.0.143"
63
+ "@pagelines/types": "1.0.145"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@antfu/eslint-config": "^7.4.3",