@petercatai/whisker-client 0.1.202505091317 → 0.1.202505101149

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -163,10 +163,10 @@ export interface IGeaGraphSplitConfig {
163
163
  */
164
164
  type?: "geagraph";
165
165
  /**
166
- * Schema Id
167
- * The maximum size for each chunk. Defaults to 2000
166
+ * Kisid
167
+ * The Kis platform business id
168
168
  */
169
- schema_id?: string | null;
169
+ kisId?: number | null;
170
170
  }
171
171
  /** GithubFileSourceConfig */
172
172
  export interface IGithubFileSourceConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercatai/whisker-client",
3
- "version": "0.1.202505091317",
3
+ "version": "0.1.202505101149",
4
4
  "description": "Generated API client (Production)",
5
5
  "main": "dist/api.js",
6
6
  "types": "dist/api.d.ts",