@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.
- package/dist/types.d.ts +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 =
|
|
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';
|