@knowledge-stack/ksapi 1.65.6 → 1.65.7

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.65.6
1
+ # @knowledge-stack/ksapi@1.65.7
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -380,7 +380,7 @@ and is automatically generated by the
380
380
  [OpenAPI Generator](https://openapi-generator.tech) project:
381
381
 
382
382
  - API version: `0.1.0`
383
- - Package version: `1.65.6`
383
+ - Package version: `1.65.7`
384
384
  - Generator version: `7.20.0`
385
385
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
386
386
 
@@ -79,7 +79,7 @@ export interface WorkflowsApiInterface {
79
79
  */
80
80
  dvWorkflowRerunRequestOpts(requestParameters: DvWorkflowRerunRequest): Promise<runtime.RequestOpts>;
81
81
  /**
82
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
82
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
83
83
  * @summary Dv Workflow Rerun Handler
84
84
  * @param {string} workflowId
85
85
  * @param {string} [authorization]
@@ -90,7 +90,7 @@ export interface WorkflowsApiInterface {
90
90
  */
91
91
  dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>>;
92
92
  /**
93
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
93
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
94
94
  * Dv Workflow Rerun Handler
95
95
  */
96
96
  dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse>;
@@ -195,12 +195,12 @@ export declare class WorkflowsApi extends runtime.BaseAPI implements WorkflowsAp
195
195
  */
196
196
  dvWorkflowRerunRequestOpts(requestParameters: DvWorkflowRerunRequest): Promise<runtime.RequestOpts>;
197
197
  /**
198
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
198
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
199
199
  * Dv Workflow Rerun Handler
200
200
  */
201
201
  dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>>;
202
202
  /**
203
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
203
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
204
204
  * Dv Workflow Rerun Handler
205
205
  */
206
206
  dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse>;
@@ -97,7 +97,7 @@ class WorkflowsApi extends runtime.BaseAPI {
97
97
  });
98
98
  }
99
99
  /**
100
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
100
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
101
101
  * Dv Workflow Rerun Handler
102
102
  */
103
103
  dvWorkflowRerunRaw(requestParameters, initOverrides) {
@@ -108,7 +108,7 @@ class WorkflowsApi extends runtime.BaseAPI {
108
108
  });
109
109
  }
110
110
  /**
111
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
111
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
112
112
  * Dv Workflow Rerun Handler
113
113
  */
114
114
  dvWorkflowRerun(requestParameters, initOverrides) {
@@ -79,7 +79,7 @@ export interface WorkflowsApiInterface {
79
79
  */
80
80
  dvWorkflowRerunRequestOpts(requestParameters: DvWorkflowRerunRequest): Promise<runtime.RequestOpts>;
81
81
  /**
82
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
82
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
83
83
  * @summary Dv Workflow Rerun Handler
84
84
  * @param {string} workflowId
85
85
  * @param {string} [authorization]
@@ -90,7 +90,7 @@ export interface WorkflowsApiInterface {
90
90
  */
91
91
  dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>>;
92
92
  /**
93
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
93
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
94
94
  * Dv Workflow Rerun Handler
95
95
  */
96
96
  dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse>;
@@ -195,12 +195,12 @@ export declare class WorkflowsApi extends runtime.BaseAPI implements WorkflowsAp
195
195
  */
196
196
  dvWorkflowRerunRequestOpts(requestParameters: DvWorkflowRerunRequest): Promise<runtime.RequestOpts>;
197
197
  /**
198
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
198
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
199
199
  * Dv Workflow Rerun Handler
200
200
  */
201
201
  dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>>;
202
202
  /**
203
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
203
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
204
204
  * Dv Workflow Rerun Handler
205
205
  */
206
206
  dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse>;
@@ -94,7 +94,7 @@ export class WorkflowsApi extends runtime.BaseAPI {
94
94
  });
95
95
  }
96
96
  /**
97
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
97
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
98
98
  * Dv Workflow Rerun Handler
99
99
  */
100
100
  dvWorkflowRerunRaw(requestParameters, initOverrides) {
@@ -105,7 +105,7 @@ export class WorkflowsApi extends runtime.BaseAPI {
105
105
  });
106
106
  }
107
107
  /**
108
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
108
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
109
109
  * Dv Workflow Rerun Handler
110
110
  */
111
111
  dvWorkflowRerun(requestParameters, initOverrides) {
@@ -92,7 +92,7 @@ No authorization required
92
92
 
93
93
  Dv Workflow Rerun Handler
94
94
 
95
- Rerun a workflow. USER role requires &#x60;&#x60;can_write&#x60;&#x60; on the document path.
95
+ Rerun a workflow. USER role requires &#x60;&#x60;can_write&#x60;&#x60; on the document path. &#x60;&#x60;s3_client&#x60;&#x60; is injected because &#x60;&#x60;DocumentIngestionService.__init__&#x60;&#x60; requires it, even though the re-ingestion path reuses the existing S3 source.
96
96
 
97
97
  ### Example
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowledge-stack/ksapi",
3
- "version": "1.65.6",
3
+ "version": "1.65.7",
4
4
  "description": "OpenAPI client for @knowledge-stack/ksapi",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -114,7 +114,7 @@ export interface WorkflowsApiInterface {
114
114
  dvWorkflowRerunRequestOpts(requestParameters: DvWorkflowRerunRequest): Promise<runtime.RequestOpts>;
115
115
 
116
116
  /**
117
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
117
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
118
118
  * @summary Dv Workflow Rerun Handler
119
119
  * @param {string} workflowId
120
120
  * @param {string} [authorization]
@@ -126,7 +126,7 @@ export interface WorkflowsApiInterface {
126
126
  dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>>;
127
127
 
128
128
  /**
129
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
129
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
130
130
  * Dv Workflow Rerun Handler
131
131
  */
132
132
  dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse>;
@@ -307,7 +307,7 @@ export class WorkflowsApi extends runtime.BaseAPI implements WorkflowsApiInterfa
307
307
  }
308
308
 
309
309
  /**
310
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
310
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
311
311
  * Dv Workflow Rerun Handler
312
312
  */
313
313
  async dvWorkflowRerunRaw(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowActionResponse>> {
@@ -318,7 +318,7 @@ export class WorkflowsApi extends runtime.BaseAPI implements WorkflowsApiInterfa
318
318
  }
319
319
 
320
320
  /**
321
- * Rerun a workflow. USER role requires ``can_write`` on the document path.
321
+ * Rerun a workflow. USER role requires ``can_write`` on the document path. ``s3_client`` is injected because ``DocumentIngestionService.__init__`` requires it, even though the re-ingestion path reuses the existing S3 source.
322
322
  * Dv Workflow Rerun Handler
323
323
  */
324
324
  async dvWorkflowRerun(requestParameters: DvWorkflowRerunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowActionResponse> {