@sisense/sdk-ai-core 0.3.1 → 0.4.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"chart-builder-engine.d.ts","sourceRoot":"","sources":["../../../src/engines/chart-builder/chart-builder-engine.ts"],"names":[],"mappings":"AAMA,OAAO,EACN,YAAY,EAUZ,iBAAiB,EACjB,gBAAgB,EAChB,MAAM,SAAS,CAAC;AAYjB,OAAO,CAAC,MAAM,KAAK,CAAC;AAgLpB;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,cAAc,EAAE,YAAY,EAAE,UA4BzE;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CACrC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,EACxC,OAAO,EAAE,iBAAiB,GACxB,OAAO,CAAC,YAAY,CAAC,CA0EvB"}
1
+ {"version":3,"file":"chart-builder-engine.d.ts","sourceRoot":"","sources":["../../../src/engines/chart-builder/chart-builder-engine.ts"],"names":[],"mappings":"AACA,OAAO,EACN,YAAY,EAUZ,iBAAiB,EACjB,gBAAgB,EAChB,MAAM,SAAS,CAAC;AAajB,OAAO,CAAC,MAAM,KAAK,CAAC;AA+GpB;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,cAAc,EAAE,YAAY,EAAE,UA4BzE;AAED;;;;;GAKG;AACH,wBAAsB,gBAAgB,CACrC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,EACxC,OAAO,EAAE,iBAAiB,GACxB,OAAO,CAAC,YAAY,CAAC,CA0EvB"}
@@ -3038,7 +3038,7 @@ export declare const dataOptionsEditingSchemas: {
3038
3038
  }>;
3039
3039
  };
3040
3040
  export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3041
- values: z.ZodArray<z.ZodObject<{
3041
+ value: z.ZodArray<z.ZodObject<{
3042
3042
  column: z.ZodObject<{
3043
3043
  name: z.ZodString;
3044
3044
  title: z.ZodString;
@@ -3209,7 +3209,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3209
3209
  upperBound?: number | undefined;
3210
3210
  } | undefined;
3211
3211
  }>, "many">;
3212
- categories: z.ZodArray<z.ZodObject<{
3212
+ category: z.ZodArray<z.ZodObject<{
3213
3213
  column: z.ZodObject<{
3214
3214
  name: z.ZodString;
3215
3215
  title: z.ZodString;
@@ -3409,7 +3409,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3409
3409
  }>, "many">;
3410
3410
  seriesToColorMap: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
3411
3411
  }, "strip", z.ZodTypeAny, {
3412
- values: {
3412
+ value: {
3413
3413
  column: {
3414
3414
  name: string;
3415
3415
  title: string;
@@ -3450,7 +3450,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3450
3450
  upperBound?: number | undefined;
3451
3451
  } | undefined;
3452
3452
  }[];
3453
- breakBy: {
3453
+ category: {
3454
3454
  column: {
3455
3455
  name: string;
3456
3456
  title: string;
@@ -3475,8 +3475,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3475
3475
  isColored: boolean;
3476
3476
  isHtml: boolean;
3477
3477
  }[];
3478
- seriesToColorMap: {};
3479
- categories: {
3478
+ breakBy: {
3480
3479
  column: {
3481
3480
  name: string;
3482
3481
  title: string;
@@ -3501,8 +3500,9 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3501
3500
  isColored: boolean;
3502
3501
  isHtml: boolean;
3503
3502
  }[];
3503
+ seriesToColorMap: {};
3504
3504
  }, {
3505
- values: {
3505
+ value: {
3506
3506
  column: {
3507
3507
  name: string;
3508
3508
  title: string;
@@ -3543,7 +3543,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3543
3543
  upperBound?: number | undefined;
3544
3544
  } | undefined;
3545
3545
  }[];
3546
- breakBy: {
3546
+ category: {
3547
3547
  column: {
3548
3548
  name: string;
3549
3549
  title: string;
@@ -3568,8 +3568,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3568
3568
  isColored: boolean;
3569
3569
  isHtml: boolean;
3570
3570
  }[];
3571
- seriesToColorMap: {};
3572
- categories: {
3571
+ breakBy: {
3573
3572
  column: {
3574
3573
  name: string;
3575
3574
  title: string;
@@ -3594,9 +3593,10 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3594
3593
  isColored: boolean;
3595
3594
  isHtml: boolean;
3596
3595
  }[];
3596
+ seriesToColorMap: {};
3597
3597
  }>;
3598
3598
  export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3599
- values: z.ZodArray<z.ZodObject<{
3599
+ value: z.ZodArray<z.ZodObject<{
3600
3600
  column: z.ZodObject<{
3601
3601
  name: z.ZodString;
3602
3602
  title: z.ZodString;
@@ -3767,7 +3767,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3767
3767
  upperBound?: number | undefined;
3768
3768
  } | undefined;
3769
3769
  }>, "many">;
3770
- categories: z.ZodArray<z.ZodObject<{
3770
+ category: z.ZodArray<z.ZodObject<{
3771
3771
  column: z.ZodObject<{
3772
3772
  name: z.ZodString;
3773
3773
  title: z.ZodString;
@@ -3868,7 +3868,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3868
3868
  }>, "many">;
3869
3869
  seriesToColorMap: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
3870
3870
  }, "strip", z.ZodTypeAny, {
3871
- values: {
3871
+ value: {
3872
3872
  column: {
3873
3873
  name: string;
3874
3874
  title: string;
@@ -3909,8 +3909,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3909
3909
  upperBound?: number | undefined;
3910
3910
  } | undefined;
3911
3911
  }[];
3912
- seriesToColorMap: {};
3913
- categories: {
3912
+ category: {
3914
3913
  column: {
3915
3914
  name: string;
3916
3915
  title: string;
@@ -3935,8 +3934,9 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3935
3934
  isColored: boolean;
3936
3935
  isHtml: boolean;
3937
3936
  }[];
3937
+ seriesToColorMap: {};
3938
3938
  }, {
3939
- values: {
3939
+ value: {
3940
3940
  column: {
3941
3941
  name: string;
3942
3942
  title: string;
@@ -3977,8 +3977,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3977
3977
  upperBound?: number | undefined;
3978
3978
  } | undefined;
3979
3979
  }[];
3980
- seriesToColorMap: {};
3981
- categories: {
3980
+ category: {
3982
3981
  column: {
3983
3982
  name: string;
3984
3983
  title: string;
@@ -4003,6 +4002,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
4003
4002
  isColored: boolean;
4004
4003
  isHtml: boolean;
4005
4004
  }[];
4005
+ seriesToColorMap: {};
4006
4006
  }>;
4007
4007
  export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4008
4008
  y: z.ZodObject<{
@@ -4177,105 +4177,6 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4177
4177
  } | undefined;
4178
4178
  }>;
4179
4179
  x: z.ZodObject<{
4180
- column: z.ZodObject<{
4181
- name: z.ZodString;
4182
- title: z.ZodString;
4183
- }, "strip", z.ZodTypeAny, {
4184
- name: string;
4185
- title: string;
4186
- }, {
4187
- name: string;
4188
- title: string;
4189
- }>;
4190
- continuous: z.ZodBoolean;
4191
- dateFormat: z.ZodString;
4192
- geoLevel: z.ZodEnum<["country", "state", "city", "zip", "latitude", "longitude"]>;
4193
- granularity: z.ZodEnum<["day", "week", "month", "year"]>;
4194
- includeSubTotals: z.ZodBoolean;
4195
- isColored: z.ZodBoolean;
4196
- isHtml: z.ZodBoolean;
4197
- numberFormatConfig: z.ZodObject<{
4198
- bilion: z.ZodOptional<z.ZodBoolean>;
4199
- decimalScale: z.ZodOptional<z.ZodNumber>;
4200
- kilo: z.ZodOptional<z.ZodBoolean>;
4201
- million: z.ZodOptional<z.ZodBoolean>;
4202
- name: z.ZodOptional<z.ZodEnum<["Currency", "Numbers", "Percent"]>>;
4203
- prefix: z.ZodOptional<z.ZodBoolean>;
4204
- symbol: z.ZodOptional<z.ZodString>;
4205
- thousandSeparator: z.ZodOptional<z.ZodBoolean>;
4206
- trillion: z.ZodOptional<z.ZodBoolean>;
4207
- }, "strip", z.ZodTypeAny, {
4208
- symbol?: string | undefined;
4209
- name?: "Currency" | "Numbers" | "Percent" | undefined;
4210
- prefix?: boolean | undefined;
4211
- bilion?: boolean | undefined;
4212
- decimalScale?: number | undefined;
4213
- kilo?: boolean | undefined;
4214
- million?: boolean | undefined;
4215
- thousandSeparator?: boolean | undefined;
4216
- trillion?: boolean | undefined;
4217
- }, {
4218
- symbol?: string | undefined;
4219
- name?: "Currency" | "Numbers" | "Percent" | undefined;
4220
- prefix?: boolean | undefined;
4221
- bilion?: boolean | undefined;
4222
- decimalScale?: number | undefined;
4223
- kilo?: boolean | undefined;
4224
- million?: boolean | undefined;
4225
- thousandSeparator?: boolean | undefined;
4226
- trillion?: boolean | undefined;
4227
- }>;
4228
- sortType: z.ZodEnum<["sortAsc", "sortDesc", "sortNone"]>;
4229
- }, "strip", z.ZodTypeAny, {
4230
- column: {
4231
- name: string;
4232
- title: string;
4233
- };
4234
- sortType: "sortAsc" | "sortDesc" | "sortNone";
4235
- numberFormatConfig: {
4236
- symbol?: string | undefined;
4237
- name?: "Currency" | "Numbers" | "Percent" | undefined;
4238
- prefix?: boolean | undefined;
4239
- bilion?: boolean | undefined;
4240
- decimalScale?: number | undefined;
4241
- kilo?: boolean | undefined;
4242
- million?: boolean | undefined;
4243
- thousandSeparator?: boolean | undefined;
4244
- trillion?: boolean | undefined;
4245
- };
4246
- continuous: boolean;
4247
- dateFormat: string;
4248
- geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4249
- granularity: "month" | "year" | "day" | "week";
4250
- includeSubTotals: boolean;
4251
- isColored: boolean;
4252
- isHtml: boolean;
4253
- }, {
4254
- column: {
4255
- name: string;
4256
- title: string;
4257
- };
4258
- sortType: "sortAsc" | "sortDesc" | "sortNone";
4259
- numberFormatConfig: {
4260
- symbol?: string | undefined;
4261
- name?: "Currency" | "Numbers" | "Percent" | undefined;
4262
- prefix?: boolean | undefined;
4263
- bilion?: boolean | undefined;
4264
- decimalScale?: number | undefined;
4265
- kilo?: boolean | undefined;
4266
- million?: boolean | undefined;
4267
- thousandSeparator?: boolean | undefined;
4268
- trillion?: boolean | undefined;
4269
- };
4270
- continuous: boolean;
4271
- dateFormat: string;
4272
- geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4273
- granularity: "month" | "year" | "day" | "week";
4274
- includeSubTotals: boolean;
4275
- isColored: boolean;
4276
- isHtml: boolean;
4277
- }>;
4278
- breakByColor: z.ZodObject<{
4279
4180
  column: z.ZodObject<{
4280
4181
  name: z.ZodString;
4281
4182
  title: z.ZodString;
@@ -4446,7 +4347,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4446
4347
  upperBound?: number | undefined;
4447
4348
  } | undefined;
4448
4349
  }>;
4449
- breakBySize: z.ZodObject<{
4350
+ breakByColor: z.ZodObject<{
4450
4351
  column: z.ZodObject<{
4451
4352
  name: z.ZodString;
4452
4353
  title: z.ZodString;
@@ -4617,7 +4518,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4617
4518
  upperBound?: number | undefined;
4618
4519
  } | undefined;
4619
4520
  }>;
4620
- seriesToColorMap: z.ZodObject<{
4521
+ breakByPoint: z.ZodObject<{
4621
4522
  column: z.ZodObject<{
4622
4523
  name: z.ZodString;
4623
4524
  title: z.ZodString;
@@ -4628,12 +4529,13 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4628
4529
  name: string;
4629
4530
  title: string;
4630
4531
  }>;
4631
- chartType: z.ZodOptional<z.ZodEnum<["line", "bar", "column", "area"]>>;
4632
- sortType: z.ZodEnum<["sortAsc", "sortDesc", "sortNone"]>;
4633
- color: z.ZodString;
4634
- connectNulls: z.ZodBoolean;
4635
- dataBars: z.ZodBoolean;
4636
- dataBarsColor: z.ZodString;
4532
+ continuous: z.ZodBoolean;
4533
+ dateFormat: z.ZodString;
4534
+ geoLevel: z.ZodEnum<["country", "state", "city", "zip", "latitude", "longitude"]>;
4535
+ granularity: z.ZodEnum<["day", "week", "month", "year"]>;
4536
+ includeSubTotals: z.ZodBoolean;
4537
+ isColored: z.ZodBoolean;
4538
+ isHtml: z.ZodBoolean;
4637
4539
  numberFormatConfig: z.ZodObject<{
4638
4540
  bilion: z.ZodOptional<z.ZodBoolean>;
4639
4541
  decimalScale: z.ZodOptional<z.ZodNumber>;
@@ -4665,58 +4567,13 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4665
4567
  thousandSeparator?: boolean | undefined;
4666
4568
  trillion?: boolean | undefined;
4667
4569
  }>;
4668
- seriesStyleOptions: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
4669
- showOnRightAxis: z.ZodBoolean;
4670
- totalsCalculation: z.ZodEnum<["sum", "avg", "min", "max", "count"]>;
4671
- treatNullDataAsZeros: z.ZodBoolean;
4672
- trend: z.ZodOptional<z.ZodObject<{
4673
- ignoreAnomalies: z.ZodOptional<z.ZodBoolean>;
4674
- modelType: z.ZodOptional<z.ZodEnum<["advancedSmoothing", "linear", "localEstimates", "logarithmic"]>>;
4675
- }, "strip", z.ZodTypeAny, {
4676
- ignoreAnomalies?: boolean | undefined;
4677
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
4678
- }, {
4679
- ignoreAnomalies?: boolean | undefined;
4680
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
4681
- }>>;
4682
- forecast: z.ZodOptional<z.ZodObject<{
4683
- confidenceInterval: z.ZodOptional<z.ZodNumber>;
4684
- endDate: z.ZodOptional<z.ZodString>;
4685
- forecastHorizon: z.ZodOptional<z.ZodNumber>;
4686
- lowerBound: z.ZodOptional<z.ZodNumber>;
4687
- modelType: z.ZodOptional<z.ZodEnum<["auto", "autoArima", "holtWinters", "prophet"]>>;
4688
- roundToInt: z.ZodOptional<z.ZodBoolean>;
4689
- startDate: z.ZodOptional<z.ZodString>;
4690
- upperBound: z.ZodOptional<z.ZodNumber>;
4691
- }, "strip", z.ZodTypeAny, {
4692
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
4693
- confidenceInterval?: number | undefined;
4694
- endDate?: string | undefined;
4695
- forecastHorizon?: number | undefined;
4696
- lowerBound?: number | undefined;
4697
- roundToInt?: boolean | undefined;
4698
- startDate?: string | undefined;
4699
- upperBound?: number | undefined;
4700
- }, {
4701
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
4702
- confidenceInterval?: number | undefined;
4703
- endDate?: string | undefined;
4704
- forecastHorizon?: number | undefined;
4705
- lowerBound?: number | undefined;
4706
- roundToInt?: boolean | undefined;
4707
- startDate?: string | undefined;
4708
- upperBound?: number | undefined;
4709
- }>>;
4570
+ sortType: z.ZodEnum<["sortAsc", "sortDesc", "sortNone"]>;
4710
4571
  }, "strip", z.ZodTypeAny, {
4711
4572
  column: {
4712
4573
  name: string;
4713
4574
  title: string;
4714
4575
  };
4715
- color: string;
4716
4576
  sortType: "sortAsc" | "sortDesc" | "sortNone";
4717
- connectNulls: boolean;
4718
- dataBars: boolean;
4719
- dataBarsColor: string;
4720
4577
  numberFormatConfig: {
4721
4578
  symbol?: string | undefined;
4722
4579
  name?: "Currency" | "Numbers" | "Percent" | undefined;
@@ -4728,35 +4585,19 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4728
4585
  thousandSeparator?: boolean | undefined;
4729
4586
  trillion?: boolean | undefined;
4730
4587
  };
4731
- seriesStyleOptions: {};
4732
- showOnRightAxis: boolean;
4733
- totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4734
- treatNullDataAsZeros: boolean;
4735
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4736
- trend?: {
4737
- ignoreAnomalies?: boolean | undefined;
4738
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
4739
- } | undefined;
4740
- forecast?: {
4741
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
4742
- confidenceInterval?: number | undefined;
4743
- endDate?: string | undefined;
4744
- forecastHorizon?: number | undefined;
4745
- lowerBound?: number | undefined;
4746
- roundToInt?: boolean | undefined;
4747
- startDate?: string | undefined;
4748
- upperBound?: number | undefined;
4749
- } | undefined;
4588
+ continuous: boolean;
4589
+ dateFormat: string;
4590
+ geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4591
+ granularity: "month" | "year" | "day" | "week";
4592
+ includeSubTotals: boolean;
4593
+ isColored: boolean;
4594
+ isHtml: boolean;
4750
4595
  }, {
4751
4596
  column: {
4752
4597
  name: string;
4753
4598
  title: string;
4754
4599
  };
4755
- color: string;
4756
4600
  sortType: "sortAsc" | "sortDesc" | "sortNone";
4757
- connectNulls: boolean;
4758
- dataBars: boolean;
4759
- dataBarsColor: string;
4760
4601
  numberFormatConfig: {
4761
4602
  symbol?: string | undefined;
4762
4603
  name?: "Currency" | "Numbers" | "Percent" | undefined;
@@ -4768,25 +4609,13 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4768
4609
  thousandSeparator?: boolean | undefined;
4769
4610
  trillion?: boolean | undefined;
4770
4611
  };
4771
- seriesStyleOptions: {};
4772
- showOnRightAxis: boolean;
4773
- totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4774
- treatNullDataAsZeros: boolean;
4775
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4776
- trend?: {
4777
- ignoreAnomalies?: boolean | undefined;
4778
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
4779
- } | undefined;
4780
- forecast?: {
4781
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
4782
- confidenceInterval?: number | undefined;
4783
- endDate?: string | undefined;
4784
- forecastHorizon?: number | undefined;
4785
- lowerBound?: number | undefined;
4786
- roundToInt?: boolean | undefined;
4787
- startDate?: string | undefined;
4788
- upperBound?: number | undefined;
4789
- } | undefined;
4612
+ continuous: boolean;
4613
+ dateFormat: string;
4614
+ geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4615
+ granularity: "month" | "year" | "day" | "week";
4616
+ includeSubTotals: boolean;
4617
+ isColored: boolean;
4618
+ isHtml: boolean;
4790
4619
  }>;
4791
4620
  size: z.ZodObject<{
4792
4621
  column: z.ZodObject<{
@@ -4959,33 +4788,9 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4959
4788
  upperBound?: number | undefined;
4960
4789
  } | undefined;
4961
4790
  }>;
4791
+ seriesToColorMap: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
4962
4792
  }, "strip", z.ZodTypeAny, {
4963
4793
  x: {
4964
- column: {
4965
- name: string;
4966
- title: string;
4967
- };
4968
- sortType: "sortAsc" | "sortDesc" | "sortNone";
4969
- numberFormatConfig: {
4970
- symbol?: string | undefined;
4971
- name?: "Currency" | "Numbers" | "Percent" | undefined;
4972
- prefix?: boolean | undefined;
4973
- bilion?: boolean | undefined;
4974
- decimalScale?: number | undefined;
4975
- kilo?: boolean | undefined;
4976
- million?: boolean | undefined;
4977
- thousandSeparator?: boolean | undefined;
4978
- trillion?: boolean | undefined;
4979
- };
4980
- continuous: boolean;
4981
- dateFormat: string;
4982
- geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4983
- granularity: "month" | "year" | "day" | "week";
4984
- includeSubTotals: boolean;
4985
- isColored: boolean;
4986
- isHtml: boolean;
4987
- };
4988
- y: {
4989
4794
  column: {
4990
4795
  name: string;
4991
4796
  title: string;
@@ -5026,7 +4831,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5026
4831
  upperBound?: number | undefined;
5027
4832
  } | undefined;
5028
4833
  };
5029
- breakByColor: {
4834
+ y: {
5030
4835
  column: {
5031
4836
  name: string;
5032
4837
  title: string;
@@ -5067,16 +4872,12 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5067
4872
  upperBound?: number | undefined;
5068
4873
  } | undefined;
5069
4874
  };
5070
- size: {
4875
+ breakByPoint: {
5071
4876
  column: {
5072
4877
  name: string;
5073
4878
  title: string;
5074
4879
  };
5075
- color: string;
5076
4880
  sortType: "sortAsc" | "sortDesc" | "sortNone";
5077
- connectNulls: boolean;
5078
- dataBars: boolean;
5079
- dataBarsColor: string;
5080
4881
  numberFormatConfig: {
5081
4882
  symbol?: string | undefined;
5082
4883
  name?: "Currency" | "Numbers" | "Percent" | undefined;
@@ -5088,27 +4889,15 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5088
4889
  thousandSeparator?: boolean | undefined;
5089
4890
  trillion?: boolean | undefined;
5090
4891
  };
5091
- seriesStyleOptions: {};
5092
- showOnRightAxis: boolean;
5093
- totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5094
- treatNullDataAsZeros: boolean;
5095
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5096
- trend?: {
5097
- ignoreAnomalies?: boolean | undefined;
5098
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
5099
- } | undefined;
5100
- forecast?: {
5101
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
5102
- confidenceInterval?: number | undefined;
5103
- endDate?: string | undefined;
5104
- forecastHorizon?: number | undefined;
5105
- lowerBound?: number | undefined;
5106
- roundToInt?: boolean | undefined;
5107
- startDate?: string | undefined;
5108
- upperBound?: number | undefined;
5109
- } | undefined;
4892
+ continuous: boolean;
4893
+ dateFormat: string;
4894
+ geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
4895
+ granularity: "month" | "year" | "day" | "week";
4896
+ includeSubTotals: boolean;
4897
+ isColored: boolean;
4898
+ isHtml: boolean;
5110
4899
  };
5111
- seriesToColorMap: {
4900
+ breakByColor: {
5112
4901
  column: {
5113
4902
  name: string;
5114
4903
  title: string;
@@ -5149,7 +4938,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5149
4938
  upperBound?: number | undefined;
5150
4939
  } | undefined;
5151
4940
  };
5152
- breakBySize: {
4941
+ size: {
5153
4942
  column: {
5154
4943
  name: string;
5155
4944
  title: string;
@@ -5190,33 +4979,9 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5190
4979
  upperBound?: number | undefined;
5191
4980
  } | undefined;
5192
4981
  };
4982
+ seriesToColorMap: {};
5193
4983
  }, {
5194
4984
  x: {
5195
- column: {
5196
- name: string;
5197
- title: string;
5198
- };
5199
- sortType: "sortAsc" | "sortDesc" | "sortNone";
5200
- numberFormatConfig: {
5201
- symbol?: string | undefined;
5202
- name?: "Currency" | "Numbers" | "Percent" | undefined;
5203
- prefix?: boolean | undefined;
5204
- bilion?: boolean | undefined;
5205
- decimalScale?: number | undefined;
5206
- kilo?: boolean | undefined;
5207
- million?: boolean | undefined;
5208
- thousandSeparator?: boolean | undefined;
5209
- trillion?: boolean | undefined;
5210
- };
5211
- continuous: boolean;
5212
- dateFormat: string;
5213
- geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
5214
- granularity: "month" | "year" | "day" | "week";
5215
- includeSubTotals: boolean;
5216
- isColored: boolean;
5217
- isHtml: boolean;
5218
- };
5219
- y: {
5220
4985
  column: {
5221
4986
  name: string;
5222
4987
  title: string;
@@ -5257,7 +5022,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5257
5022
  upperBound?: number | undefined;
5258
5023
  } | undefined;
5259
5024
  };
5260
- breakByColor: {
5025
+ y: {
5261
5026
  column: {
5262
5027
  name: string;
5263
5028
  title: string;
@@ -5298,16 +5063,12 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5298
5063
  upperBound?: number | undefined;
5299
5064
  } | undefined;
5300
5065
  };
5301
- size: {
5066
+ breakByPoint: {
5302
5067
  column: {
5303
5068
  name: string;
5304
5069
  title: string;
5305
5070
  };
5306
- color: string;
5307
5071
  sortType: "sortAsc" | "sortDesc" | "sortNone";
5308
- connectNulls: boolean;
5309
- dataBars: boolean;
5310
- dataBarsColor: string;
5311
5072
  numberFormatConfig: {
5312
5073
  symbol?: string | undefined;
5313
5074
  name?: "Currency" | "Numbers" | "Percent" | undefined;
@@ -5319,27 +5080,15 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5319
5080
  thousandSeparator?: boolean | undefined;
5320
5081
  trillion?: boolean | undefined;
5321
5082
  };
5322
- seriesStyleOptions: {};
5323
- showOnRightAxis: boolean;
5324
- totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5325
- treatNullDataAsZeros: boolean;
5326
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5327
- trend?: {
5328
- ignoreAnomalies?: boolean | undefined;
5329
- modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
5330
- } | undefined;
5331
- forecast?: {
5332
- modelType?: "auto" | "autoArima" | "holtWinters" | "prophet" | undefined;
5333
- confidenceInterval?: number | undefined;
5334
- endDate?: string | undefined;
5335
- forecastHorizon?: number | undefined;
5336
- lowerBound?: number | undefined;
5337
- roundToInt?: boolean | undefined;
5338
- startDate?: string | undefined;
5339
- upperBound?: number | undefined;
5340
- } | undefined;
5083
+ continuous: boolean;
5084
+ dateFormat: string;
5085
+ geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
5086
+ granularity: "month" | "year" | "day" | "week";
5087
+ includeSubTotals: boolean;
5088
+ isColored: boolean;
5089
+ isHtml: boolean;
5341
5090
  };
5342
- seriesToColorMap: {
5091
+ breakByColor: {
5343
5092
  column: {
5344
5093
  name: string;
5345
5094
  title: string;
@@ -5380,7 +5129,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5380
5129
  upperBound?: number | undefined;
5381
5130
  } | undefined;
5382
5131
  };
5383
- breakBySize: {
5132
+ size: {
5384
5133
  column: {
5385
5134
  name: string;
5386
5135
  title: string;
@@ -5421,6 +5170,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5421
5170
  upperBound?: number | undefined;
5422
5171
  } | undefined;
5423
5172
  };
5173
+ seriesToColorMap: {};
5424
5174
  }>;
5425
5175
  export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5426
5176
  min: z.ZodArray<z.ZodObject<{
@@ -5936,7 +5686,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5936
5686
  upperBound?: number | undefined;
5937
5687
  } | undefined;
5938
5688
  }>, "many">;
5939
- value: z.ZodObject<{
5689
+ value: z.ZodArray<z.ZodObject<{
5940
5690
  column: z.ZodObject<{
5941
5691
  name: z.ZodString;
5942
5692
  title: z.ZodString;
@@ -6106,7 +5856,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6106
5856
  startDate?: string | undefined;
6107
5857
  upperBound?: number | undefined;
6108
5858
  } | undefined;
6109
- }>;
5859
+ }>, "many">;
6110
5860
  }, "strip", z.ZodTypeAny, {
6111
5861
  value: {
6112
5862
  column: {
@@ -6148,7 +5898,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6148
5898
  startDate?: string | undefined;
6149
5899
  upperBound?: number | undefined;
6150
5900
  } | undefined;
6151
- };
5901
+ }[];
6152
5902
  secondary: {
6153
5903
  column: {
6154
5904
  name: string;
@@ -6313,7 +6063,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6313
6063
  startDate?: string | undefined;
6314
6064
  upperBound?: number | undefined;
6315
6065
  } | undefined;
6316
- };
6066
+ }[];
6317
6067
  secondary: {
6318
6068
  column: {
6319
6069
  name: string;