@airweave/sdk 0.6.52 → 0.6.53

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.
@@ -49,8 +49,8 @@ class AirweaveSDKClient {
49
49
  "X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "@airweave/sdk",
52
- "X-Fern-SDK-Version": "v0.6.52",
53
- "User-Agent": "@airweave/sdk/v0.6.52",
52
+ "X-Fern-SDK-Version": "v0.6.53",
53
+ "User-Agent": "@airweave/sdk/v0.6.53",
54
54
  "X-Fern-Runtime": core.RUNTIME.type,
55
55
  "X-Fern-Runtime-Version": core.RUNTIME.version,
56
56
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -36,6 +36,8 @@ export interface OrganizationMetrics {
36
36
  entity_count?: number;
37
37
  /** Total number of queries (from Usage.queries) */
38
38
  query_count?: number;
39
+ /** Last active timestamp of any user in this organization */
40
+ last_active_at?: string;
39
41
  /** Whether the current admin user is already a member */
40
42
  is_member?: boolean;
41
43
  /** Admin's role in this organization (if member) */
@@ -13,4 +13,5 @@ export interface User {
13
13
  primary_organization_id?: string;
14
14
  user_organizations?: AirweaveSDK.UserOrganization[];
15
15
  is_admin?: boolean;
16
+ last_active_at?: string;
16
17
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.6.52";
1
+ export declare const SDK_VERSION = "v0.6.53";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "v0.6.52";
4
+ exports.SDK_VERSION = "v0.6.53";
@@ -13,8 +13,8 @@ export class AirweaveSDKClient {
13
13
  "X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
14
14
  "X-Fern-Language": "JavaScript",
15
15
  "X-Fern-SDK-Name": "@airweave/sdk",
16
- "X-Fern-SDK-Version": "v0.6.52",
17
- "User-Agent": "@airweave/sdk/v0.6.52",
16
+ "X-Fern-SDK-Version": "v0.6.53",
17
+ "User-Agent": "@airweave/sdk/v0.6.53",
18
18
  "X-Fern-Runtime": core.RUNTIME.type,
19
19
  "X-Fern-Runtime-Version": core.RUNTIME.version,
20
20
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -36,6 +36,8 @@ export interface OrganizationMetrics {
36
36
  entity_count?: number;
37
37
  /** Total number of queries (from Usage.queries) */
38
38
  query_count?: number;
39
+ /** Last active timestamp of any user in this organization */
40
+ last_active_at?: string;
39
41
  /** Whether the current admin user is already a member */
40
42
  is_member?: boolean;
41
43
  /** Admin's role in this organization (if member) */
@@ -13,4 +13,5 @@ export interface User {
13
13
  primary_organization_id?: string;
14
14
  user_organizations?: AirweaveSDK.UserOrganization[];
15
15
  is_admin?: boolean;
16
+ last_active_at?: string;
16
17
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.6.52";
1
+ export declare const SDK_VERSION = "v0.6.53";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.6.52";
1
+ export const SDK_VERSION = "v0.6.53";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.6.52",
3
+ "version": "v0.6.53",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",