@gooddata/sdk-model 11.11.0 → 11.12.0-alpha.1
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @public
|
|
10
10
|
*/
|
|
11
|
-
export type DateAttributeGranularity = "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour";
|
|
11
|
+
export type DateAttributeGranularity = "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour" | "GDC.time.fiscal_year" | "GDC.time.fiscal_quarter" | "GDC.time.fiscal_month";
|
|
12
12
|
/**
|
|
13
13
|
* Special granularity used to indicate there should be no date filtering for the given dimension.
|
|
14
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateGranularities.d.ts","sourceRoot":"","sources":["../../src/base/dateGranularities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,MAAM,MAAM,wBAAwB,GAC9B,eAAe,GACf,kBAAkB,GAClB,uBAAuB,GACvB,0BAA0B,GAC1B,eAAe,GACf,yBAAyB,GACzB,4BAA4B,GAC5B,kBAAkB,GAClB,0BAA0B,GAC1B,gBAAgB,GAChB,2BAA2B,GAC3B,wBAAwB,GACxB,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,GACvB,sBAAsB,GACtB,wBAAwB,GACxB,eAAe,GACf,eAAe,GACf,sBAAsB,GACtB,iBAAiB,GACjB,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"dateGranularities.d.ts","sourceRoot":"","sources":["../../src/base/dateGranularities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,MAAM,MAAM,wBAAwB,GAC9B,eAAe,GACf,kBAAkB,GAClB,uBAAuB,GACvB,0BAA0B,GAC1B,eAAe,GACf,yBAAyB,GACzB,4BAA4B,GAC5B,kBAAkB,GAClB,0BAA0B,GAC1B,gBAAgB,GAChB,2BAA2B,GAC3B,wBAAwB,GACxB,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,GACvB,sBAAsB,GACtB,wBAAwB,GACxB,eAAe,GACf,eAAe,GACf,sBAAsB,GACtB,iBAAiB,GACjB,yBAAyB,GACzB,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,CAAC;AAE9B;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB,CAAA;CAMxE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateGranularities.js","sourceRoot":"","sources":["../../src/base/dateGranularities.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
|
1
|
+
{"version":3,"file":"dateGranularities.js","sourceRoot":"","sources":["../../src/base/dateGranularities.ts"],"names":[],"mappings":"AAAA,qCAAqC;AA8CrC;;;;GAIG;AACH,MAAM,CAAC,MAAM,eAAe,GAAkD;IAC1E,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,gBAAgB;IACvB,OAAO,EAAE,kBAAkB;IAC3B,IAAI,EAAE,eAAe;CACxB,CAAC"}
|
package/esm/sdk-model.d.ts
CHANGED
|
@@ -1066,7 +1066,7 @@ export declare type DataValue = null | string | number;
|
|
|
1066
1066
|
*
|
|
1067
1067
|
* @public
|
|
1068
1068
|
*/
|
|
1069
|
-
export declare type DateAttributeGranularity = "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour";
|
|
1069
|
+
export declare type DateAttributeGranularity = "GDC.time.year" | "GDC.time.week_us" | "GDC.time.week_in_year" | "GDC.time.week_in_quarter" | "GDC.time.week" | "GDC.time.euweek_in_year" | "GDC.time.euweek_in_quarter" | "GDC.time.quarter" | "GDC.time.quarter_in_year" | "GDC.time.month" | "GDC.time.month_in_quarter" | "GDC.time.month_in_year" | "GDC.time.day_in_year" | "GDC.time.day_in_quarter" | "GDC.time.day_in_month" | "GDC.time.day_in_week" | "GDC.time.day_in_euweek" | "GDC.time.date" | "GDC.time.hour" | "GDC.time.hour_in_day" | "GDC.time.minute" | "GDC.time.minute_in_hour" | "GDC.time.fiscal_year" | "GDC.time.fiscal_quarter" | "GDC.time.fiscal_month";
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Date filter type - absolute
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.12.0-alpha.1",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prettier": "^3.6.2",
|
|
57
57
|
"typescript": "5.8.3",
|
|
58
58
|
"vitest": "3.2.4",
|
|
59
|
-
"@gooddata/eslint-config": "11.
|
|
59
|
+
"@gooddata/eslint-config": "11.12.0-alpha.1"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"_phase:build": "npm run build",
|