@vizzly/api-client 0.0.91 → 0.0.92

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/types.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -483,10 +483,10 @@ export declare namespace DataOptimiser {
483
483
  gtiCommonSnowflake?: string;
484
484
  gtiAdminSnowflake?: string;
485
485
  };
486
- export type RequiredMinimumField = Array<{
486
+ export type RequiredMinimumField = {
487
487
  fieldId: string;
488
488
  vizzlyDataSetId: string;
489
- }>;
489
+ };
490
490
  export type RequiredMinimumFields = Array<RequiredMinimumField>;
491
491
  type RenameColumnInstruction = {
492
492
  type: 'rename_column';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",