@vizzly/services 0.15.0-dev-2270388d66b8b2827091ed3d5b2319cc970e5b2b → 0.15.0-dev-062bd44380a8b44ae27b573431d086d548e8b959
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.
|
@@ -325,12 +325,12 @@ export type VizzlyTranslations = {
|
|
|
325
325
|
*/
|
|
326
326
|
advanced_options: string;
|
|
327
327
|
/**
|
|
328
|
-
* @default '
|
|
328
|
+
* @default 'Exclude start and end dates'
|
|
329
329
|
*
|
|
330
330
|
* @returns
|
|
331
331
|
* String containing the translation.
|
|
332
332
|
*/
|
|
333
|
-
'filter.
|
|
333
|
+
'filter.exclude_start_and_end_dates': string;
|
|
334
334
|
/**
|
|
335
335
|
* @default 'Allow time selection'
|
|
336
336
|
*
|
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"fix-type-alias": "tsc-alias -p tsconfig.types.json",
|
|
31
31
|
"prepare": "yarn build"
|
|
32
32
|
},
|
|
33
|
-
"version": "0.15.0-dev-
|
|
33
|
+
"version": "0.15.0-dev-062bd44380a8b44ae27b573431d086d548e8b959",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@vizzly/api-client": "0.0.57",
|
|
36
36
|
"@vizzly/joi": "^17.11.0",
|