@gooddata/sdk-code-schemas 11.52.0-alpha.5 → 11.52.0-alpha.7
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/esm/sdk-code-schemas.d.ts +26 -26
- package/esm/v1/metadata.d.ts +26 -26
- package/esm/v1/metadata.json +10 -9
- package/package.json +3 -3
|
@@ -1206,11 +1206,11 @@ declare type DateFilter2 = {
|
|
|
1206
1206
|
*/
|
|
1207
1207
|
using: string;
|
|
1208
1208
|
/**
|
|
1209
|
-
* A date from which the filter will be applied.
|
|
1209
|
+
* A date from which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities.
|
|
1210
1210
|
*/
|
|
1211
1211
|
from?: string;
|
|
1212
1212
|
/**
|
|
1213
|
-
* A date to which the filter will be applied.
|
|
1213
|
+
* A date to which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities.
|
|
1214
1214
|
*/
|
|
1215
1215
|
to?: string;
|
|
1216
1216
|
/**
|
|
@@ -12031,7 +12031,7 @@ declare interface VisualisationConfig {
|
|
|
12031
12031
|
to: number;
|
|
12032
12032
|
} | {
|
|
12033
12033
|
/**
|
|
12034
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
12034
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
12035
12035
|
*/
|
|
12036
12036
|
absolute: {
|
|
12037
12037
|
from: string;
|
|
@@ -12303,7 +12303,7 @@ declare interface VisualisationConfig1 {
|
|
|
12303
12303
|
to: number;
|
|
12304
12304
|
} | {
|
|
12305
12305
|
/**
|
|
12306
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
12306
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
12307
12307
|
*/
|
|
12308
12308
|
absolute: {
|
|
12309
12309
|
from: string;
|
|
@@ -12575,7 +12575,7 @@ declare interface VisualisationConfig10 {
|
|
|
12575
12575
|
to: number;
|
|
12576
12576
|
} | {
|
|
12577
12577
|
/**
|
|
12578
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
12578
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
12579
12579
|
*/
|
|
12580
12580
|
absolute: {
|
|
12581
12581
|
from: string;
|
|
@@ -12847,7 +12847,7 @@ declare interface VisualisationConfig11 {
|
|
|
12847
12847
|
to: number;
|
|
12848
12848
|
} | {
|
|
12849
12849
|
/**
|
|
12850
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
12850
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
12851
12851
|
*/
|
|
12852
12852
|
absolute: {
|
|
12853
12853
|
from: string;
|
|
@@ -13119,7 +13119,7 @@ declare interface VisualisationConfig12 {
|
|
|
13119
13119
|
to: number;
|
|
13120
13120
|
} | {
|
|
13121
13121
|
/**
|
|
13122
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
13122
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
13123
13123
|
*/
|
|
13124
13124
|
absolute: {
|
|
13125
13125
|
from: string;
|
|
@@ -13391,7 +13391,7 @@ declare interface VisualisationConfig13 {
|
|
|
13391
13391
|
to: number;
|
|
13392
13392
|
} | {
|
|
13393
13393
|
/**
|
|
13394
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
13394
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
13395
13395
|
*/
|
|
13396
13396
|
absolute: {
|
|
13397
13397
|
from: string;
|
|
@@ -13663,7 +13663,7 @@ declare interface VisualisationConfig14 {
|
|
|
13663
13663
|
to: number;
|
|
13664
13664
|
} | {
|
|
13665
13665
|
/**
|
|
13666
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
13666
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
13667
13667
|
*/
|
|
13668
13668
|
absolute: {
|
|
13669
13669
|
from: string;
|
|
@@ -13935,7 +13935,7 @@ declare interface VisualisationConfig15 {
|
|
|
13935
13935
|
to: number;
|
|
13936
13936
|
} | {
|
|
13937
13937
|
/**
|
|
13938
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
13938
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
13939
13939
|
*/
|
|
13940
13940
|
absolute: {
|
|
13941
13941
|
from: string;
|
|
@@ -14207,7 +14207,7 @@ declare interface VisualisationConfig16 {
|
|
|
14207
14207
|
to: number;
|
|
14208
14208
|
} | {
|
|
14209
14209
|
/**
|
|
14210
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
14210
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
14211
14211
|
*/
|
|
14212
14212
|
absolute: {
|
|
14213
14213
|
from: string;
|
|
@@ -14479,7 +14479,7 @@ declare interface VisualisationConfig17 {
|
|
|
14479
14479
|
to: number;
|
|
14480
14480
|
} | {
|
|
14481
14481
|
/**
|
|
14482
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
14482
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
14483
14483
|
*/
|
|
14484
14484
|
absolute: {
|
|
14485
14485
|
from: string;
|
|
@@ -14751,7 +14751,7 @@ declare interface VisualisationConfig18 {
|
|
|
14751
14751
|
to: number;
|
|
14752
14752
|
} | {
|
|
14753
14753
|
/**
|
|
14754
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
14754
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
14755
14755
|
*/
|
|
14756
14756
|
absolute: {
|
|
14757
14757
|
from: string;
|
|
@@ -15023,7 +15023,7 @@ declare interface VisualisationConfig19 {
|
|
|
15023
15023
|
to: number;
|
|
15024
15024
|
} | {
|
|
15025
15025
|
/**
|
|
15026
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
15026
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
15027
15027
|
*/
|
|
15028
15028
|
absolute: {
|
|
15029
15029
|
from: string;
|
|
@@ -15295,7 +15295,7 @@ declare interface VisualisationConfig2 {
|
|
|
15295
15295
|
to: number;
|
|
15296
15296
|
} | {
|
|
15297
15297
|
/**
|
|
15298
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
15298
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
15299
15299
|
*/
|
|
15300
15300
|
absolute: {
|
|
15301
15301
|
from: string;
|
|
@@ -15567,7 +15567,7 @@ declare interface VisualisationConfig20 {
|
|
|
15567
15567
|
to: number;
|
|
15568
15568
|
} | {
|
|
15569
15569
|
/**
|
|
15570
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
15570
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
15571
15571
|
*/
|
|
15572
15572
|
absolute: {
|
|
15573
15573
|
from: string;
|
|
@@ -15839,7 +15839,7 @@ declare interface VisualisationConfig21 {
|
|
|
15839
15839
|
to: number;
|
|
15840
15840
|
} | {
|
|
15841
15841
|
/**
|
|
15842
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
15842
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
15843
15843
|
*/
|
|
15844
15844
|
absolute: {
|
|
15845
15845
|
from: string;
|
|
@@ -16111,7 +16111,7 @@ declare interface VisualisationConfig22 {
|
|
|
16111
16111
|
to: number;
|
|
16112
16112
|
} | {
|
|
16113
16113
|
/**
|
|
16114
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
16114
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
16115
16115
|
*/
|
|
16116
16116
|
absolute: {
|
|
16117
16117
|
from: string;
|
|
@@ -16383,7 +16383,7 @@ declare interface VisualisationConfig23 {
|
|
|
16383
16383
|
to: number;
|
|
16384
16384
|
} | {
|
|
16385
16385
|
/**
|
|
16386
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
16386
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
16387
16387
|
*/
|
|
16388
16388
|
absolute: {
|
|
16389
16389
|
from: string;
|
|
@@ -16655,7 +16655,7 @@ declare interface VisualisationConfig3 {
|
|
|
16655
16655
|
to: number;
|
|
16656
16656
|
} | {
|
|
16657
16657
|
/**
|
|
16658
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
16658
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
16659
16659
|
*/
|
|
16660
16660
|
absolute: {
|
|
16661
16661
|
from: string;
|
|
@@ -16927,7 +16927,7 @@ declare interface VisualisationConfig4 {
|
|
|
16927
16927
|
to: number;
|
|
16928
16928
|
} | {
|
|
16929
16929
|
/**
|
|
16930
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
16930
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
16931
16931
|
*/
|
|
16932
16932
|
absolute: {
|
|
16933
16933
|
from: string;
|
|
@@ -17199,7 +17199,7 @@ declare interface VisualisationConfig5 {
|
|
|
17199
17199
|
to: number;
|
|
17200
17200
|
} | {
|
|
17201
17201
|
/**
|
|
17202
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
17202
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
17203
17203
|
*/
|
|
17204
17204
|
absolute: {
|
|
17205
17205
|
from: string;
|
|
@@ -17471,7 +17471,7 @@ declare interface VisualisationConfig6 {
|
|
|
17471
17471
|
to: number;
|
|
17472
17472
|
} | {
|
|
17473
17473
|
/**
|
|
17474
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
17474
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
17475
17475
|
*/
|
|
17476
17476
|
absolute: {
|
|
17477
17477
|
from: string;
|
|
@@ -17743,7 +17743,7 @@ declare interface VisualisationConfig7 {
|
|
|
17743
17743
|
to: number;
|
|
17744
17744
|
} | {
|
|
17745
17745
|
/**
|
|
17746
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
17746
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
17747
17747
|
*/
|
|
17748
17748
|
absolute: {
|
|
17749
17749
|
from: string;
|
|
@@ -18015,7 +18015,7 @@ declare interface VisualisationConfig8 {
|
|
|
18015
18015
|
to: number;
|
|
18016
18016
|
} | {
|
|
18017
18017
|
/**
|
|
18018
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
18018
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
18019
18019
|
*/
|
|
18020
18020
|
absolute: {
|
|
18021
18021
|
from: string;
|
|
@@ -18287,7 +18287,7 @@ declare interface VisualisationConfig9 {
|
|
|
18287
18287
|
to: number;
|
|
18288
18288
|
} | {
|
|
18289
18289
|
/**
|
|
18290
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
18290
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
18291
18291
|
*/
|
|
18292
18292
|
absolute: {
|
|
18293
18293
|
from: string;
|
package/esm/v1/metadata.d.ts
CHANGED
|
@@ -538,11 +538,11 @@ export type DateFilter2 = {
|
|
|
538
538
|
*/
|
|
539
539
|
using: string;
|
|
540
540
|
/**
|
|
541
|
-
* A date from which the filter will be applied.
|
|
541
|
+
* A date from which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities.
|
|
542
542
|
*/
|
|
543
543
|
from?: string;
|
|
544
544
|
/**
|
|
545
|
-
* A date to which the filter will be applied.
|
|
545
|
+
* A date to which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities.
|
|
546
546
|
*/
|
|
547
547
|
to?: string;
|
|
548
548
|
/**
|
|
@@ -2884,7 +2884,7 @@ export interface VisualisationConfig {
|
|
|
2884
2884
|
to: number;
|
|
2885
2885
|
} | {
|
|
2886
2886
|
/**
|
|
2887
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
2887
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
2888
2888
|
*/
|
|
2889
2889
|
absolute: {
|
|
2890
2890
|
from: string;
|
|
@@ -3285,7 +3285,7 @@ export interface VisualisationConfig1 {
|
|
|
3285
3285
|
to: number;
|
|
3286
3286
|
} | {
|
|
3287
3287
|
/**
|
|
3288
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
3288
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
3289
3289
|
*/
|
|
3290
3290
|
absolute: {
|
|
3291
3291
|
from: string;
|
|
@@ -3607,7 +3607,7 @@ export interface VisualisationConfig2 {
|
|
|
3607
3607
|
to: number;
|
|
3608
3608
|
} | {
|
|
3609
3609
|
/**
|
|
3610
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
3610
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
3611
3611
|
*/
|
|
3612
3612
|
absolute: {
|
|
3613
3613
|
from: string;
|
|
@@ -3929,7 +3929,7 @@ export interface VisualisationConfig3 {
|
|
|
3929
3929
|
to: number;
|
|
3930
3930
|
} | {
|
|
3931
3931
|
/**
|
|
3932
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
3932
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
3933
3933
|
*/
|
|
3934
3934
|
absolute: {
|
|
3935
3935
|
from: string;
|
|
@@ -4251,7 +4251,7 @@ export interface VisualisationConfig4 {
|
|
|
4251
4251
|
to: number;
|
|
4252
4252
|
} | {
|
|
4253
4253
|
/**
|
|
4254
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
4254
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
4255
4255
|
*/
|
|
4256
4256
|
absolute: {
|
|
4257
4257
|
from: string;
|
|
@@ -4573,7 +4573,7 @@ export interface VisualisationConfig5 {
|
|
|
4573
4573
|
to: number;
|
|
4574
4574
|
} | {
|
|
4575
4575
|
/**
|
|
4576
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
4576
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
4577
4577
|
*/
|
|
4578
4578
|
absolute: {
|
|
4579
4579
|
from: string;
|
|
@@ -4895,7 +4895,7 @@ export interface VisualisationConfig6 {
|
|
|
4895
4895
|
to: number;
|
|
4896
4896
|
} | {
|
|
4897
4897
|
/**
|
|
4898
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
4898
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
4899
4899
|
*/
|
|
4900
4900
|
absolute: {
|
|
4901
4901
|
from: string;
|
|
@@ -5213,7 +5213,7 @@ export interface VisualisationConfig7 {
|
|
|
5213
5213
|
to: number;
|
|
5214
5214
|
} | {
|
|
5215
5215
|
/**
|
|
5216
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
5216
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
5217
5217
|
*/
|
|
5218
5218
|
absolute: {
|
|
5219
5219
|
from: string;
|
|
@@ -5531,7 +5531,7 @@ export interface VisualisationConfig8 {
|
|
|
5531
5531
|
to: number;
|
|
5532
5532
|
} | {
|
|
5533
5533
|
/**
|
|
5534
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
5534
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
5535
5535
|
*/
|
|
5536
5536
|
absolute: {
|
|
5537
5537
|
from: string;
|
|
@@ -5849,7 +5849,7 @@ export interface VisualisationConfig9 {
|
|
|
5849
5849
|
to: number;
|
|
5850
5850
|
} | {
|
|
5851
5851
|
/**
|
|
5852
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
5852
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
5853
5853
|
*/
|
|
5854
5854
|
absolute: {
|
|
5855
5855
|
from: string;
|
|
@@ -6167,7 +6167,7 @@ export interface VisualisationConfig10 {
|
|
|
6167
6167
|
to: number;
|
|
6168
6168
|
} | {
|
|
6169
6169
|
/**
|
|
6170
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
6170
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
6171
6171
|
*/
|
|
6172
6172
|
absolute: {
|
|
6173
6173
|
from: string;
|
|
@@ -6485,7 +6485,7 @@ export interface VisualisationConfig11 {
|
|
|
6485
6485
|
to: number;
|
|
6486
6486
|
} | {
|
|
6487
6487
|
/**
|
|
6488
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
6488
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
6489
6489
|
*/
|
|
6490
6490
|
absolute: {
|
|
6491
6491
|
from: string;
|
|
@@ -6811,7 +6811,7 @@ export interface VisualisationConfig12 {
|
|
|
6811
6811
|
to: number;
|
|
6812
6812
|
} | {
|
|
6813
6813
|
/**
|
|
6814
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
6814
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
6815
6815
|
*/
|
|
6816
6816
|
absolute: {
|
|
6817
6817
|
from: string;
|
|
@@ -7129,7 +7129,7 @@ export interface VisualisationConfig13 {
|
|
|
7129
7129
|
to: number;
|
|
7130
7130
|
} | {
|
|
7131
7131
|
/**
|
|
7132
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
7132
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
7133
7133
|
*/
|
|
7134
7134
|
absolute: {
|
|
7135
7135
|
from: string;
|
|
@@ -7447,7 +7447,7 @@ export interface VisualisationConfig14 {
|
|
|
7447
7447
|
to: number;
|
|
7448
7448
|
} | {
|
|
7449
7449
|
/**
|
|
7450
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
7450
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
7451
7451
|
*/
|
|
7452
7452
|
absolute: {
|
|
7453
7453
|
from: string;
|
|
@@ -7767,7 +7767,7 @@ export interface VisualisationConfig15 {
|
|
|
7767
7767
|
to: number;
|
|
7768
7768
|
} | {
|
|
7769
7769
|
/**
|
|
7770
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
7770
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
7771
7771
|
*/
|
|
7772
7772
|
absolute: {
|
|
7773
7773
|
from: string;
|
|
@@ -8087,7 +8087,7 @@ export interface VisualisationConfig16 {
|
|
|
8087
8087
|
to: number;
|
|
8088
8088
|
} | {
|
|
8089
8089
|
/**
|
|
8090
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
8090
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
8091
8091
|
*/
|
|
8092
8092
|
absolute: {
|
|
8093
8093
|
from: string;
|
|
@@ -8405,7 +8405,7 @@ export interface VisualisationConfig17 {
|
|
|
8405
8405
|
to: number;
|
|
8406
8406
|
} | {
|
|
8407
8407
|
/**
|
|
8408
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
8408
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
8409
8409
|
*/
|
|
8410
8410
|
absolute: {
|
|
8411
8411
|
from: string;
|
|
@@ -8723,7 +8723,7 @@ export interface VisualisationConfig18 {
|
|
|
8723
8723
|
to: number;
|
|
8724
8724
|
} | {
|
|
8725
8725
|
/**
|
|
8726
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
8726
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
8727
8727
|
*/
|
|
8728
8728
|
absolute: {
|
|
8729
8729
|
from: string;
|
|
@@ -9045,7 +9045,7 @@ export interface VisualisationConfig19 {
|
|
|
9045
9045
|
to: number;
|
|
9046
9046
|
} | {
|
|
9047
9047
|
/**
|
|
9048
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
9048
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
9049
9049
|
*/
|
|
9050
9050
|
absolute: {
|
|
9051
9051
|
from: string;
|
|
@@ -9340,7 +9340,7 @@ export interface VisualisationConfig20 {
|
|
|
9340
9340
|
to: number;
|
|
9341
9341
|
} | {
|
|
9342
9342
|
/**
|
|
9343
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
9343
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
9344
9344
|
*/
|
|
9345
9345
|
absolute: {
|
|
9346
9346
|
from: string;
|
|
@@ -9662,7 +9662,7 @@ export interface VisualisationConfig21 {
|
|
|
9662
9662
|
to: number;
|
|
9663
9663
|
} | {
|
|
9664
9664
|
/**
|
|
9665
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
9665
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
9666
9666
|
*/
|
|
9667
9667
|
absolute: {
|
|
9668
9668
|
from: string;
|
|
@@ -9988,7 +9988,7 @@ export interface VisualisationConfig22 {
|
|
|
9988
9988
|
to: number;
|
|
9989
9989
|
} | {
|
|
9990
9990
|
/**
|
|
9991
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
9991
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
9992
9992
|
*/
|
|
9993
9993
|
absolute: {
|
|
9994
9994
|
from: string;
|
|
@@ -10306,7 +10306,7 @@ export interface VisualisationConfig23 {
|
|
|
10306
10306
|
to: number;
|
|
10307
10307
|
} | {
|
|
10308
10308
|
/**
|
|
10309
|
-
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute granularities.
|
|
10309
|
+
* Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: "YYYY-MM-DD", or "YYYY-MM-DD HH:mm" for hour/minute, or "YYYY-MM-DD HH:mm:ss" for hour/minute/second granularities.
|
|
10310
10310
|
*/
|
|
10311
10311
|
absolute: {
|
|
10312
10312
|
from: string;
|
package/esm/v1/metadata.json
CHANGED
|
@@ -2983,7 +2983,7 @@
|
|
|
2983
2983
|
"properties": {
|
|
2984
2984
|
"absolute": {
|
|
2985
2985
|
"type": "object",
|
|
2986
|
-
"description": "Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: \"YYYY-MM-DD\", or \"YYYY-MM-DD HH:mm\" for hour/minute granularities.",
|
|
2986
|
+
"description": "Static period, snapped to the target date attribute's granularity: from = period start, to = inclusive period end. Platform date strings: \"YYYY-MM-DD\", or \"YYYY-MM-DD HH:mm\" for hour/minute, or \"YYYY-MM-DD HH:mm:ss\" for hour/minute/second granularities.",
|
|
2987
2987
|
"additionalProperties": false,
|
|
2988
2988
|
"required": ["from", "to"],
|
|
2989
2989
|
"properties": {
|
|
@@ -3227,13 +3227,13 @@
|
|
|
3227
3227
|
"granularity": { "$ref": "#/$defs/dateFilterGranularity" },
|
|
3228
3228
|
"from": {
|
|
3229
3229
|
"type": "string",
|
|
3230
|
-
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})
|
|
3231
|
-
"description": "A period start
|
|
3230
|
+
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2})(?::([0-9]{2}))?)?$",
|
|
3231
|
+
"description": "A period start as YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities"
|
|
3232
3232
|
},
|
|
3233
3233
|
"to": {
|
|
3234
3234
|
"type": "string",
|
|
3235
|
-
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})
|
|
3236
|
-
"description": "A period end
|
|
3235
|
+
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2})(?::([0-9]{2}))?)?$",
|
|
3236
|
+
"description": "A period end as YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities"
|
|
3237
3237
|
},
|
|
3238
3238
|
"mode": {
|
|
3239
3239
|
"type": "string",
|
|
@@ -3916,6 +3916,7 @@
|
|
|
3916
3916
|
"dateFilterGranularity": {
|
|
3917
3917
|
"type": "string",
|
|
3918
3918
|
"enum": [
|
|
3919
|
+
"SECOND",
|
|
3919
3920
|
"MINUTE",
|
|
3920
3921
|
"HOUR",
|
|
3921
3922
|
"DAY",
|
|
@@ -4208,13 +4209,13 @@
|
|
|
4208
4209
|
},
|
|
4209
4210
|
"from": {
|
|
4210
4211
|
"type": "string",
|
|
4211
|
-
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2}))?$",
|
|
4212
|
-
"description": "A date from which the filter will be applied."
|
|
4212
|
+
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2})(?::([0-9]{2}))?)?$",
|
|
4213
|
+
"description": "A date from which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities."
|
|
4213
4214
|
},
|
|
4214
4215
|
"to": {
|
|
4215
4216
|
"type": "string",
|
|
4216
|
-
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2}))?$",
|
|
4217
|
-
"description": "A date to which the filter will be applied."
|
|
4217
|
+
"pattern": "^([0-9]{4})-([0-9]{2})-([0-9]{2})(?: ([0-9]{2}):([0-9]{2})(?::([0-9]{2}))?)?$",
|
|
4218
|
+
"description": "A date to which the filter will be applied. YYYY-MM-DD, or YYYY-MM-DD HH:mm for hour/minute, or YYYY-MM-DD HH:mm:ss for hour/minute/second granularities."
|
|
4218
4219
|
},
|
|
4219
4220
|
"with": {
|
|
4220
4221
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-code-schemas",
|
|
3
|
-
"version": "11.52.0-alpha.
|
|
3
|
+
"version": "11.52.0-alpha.7",
|
|
4
4
|
"description": "GoodData AAC JSON Schema types and compiled schemas",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"readdirp": "4.1.2",
|
|
52
52
|
"typescript": "5.9.3",
|
|
53
53
|
"vitest": "4.1.8",
|
|
54
|
-
"@gooddata/eslint-config": "11.52.0-alpha.
|
|
55
|
-
"@gooddata/oxlint-config": "11.52.0-alpha.
|
|
54
|
+
"@gooddata/eslint-config": "11.52.0-alpha.7",
|
|
55
|
+
"@gooddata/oxlint-config": "11.52.0-alpha.7"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"_phase:build": "npm run build",
|