@vizzly/services 0.15.0 → 0.15.1-dev-7c85efb9d70a7b5e5367d265c0b48faf46ecac6e

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.
@@ -6,7 +6,7 @@ import { VizzlyTranslations } from '../../shared-logic/src/Translations/translat
6
6
  import { DataSet } from '../../shared-logic/src/DataSet/types';
7
7
  export declare type LoaderOptions = {
8
8
  apiHost: string;
9
- textOverrides?: VizzlyTranslations;
9
+ textOverrides?: Partial<VizzlyTranslations>;
10
10
  developerMode?: boolean;
11
11
  };
12
12
  declare type AccessTokens = Awaited<ReturnType<identityCallback>>;
@@ -226,6 +226,20 @@ export declare type VizzlyTranslations = {
226
226
  * String containing the translation.
227
227
  */
228
228
  single_select_filter_description: string;
229
+ /**
230
+ * @default 'Multi select'
231
+ *
232
+ * @returns
233
+ * String containing the translation.
234
+ */
235
+ multi_select: string;
236
+ /**
237
+ * @default 'Allow multiple selections.'
238
+ *
239
+ * @returns
240
+ * String containing the translation.
241
+ */
242
+ multi_select_description: string;
229
243
  /**
230
244
  * @default 'Advanced filter'
231
245
  *
@@ -427,6 +441,13 @@ export declare type VizzlyTranslations = {
427
441
  * String containing the translation.
428
442
  */
429
443
  click_settings: string;
444
+ /**
445
+ * @default 'Metrics and operator need to be defined'
446
+ *
447
+ * @returns
448
+ * String containing the translation.
449
+ */
450
+ metrics_operators_need_defined: string;
430
451
  /**
431
452
  * @default 'No value'
432
453
  *
@@ -873,6 +894,13 @@ export declare type VizzlyTranslations = {
873
894
  * String containing the translation.
874
895
  */
875
896
  reset: string;
897
+ /**
898
+ * @default 'Setup scheduled reports'
899
+ *
900
+ * @returns
901
+ * String containing the translation.
902
+ */
903
+ scheduled_reports: string;
876
904
  /**
877
905
  * @default 'Build a dashboard with your data and delight your customer.'
878
906
  *
@@ -957,13 +985,6 @@ export declare type VizzlyTranslations = {
957
985
  * String containing the translation.
958
986
  */
959
987
  remove_cell_from_dashboard: string;
960
- /**
961
- * @default 'Reports'
962
- *
963
- * @returns
964
- * String containing the translation.
965
- */
966
- manage_reports: string;
967
988
  /**
968
989
  * @default 'Add to Library'
969
990
  *
@@ -1020,6 +1041,20 @@ export declare type VizzlyTranslations = {
1020
1041
  * String containing the translation.
1021
1042
  */
1022
1043
  drag_to_move: string;
1044
+ /**
1045
+ * @default 'Move Row Up'
1046
+ *
1047
+ * @returns
1048
+ * String containing the translation.
1049
+ */
1050
+ move_row_up: string;
1051
+ /**
1052
+ * @default 'Move Row Down'
1053
+ *
1054
+ * @returns
1055
+ * String containing the translation.
1056
+ */
1057
+ move_row_down: string;
1023
1058
  /**
1024
1059
  * @default 'Add Row'
1025
1060
  *
@@ -1226,6 +1261,13 @@ export declare type VizzlyTranslations = {
1226
1261
  * String containing the translation.
1227
1262
  */
1228
1263
  create: string;
1264
+ /**
1265
+ * @default 'Custom Metric Builder'
1266
+ *
1267
+ * @returns
1268
+ * String containing the translation.
1269
+ */
1270
+ 'custom_metric_title.calculated_field': string;
1229
1271
  /**
1230
1272
  * @default '[[add|remove]] nested calculation'
1231
1273
  *
@@ -1243,13 +1285,6 @@ export declare type VizzlyTranslations = {
1243
1285
  * String containing the translation.
1244
1286
  */
1245
1287
  add: string;
1246
- /**
1247
- * @default 'Metrics and operator need to be defined'
1248
- *
1249
- * @returns
1250
- * String containing the translation.
1251
- */
1252
- metrics_operators_need_defined: string;
1253
1288
  /**
1254
1289
  * @default 'Select Math Type'
1255
1290
  *
@@ -1448,6 +1483,13 @@ export declare type VizzlyTranslations = {
1448
1483
  * String containing the translation.
1449
1484
  */
1450
1485
  add_custom_metric: string;
1486
+ /**
1487
+ * @default 'New Comparison'
1488
+ *
1489
+ * @returns
1490
+ * String containing the translation.
1491
+ */
1492
+ new_comparison: string;
1451
1493
  /**
1452
1494
  * @default 'Add comparison'
1453
1495
  *
@@ -1497,6 +1539,13 @@ export declare type VizzlyTranslations = {
1497
1539
  * String containing the translation.
1498
1540
  */
1499
1541
  value: string;
1542
+ /**
1543
+ * @default 'Add OR filter'
1544
+ *
1545
+ * @returns
1546
+ * String containing the translation.
1547
+ */
1548
+ 'filters.add_or_filter': string;
1500
1549
  /**
1501
1550
  * @default '+ OR Filter'
1502
1551
  *
@@ -1758,6 +1807,13 @@ export declare type VizzlyTranslations = {
1758
1807
  * String containing the translation.
1759
1808
  */
1760
1809
  'combo_chart.data_panel.dimension.time': string;
1810
+ /**
1811
+ * @default 'Comparison'
1812
+ *
1813
+ * @returns
1814
+ * String containing the translation.
1815
+ */
1816
+ comparison_list_title: string;
1761
1817
  /**
1762
1818
  * @default 'Limit'
1763
1819
  *
@@ -2212,6 +2268,30 @@ export declare type VizzlyTranslations = {
2212
2268
  * String containing the translation.
2213
2269
  */
2214
2270
  stats_label_warning: string;
2271
+ /**
2272
+ * @default 'Positive value'
2273
+ *
2274
+ * @returns
2275
+ * String containing the translation.
2276
+ */
2277
+ increase_color: string;
2278
+ /**
2279
+ * @default 'Negative value'
2280
+ *
2281
+ * @returns
2282
+ * String containing the translation.
2283
+ */
2284
+ decrease_color: string;
2285
+ /**
2286
+ * @default '[[field]] [[op]] [[value]] [[duration]] in [[timeframe]]'
2287
+ *
2288
+ * @params
2289
+ * Fixed Variables: [[field]] [[value]]
2290
+ *
2291
+ * @returns
2292
+ * String containing the translation.
2293
+ */
2294
+ 'metric_overview.relative_date': string;
2215
2295
  /**
2216
2296
  * @default 'No value'
2217
2297
  *
@@ -2289,6 +2369,41 @@ export declare type VizzlyTranslations = {
2289
2369
  * String containing the translation.
2290
2370
  */
2291
2371
  'number_format_option.minutes_to_hours_minutes': string;
2372
+ /**
2373
+ * @default 'Hour of the day'
2374
+ *
2375
+ * @returns
2376
+ * String containing the translation.
2377
+ */
2378
+ 'number_format_option.hour_of_day': string;
2379
+ /**
2380
+ * @default 'Month of the year'
2381
+ *
2382
+ * @returns
2383
+ * String containing the translation.
2384
+ */
2385
+ 'number_format_option.month_of_year': string;
2386
+ /**
2387
+ * @default 'Day of month'
2388
+ *
2389
+ * @returns
2390
+ * String containing the translation.
2391
+ */
2392
+ 'number_format_option.day_of_month': string;
2393
+ /**
2394
+ * @default 'Day of week'
2395
+ *
2396
+ * @returns
2397
+ * String containing the translation.
2398
+ */
2399
+ 'number_format_option.day_of_week': string;
2400
+ /**
2401
+ * @default 'Week of year'
2402
+ *
2403
+ * @returns
2404
+ * String containing the translation.
2405
+ */
2406
+ 'number_format_option.week_of_year': string;
2292
2407
  /**
2293
2408
  * @default 'Math'
2294
2409
  *
@@ -2374,10 +2489,17 @@ export declare type VizzlyTranslations = {
2374
2489
  */
2375
2490
  'custom_metric_description.conditional': string;
2376
2491
  /**
2377
- * @default '[[custom_metric_title]] Custom Metric'
2492
+ * @default 'Create a custom build field'
2493
+ *
2494
+ * @returns
2495
+ * String containing the translation.
2496
+ */
2497
+ 'custom_metric_description.calculated_field': string;
2498
+ /**
2499
+ * @default '[[customMetricTitle]] Custom Metric'
2378
2500
  *
2379
2501
  * @params
2380
- * Fixed Variables: [[custom_metric_title]]
2502
+ * Fixed Variables: [[customMetricTitle]]
2381
2503
  *
2382
2504
  * @returns
2383
2505
  * String containing the translation.
@@ -5596,6 +5718,13 @@ export declare type VizzlyTranslations = {
5596
5718
  * String containing the translation.
5597
5719
  */
5598
5720
  'config.supported_time.dayOfWeekOnly': string;
5721
+ /**
5722
+ * @default "Month of year"
5723
+ *
5724
+ * @returns
5725
+ * String containing the translation.
5726
+ */
5727
+ 'config.supported_time.monthOfYearOnly': string;
5599
5728
  /**
5600
5729
  * @default "Day of month"
5601
5730
  *
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "fix-type-alias": "tsc-alias -p tsconfig.json",
27
27
  "prepare": "yarn build"
28
28
  },
29
- "version": "0.15.0",
29
+ "version": "0.15.1-dev-7c85efb9d70a7b5e5367d265c0b48faf46ecac6e",
30
30
  "dependencies": {
31
31
  "@vizzly/api-client": "0.0.57",
32
32
  "@vizzly/joi": "^17.11.0",