@deepdesk/deepdesk-sdk 18.2.1-beta.1 → 18.2.1-beta.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/dist/index.d.mts CHANGED
@@ -380,7 +380,7 @@ type VariableMapping = Record<string, string>;
380
380
  type CustomDataSchema = Array<{
381
381
  path: string;
382
382
  label: string;
383
- type: 'string' | 'number';
383
+ type: 'string' | 'number' | 'array';
384
384
  } | {
385
385
  path: string;
386
386
  label: string;
package/dist/index.d.ts CHANGED
@@ -380,7 +380,7 @@ type VariableMapping = Record<string, string>;
380
380
  type CustomDataSchema = Array<{
381
381
  path: string;
382
382
  label: string;
383
- type: 'string' | 'number';
383
+ type: 'string' | 'number' | 'array';
384
384
  } | {
385
385
  path: string;
386
386
  label: string;