@base44-preview/sdk 0.8.6-pr.52.c427ddb → 0.8.6-pr.52.d6f1bf2

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/client.d.ts CHANGED
@@ -37,6 +37,7 @@ export declare function createClient(config: {
37
37
  serverUrl: string;
38
38
  appId: string;
39
39
  requiresAuth: boolean;
40
+ token: string | undefined;
40
41
  };
41
42
  asServiceRole: {
42
43
  entities: {};
@@ -144,6 +145,7 @@ export declare function createClientFromRequest(request: Request): {
144
145
  serverUrl: string;
145
146
  appId: string;
146
147
  requiresAuth: boolean;
148
+ token: string | undefined;
147
149
  };
148
150
  asServiceRole: {
149
151
  entities: {};
package/dist/client.js CHANGED
@@ -166,6 +166,7 @@ export function createClient(config) {
166
166
  serverUrl,
167
167
  appId,
168
168
  requiresAuth,
169
+ token,
169
170
  };
170
171
  },
171
172
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.6-pr.52.c427ddb",
3
+ "version": "0.8.6-pr.52.d6f1bf2",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",