@knowledge-stack/ksapi 1.46.0 → 1.47.0

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @knowledge-stack/ksapi@1.46.0
1
+ # @knowledge-stack/ksapi@1.47.0
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -287,7 +287,7 @@ and is automatically generated by the
287
287
  [OpenAPI Generator](https://openapi-generator.tech) project:
288
288
 
289
289
  - API version: `0.1.0`
290
- - Package version: `1.46.0`
290
+ - Package version: `1.47.0`
291
291
  - Generator version: `7.20.0`
292
292
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
293
293
 
@@ -19,6 +19,7 @@ export declare const DocumentType: {
19
19
  readonly Md: "MD";
20
20
  readonly Image: "IMAGE";
21
21
  readonly Xlsx: "XLSX";
22
+ readonly Pptx: "PPTX";
22
23
  readonly Unknown: "UNKNOWN";
23
24
  };
24
25
  export type DocumentType = typeof DocumentType[keyof typeof DocumentType];
@@ -21,6 +21,7 @@ export const DocumentType = {
21
21
  Md: 'MD',
22
22
  Image: 'IMAGE',
23
23
  Xlsx: 'XLSX',
24
+ Pptx: 'PPTX',
24
25
  Unknown: 'UNKNOWN'
25
26
  };
26
27
  export function instanceOfDocumentType(value) {
@@ -19,6 +19,7 @@ export declare const DocumentType: {
19
19
  readonly Md: "MD";
20
20
  readonly Image: "IMAGE";
21
21
  readonly Xlsx: "XLSX";
22
+ readonly Pptx: "PPTX";
22
23
  readonly Unknown: "UNKNOWN";
23
24
  };
24
25
  export type DocumentType = typeof DocumentType[keyof typeof DocumentType];
@@ -29,6 +29,7 @@ exports.DocumentType = {
29
29
  Md: 'MD',
30
30
  Image: 'IMAGE',
31
31
  Xlsx: 'XLSX',
32
+ Pptx: 'PPTX',
32
33
  Unknown: 'UNKNOWN'
33
34
  };
34
35
  function instanceOfDocumentType(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowledge-stack/ksapi",
3
- "version": "1.46.0",
3
+ "version": "1.47.0",
4
4
  "description": "OpenAPI client for @knowledge-stack/ksapi",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -23,6 +23,7 @@ export const DocumentType = {
23
23
  Md: 'MD',
24
24
  Image: 'IMAGE',
25
25
  Xlsx: 'XLSX',
26
+ Pptx: 'PPTX',
26
27
  Unknown: 'UNKNOWN'
27
28
  } as const;
28
29
  export type DocumentType = typeof DocumentType[keyof typeof DocumentType];