@knowledge-stack/ksapi 1.138.1 → 1.139.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.
|
|
1
|
+
# @knowledge-stack/ksapi@1.139.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -654,7 +654,7 @@ and is automatically generated by the
|
|
|
654
654
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
655
655
|
|
|
656
656
|
- API version: `0.1.0`
|
|
657
|
-
- Package version: `1.
|
|
657
|
+
- Package version: `1.139.0`
|
|
658
658
|
- Generator version: `7.21.0`
|
|
659
659
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
660
660
|
|
|
@@ -67,13 +67,13 @@ export interface SkillResponse {
|
|
|
67
67
|
*/
|
|
68
68
|
description: string;
|
|
69
69
|
/**
|
|
70
|
-
* Full SKILL.md content; populated on detail
|
|
70
|
+
* Full SKILL.md content; populated on the detail read and on mutation responses, null on list.
|
|
71
71
|
* @type {string}
|
|
72
72
|
* @memberof SkillResponse
|
|
73
73
|
*/
|
|
74
74
|
skillMd?: string | null;
|
|
75
75
|
/**
|
|
76
|
-
* Bundled script file names; populated on detail
|
|
76
|
+
* Bundled script file names; populated on the detail read and on mutation responses, empty on list.
|
|
77
77
|
* @type {Array<string>}
|
|
78
78
|
* @memberof SkillResponse
|
|
79
79
|
*/
|
|
@@ -109,7 +109,7 @@ export interface SkillResponse {
|
|
|
109
109
|
*/
|
|
110
110
|
updatedAt: Date;
|
|
111
111
|
/**
|
|
112
|
-
* Caller's effective rights;
|
|
112
|
+
* Caller's effective rights; populated on the list, detail read, and mutation responses.
|
|
113
113
|
* @type {ItemPermissions}
|
|
114
114
|
* @memberof SkillResponse
|
|
115
115
|
*/
|
|
@@ -67,13 +67,13 @@ export interface SkillResponse {
|
|
|
67
67
|
*/
|
|
68
68
|
description: string;
|
|
69
69
|
/**
|
|
70
|
-
* Full SKILL.md content; populated on detail
|
|
70
|
+
* Full SKILL.md content; populated on the detail read and on mutation responses, null on list.
|
|
71
71
|
* @type {string}
|
|
72
72
|
* @memberof SkillResponse
|
|
73
73
|
*/
|
|
74
74
|
skillMd?: string | null;
|
|
75
75
|
/**
|
|
76
|
-
* Bundled script file names; populated on detail
|
|
76
|
+
* Bundled script file names; populated on the detail read and on mutation responses, empty on list.
|
|
77
77
|
* @type {Array<string>}
|
|
78
78
|
* @memberof SkillResponse
|
|
79
79
|
*/
|
|
@@ -109,7 +109,7 @@ export interface SkillResponse {
|
|
|
109
109
|
*/
|
|
110
110
|
updatedAt: Date;
|
|
111
111
|
/**
|
|
112
|
-
* Caller's effective rights;
|
|
112
|
+
* Caller's effective rights; populated on the list, detail read, and mutation responses.
|
|
113
113
|
* @type {ItemPermissions}
|
|
114
114
|
* @memberof SkillResponse
|
|
115
115
|
*/
|
package/package.json
CHANGED
|
@@ -90,13 +90,13 @@ export interface SkillResponse {
|
|
|
90
90
|
*/
|
|
91
91
|
description: string;
|
|
92
92
|
/**
|
|
93
|
-
* Full SKILL.md content; populated on detail
|
|
93
|
+
* Full SKILL.md content; populated on the detail read and on mutation responses, null on list.
|
|
94
94
|
* @type {string}
|
|
95
95
|
* @memberof SkillResponse
|
|
96
96
|
*/
|
|
97
97
|
skillMd?: string | null;
|
|
98
98
|
/**
|
|
99
|
-
* Bundled script file names; populated on detail
|
|
99
|
+
* Bundled script file names; populated on the detail read and on mutation responses, empty on list.
|
|
100
100
|
* @type {Array<string>}
|
|
101
101
|
* @memberof SkillResponse
|
|
102
102
|
*/
|
|
@@ -132,7 +132,7 @@ export interface SkillResponse {
|
|
|
132
132
|
*/
|
|
133
133
|
updatedAt: Date;
|
|
134
134
|
/**
|
|
135
|
-
* Caller's effective rights;
|
|
135
|
+
* Caller's effective rights; populated on the list, detail read, and mutation responses.
|
|
136
136
|
* @type {ItemPermissions}
|
|
137
137
|
* @memberof SkillResponse
|
|
138
138
|
*/
|