@openfilz-sdk/typescript-ee 1.9.8 → 1.9.9

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.
@@ -0,0 +1,21 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * openfilz-api
5
+ * API for Document Management System
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ export interface EmbeddingBackfillRequest {
18
+ 'folderId'?: string;
19
+ 'force'?: boolean;
20
+ }
21
+
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * openfilz-api
5
+ * API for Document Management System
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ export interface EmbeddingBackfillStatus {
18
+ 'jobId'?: string;
19
+ 'folderId'?: string;
20
+ 'force'?: boolean;
21
+ 'status'?: string;
22
+ 'total'?: number;
23
+ 'done'?: number;
24
+ 'failed'?: number;
25
+ 'skipped'?: number;
26
+ 'startedAt'?: string;
27
+ 'finishedAt'?: string;
28
+ }
29
+
package/models/index.ts CHANGED
@@ -45,6 +45,8 @@ export * from './document-position';
45
45
  export * from './document-version-info';
46
46
  export * from './element-info';
47
47
  export * from './embed-url-response';
48
+ export * from './embedding-backfill-request';
49
+ export * from './embedding-backfill-status';
48
50
  export * from './enriched-audit-log';
49
51
  export * from './enriched-audit-log-details';
50
52
  export * from './feature-entitlement';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfilz-sdk/typescript-ee",
3
- "version": "1.9.8",
3
+ "version": "1.9.9",
4
4
  "description": "OpenAPI client for @openfilz-sdk/typescript-ee",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {