@redonvn/redai-backend-api-sdk 0.1.15 → 0.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redonvn/redai-backend-api-sdk",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Axios SDK for RedAI Dynamic Table APIs",
5
5
  "license": "UNLICENSED",
6
6
  "main": "src/index.ts",
@@ -306,6 +306,7 @@ export interface ColumnResponseDto {
306
306
  baseId: string | null;
307
307
  sourceId: string | null;
308
308
  name: string;
309
+ keyName: string;
309
310
  description: string | null;
310
311
  type: FieldType;
311
312
  order: number | null;