@airweave/sdk 0.9.1 → 0.9.3
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/cjs/Client.js +2 -2
- package/dist/cjs/api/types/EventType.d.ts +4 -1
- package/dist/cjs/api/types/EventType.js +3 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/types/EventType.d.mts +4 -1
- package/dist/esm/api/types/EventType.mjs +3 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -48,8 +48,8 @@ class AirweaveSDKClient {
|
|
|
48
48
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
51
|
-
"X-Fern-SDK-Version": "v0.9.
|
|
52
|
-
"User-Agent": "@airweave/sdk/v0.9.
|
|
51
|
+
"X-Fern-SDK-Version": "v0.9.3",
|
|
52
|
+
"User-Agent": "@airweave/sdk/v0.9.3",
|
|
53
53
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
54
54
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
55
55
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type EventType = "sync.pending" | "sync.running" | "sync.completed" | "sync.failed" | "sync.cancelled" | "collection.created" | "collection.updated" | "collection.deleted" | "source_connection.created" | "source_connection.auth_completed" | "source_connection.deleted";
|
|
4
|
+
export type EventType = "sync.pending" | "sync.running" | "sync.completed" | "sync.failed" | "sync.cancelled" | "entity.batch_processed" | "query.processed" | "access_control.batch_processed" | "collection.created" | "collection.updated" | "collection.deleted" | "source_connection.created" | "source_connection.auth_completed" | "source_connection.deleted";
|
|
5
5
|
export declare const EventType: {
|
|
6
6
|
readonly SyncPending: "sync.pending";
|
|
7
7
|
readonly SyncRunning: "sync.running";
|
|
8
8
|
readonly SyncCompleted: "sync.completed";
|
|
9
9
|
readonly SyncFailed: "sync.failed";
|
|
10
10
|
readonly SyncCancelled: "sync.cancelled";
|
|
11
|
+
readonly EntityBatchProcessed: "entity.batch_processed";
|
|
12
|
+
readonly QueryProcessed: "query.processed";
|
|
13
|
+
readonly AccessControlBatchProcessed: "access_control.batch_processed";
|
|
11
14
|
readonly CollectionCreated: "collection.created";
|
|
12
15
|
readonly CollectionUpdated: "collection.updated";
|
|
13
16
|
readonly CollectionDeleted: "collection.deleted";
|
|
@@ -10,6 +10,9 @@ exports.EventType = {
|
|
|
10
10
|
SyncCompleted: "sync.completed",
|
|
11
11
|
SyncFailed: "sync.failed",
|
|
12
12
|
SyncCancelled: "sync.cancelled",
|
|
13
|
+
EntityBatchProcessed: "entity.batch_processed",
|
|
14
|
+
QueryProcessed: "query.processed",
|
|
15
|
+
AccessControlBatchProcessed: "access_control.batch_processed",
|
|
13
16
|
CollectionCreated: "collection.created",
|
|
14
17
|
CollectionUpdated: "collection.updated",
|
|
15
18
|
CollectionDeleted: "collection.deleted",
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.9.
|
|
1
|
+
export declare const SDK_VERSION = "v0.9.3";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -12,8 +12,8 @@ export class AirweaveSDKClient {
|
|
|
12
12
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
13
13
|
"X-Fern-Language": "JavaScript",
|
|
14
14
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
15
|
-
"X-Fern-SDK-Version": "v0.9.
|
|
16
|
-
"User-Agent": "@airweave/sdk/v0.9.
|
|
15
|
+
"X-Fern-SDK-Version": "v0.9.3",
|
|
16
|
+
"User-Agent": "@airweave/sdk/v0.9.3",
|
|
17
17
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
18
18
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
19
19
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type EventType = "sync.pending" | "sync.running" | "sync.completed" | "sync.failed" | "sync.cancelled" | "collection.created" | "collection.updated" | "collection.deleted" | "source_connection.created" | "source_connection.auth_completed" | "source_connection.deleted";
|
|
4
|
+
export type EventType = "sync.pending" | "sync.running" | "sync.completed" | "sync.failed" | "sync.cancelled" | "entity.batch_processed" | "query.processed" | "access_control.batch_processed" | "collection.created" | "collection.updated" | "collection.deleted" | "source_connection.created" | "source_connection.auth_completed" | "source_connection.deleted";
|
|
5
5
|
export declare const EventType: {
|
|
6
6
|
readonly SyncPending: "sync.pending";
|
|
7
7
|
readonly SyncRunning: "sync.running";
|
|
8
8
|
readonly SyncCompleted: "sync.completed";
|
|
9
9
|
readonly SyncFailed: "sync.failed";
|
|
10
10
|
readonly SyncCancelled: "sync.cancelled";
|
|
11
|
+
readonly EntityBatchProcessed: "entity.batch_processed";
|
|
12
|
+
readonly QueryProcessed: "query.processed";
|
|
13
|
+
readonly AccessControlBatchProcessed: "access_control.batch_processed";
|
|
11
14
|
readonly CollectionCreated: "collection.created";
|
|
12
15
|
readonly CollectionUpdated: "collection.updated";
|
|
13
16
|
readonly CollectionDeleted: "collection.deleted";
|
|
@@ -7,6 +7,9 @@ export const EventType = {
|
|
|
7
7
|
SyncCompleted: "sync.completed",
|
|
8
8
|
SyncFailed: "sync.failed",
|
|
9
9
|
SyncCancelled: "sync.cancelled",
|
|
10
|
+
EntityBatchProcessed: "entity.batch_processed",
|
|
11
|
+
QueryProcessed: "query.processed",
|
|
12
|
+
AccessControlBatchProcessed: "access_control.batch_processed",
|
|
10
13
|
CollectionCreated: "collection.created",
|
|
11
14
|
CollectionUpdated: "collection.updated",
|
|
12
15
|
CollectionDeleted: "collection.deleted",
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.9.
|
|
1
|
+
export declare const SDK_VERSION = "v0.9.3";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "v0.9.
|
|
1
|
+
export const SDK_VERSION = "v0.9.3";
|