@pagelines/sdk 1.0.212 → 1.0.214
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.
|
@@ -47,7 +47,6 @@ declare function __VLS_template(): {
|
|
|
47
47
|
onboardedAt?: string | null | undefined;
|
|
48
48
|
enrichment?: Record<string, any> | null | undefined;
|
|
49
49
|
onboarding?: Record<string, any> | null | undefined;
|
|
50
|
-
profile?: Record<string, any> | null | undefined;
|
|
51
50
|
org?: {
|
|
52
51
|
orgId: string;
|
|
53
52
|
handle: string;
|
package/dist/demo/index.d.ts
CHANGED
|
@@ -42,7 +42,6 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
42
42
|
onboardedAt?: string | null | undefined;
|
|
43
43
|
enrichment?: Record<string, any> | null | undefined;
|
|
44
44
|
onboarding?: Record<string, any> | null | undefined;
|
|
45
|
-
profile?: Record<string, any> | null | undefined;
|
|
46
45
|
org?: {
|
|
47
46
|
orgId: string;
|
|
48
47
|
handle: string;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -240,7 +240,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
240
240
|
onboardedAt?: string | null | undefined;
|
|
241
241
|
enrichment?: Record<string, any> | null | undefined;
|
|
242
242
|
onboarding?: Record<string, any> | null | undefined;
|
|
243
|
-
profile?: Record<string, any> | null | undefined;
|
|
244
243
|
org?: {
|
|
245
244
|
orgId: string;
|
|
246
245
|
handle: string;
|
|
@@ -479,7 +478,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
479
478
|
onboardedAt?: string | null | undefined;
|
|
480
479
|
enrichment?: Record<string, any> | null | undefined;
|
|
481
480
|
onboarding?: Record<string, any> | null | undefined;
|
|
482
|
-
profile?: Record<string, any> | null | undefined;
|
|
483
481
|
org?: {
|
|
484
482
|
orgId: string;
|
|
485
483
|
handle: string;
|
|
@@ -577,7 +575,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
577
575
|
onboardedAt?: string | null | undefined;
|
|
578
576
|
enrichment?: Record<string, any> | null | undefined;
|
|
579
577
|
onboarding?: Record<string, any> | null | undefined;
|
|
580
|
-
profile?: Record<string, any> | null | undefined;
|
|
581
578
|
org?: {
|
|
582
579
|
orgId: string;
|
|
583
580
|
handle: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagelines/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.214",
|
|
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.1.1",
|
|
62
62
|
"zod": "^4.3.6",
|
|
63
|
-
"@pagelines/types": "1.0.
|
|
63
|
+
"@pagelines/types": "1.0.195"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@antfu/eslint-config": "^7.6.1",
|