@knowledge-stack/ksapi 1.158.0 → 1.158.2
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.158.
|
|
1
|
+
# @knowledge-stack/ksapi@1.158.2
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -709,7 +709,7 @@ and is automatically generated by the
|
|
|
709
709
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
710
710
|
|
|
711
711
|
- API version: `0.1.0`
|
|
712
|
-
- Package version: `1.158.
|
|
712
|
+
- Package version: `1.158.2`
|
|
713
713
|
- Generator version: `7.21.0`
|
|
714
714
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
715
715
|
|
|
@@ -152,7 +152,7 @@ export interface DocumentVersionMetadata {
|
|
|
152
152
|
*/
|
|
153
153
|
informationStatistics?: InformationStatistics | null;
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Diagnostics only — nothing reads it and nothing refunds. Kept for pre-existing rows that carry it.
|
|
156
156
|
* @type {boolean}
|
|
157
157
|
* @memberof DocumentVersionMetadata
|
|
158
158
|
*/
|
|
@@ -170,7 +170,7 @@ export interface DocumentVersionMetadata {
|
|
|
170
170
|
*/
|
|
171
171
|
quotaMediaMinutes?: number;
|
|
172
172
|
/**
|
|
173
|
-
* Stable consume key (matches workflow_id); 'UNSET'
|
|
173
|
+
* Stable consume key (matches workflow_id) written for diagnostics/audit; 'UNSET' when no consume was committed
|
|
174
174
|
* @type {string}
|
|
175
175
|
* @memberof DocumentVersionMetadata
|
|
176
176
|
*/
|
|
@@ -152,7 +152,7 @@ export interface DocumentVersionMetadata {
|
|
|
152
152
|
*/
|
|
153
153
|
informationStatistics?: InformationStatistics | null;
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Diagnostics only — nothing reads it and nothing refunds. Kept for pre-existing rows that carry it.
|
|
156
156
|
* @type {boolean}
|
|
157
157
|
* @memberof DocumentVersionMetadata
|
|
158
158
|
*/
|
|
@@ -170,7 +170,7 @@ export interface DocumentVersionMetadata {
|
|
|
170
170
|
*/
|
|
171
171
|
quotaMediaMinutes?: number;
|
|
172
172
|
/**
|
|
173
|
-
* Stable consume key (matches workflow_id); 'UNSET'
|
|
173
|
+
* Stable consume key (matches workflow_id) written for diagnostics/audit; 'UNSET' when no consume was committed
|
|
174
174
|
* @type {string}
|
|
175
175
|
* @memberof DocumentVersionMetadata
|
|
176
176
|
*/
|
package/package.json
CHANGED
|
@@ -171,7 +171,7 @@ export interface DocumentVersionMetadata {
|
|
|
171
171
|
*/
|
|
172
172
|
informationStatistics?: InformationStatistics | null;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* Diagnostics only — nothing reads it and nothing refunds. Kept for pre-existing rows that carry it.
|
|
175
175
|
* @type {boolean}
|
|
176
176
|
* @memberof DocumentVersionMetadata
|
|
177
177
|
*/
|
|
@@ -189,7 +189,7 @@ export interface DocumentVersionMetadata {
|
|
|
189
189
|
*/
|
|
190
190
|
quotaMediaMinutes?: number;
|
|
191
191
|
/**
|
|
192
|
-
* Stable consume key (matches workflow_id); 'UNSET'
|
|
192
|
+
* Stable consume key (matches workflow_id) written for diagnostics/audit; 'UNSET' when no consume was committed
|
|
193
193
|
* @type {string}
|
|
194
194
|
* @memberof DocumentVersionMetadata
|
|
195
195
|
*/
|