@wildix/wim-knowledge-base-client 0.0.47 → 0.0.48
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-types/commands/CreateDocumentCommand.d.ts +0 -2
- package/dist-types/commands/GetDocumentCommand.d.ts +0 -2
- package/dist-types/commands/ListDocumentsCommand.d.ts +0 -2
- package/dist-types/commands/UpdateDocumentCommand.d.ts +0 -2
- package/dist-types/models/models_0.d.ts +0 -10
- package/package.json +1 -1
|
@@ -58,8 +58,6 @@ declare const CreateDocumentCommand_base: {
|
|
|
58
58
|
* // id: "STRING_VALUE", // required
|
|
59
59
|
* // companyId: "STRING_VALUE", // required
|
|
60
60
|
* // dataSourceId: "STRING_VALUE", // required
|
|
61
|
-
* // s3OriginalKey: "STRING_VALUE",
|
|
62
|
-
* // s3MarkdownKey: "STRING_VALUE",
|
|
63
61
|
* // createdAt: "STRING_VALUE", // required
|
|
64
62
|
* // updatedAt: "STRING_VALUE", // required
|
|
65
63
|
* // status: "draft" || "pending" || "processing" || "completed" || "failed", // required
|
|
@@ -54,8 +54,6 @@ declare const GetDocumentCommand_base: {
|
|
|
54
54
|
* // id: "STRING_VALUE", // required
|
|
55
55
|
* // companyId: "STRING_VALUE", // required
|
|
56
56
|
* // dataSourceId: "STRING_VALUE", // required
|
|
57
|
-
* // s3OriginalKey: "STRING_VALUE",
|
|
58
|
-
* // s3MarkdownKey: "STRING_VALUE",
|
|
59
57
|
* // createdAt: "STRING_VALUE", // required
|
|
60
58
|
* // updatedAt: "STRING_VALUE", // required
|
|
61
59
|
* // status: "draft" || "pending" || "processing" || "completed" || "failed", // required
|
|
@@ -54,8 +54,6 @@ declare const ListDocumentsCommand_base: {
|
|
|
54
54
|
* // id: "STRING_VALUE", // required
|
|
55
55
|
* // companyId: "STRING_VALUE", // required
|
|
56
56
|
* // dataSourceId: "STRING_VALUE", // required
|
|
57
|
-
* // s3OriginalKey: "STRING_VALUE",
|
|
58
|
-
* // s3MarkdownKey: "STRING_VALUE",
|
|
59
57
|
* // createdAt: "STRING_VALUE", // required
|
|
60
58
|
* // updatedAt: "STRING_VALUE", // required
|
|
61
59
|
* // status: "draft" || "pending" || "processing" || "completed" || "failed", // required
|
|
@@ -58,8 +58,6 @@ declare const UpdateDocumentCommand_base: {
|
|
|
58
58
|
* // id: "STRING_VALUE", // required
|
|
59
59
|
* // companyId: "STRING_VALUE", // required
|
|
60
60
|
* // dataSourceId: "STRING_VALUE", // required
|
|
61
|
-
* // s3OriginalKey: "STRING_VALUE",
|
|
62
|
-
* // s3MarkdownKey: "STRING_VALUE",
|
|
63
61
|
* // createdAt: "STRING_VALUE", // required
|
|
64
62
|
* // updatedAt: "STRING_VALUE", // required
|
|
65
63
|
* // status: "draft" || "pending" || "processing" || "completed" || "failed", // required
|
|
@@ -629,16 +629,6 @@ export interface DocumentItem {
|
|
|
629
629
|
* @public
|
|
630
630
|
*/
|
|
631
631
|
dataSourceId: string;
|
|
632
|
-
/**
|
|
633
|
-
* S3 object key for the original file if stored in cloud storage
|
|
634
|
-
* @public
|
|
635
|
-
*/
|
|
636
|
-
s3OriginalKey?: string | undefined;
|
|
637
|
-
/**
|
|
638
|
-
* S3 object key for the markdown-converted version of the document if available
|
|
639
|
-
* @public
|
|
640
|
-
*/
|
|
641
|
-
s3MarkdownKey?: string | undefined;
|
|
642
632
|
/**
|
|
643
633
|
* Timestamp when the document was created (ISO 8601 format). Example: 2021-01-01T00:00:00Z
|
|
644
634
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wim-knowledge-base-client",
|
|
3
3
|
"description": "@wildix/wim-knowledge-base-client client",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.48",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|