@gooddata/reference-workspace 11.14.0-alpha.3 → 11.14.0-alpha.5

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/md/full.d.ts CHANGED
@@ -5,14 +5,14 @@ import { IAttribute, IMeasure, IMeasureDefinition } from "@gooddata/sdk-model";
5
5
  */
6
6
  export declare const Account: {
7
7
  /**
8
+ * Display Form Title: Account
9
+ * Display Form ID: attr.f_account.account
10
+ */
11
+ Default: IAttribute; /**
8
12
  * Display Form Title: Name
9
13
  * Display Form ID: label.f_account.account.name
10
14
  */
11
15
  Name: IAttribute;
12
- /**
13
- * Display Form Title: Account
14
- * Display Form ID: attr.f_account.account
15
- */ Default: IAttribute;
16
16
  };
17
17
  /**
18
18
  * Attribute Title: Activity
@@ -23,11 +23,11 @@ export declare const Activity: {
23
23
  * Display Form Title: Activity
24
24
  * Display Form ID: attr.f_activity.activity
25
25
  */
26
- Default: IAttribute;
27
- /**
26
+ Default: IAttribute; /**
28
27
  * Display Form Title: Subject
29
28
  * Display Form ID: label.f_activity.subject
30
- */ Subject: IAttribute;
29
+ */
30
+ Subject: IAttribute;
31
31
  };
32
32
  /**
33
33
  * Attribute Title: Opportunity
@@ -35,18 +35,18 @@ export declare const Activity: {
35
35
  */
36
36
  export declare const Opportunity: {
37
37
  /**
38
+ * Display Form Title: Opportunity
39
+ * Display Form ID: attr.f_opportunity.opportunity
40
+ */
41
+ Default: IAttribute; /**
38
42
  * Display Form Title: Opportunity Name
39
43
  * Display Form ID: label.f_opportunity.opportunity.name
40
44
  */
41
- Name: IAttribute;
42
- /**
43
- * Display Form Title: Opportunity
44
- * Display Form ID: attr.f_opportunity.opportunity
45
- */ Default: IAttribute;
46
- /**
45
+ Name: IAttribute; /**
47
46
  * Display Form Title: SFDC URL
48
47
  * Display Form ID: label.f_opportunity.opportunity.sfdcurl
49
- */ SFDCURL: IAttribute;
48
+ */
49
+ SFDCURL: IAttribute;
50
50
  };
51
51
  /**
52
52
  * Attribute Title: Opp. Snapshot
@@ -62,11 +62,11 @@ export declare const SalesRep: {
62
62
  * Display Form Title: Owner Name
63
63
  * Display Form ID: label.f_owner.salesrep.ownername
64
64
  */
65
- OwnerName: IAttribute;
66
- /**
65
+ OwnerName: IAttribute; /**
67
66
  * Display Form Title: Sales Rep
68
67
  * Display Form ID: attr.f_owner.salesrep
69
- */ Default: IAttribute;
68
+ */
69
+ Default: IAttribute;
70
70
  };
71
71
  /**
72
72
  * Attribute Title: Product
@@ -74,22 +74,22 @@ export declare const SalesRep: {
74
74
  */
75
75
  export declare const Product: {
76
76
  /**
77
- * Display Form Title: Product Link
78
- * Display Form ID: label.f_product.product.link
77
+ * Display Form Title: Product
78
+ * Display Form ID: attr.f_product.product
79
79
  */
80
- Link: IAttribute;
81
- /**
80
+ Default: IAttribute; /**
82
81
  * Display Form Title: Product Name
83
82
  * Display Form ID: label.f_product.product.name
84
- */ Name: IAttribute;
85
- /**
86
- * Display Form Title: Product
87
- * Display Form ID: attr.f_product.product
88
- */ Default: IAttribute;
89
- /**
83
+ */
84
+ Name: IAttribute; /**
85
+ * Display Form Title: Product Link
86
+ * Display Form ID: label.f_product.product.link
87
+ */
88
+ Link: IAttribute; /**
90
89
  * Display Form Title: Product Image
91
90
  * Display Form ID: label.f_product.product.image
92
- */ Image: IAttribute;
91
+ */
92
+ Image: IAttribute;
93
93
  };
94
94
  /**
95
95
  * Attribute Title: Stage History
@@ -105,15 +105,15 @@ export declare const StageName: {
105
105
  * Display Form Title: Order
106
106
  * Display Form ID: label.f_stage.stagename.order
107
107
  */
108
- Order: IAttribute;
109
- /**
108
+ Order: IAttribute; /**
110
109
  * Display Form Title: Stage Name
111
110
  * Display Form ID: attr.f_stage.stagename
112
- */ Default: IAttribute;
113
- /**
114
- * Display Form Title: Stage Name
111
+ */
112
+ Default: IAttribute; /**
113
+ * Display Form Title: Stage Name Label
115
114
  * Display Form ID: label.f_stage.stagename.stagename
116
- */ _1: IAttribute;
115
+ */
116
+ Label: IAttribute;
117
117
  };
118
118
  /**
119
119
  * Attribute Title: County name
@@ -161,34 +161,34 @@ export declare const Status: IAttribute;
161
161
  */
162
162
  export declare const City: {
163
163
  /**
164
- * Display Form Title: City short name
165
- * Display Form ID: f_city.id.cityshortname
164
+ * Display Form Title: City name
165
+ * Display Form ID: f_city.id.cityname
166
166
  */
167
- ShortName: IAttribute;
168
- /**
169
- * Display Form Title: Longitude
170
- * Display Form ID: f_city.id.longitude
171
- */ Longitude: IAttribute;
172
- /**
167
+ Name: IAttribute; /**
173
168
  * Display Form Title: City
174
169
  * Display Form ID: f_city.id
175
- */ Default: IAttribute;
176
- /**
170
+ */
171
+ Default: IAttribute; /**
172
+ * Display Form Title: Longitude
173
+ * Display Form ID: f_city.id.longitude
174
+ */
175
+ Longitude: IAttribute; /**
176
+ * Display Form Title: City short name
177
+ * Display Form ID: f_city.id.cityshortname
178
+ */
179
+ ShortName: IAttribute; /**
177
180
  * Display Form Title: City ascii name
178
181
  * Display Form ID: f_city.id.cityasciiname
179
- */ AsciiName: IAttribute;
180
- /**
182
+ */
183
+ AsciiName: IAttribute; /**
181
184
  * Display Form Title: Latitude
182
185
  * Display Form ID: f_city.id.latitude
183
- */ Latitude: IAttribute;
184
- /**
185
- * Display Form Title: City name
186
- * Display Form ID: f_city.id.cityname
187
- */ Name: IAttribute;
188
- /**
186
+ */
187
+ Latitude: IAttribute; /**
189
188
  * Display Form Title: Location
190
189
  * Display Form ID: f_city.id.location
191
- */ Location: IAttribute;
190
+ */
191
+ Location: IAttribute;
192
192
  };
193
193
  /**
194
194
  * Attribute Title: Opportunity Id
@@ -214,11 +214,11 @@ export declare const Department: {
214
214
  * Display Form Title: Department
215
215
  * Display Form ID: f_owner.department_id
216
216
  */
217
- Default: IAttribute;
218
- /**
217
+ Default: IAttribute; /**
219
218
  * Display Form Title: Department hyperlink
220
219
  * Display Form ID: f_owner.department_id.departmenthyperlink
221
- */ Hyperlink: IAttribute;
220
+ */
221
+ Hyperlink: IAttribute;
222
222
  };
223
223
  /**
224
224
  * Attribute Title: Owner Id
@@ -231,14 +231,14 @@ export declare const OwnerId: IAttribute;
231
231
  */
232
232
  export declare const Region: {
233
233
  /**
234
+ * Display Form Title: Region
235
+ * Display Form ID: f_owner.region_id
236
+ */
237
+ Default: IAttribute; /**
234
238
  * Display Form Title: Region hyperlink
235
239
  * Display Form ID: f_owner.region_id.regionhyperlink
236
240
  */
237
241
  Hyperlink: IAttribute;
238
- /**
239
- * Display Form Title: Region
240
- * Display Form ID: f_owner.region_id
241
- */ Default: IAttribute;
242
242
  };
243
243
  /**
244
244
  * Attribute Title: Product Id
@@ -280,20 +280,35 @@ export declare const Status_1: IAttribute;
280
280
  * Attribute ID: f_timeline.id
281
281
  */
282
282
  export declare const Timeline: IAttribute;
283
+ /**
284
+ * Attribute Title: Product that is renamed to test the long attribute name
285
+ * Attribute ID: productthatisrenamedtotestthelongattributename
286
+ */
287
+ export declare const ProductThatIsRenamedToTestTheLongAttributeName: {
288
+ /**
289
+ * Display Form Title: Product that is renamed to test the long attribute name hyperlink
290
+ * Display Form ID: productthatisrenamedtotestthelongattributename.productthatisrenamedtotestthelongattributenamehyperlink
291
+ */
292
+ Hyperlink: IAttribute; /**
293
+ * Display Form Title: Product that is renamed to test the long attribute name
294
+ * Display Form ID: productthatisrenamedtotestthelongattributename
295
+ */
296
+ Default: IAttribute;
297
+ };
283
298
  /**
284
299
  * Attribute Title: State
285
300
  * Attribute ID: state_id
286
301
  */
287
302
  export declare const State: {
288
303
  /**
304
+ * Display Form Title: State name
305
+ * Display Form ID: state_id.statename
306
+ */
307
+ Name: IAttribute; /**
289
308
  * Display Form Title: State
290
309
  * Display Form ID: state_id
291
310
  */
292
311
  Default: IAttribute;
293
- /**
294
- * Display Form Title: State name
295
- * Display Form ID: state_id.statename
296
- */ Name: IAttribute;
297
312
  };
298
313
  /**
299
314
  * Attribute Title: User Id
@@ -304,30 +319,15 @@ export declare const UserId: {
304
319
  * Display Form Title: User Id
305
320
  * Display Form ID: user_id
306
321
  */
307
- Default: IAttribute;
308
- /**
322
+ Default: IAttribute; /**
309
323
  * Display Form Title: User Name
310
324
  * Display Form ID: user_id.username
311
- */ UserName: IAttribute;
312
- /**
325
+ */
326
+ UserName: IAttribute; /**
313
327
  * Display Form Title: User Email
314
328
  * Display Form ID: user_id.useremail
315
- */ UserEmail: IAttribute;
316
- };
317
- /**
318
- * Attribute Title: Product that is renamed to test the long attribute name
319
- * Attribute ID: productthatisrenamedtotestthelongattributename
320
- */
321
- export declare const ProductThatIsRenamedToTestTheLongAttributeName: {
322
- /**
323
- * Display Form Title: Product that is renamed to test the long attribute name hyperlink
324
- * Display Form ID: productthatisrenamedtotestthelongattributename.productthatisrenamedtotestthelongattributenamehyperlink
325
329
  */
326
- Hyperlink: IAttribute;
327
- /**
328
- * Display Form Title: Product that is renamed to test the long attribute name
329
- * Display Form ID: productthatisrenamedtotestthelongattributename
330
- */ Default: IAttribute;
330
+ UserEmail: IAttribute;
331
331
  };
332
332
  /**
333
333
  * Metric Title: _Timeline [EOP]
@@ -483,32 +483,32 @@ export declare const ActivityDate: {
483
483
  * Fact ID: fact.f_activity.activitydate
484
484
  * Fact Aggregation: sum
485
485
  */
486
- Sum: IMeasure<IMeasureDefinition>;
487
- /**
486
+ Sum: IMeasure<IMeasureDefinition>; /**
488
487
  * Fact Title: Activity (Date)
489
488
  * Fact ID: fact.f_activity.activitydate
490
489
  * Fact Aggregation: avg
491
- */ Avg: IMeasure<IMeasureDefinition>;
492
- /**
490
+ */
491
+ Avg: IMeasure<IMeasureDefinition>; /**
493
492
  * Fact Title: Activity (Date)
494
493
  * Fact ID: fact.f_activity.activitydate
495
494
  * Fact Aggregation: min
496
- */ Min: IMeasure<IMeasureDefinition>;
497
- /**
495
+ */
496
+ Min: IMeasure<IMeasureDefinition>; /**
498
497
  * Fact Title: Activity (Date)
499
498
  * Fact ID: fact.f_activity.activitydate
500
499
  * Fact Aggregation: max
501
- */ Max: IMeasure<IMeasureDefinition>;
502
- /**
500
+ */
501
+ Max: IMeasure<IMeasureDefinition>; /**
503
502
  * Fact Title: Activity (Date)
504
503
  * Fact ID: fact.f_activity.activitydate
505
504
  * Fact Aggregation: median
506
- */ Median: IMeasure<IMeasureDefinition>;
507
- /**
505
+ */
506
+ Median: IMeasure<IMeasureDefinition>; /**
508
507
  * Fact Title: Activity (Date)
509
508
  * Fact ID: fact.f_activity.activitydate
510
509
  * Fact Aggregation: runsum
511
- */ Runsum: IMeasure<IMeasureDefinition>;
510
+ */
511
+ Runsum: IMeasure<IMeasureDefinition>;
512
512
  };
513
513
  /**
514
514
  * Fact Title: Opp. Created (Date)
@@ -520,32 +520,32 @@ export declare const OppCreatedDate: {
520
520
  * Fact ID: fact.f_opportunity.oppcreateddate
521
521
  * Fact Aggregation: sum
522
522
  */
523
- Sum: IMeasure<IMeasureDefinition>;
524
- /**
523
+ Sum: IMeasure<IMeasureDefinition>; /**
525
524
  * Fact Title: Opp. Created (Date)
526
525
  * Fact ID: fact.f_opportunity.oppcreateddate
527
526
  * Fact Aggregation: avg
528
- */ Avg: IMeasure<IMeasureDefinition>;
529
- /**
527
+ */
528
+ Avg: IMeasure<IMeasureDefinition>; /**
530
529
  * Fact Title: Opp. Created (Date)
531
530
  * Fact ID: fact.f_opportunity.oppcreateddate
532
531
  * Fact Aggregation: min
533
- */ Min: IMeasure<IMeasureDefinition>;
534
- /**
532
+ */
533
+ Min: IMeasure<IMeasureDefinition>; /**
535
534
  * Fact Title: Opp. Created (Date)
536
535
  * Fact ID: fact.f_opportunity.oppcreateddate
537
536
  * Fact Aggregation: max
538
- */ Max: IMeasure<IMeasureDefinition>;
539
- /**
537
+ */
538
+ Max: IMeasure<IMeasureDefinition>; /**
540
539
  * Fact Title: Opp. Created (Date)
541
540
  * Fact ID: fact.f_opportunity.oppcreateddate
542
541
  * Fact Aggregation: median
543
- */ Median: IMeasure<IMeasureDefinition>;
544
- /**
542
+ */
543
+ Median: IMeasure<IMeasureDefinition>; /**
545
544
  * Fact Title: Opp. Created (Date)
546
545
  * Fact ID: fact.f_opportunity.oppcreateddate
547
546
  * Fact Aggregation: runsum
548
- */ Runsum: IMeasure<IMeasureDefinition>;
547
+ */
548
+ Runsum: IMeasure<IMeasureDefinition>;
549
549
  };
550
550
  /**
551
551
  * Fact Title: Opp. Close (Date)
@@ -557,32 +557,32 @@ export declare const OppCloseDate: {
557
557
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
558
558
  * Fact Aggregation: sum
559
559
  */
560
- Sum: IMeasure<IMeasureDefinition>;
561
- /**
560
+ Sum: IMeasure<IMeasureDefinition>; /**
562
561
  * Fact Title: Opp. Close (Date)
563
562
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
564
563
  * Fact Aggregation: avg
565
- */ Avg: IMeasure<IMeasureDefinition>;
566
- /**
564
+ */
565
+ Avg: IMeasure<IMeasureDefinition>; /**
567
566
  * Fact Title: Opp. Close (Date)
568
567
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
569
568
  * Fact Aggregation: min
570
- */ Min: IMeasure<IMeasureDefinition>;
571
- /**
569
+ */
570
+ Min: IMeasure<IMeasureDefinition>; /**
572
571
  * Fact Title: Opp. Close (Date)
573
572
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
574
573
  * Fact Aggregation: max
575
- */ Max: IMeasure<IMeasureDefinition>;
576
- /**
574
+ */
575
+ Max: IMeasure<IMeasureDefinition>; /**
577
576
  * Fact Title: Opp. Close (Date)
578
577
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
579
578
  * Fact Aggregation: median
580
- */ Median: IMeasure<IMeasureDefinition>;
581
- /**
579
+ */
580
+ Median: IMeasure<IMeasureDefinition>; /**
582
581
  * Fact Title: Opp. Close (Date)
583
582
  * Fact ID: fact.f_opportunitysnapshot.oppclosedate
584
583
  * Fact Aggregation: runsum
585
- */ Runsum: IMeasure<IMeasureDefinition>;
584
+ */
585
+ Runsum: IMeasure<IMeasureDefinition>;
586
586
  };
587
587
  /**
588
588
  * Fact Title: Opp. Snapshot (Date)
@@ -594,32 +594,32 @@ export declare const OppSnapshotDate: {
594
594
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
595
595
  * Fact Aggregation: sum
596
596
  */
597
- Sum: IMeasure<IMeasureDefinition>;
598
- /**
597
+ Sum: IMeasure<IMeasureDefinition>; /**
599
598
  * Fact Title: Opp. Snapshot (Date)
600
599
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
601
600
  * Fact Aggregation: avg
602
- */ Avg: IMeasure<IMeasureDefinition>;
603
- /**
601
+ */
602
+ Avg: IMeasure<IMeasureDefinition>; /**
604
603
  * Fact Title: Opp. Snapshot (Date)
605
604
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
606
605
  * Fact Aggregation: min
607
- */ Min: IMeasure<IMeasureDefinition>;
608
- /**
606
+ */
607
+ Min: IMeasure<IMeasureDefinition>; /**
609
608
  * Fact Title: Opp. Snapshot (Date)
610
609
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
611
610
  * Fact Aggregation: max
612
- */ Max: IMeasure<IMeasureDefinition>;
613
- /**
611
+ */
612
+ Max: IMeasure<IMeasureDefinition>; /**
614
613
  * Fact Title: Opp. Snapshot (Date)
615
614
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
616
615
  * Fact Aggregation: median
617
- */ Median: IMeasure<IMeasureDefinition>;
618
- /**
616
+ */
617
+ Median: IMeasure<IMeasureDefinition>; /**
619
618
  * Fact Title: Opp. Snapshot (Date)
620
619
  * Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
621
620
  * Fact Aggregation: runsum
622
- */ Runsum: IMeasure<IMeasureDefinition>;
621
+ */
622
+ Runsum: IMeasure<IMeasureDefinition>;
623
623
  };
624
624
  /**
625
625
  * Fact Title: Timeline (Date)
@@ -631,32 +631,32 @@ export declare const TimelineDate: {
631
631
  * Fact ID: fact.f_timeline.timelinedate
632
632
  * Fact Aggregation: sum
633
633
  */
634
- Sum: IMeasure<IMeasureDefinition>;
635
- /**
634
+ Sum: IMeasure<IMeasureDefinition>; /**
636
635
  * Fact Title: Timeline (Date)
637
636
  * Fact ID: fact.f_timeline.timelinedate
638
637
  * Fact Aggregation: avg
639
- */ Avg: IMeasure<IMeasureDefinition>;
640
- /**
638
+ */
639
+ Avg: IMeasure<IMeasureDefinition>; /**
641
640
  * Fact Title: Timeline (Date)
642
641
  * Fact ID: fact.f_timeline.timelinedate
643
642
  * Fact Aggregation: min
644
- */ Min: IMeasure<IMeasureDefinition>;
645
- /**
643
+ */
644
+ Min: IMeasure<IMeasureDefinition>; /**
646
645
  * Fact Title: Timeline (Date)
647
646
  * Fact ID: fact.f_timeline.timelinedate
648
647
  * Fact Aggregation: max
649
- */ Max: IMeasure<IMeasureDefinition>;
650
- /**
648
+ */
649
+ Max: IMeasure<IMeasureDefinition>; /**
651
650
  * Fact Title: Timeline (Date)
652
651
  * Fact ID: fact.f_timeline.timelinedate
653
652
  * Fact Aggregation: median
654
- */ Median: IMeasure<IMeasureDefinition>;
655
- /**
653
+ */
654
+ Median: IMeasure<IMeasureDefinition>; /**
656
655
  * Fact Title: Timeline (Date)
657
656
  * Fact ID: fact.f_timeline.timelinedate
658
657
  * Fact Aggregation: runsum
659
- */ Runsum: IMeasure<IMeasureDefinition>;
658
+ */
659
+ Runsum: IMeasure<IMeasureDefinition>;
660
660
  };
661
661
  /**
662
662
  * Fact Title: Density
@@ -668,32 +668,32 @@ export declare const Density: {
668
668
  * Fact ID: f_density
669
669
  * Fact Aggregation: sum
670
670
  */
671
- Sum: IMeasure<IMeasureDefinition>;
672
- /**
671
+ Sum: IMeasure<IMeasureDefinition>; /**
673
672
  * Fact Title: Density
674
673
  * Fact ID: f_density
675
674
  * Fact Aggregation: avg
676
- */ Avg: IMeasure<IMeasureDefinition>;
677
- /**
675
+ */
676
+ Avg: IMeasure<IMeasureDefinition>; /**
678
677
  * Fact Title: Density
679
678
  * Fact ID: f_density
680
679
  * Fact Aggregation: min
681
- */ Min: IMeasure<IMeasureDefinition>;
682
- /**
680
+ */
681
+ Min: IMeasure<IMeasureDefinition>; /**
683
682
  * Fact Title: Density
684
683
  * Fact ID: f_density
685
684
  * Fact Aggregation: max
686
- */ Max: IMeasure<IMeasureDefinition>;
687
- /**
685
+ */
686
+ Max: IMeasure<IMeasureDefinition>; /**
688
687
  * Fact Title: Density
689
688
  * Fact ID: f_density
690
689
  * Fact Aggregation: median
691
- */ Median: IMeasure<IMeasureDefinition>;
692
- /**
690
+ */
691
+ Median: IMeasure<IMeasureDefinition>; /**
693
692
  * Fact Title: Density
694
693
  * Fact ID: f_density
695
694
  * Fact Aggregation: runsum
696
- */ Runsum: IMeasure<IMeasureDefinition>;
695
+ */
696
+ Runsum: IMeasure<IMeasureDefinition>;
697
697
  };
698
698
  /**
699
699
  * Fact Title: Amount
@@ -705,32 +705,32 @@ export declare const Amount_1: {
705
705
  * Fact ID: f_opportunitysnapshot.f_amount
706
706
  * Fact Aggregation: sum
707
707
  */
708
- Sum: IMeasure<IMeasureDefinition>;
709
- /**
708
+ Sum: IMeasure<IMeasureDefinition>; /**
710
709
  * Fact Title: Amount
711
710
  * Fact ID: f_opportunitysnapshot.f_amount
712
711
  * Fact Aggregation: avg
713
- */ Avg: IMeasure<IMeasureDefinition>;
714
- /**
712
+ */
713
+ Avg: IMeasure<IMeasureDefinition>; /**
715
714
  * Fact Title: Amount
716
715
  * Fact ID: f_opportunitysnapshot.f_amount
717
716
  * Fact Aggregation: min
718
- */ Min: IMeasure<IMeasureDefinition>;
719
- /**
717
+ */
718
+ Min: IMeasure<IMeasureDefinition>; /**
720
719
  * Fact Title: Amount
721
720
  * Fact ID: f_opportunitysnapshot.f_amount
722
721
  * Fact Aggregation: max
723
- */ Max: IMeasure<IMeasureDefinition>;
724
- /**
722
+ */
723
+ Max: IMeasure<IMeasureDefinition>; /**
725
724
  * Fact Title: Amount
726
725
  * Fact ID: f_opportunitysnapshot.f_amount
727
726
  * Fact Aggregation: median
728
- */ Median: IMeasure<IMeasureDefinition>;
729
- /**
727
+ */
728
+ Median: IMeasure<IMeasureDefinition>; /**
730
729
  * Fact Title: Amount
731
730
  * Fact ID: f_opportunitysnapshot.f_amount
732
731
  * Fact Aggregation: runsum
733
- */ Runsum: IMeasure<IMeasureDefinition>;
732
+ */
733
+ Runsum: IMeasure<IMeasureDefinition>;
734
734
  };
735
735
  /**
736
736
  * Fact Title: Days to Close
@@ -742,32 +742,32 @@ export declare const DaysToClose: {
742
742
  * Fact ID: f_opportunitysnapshot.f_daystoclose
743
743
  * Fact Aggregation: sum
744
744
  */
745
- Sum: IMeasure<IMeasureDefinition>;
746
- /**
745
+ Sum: IMeasure<IMeasureDefinition>; /**
747
746
  * Fact Title: Days to Close
748
747
  * Fact ID: f_opportunitysnapshot.f_daystoclose
749
748
  * Fact Aggregation: avg
750
- */ Avg: IMeasure<IMeasureDefinition>;
751
- /**
749
+ */
750
+ Avg: IMeasure<IMeasureDefinition>; /**
752
751
  * Fact Title: Days to Close
753
752
  * Fact ID: f_opportunitysnapshot.f_daystoclose
754
753
  * Fact Aggregation: min
755
- */ Min: IMeasure<IMeasureDefinition>;
756
- /**
754
+ */
755
+ Min: IMeasure<IMeasureDefinition>; /**
757
756
  * Fact Title: Days to Close
758
757
  * Fact ID: f_opportunitysnapshot.f_daystoclose
759
758
  * Fact Aggregation: max
760
- */ Max: IMeasure<IMeasureDefinition>;
761
- /**
759
+ */
760
+ Max: IMeasure<IMeasureDefinition>; /**
762
761
  * Fact Title: Days to Close
763
762
  * Fact ID: f_opportunitysnapshot.f_daystoclose
764
763
  * Fact Aggregation: median
765
- */ Median: IMeasure<IMeasureDefinition>;
766
- /**
764
+ */
765
+ Median: IMeasure<IMeasureDefinition>; /**
767
766
  * Fact Title: Days to Close
768
767
  * Fact ID: f_opportunitysnapshot.f_daystoclose
769
768
  * Fact Aggregation: runsum
770
- */ Runsum: IMeasure<IMeasureDefinition>;
769
+ */
770
+ Runsum: IMeasure<IMeasureDefinition>;
771
771
  };
772
772
  /**
773
773
  * Fact Title: Probability
@@ -779,32 +779,32 @@ export declare const Probability_1: {
779
779
  * Fact ID: f_opportunitysnapshot.f_probability
780
780
  * Fact Aggregation: sum
781
781
  */
782
- Sum: IMeasure<IMeasureDefinition>;
783
- /**
782
+ Sum: IMeasure<IMeasureDefinition>; /**
784
783
  * Fact Title: Probability
785
784
  * Fact ID: f_opportunitysnapshot.f_probability
786
785
  * Fact Aggregation: avg
787
- */ Avg: IMeasure<IMeasureDefinition>;
788
- /**
786
+ */
787
+ Avg: IMeasure<IMeasureDefinition>; /**
789
788
  * Fact Title: Probability
790
789
  * Fact ID: f_opportunitysnapshot.f_probability
791
790
  * Fact Aggregation: min
792
- */ Min: IMeasure<IMeasureDefinition>;
793
- /**
791
+ */
792
+ Min: IMeasure<IMeasureDefinition>; /**
794
793
  * Fact Title: Probability
795
794
  * Fact ID: f_opportunitysnapshot.f_probability
796
795
  * Fact Aggregation: max
797
- */ Max: IMeasure<IMeasureDefinition>;
798
- /**
796
+ */
797
+ Max: IMeasure<IMeasureDefinition>; /**
799
798
  * Fact Title: Probability
800
799
  * Fact ID: f_opportunitysnapshot.f_probability
801
800
  * Fact Aggregation: median
802
- */ Median: IMeasure<IMeasureDefinition>;
803
- /**
801
+ */
802
+ Median: IMeasure<IMeasureDefinition>; /**
804
803
  * Fact Title: Probability
805
804
  * Fact ID: f_opportunitysnapshot.f_probability
806
805
  * Fact Aggregation: runsum
807
- */ Runsum: IMeasure<IMeasureDefinition>;
806
+ */
807
+ Runsum: IMeasure<IMeasureDefinition>;
808
808
  };
809
809
  /**
810
810
  * Fact Title: Population
@@ -816,32 +816,32 @@ export declare const Population: {
816
816
  * Fact ID: f_population
817
817
  * Fact Aggregation: sum
818
818
  */
819
- Sum: IMeasure<IMeasureDefinition>;
820
- /**
819
+ Sum: IMeasure<IMeasureDefinition>; /**
821
820
  * Fact Title: Population
822
821
  * Fact ID: f_population
823
822
  * Fact Aggregation: avg
824
- */ Avg: IMeasure<IMeasureDefinition>;
825
- /**
823
+ */
824
+ Avg: IMeasure<IMeasureDefinition>; /**
826
825
  * Fact Title: Population
827
826
  * Fact ID: f_population
828
827
  * Fact Aggregation: min
829
- */ Min: IMeasure<IMeasureDefinition>;
830
- /**
828
+ */
829
+ Min: IMeasure<IMeasureDefinition>; /**
831
830
  * Fact Title: Population
832
831
  * Fact ID: f_population
833
832
  * Fact Aggregation: max
834
- */ Max: IMeasure<IMeasureDefinition>;
835
- /**
833
+ */
834
+ Max: IMeasure<IMeasureDefinition>; /**
836
835
  * Fact Title: Population
837
836
  * Fact ID: f_population
838
837
  * Fact Aggregation: median
839
- */ Median: IMeasure<IMeasureDefinition>;
840
- /**
838
+ */
839
+ Median: IMeasure<IMeasureDefinition>; /**
841
840
  * Fact Title: Population
842
841
  * Fact ID: f_population
843
842
  * Fact Aggregation: runsum
844
- */ Runsum: IMeasure<IMeasureDefinition>;
843
+ */
844
+ Runsum: IMeasure<IMeasureDefinition>;
845
845
  };
846
846
  /**
847
847
  * Fact Title: Duration
@@ -853,32 +853,32 @@ export declare const Duration: {
853
853
  * Fact ID: f_stagehistory.f_duration
854
854
  * Fact Aggregation: sum
855
855
  */
856
- Sum: IMeasure<IMeasureDefinition>;
857
- /**
856
+ Sum: IMeasure<IMeasureDefinition>; /**
858
857
  * Fact Title: Duration
859
858
  * Fact ID: f_stagehistory.f_duration
860
859
  * Fact Aggregation: avg
861
- */ Avg: IMeasure<IMeasureDefinition>;
862
- /**
860
+ */
861
+ Avg: IMeasure<IMeasureDefinition>; /**
863
862
  * Fact Title: Duration
864
863
  * Fact ID: f_stagehistory.f_duration
865
864
  * Fact Aggregation: min
866
- */ Min: IMeasure<IMeasureDefinition>;
867
- /**
865
+ */
866
+ Min: IMeasure<IMeasureDefinition>; /**
868
867
  * Fact Title: Duration
869
868
  * Fact ID: f_stagehistory.f_duration
870
869
  * Fact Aggregation: max
871
- */ Max: IMeasure<IMeasureDefinition>;
872
- /**
870
+ */
871
+ Max: IMeasure<IMeasureDefinition>; /**
873
872
  * Fact Title: Duration
874
873
  * Fact ID: f_stagehistory.f_duration
875
874
  * Fact Aggregation: median
876
- */ Median: IMeasure<IMeasureDefinition>;
877
- /**
875
+ */
876
+ Median: IMeasure<IMeasureDefinition>; /**
878
877
  * Fact Title: Duration
879
878
  * Fact ID: f_stagehistory.f_duration
880
879
  * Fact Aggregation: runsum
881
- */ Runsum: IMeasure<IMeasureDefinition>;
880
+ */
881
+ Runsum: IMeasure<IMeasureDefinition>;
882
882
  };
883
883
  /**
884
884
  * Fact Title: Velocity
@@ -890,32 +890,32 @@ export declare const Velocity: {
890
890
  * Fact ID: f_stagehistory.f_velocity
891
891
  * Fact Aggregation: sum
892
892
  */
893
- Sum: IMeasure<IMeasureDefinition>;
894
- /**
893
+ Sum: IMeasure<IMeasureDefinition>; /**
895
894
  * Fact Title: Velocity
896
895
  * Fact ID: f_stagehistory.f_velocity
897
896
  * Fact Aggregation: avg
898
- */ Avg: IMeasure<IMeasureDefinition>;
899
- /**
897
+ */
898
+ Avg: IMeasure<IMeasureDefinition>; /**
900
899
  * Fact Title: Velocity
901
900
  * Fact ID: f_stagehistory.f_velocity
902
901
  * Fact Aggregation: min
903
- */ Min: IMeasure<IMeasureDefinition>;
904
- /**
902
+ */
903
+ Min: IMeasure<IMeasureDefinition>; /**
905
904
  * Fact Title: Velocity
906
905
  * Fact ID: f_stagehistory.f_velocity
907
906
  * Fact Aggregation: max
908
- */ Max: IMeasure<IMeasureDefinition>;
909
- /**
907
+ */
908
+ Max: IMeasure<IMeasureDefinition>; /**
910
909
  * Fact Title: Velocity
911
910
  * Fact ID: f_stagehistory.f_velocity
912
911
  * Fact Aggregation: median
913
- */ Median: IMeasure<IMeasureDefinition>;
914
- /**
912
+ */
913
+ Median: IMeasure<IMeasureDefinition>; /**
915
914
  * Fact Title: Velocity
916
915
  * Fact ID: f_stagehistory.f_velocity
917
916
  * Fact Aggregation: runsum
918
- */ Runsum: IMeasure<IMeasureDefinition>;
917
+ */
918
+ Runsum: IMeasure<IMeasureDefinition>;
919
919
  };
920
920
  /** Available Date Data Sets */
921
921
  export declare const DateDatasets: {
@@ -925,859 +925,914 @@ export declare const DateDatasets: {
925
925
  */
926
926
  Activity: {
927
927
  ref: import("@gooddata/sdk-model").IdentifierRef;
928
- identifier: string;
929
- /**
928
+ identifier: string; /**
930
929
  * Date Attribute: Activity - Date
931
930
  * Date Attribute ID: dt_activity_timestamp.day
932
- */ ActivityDate: {
931
+ */
932
+ ActivityDate: {
933
933
  ref: import("@gooddata/sdk-model").IdentifierRef;
934
- identifier: string;
935
- /**
934
+ identifier: string; /**
936
935
  * Display Form Title: Activity - Date
937
936
  * Display Form ID: dt_activity_timestamp.day
938
- */ Default: IAttribute;
939
- };
940
- /**
937
+ */
938
+ Default: IAttribute;
939
+ }; /**
941
940
  * Date Attribute: Activity - Day of Month
942
941
  * Date Attribute ID: dt_activity_timestamp.dayOfMonth
943
- */ ActivityDayOfMonth: {
942
+ */
943
+ ActivityDayOfMonth: {
944
944
  ref: import("@gooddata/sdk-model").IdentifierRef;
945
- identifier: string;
946
- /**
945
+ identifier: string; /**
947
946
  * Display Form Title: Activity - Day of Month
948
947
  * Display Form ID: dt_activity_timestamp.dayOfMonth
949
- */ Default: IAttribute;
950
- };
951
- /**
948
+ */
949
+ Default: IAttribute;
950
+ }; /**
951
+ * Date Attribute: Activity - Day of Quarter
952
+ * Date Attribute ID: dt_activity_timestamp.dayOfQuarter
953
+ */
954
+ ActivityDayOfQuarter: {
955
+ ref: import("@gooddata/sdk-model").IdentifierRef;
956
+ identifier: string; /**
957
+ * Display Form Title: Activity - Day of Quarter
958
+ * Display Form ID: dt_activity_timestamp.dayOfQuarter
959
+ */
960
+ Default: IAttribute;
961
+ }; /**
952
962
  * Date Attribute: Activity - Day of Week
953
963
  * Date Attribute ID: dt_activity_timestamp.dayOfWeek
954
- */ ActivityDayOfWeek: {
964
+ */
965
+ ActivityDayOfWeek: {
955
966
  ref: import("@gooddata/sdk-model").IdentifierRef;
956
- identifier: string;
957
- /**
967
+ identifier: string; /**
958
968
  * Display Form Title: Activity - Day of Week
959
969
  * Display Form ID: dt_activity_timestamp.dayOfWeek
960
- */ Default: IAttribute;
961
- };
962
- /**
970
+ */
971
+ Default: IAttribute;
972
+ }; /**
963
973
  * Date Attribute: Activity - Day of Year
964
974
  * Date Attribute ID: dt_activity_timestamp.dayOfYear
965
- */ ActivityDayOfYear: {
975
+ */
976
+ ActivityDayOfYear: {
966
977
  ref: import("@gooddata/sdk-model").IdentifierRef;
967
- identifier: string;
968
- /**
978
+ identifier: string; /**
969
979
  * Display Form Title: Activity - Day of Year
970
980
  * Display Form ID: dt_activity_timestamp.dayOfYear
971
- */ Default: IAttribute;
972
- };
973
- /**
981
+ */
982
+ Default: IAttribute;
983
+ }; /**
974
984
  * Date Attribute: Activity - Hour
975
985
  * Date Attribute ID: dt_activity_timestamp.hour
976
- */ ActivityHour: {
986
+ */
987
+ ActivityHour: {
977
988
  ref: import("@gooddata/sdk-model").IdentifierRef;
978
- identifier: string;
979
- /**
989
+ identifier: string; /**
980
990
  * Display Form Title: Activity - Hour
981
991
  * Display Form ID: dt_activity_timestamp.hour
982
- */ Default: IAttribute;
983
- };
984
- /**
992
+ */
993
+ Default: IAttribute;
994
+ }; /**
985
995
  * Date Attribute: Activity - Hour of Day
986
996
  * Date Attribute ID: dt_activity_timestamp.hourOfDay
987
- */ ActivityHourOfDay: {
997
+ */
998
+ ActivityHourOfDay: {
988
999
  ref: import("@gooddata/sdk-model").IdentifierRef;
989
- identifier: string;
990
- /**
1000
+ identifier: string; /**
991
1001
  * Display Form Title: Activity - Hour of Day
992
1002
  * Display Form ID: dt_activity_timestamp.hourOfDay
993
- */ Default: IAttribute;
994
- };
995
- /**
1003
+ */
1004
+ Default: IAttribute;
1005
+ }; /**
996
1006
  * Date Attribute: Activity - Minute
997
1007
  * Date Attribute ID: dt_activity_timestamp.minute
998
- */ ActivityMinute: {
1008
+ */
1009
+ ActivityMinute: {
999
1010
  ref: import("@gooddata/sdk-model").IdentifierRef;
1000
- identifier: string;
1001
- /**
1011
+ identifier: string; /**
1002
1012
  * Display Form Title: Activity - Minute
1003
1013
  * Display Form ID: dt_activity_timestamp.minute
1004
- */ Default: IAttribute;
1005
- };
1006
- /**
1014
+ */
1015
+ Default: IAttribute;
1016
+ }; /**
1007
1017
  * Date Attribute: Activity - Minute of Hour
1008
1018
  * Date Attribute ID: dt_activity_timestamp.minuteOfHour
1009
- */ ActivityMinuteOfHour: {
1019
+ */
1020
+ ActivityMinuteOfHour: {
1010
1021
  ref: import("@gooddata/sdk-model").IdentifierRef;
1011
- identifier: string;
1012
- /**
1022
+ identifier: string; /**
1013
1023
  * Display Form Title: Activity - Minute of Hour
1014
1024
  * Display Form ID: dt_activity_timestamp.minuteOfHour
1015
- */ Default: IAttribute;
1016
- };
1017
- /**
1025
+ */
1026
+ Default: IAttribute;
1027
+ }; /**
1018
1028
  * Date Attribute: Activity - Month/Year
1019
1029
  * Date Attribute ID: dt_activity_timestamp.month
1020
- */ ActivityMonthYear: {
1030
+ */
1031
+ ActivityMonthYear: {
1021
1032
  ref: import("@gooddata/sdk-model").IdentifierRef;
1022
- identifier: string;
1023
- /**
1033
+ identifier: string; /**
1024
1034
  * Display Form Title: Activity - Month/Year
1025
1035
  * Display Form ID: dt_activity_timestamp.month
1026
- */ Default: IAttribute;
1027
- };
1028
- /**
1036
+ */
1037
+ Default: IAttribute;
1038
+ }; /**
1029
1039
  * Date Attribute: Activity - Month of Year
1030
1040
  * Date Attribute ID: dt_activity_timestamp.monthOfYear
1031
- */ ActivityMonthOfYear: {
1041
+ */
1042
+ ActivityMonthOfYear: {
1032
1043
  ref: import("@gooddata/sdk-model").IdentifierRef;
1033
- identifier: string;
1034
- /**
1044
+ identifier: string; /**
1035
1045
  * Display Form Title: Activity - Month of Year
1036
1046
  * Display Form ID: dt_activity_timestamp.monthOfYear
1037
- */ Default: IAttribute;
1038
- };
1039
- /**
1047
+ */
1048
+ Default: IAttribute;
1049
+ }; /**
1040
1050
  * Date Attribute: Activity - Quarter/Year
1041
1051
  * Date Attribute ID: dt_activity_timestamp.quarter
1042
- */ ActivityQuarterYear: {
1052
+ */
1053
+ ActivityQuarterYear: {
1043
1054
  ref: import("@gooddata/sdk-model").IdentifierRef;
1044
- identifier: string;
1045
- /**
1055
+ identifier: string; /**
1046
1056
  * Display Form Title: Activity - Quarter/Year
1047
1057
  * Display Form ID: dt_activity_timestamp.quarter
1048
- */ Default: IAttribute;
1049
- };
1050
- /**
1058
+ */
1059
+ Default: IAttribute;
1060
+ }; /**
1051
1061
  * Date Attribute: Activity - Quarter of Year
1052
1062
  * Date Attribute ID: dt_activity_timestamp.quarterOfYear
1053
- */ ActivityQuarterOfYear: {
1063
+ */
1064
+ ActivityQuarterOfYear: {
1054
1065
  ref: import("@gooddata/sdk-model").IdentifierRef;
1055
- identifier: string;
1056
- /**
1066
+ identifier: string; /**
1057
1067
  * Display Form Title: Activity - Quarter of Year
1058
1068
  * Display Form ID: dt_activity_timestamp.quarterOfYear
1059
- */ Default: IAttribute;
1060
- };
1061
- /**
1069
+ */
1070
+ Default: IAttribute;
1071
+ }; /**
1062
1072
  * Date Attribute: Activity - Week/Year
1063
1073
  * Date Attribute ID: dt_activity_timestamp.week
1064
- */ ActivityWeekYear: {
1074
+ */
1075
+ ActivityWeekYear: {
1065
1076
  ref: import("@gooddata/sdk-model").IdentifierRef;
1066
- identifier: string;
1067
- /**
1077
+ identifier: string; /**
1068
1078
  * Display Form Title: Activity - Week/Year
1069
1079
  * Display Form ID: dt_activity_timestamp.week
1070
- */ Default: IAttribute;
1071
- };
1072
- /**
1080
+ */
1081
+ Default: IAttribute;
1082
+ }; /**
1073
1083
  * Date Attribute: Activity - Week of Year
1074
1084
  * Date Attribute ID: dt_activity_timestamp.weekOfYear
1075
- */ ActivityWeekOfYear: {
1085
+ */
1086
+ ActivityWeekOfYear: {
1076
1087
  ref: import("@gooddata/sdk-model").IdentifierRef;
1077
- identifier: string;
1078
- /**
1088
+ identifier: string; /**
1079
1089
  * Display Form Title: Activity - Week of Year
1080
1090
  * Display Form ID: dt_activity_timestamp.weekOfYear
1081
- */ Default: IAttribute;
1082
- };
1083
- /**
1091
+ */
1092
+ Default: IAttribute;
1093
+ }; /**
1084
1094
  * Date Attribute: Activity - Year
1085
1095
  * Date Attribute ID: dt_activity_timestamp.year
1086
- */ ActivityYear: {
1096
+ */
1097
+ ActivityYear: {
1087
1098
  ref: import("@gooddata/sdk-model").IdentifierRef;
1088
- identifier: string;
1089
- /**
1099
+ identifier: string; /**
1090
1100
  * Display Form Title: Activity - Year
1091
1101
  * Display Form ID: dt_activity_timestamp.year
1092
- */ Default: IAttribute;
1102
+ */
1103
+ Default: IAttribute;
1093
1104
  };
1094
- };
1095
- /**
1105
+ }; /**
1096
1106
  * Date Data Set Title: Closed
1097
1107
  * Date Data Set ID: dt_closedate_timestamp
1098
- */ Closed: {
1108
+ */
1109
+ Closed: {
1099
1110
  ref: import("@gooddata/sdk-model").IdentifierRef;
1100
- identifier: string;
1101
- /**
1111
+ identifier: string; /**
1102
1112
  * Date Attribute: Closed - Date
1103
1113
  * Date Attribute ID: dt_closedate_timestamp.day
1104
- */ ClosedDate: {
1114
+ */
1115
+ ClosedDate: {
1105
1116
  ref: import("@gooddata/sdk-model").IdentifierRef;
1106
- identifier: string;
1107
- /**
1117
+ identifier: string; /**
1108
1118
  * Display Form Title: Closed - Date
1109
1119
  * Display Form ID: dt_closedate_timestamp.day
1110
- */ Default: IAttribute;
1111
- };
1112
- /**
1120
+ */
1121
+ Default: IAttribute;
1122
+ }; /**
1113
1123
  * Date Attribute: Closed - Day of Month
1114
1124
  * Date Attribute ID: dt_closedate_timestamp.dayOfMonth
1115
- */ ClosedDayOfMonth: {
1125
+ */
1126
+ ClosedDayOfMonth: {
1116
1127
  ref: import("@gooddata/sdk-model").IdentifierRef;
1117
- identifier: string;
1118
- /**
1128
+ identifier: string; /**
1119
1129
  * Display Form Title: Closed - Day of Month
1120
1130
  * Display Form ID: dt_closedate_timestamp.dayOfMonth
1121
- */ Default: IAttribute;
1122
- };
1123
- /**
1131
+ */
1132
+ Default: IAttribute;
1133
+ }; /**
1134
+ * Date Attribute: Closed - Day of Quarter
1135
+ * Date Attribute ID: dt_closedate_timestamp.dayOfQuarter
1136
+ */
1137
+ ClosedDayOfQuarter: {
1138
+ ref: import("@gooddata/sdk-model").IdentifierRef;
1139
+ identifier: string; /**
1140
+ * Display Form Title: Closed - Day of Quarter
1141
+ * Display Form ID: dt_closedate_timestamp.dayOfQuarter
1142
+ */
1143
+ Default: IAttribute;
1144
+ }; /**
1124
1145
  * Date Attribute: Closed - Day of Week
1125
1146
  * Date Attribute ID: dt_closedate_timestamp.dayOfWeek
1126
- */ ClosedDayOfWeek: {
1147
+ */
1148
+ ClosedDayOfWeek: {
1127
1149
  ref: import("@gooddata/sdk-model").IdentifierRef;
1128
- identifier: string;
1129
- /**
1150
+ identifier: string; /**
1130
1151
  * Display Form Title: Closed - Day of Week
1131
1152
  * Display Form ID: dt_closedate_timestamp.dayOfWeek
1132
- */ Default: IAttribute;
1133
- };
1134
- /**
1153
+ */
1154
+ Default: IAttribute;
1155
+ }; /**
1135
1156
  * Date Attribute: Closed - Day of Year
1136
1157
  * Date Attribute ID: dt_closedate_timestamp.dayOfYear
1137
- */ ClosedDayOfYear: {
1158
+ */
1159
+ ClosedDayOfYear: {
1138
1160
  ref: import("@gooddata/sdk-model").IdentifierRef;
1139
- identifier: string;
1140
- /**
1161
+ identifier: string; /**
1141
1162
  * Display Form Title: Closed - Day of Year
1142
1163
  * Display Form ID: dt_closedate_timestamp.dayOfYear
1143
- */ Default: IAttribute;
1144
- };
1145
- /**
1164
+ */
1165
+ Default: IAttribute;
1166
+ }; /**
1146
1167
  * Date Attribute: Closed - Hour
1147
1168
  * Date Attribute ID: dt_closedate_timestamp.hour
1148
- */ ClosedHour: {
1169
+ */
1170
+ ClosedHour: {
1149
1171
  ref: import("@gooddata/sdk-model").IdentifierRef;
1150
- identifier: string;
1151
- /**
1172
+ identifier: string; /**
1152
1173
  * Display Form Title: Closed - Hour
1153
1174
  * Display Form ID: dt_closedate_timestamp.hour
1154
- */ Default: IAttribute;
1155
- };
1156
- /**
1175
+ */
1176
+ Default: IAttribute;
1177
+ }; /**
1157
1178
  * Date Attribute: Closed - Hour of Day
1158
1179
  * Date Attribute ID: dt_closedate_timestamp.hourOfDay
1159
- */ ClosedHourOfDay: {
1180
+ */
1181
+ ClosedHourOfDay: {
1160
1182
  ref: import("@gooddata/sdk-model").IdentifierRef;
1161
- identifier: string;
1162
- /**
1183
+ identifier: string; /**
1163
1184
  * Display Form Title: Closed - Hour of Day
1164
1185
  * Display Form ID: dt_closedate_timestamp.hourOfDay
1165
- */ Default: IAttribute;
1166
- };
1167
- /**
1186
+ */
1187
+ Default: IAttribute;
1188
+ }; /**
1168
1189
  * Date Attribute: Closed - Minute
1169
1190
  * Date Attribute ID: dt_closedate_timestamp.minute
1170
- */ ClosedMinute: {
1191
+ */
1192
+ ClosedMinute: {
1171
1193
  ref: import("@gooddata/sdk-model").IdentifierRef;
1172
- identifier: string;
1173
- /**
1194
+ identifier: string; /**
1174
1195
  * Display Form Title: Closed - Minute
1175
1196
  * Display Form ID: dt_closedate_timestamp.minute
1176
- */ Default: IAttribute;
1177
- };
1178
- /**
1197
+ */
1198
+ Default: IAttribute;
1199
+ }; /**
1179
1200
  * Date Attribute: Closed - Minute of Hour
1180
1201
  * Date Attribute ID: dt_closedate_timestamp.minuteOfHour
1181
- */ ClosedMinuteOfHour: {
1202
+ */
1203
+ ClosedMinuteOfHour: {
1182
1204
  ref: import("@gooddata/sdk-model").IdentifierRef;
1183
- identifier: string;
1184
- /**
1205
+ identifier: string; /**
1185
1206
  * Display Form Title: Closed - Minute of Hour
1186
1207
  * Display Form ID: dt_closedate_timestamp.minuteOfHour
1187
- */ Default: IAttribute;
1188
- };
1189
- /**
1208
+ */
1209
+ Default: IAttribute;
1210
+ }; /**
1190
1211
  * Date Attribute: Closed - Month/Year
1191
1212
  * Date Attribute ID: dt_closedate_timestamp.month
1192
- */ ClosedMonthYear: {
1213
+ */
1214
+ ClosedMonthYear: {
1193
1215
  ref: import("@gooddata/sdk-model").IdentifierRef;
1194
- identifier: string;
1195
- /**
1216
+ identifier: string; /**
1196
1217
  * Display Form Title: Closed - Month/Year
1197
1218
  * Display Form ID: dt_closedate_timestamp.month
1198
- */ Default: IAttribute;
1199
- };
1200
- /**
1219
+ */
1220
+ Default: IAttribute;
1221
+ }; /**
1201
1222
  * Date Attribute: Closed - Month of Year
1202
1223
  * Date Attribute ID: dt_closedate_timestamp.monthOfYear
1203
- */ ClosedMonthOfYear: {
1224
+ */
1225
+ ClosedMonthOfYear: {
1204
1226
  ref: import("@gooddata/sdk-model").IdentifierRef;
1205
- identifier: string;
1206
- /**
1227
+ identifier: string; /**
1207
1228
  * Display Form Title: Closed - Month of Year
1208
1229
  * Display Form ID: dt_closedate_timestamp.monthOfYear
1209
- */ Default: IAttribute;
1210
- };
1211
- /**
1230
+ */
1231
+ Default: IAttribute;
1232
+ }; /**
1212
1233
  * Date Attribute: Closed - Quarter/Year
1213
1234
  * Date Attribute ID: dt_closedate_timestamp.quarter
1214
- */ ClosedQuarterYear: {
1235
+ */
1236
+ ClosedQuarterYear: {
1215
1237
  ref: import("@gooddata/sdk-model").IdentifierRef;
1216
- identifier: string;
1217
- /**
1238
+ identifier: string; /**
1218
1239
  * Display Form Title: Closed - Quarter/Year
1219
1240
  * Display Form ID: dt_closedate_timestamp.quarter
1220
- */ Default: IAttribute;
1221
- };
1222
- /**
1241
+ */
1242
+ Default: IAttribute;
1243
+ }; /**
1223
1244
  * Date Attribute: Closed - Quarter of Year
1224
1245
  * Date Attribute ID: dt_closedate_timestamp.quarterOfYear
1225
- */ ClosedQuarterOfYear: {
1246
+ */
1247
+ ClosedQuarterOfYear: {
1226
1248
  ref: import("@gooddata/sdk-model").IdentifierRef;
1227
- identifier: string;
1228
- /**
1249
+ identifier: string; /**
1229
1250
  * Display Form Title: Closed - Quarter of Year
1230
1251
  * Display Form ID: dt_closedate_timestamp.quarterOfYear
1231
- */ Default: IAttribute;
1232
- };
1233
- /**
1252
+ */
1253
+ Default: IAttribute;
1254
+ }; /**
1234
1255
  * Date Attribute: Closed - Week/Year
1235
1256
  * Date Attribute ID: dt_closedate_timestamp.week
1236
- */ ClosedWeekYear: {
1257
+ */
1258
+ ClosedWeekYear: {
1237
1259
  ref: import("@gooddata/sdk-model").IdentifierRef;
1238
- identifier: string;
1239
- /**
1260
+ identifier: string; /**
1240
1261
  * Display Form Title: Closed - Week/Year
1241
1262
  * Display Form ID: dt_closedate_timestamp.week
1242
- */ Default: IAttribute;
1243
- };
1244
- /**
1263
+ */
1264
+ Default: IAttribute;
1265
+ }; /**
1245
1266
  * Date Attribute: Closed - Week of Year
1246
1267
  * Date Attribute ID: dt_closedate_timestamp.weekOfYear
1247
- */ ClosedWeekOfYear: {
1268
+ */
1269
+ ClosedWeekOfYear: {
1248
1270
  ref: import("@gooddata/sdk-model").IdentifierRef;
1249
- identifier: string;
1250
- /**
1271
+ identifier: string; /**
1251
1272
  * Display Form Title: Closed - Week of Year
1252
1273
  * Display Form ID: dt_closedate_timestamp.weekOfYear
1253
- */ Default: IAttribute;
1254
- };
1255
- /**
1274
+ */
1275
+ Default: IAttribute;
1276
+ }; /**
1256
1277
  * Date Attribute: Closed - Year
1257
1278
  * Date Attribute ID: dt_closedate_timestamp.year
1258
- */ ClosedYear: {
1279
+ */
1280
+ ClosedYear: {
1259
1281
  ref: import("@gooddata/sdk-model").IdentifierRef;
1260
- identifier: string;
1261
- /**
1282
+ identifier: string; /**
1262
1283
  * Display Form Title: Closed - Year
1263
1284
  * Display Form ID: dt_closedate_timestamp.year
1264
- */ Default: IAttribute;
1285
+ */
1286
+ Default: IAttribute;
1265
1287
  };
1266
- };
1267
- /**
1288
+ }; /**
1268
1289
  * Date Data Set Title: Created
1269
1290
  * Date Data Set ID: dt_oppcreated_timestamp
1270
- */ Created: {
1291
+ */
1292
+ Created: {
1271
1293
  ref: import("@gooddata/sdk-model").IdentifierRef;
1272
- identifier: string;
1273
- /**
1294
+ identifier: string; /**
1274
1295
  * Date Attribute: Created - Date
1275
1296
  * Date Attribute ID: dt_oppcreated_timestamp.day
1276
- */ CreatedDate: {
1297
+ */
1298
+ CreatedDate: {
1277
1299
  ref: import("@gooddata/sdk-model").IdentifierRef;
1278
- identifier: string;
1279
- /**
1300
+ identifier: string; /**
1280
1301
  * Display Form Title: Created - Date
1281
1302
  * Display Form ID: dt_oppcreated_timestamp.day
1282
- */ Default: IAttribute;
1283
- };
1284
- /**
1303
+ */
1304
+ Default: IAttribute;
1305
+ }; /**
1285
1306
  * Date Attribute: Created - Day of Month
1286
1307
  * Date Attribute ID: dt_oppcreated_timestamp.dayOfMonth
1287
- */ CreatedDayOfMonth: {
1308
+ */
1309
+ CreatedDayOfMonth: {
1288
1310
  ref: import("@gooddata/sdk-model").IdentifierRef;
1289
- identifier: string;
1290
- /**
1311
+ identifier: string; /**
1291
1312
  * Display Form Title: Created - Day of Month
1292
1313
  * Display Form ID: dt_oppcreated_timestamp.dayOfMonth
1293
- */ Default: IAttribute;
1294
- };
1295
- /**
1314
+ */
1315
+ Default: IAttribute;
1316
+ }; /**
1317
+ * Date Attribute: Created - Day of Quarter
1318
+ * Date Attribute ID: dt_oppcreated_timestamp.dayOfQuarter
1319
+ */
1320
+ CreatedDayOfQuarter: {
1321
+ ref: import("@gooddata/sdk-model").IdentifierRef;
1322
+ identifier: string; /**
1323
+ * Display Form Title: Created - Day of Quarter
1324
+ * Display Form ID: dt_oppcreated_timestamp.dayOfQuarter
1325
+ */
1326
+ Default: IAttribute;
1327
+ }; /**
1296
1328
  * Date Attribute: Created - Day of Week
1297
1329
  * Date Attribute ID: dt_oppcreated_timestamp.dayOfWeek
1298
- */ CreatedDayOfWeek: {
1330
+ */
1331
+ CreatedDayOfWeek: {
1299
1332
  ref: import("@gooddata/sdk-model").IdentifierRef;
1300
- identifier: string;
1301
- /**
1333
+ identifier: string; /**
1302
1334
  * Display Form Title: Created - Day of Week
1303
1335
  * Display Form ID: dt_oppcreated_timestamp.dayOfWeek
1304
- */ Default: IAttribute;
1305
- };
1306
- /**
1336
+ */
1337
+ Default: IAttribute;
1338
+ }; /**
1307
1339
  * Date Attribute: Created - Day of Year
1308
1340
  * Date Attribute ID: dt_oppcreated_timestamp.dayOfYear
1309
- */ CreatedDayOfYear: {
1341
+ */
1342
+ CreatedDayOfYear: {
1310
1343
  ref: import("@gooddata/sdk-model").IdentifierRef;
1311
- identifier: string;
1312
- /**
1344
+ identifier: string; /**
1313
1345
  * Display Form Title: Created - Day of Year
1314
1346
  * Display Form ID: dt_oppcreated_timestamp.dayOfYear
1315
- */ Default: IAttribute;
1316
- };
1317
- /**
1347
+ */
1348
+ Default: IAttribute;
1349
+ }; /**
1318
1350
  * Date Attribute: Created - Hour
1319
1351
  * Date Attribute ID: dt_oppcreated_timestamp.hour
1320
- */ CreatedHour: {
1352
+ */
1353
+ CreatedHour: {
1321
1354
  ref: import("@gooddata/sdk-model").IdentifierRef;
1322
- identifier: string;
1323
- /**
1355
+ identifier: string; /**
1324
1356
  * Display Form Title: Created - Hour
1325
1357
  * Display Form ID: dt_oppcreated_timestamp.hour
1326
- */ Default: IAttribute;
1327
- };
1328
- /**
1358
+ */
1359
+ Default: IAttribute;
1360
+ }; /**
1329
1361
  * Date Attribute: Created - Hour of Day
1330
1362
  * Date Attribute ID: dt_oppcreated_timestamp.hourOfDay
1331
- */ CreatedHourOfDay: {
1363
+ */
1364
+ CreatedHourOfDay: {
1332
1365
  ref: import("@gooddata/sdk-model").IdentifierRef;
1333
- identifier: string;
1334
- /**
1366
+ identifier: string; /**
1335
1367
  * Display Form Title: Created - Hour of Day
1336
1368
  * Display Form ID: dt_oppcreated_timestamp.hourOfDay
1337
- */ Default: IAttribute;
1338
- };
1339
- /**
1369
+ */
1370
+ Default: IAttribute;
1371
+ }; /**
1340
1372
  * Date Attribute: Created - Minute
1341
1373
  * Date Attribute ID: dt_oppcreated_timestamp.minute
1342
- */ CreatedMinute: {
1374
+ */
1375
+ CreatedMinute: {
1343
1376
  ref: import("@gooddata/sdk-model").IdentifierRef;
1344
- identifier: string;
1345
- /**
1377
+ identifier: string; /**
1346
1378
  * Display Form Title: Created - Minute
1347
1379
  * Display Form ID: dt_oppcreated_timestamp.minute
1348
- */ Default: IAttribute;
1349
- };
1350
- /**
1380
+ */
1381
+ Default: IAttribute;
1382
+ }; /**
1351
1383
  * Date Attribute: Created - Minute of Hour
1352
1384
  * Date Attribute ID: dt_oppcreated_timestamp.minuteOfHour
1353
- */ CreatedMinuteOfHour: {
1385
+ */
1386
+ CreatedMinuteOfHour: {
1354
1387
  ref: import("@gooddata/sdk-model").IdentifierRef;
1355
- identifier: string;
1356
- /**
1388
+ identifier: string; /**
1357
1389
  * Display Form Title: Created - Minute of Hour
1358
1390
  * Display Form ID: dt_oppcreated_timestamp.minuteOfHour
1359
- */ Default: IAttribute;
1360
- };
1361
- /**
1391
+ */
1392
+ Default: IAttribute;
1393
+ }; /**
1362
1394
  * Date Attribute: Created - Month/Year
1363
1395
  * Date Attribute ID: dt_oppcreated_timestamp.month
1364
- */ CreatedMonthYear: {
1396
+ */
1397
+ CreatedMonthYear: {
1365
1398
  ref: import("@gooddata/sdk-model").IdentifierRef;
1366
- identifier: string;
1367
- /**
1399
+ identifier: string; /**
1368
1400
  * Display Form Title: Created - Month/Year
1369
1401
  * Display Form ID: dt_oppcreated_timestamp.month
1370
- */ Default: IAttribute;
1371
- };
1372
- /**
1402
+ */
1403
+ Default: IAttribute;
1404
+ }; /**
1373
1405
  * Date Attribute: Created - Month of Year
1374
1406
  * Date Attribute ID: dt_oppcreated_timestamp.monthOfYear
1375
- */ CreatedMonthOfYear: {
1407
+ */
1408
+ CreatedMonthOfYear: {
1376
1409
  ref: import("@gooddata/sdk-model").IdentifierRef;
1377
- identifier: string;
1378
- /**
1410
+ identifier: string; /**
1379
1411
  * Display Form Title: Created - Month of Year
1380
1412
  * Display Form ID: dt_oppcreated_timestamp.monthOfYear
1381
- */ Default: IAttribute;
1382
- };
1383
- /**
1413
+ */
1414
+ Default: IAttribute;
1415
+ }; /**
1384
1416
  * Date Attribute: Created - Quarter/Year
1385
1417
  * Date Attribute ID: dt_oppcreated_timestamp.quarter
1386
- */ CreatedQuarterYear: {
1418
+ */
1419
+ CreatedQuarterYear: {
1387
1420
  ref: import("@gooddata/sdk-model").IdentifierRef;
1388
- identifier: string;
1389
- /**
1421
+ identifier: string; /**
1390
1422
  * Display Form Title: Created - Quarter/Year
1391
1423
  * Display Form ID: dt_oppcreated_timestamp.quarter
1392
- */ Default: IAttribute;
1393
- };
1394
- /**
1424
+ */
1425
+ Default: IAttribute;
1426
+ }; /**
1395
1427
  * Date Attribute: Created - Quarter of Year
1396
1428
  * Date Attribute ID: dt_oppcreated_timestamp.quarterOfYear
1397
- */ CreatedQuarterOfYear: {
1429
+ */
1430
+ CreatedQuarterOfYear: {
1398
1431
  ref: import("@gooddata/sdk-model").IdentifierRef;
1399
- identifier: string;
1400
- /**
1432
+ identifier: string; /**
1401
1433
  * Display Form Title: Created - Quarter of Year
1402
1434
  * Display Form ID: dt_oppcreated_timestamp.quarterOfYear
1403
- */ Default: IAttribute;
1404
- };
1405
- /**
1435
+ */
1436
+ Default: IAttribute;
1437
+ }; /**
1406
1438
  * Date Attribute: Created - Week/Year
1407
1439
  * Date Attribute ID: dt_oppcreated_timestamp.week
1408
- */ CreatedWeekYear: {
1440
+ */
1441
+ CreatedWeekYear: {
1409
1442
  ref: import("@gooddata/sdk-model").IdentifierRef;
1410
- identifier: string;
1411
- /**
1443
+ identifier: string; /**
1412
1444
  * Display Form Title: Created - Week/Year
1413
1445
  * Display Form ID: dt_oppcreated_timestamp.week
1414
- */ Default: IAttribute;
1415
- };
1416
- /**
1446
+ */
1447
+ Default: IAttribute;
1448
+ }; /**
1417
1449
  * Date Attribute: Created - Week of Year
1418
1450
  * Date Attribute ID: dt_oppcreated_timestamp.weekOfYear
1419
- */ CreatedWeekOfYear: {
1451
+ */
1452
+ CreatedWeekOfYear: {
1420
1453
  ref: import("@gooddata/sdk-model").IdentifierRef;
1421
- identifier: string;
1422
- /**
1454
+ identifier: string; /**
1423
1455
  * Display Form Title: Created - Week of Year
1424
1456
  * Display Form ID: dt_oppcreated_timestamp.weekOfYear
1425
- */ Default: IAttribute;
1426
- };
1427
- /**
1457
+ */
1458
+ Default: IAttribute;
1459
+ }; /**
1428
1460
  * Date Attribute: Created - Year
1429
1461
  * Date Attribute ID: dt_oppcreated_timestamp.year
1430
- */ CreatedYear: {
1462
+ */
1463
+ CreatedYear: {
1431
1464
  ref: import("@gooddata/sdk-model").IdentifierRef;
1432
- identifier: string;
1433
- /**
1465
+ identifier: string; /**
1434
1466
  * Display Form Title: Created - Year
1435
1467
  * Display Form ID: dt_oppcreated_timestamp.year
1436
- */ Default: IAttribute;
1468
+ */
1469
+ Default: IAttribute;
1437
1470
  };
1438
- };
1439
- /**
1471
+ }; /**
1440
1472
  * Date Data Set Title: Snapshot
1441
1473
  * Date Data Set ID: dt_snapshotdate_timestamp
1442
- */ Snapshot: {
1474
+ */
1475
+ Snapshot: {
1443
1476
  ref: import("@gooddata/sdk-model").IdentifierRef;
1444
- identifier: string;
1445
- /**
1477
+ identifier: string; /**
1446
1478
  * Date Attribute: Snapshot - Date
1447
1479
  * Date Attribute ID: dt_snapshotdate_timestamp.day
1448
- */ SnapshotDate: {
1480
+ */
1481
+ SnapshotDate: {
1449
1482
  ref: import("@gooddata/sdk-model").IdentifierRef;
1450
- identifier: string;
1451
- /**
1483
+ identifier: string; /**
1452
1484
  * Display Form Title: Snapshot - Date
1453
1485
  * Display Form ID: dt_snapshotdate_timestamp.day
1454
- */ Default: IAttribute;
1455
- };
1456
- /**
1486
+ */
1487
+ Default: IAttribute;
1488
+ }; /**
1457
1489
  * Date Attribute: Snapshot - Day of Month
1458
1490
  * Date Attribute ID: dt_snapshotdate_timestamp.dayOfMonth
1459
- */ SnapshotDayOfMonth: {
1491
+ */
1492
+ SnapshotDayOfMonth: {
1460
1493
  ref: import("@gooddata/sdk-model").IdentifierRef;
1461
- identifier: string;
1462
- /**
1494
+ identifier: string; /**
1463
1495
  * Display Form Title: Snapshot - Day of Month
1464
1496
  * Display Form ID: dt_snapshotdate_timestamp.dayOfMonth
1465
- */ Default: IAttribute;
1466
- };
1467
- /**
1497
+ */
1498
+ Default: IAttribute;
1499
+ }; /**
1500
+ * Date Attribute: Snapshot - Day of Quarter
1501
+ * Date Attribute ID: dt_snapshotdate_timestamp.dayOfQuarter
1502
+ */
1503
+ SnapshotDayOfQuarter: {
1504
+ ref: import("@gooddata/sdk-model").IdentifierRef;
1505
+ identifier: string; /**
1506
+ * Display Form Title: Snapshot - Day of Quarter
1507
+ * Display Form ID: dt_snapshotdate_timestamp.dayOfQuarter
1508
+ */
1509
+ Default: IAttribute;
1510
+ }; /**
1468
1511
  * Date Attribute: Snapshot - Day of Week
1469
1512
  * Date Attribute ID: dt_snapshotdate_timestamp.dayOfWeek
1470
- */ SnapshotDayOfWeek: {
1513
+ */
1514
+ SnapshotDayOfWeek: {
1471
1515
  ref: import("@gooddata/sdk-model").IdentifierRef;
1472
- identifier: string;
1473
- /**
1516
+ identifier: string; /**
1474
1517
  * Display Form Title: Snapshot - Day of Week
1475
1518
  * Display Form ID: dt_snapshotdate_timestamp.dayOfWeek
1476
- */ Default: IAttribute;
1477
- };
1478
- /**
1519
+ */
1520
+ Default: IAttribute;
1521
+ }; /**
1479
1522
  * Date Attribute: Snapshot - Day of Year
1480
1523
  * Date Attribute ID: dt_snapshotdate_timestamp.dayOfYear
1481
- */ SnapshotDayOfYear: {
1524
+ */
1525
+ SnapshotDayOfYear: {
1482
1526
  ref: import("@gooddata/sdk-model").IdentifierRef;
1483
- identifier: string;
1484
- /**
1527
+ identifier: string; /**
1485
1528
  * Display Form Title: Snapshot - Day of Year
1486
1529
  * Display Form ID: dt_snapshotdate_timestamp.dayOfYear
1487
- */ Default: IAttribute;
1488
- };
1489
- /**
1530
+ */
1531
+ Default: IAttribute;
1532
+ }; /**
1490
1533
  * Date Attribute: Snapshot - Hour
1491
1534
  * Date Attribute ID: dt_snapshotdate_timestamp.hour
1492
- */ SnapshotHour: {
1535
+ */
1536
+ SnapshotHour: {
1493
1537
  ref: import("@gooddata/sdk-model").IdentifierRef;
1494
- identifier: string;
1495
- /**
1538
+ identifier: string; /**
1496
1539
  * Display Form Title: Snapshot - Hour
1497
1540
  * Display Form ID: dt_snapshotdate_timestamp.hour
1498
- */ Default: IAttribute;
1499
- };
1500
- /**
1541
+ */
1542
+ Default: IAttribute;
1543
+ }; /**
1501
1544
  * Date Attribute: Snapshot - Hour of Day
1502
1545
  * Date Attribute ID: dt_snapshotdate_timestamp.hourOfDay
1503
- */ SnapshotHourOfDay: {
1546
+ */
1547
+ SnapshotHourOfDay: {
1504
1548
  ref: import("@gooddata/sdk-model").IdentifierRef;
1505
- identifier: string;
1506
- /**
1549
+ identifier: string; /**
1507
1550
  * Display Form Title: Snapshot - Hour of Day
1508
1551
  * Display Form ID: dt_snapshotdate_timestamp.hourOfDay
1509
- */ Default: IAttribute;
1510
- };
1511
- /**
1552
+ */
1553
+ Default: IAttribute;
1554
+ }; /**
1512
1555
  * Date Attribute: Snapshot - Minute
1513
1556
  * Date Attribute ID: dt_snapshotdate_timestamp.minute
1514
- */ SnapshotMinute: {
1557
+ */
1558
+ SnapshotMinute: {
1515
1559
  ref: import("@gooddata/sdk-model").IdentifierRef;
1516
- identifier: string;
1517
- /**
1560
+ identifier: string; /**
1518
1561
  * Display Form Title: Snapshot - Minute
1519
1562
  * Display Form ID: dt_snapshotdate_timestamp.minute
1520
- */ Default: IAttribute;
1521
- };
1522
- /**
1563
+ */
1564
+ Default: IAttribute;
1565
+ }; /**
1523
1566
  * Date Attribute: Snapshot - Minute of Hour
1524
1567
  * Date Attribute ID: dt_snapshotdate_timestamp.minuteOfHour
1525
- */ SnapshotMinuteOfHour: {
1568
+ */
1569
+ SnapshotMinuteOfHour: {
1526
1570
  ref: import("@gooddata/sdk-model").IdentifierRef;
1527
- identifier: string;
1528
- /**
1571
+ identifier: string; /**
1529
1572
  * Display Form Title: Snapshot - Minute of Hour
1530
1573
  * Display Form ID: dt_snapshotdate_timestamp.minuteOfHour
1531
- */ Default: IAttribute;
1532
- };
1533
- /**
1574
+ */
1575
+ Default: IAttribute;
1576
+ }; /**
1534
1577
  * Date Attribute: Snapshot - Month/Year
1535
1578
  * Date Attribute ID: dt_snapshotdate_timestamp.month
1536
- */ SnapshotMonthYear: {
1579
+ */
1580
+ SnapshotMonthYear: {
1537
1581
  ref: import("@gooddata/sdk-model").IdentifierRef;
1538
- identifier: string;
1539
- /**
1582
+ identifier: string; /**
1540
1583
  * Display Form Title: Snapshot - Month/Year
1541
1584
  * Display Form ID: dt_snapshotdate_timestamp.month
1542
- */ Default: IAttribute;
1543
- };
1544
- /**
1585
+ */
1586
+ Default: IAttribute;
1587
+ }; /**
1545
1588
  * Date Attribute: Snapshot - Month of Year
1546
1589
  * Date Attribute ID: dt_snapshotdate_timestamp.monthOfYear
1547
- */ SnapshotMonthOfYear: {
1590
+ */
1591
+ SnapshotMonthOfYear: {
1548
1592
  ref: import("@gooddata/sdk-model").IdentifierRef;
1549
- identifier: string;
1550
- /**
1593
+ identifier: string; /**
1551
1594
  * Display Form Title: Snapshot - Month of Year
1552
1595
  * Display Form ID: dt_snapshotdate_timestamp.monthOfYear
1553
- */ Default: IAttribute;
1554
- };
1555
- /**
1596
+ */
1597
+ Default: IAttribute;
1598
+ }; /**
1556
1599
  * Date Attribute: Snapshot - Quarter/Year
1557
1600
  * Date Attribute ID: dt_snapshotdate_timestamp.quarter
1558
- */ SnapshotQuarterYear: {
1601
+ */
1602
+ SnapshotQuarterYear: {
1559
1603
  ref: import("@gooddata/sdk-model").IdentifierRef;
1560
- identifier: string;
1561
- /**
1604
+ identifier: string; /**
1562
1605
  * Display Form Title: Snapshot - Quarter/Year
1563
1606
  * Display Form ID: dt_snapshotdate_timestamp.quarter
1564
- */ Default: IAttribute;
1565
- };
1566
- /**
1607
+ */
1608
+ Default: IAttribute;
1609
+ }; /**
1567
1610
  * Date Attribute: Snapshot - Quarter of Year
1568
1611
  * Date Attribute ID: dt_snapshotdate_timestamp.quarterOfYear
1569
- */ SnapshotQuarterOfYear: {
1612
+ */
1613
+ SnapshotQuarterOfYear: {
1570
1614
  ref: import("@gooddata/sdk-model").IdentifierRef;
1571
- identifier: string;
1572
- /**
1615
+ identifier: string; /**
1573
1616
  * Display Form Title: Snapshot - Quarter of Year
1574
1617
  * Display Form ID: dt_snapshotdate_timestamp.quarterOfYear
1575
- */ Default: IAttribute;
1576
- };
1577
- /**
1618
+ */
1619
+ Default: IAttribute;
1620
+ }; /**
1578
1621
  * Date Attribute: Snapshot - Week/Year
1579
1622
  * Date Attribute ID: dt_snapshotdate_timestamp.week
1580
- */ SnapshotWeekYear: {
1623
+ */
1624
+ SnapshotWeekYear: {
1581
1625
  ref: import("@gooddata/sdk-model").IdentifierRef;
1582
- identifier: string;
1583
- /**
1626
+ identifier: string; /**
1584
1627
  * Display Form Title: Snapshot - Week/Year
1585
1628
  * Display Form ID: dt_snapshotdate_timestamp.week
1586
- */ Default: IAttribute;
1587
- };
1588
- /**
1629
+ */
1630
+ Default: IAttribute;
1631
+ }; /**
1589
1632
  * Date Attribute: Snapshot - Week of Year
1590
1633
  * Date Attribute ID: dt_snapshotdate_timestamp.weekOfYear
1591
- */ SnapshotWeekOfYear: {
1634
+ */
1635
+ SnapshotWeekOfYear: {
1592
1636
  ref: import("@gooddata/sdk-model").IdentifierRef;
1593
- identifier: string;
1594
- /**
1637
+ identifier: string; /**
1595
1638
  * Display Form Title: Snapshot - Week of Year
1596
1639
  * Display Form ID: dt_snapshotdate_timestamp.weekOfYear
1597
- */ Default: IAttribute;
1598
- };
1599
- /**
1640
+ */
1641
+ Default: IAttribute;
1642
+ }; /**
1600
1643
  * Date Attribute: Snapshot - Year
1601
1644
  * Date Attribute ID: dt_snapshotdate_timestamp.year
1602
- */ SnapshotYear: {
1645
+ */
1646
+ SnapshotYear: {
1603
1647
  ref: import("@gooddata/sdk-model").IdentifierRef;
1604
- identifier: string;
1605
- /**
1648
+ identifier: string; /**
1606
1649
  * Display Form Title: Snapshot - Year
1607
1650
  * Display Form ID: dt_snapshotdate_timestamp.year
1608
- */ Default: IAttribute;
1651
+ */
1652
+ Default: IAttribute;
1609
1653
  };
1610
- };
1611
- /**
1654
+ }; /**
1612
1655
  * Date Data Set Title: Timeline
1613
1656
  * Date Data Set ID: dt_timeline_timestamp
1614
- */ Timeline: {
1657
+ */
1658
+ Timeline: {
1615
1659
  ref: import("@gooddata/sdk-model").IdentifierRef;
1616
- identifier: string;
1617
- /**
1660
+ identifier: string; /**
1618
1661
  * Date Attribute: Timeline - Date
1619
1662
  * Date Attribute ID: dt_timeline_timestamp.day
1620
- */ TimelineDate: {
1663
+ */
1664
+ TimelineDate: {
1621
1665
  ref: import("@gooddata/sdk-model").IdentifierRef;
1622
- identifier: string;
1623
- /**
1666
+ identifier: string; /**
1624
1667
  * Display Form Title: Timeline - Date
1625
1668
  * Display Form ID: dt_timeline_timestamp.day
1626
- */ Default: IAttribute;
1627
- };
1628
- /**
1669
+ */
1670
+ Default: IAttribute;
1671
+ }; /**
1629
1672
  * Date Attribute: Timeline - Day of Month
1630
1673
  * Date Attribute ID: dt_timeline_timestamp.dayOfMonth
1631
- */ TimelineDayOfMonth: {
1674
+ */
1675
+ TimelineDayOfMonth: {
1632
1676
  ref: import("@gooddata/sdk-model").IdentifierRef;
1633
- identifier: string;
1634
- /**
1677
+ identifier: string; /**
1635
1678
  * Display Form Title: Timeline - Day of Month
1636
1679
  * Display Form ID: dt_timeline_timestamp.dayOfMonth
1637
- */ Default: IAttribute;
1638
- };
1639
- /**
1680
+ */
1681
+ Default: IAttribute;
1682
+ }; /**
1683
+ * Date Attribute: Timeline - Day of Quarter
1684
+ * Date Attribute ID: dt_timeline_timestamp.dayOfQuarter
1685
+ */
1686
+ TimelineDayOfQuarter: {
1687
+ ref: import("@gooddata/sdk-model").IdentifierRef;
1688
+ identifier: string; /**
1689
+ * Display Form Title: Timeline - Day of Quarter
1690
+ * Display Form ID: dt_timeline_timestamp.dayOfQuarter
1691
+ */
1692
+ Default: IAttribute;
1693
+ }; /**
1640
1694
  * Date Attribute: Timeline - Day of Week
1641
1695
  * Date Attribute ID: dt_timeline_timestamp.dayOfWeek
1642
- */ TimelineDayOfWeek: {
1696
+ */
1697
+ TimelineDayOfWeek: {
1643
1698
  ref: import("@gooddata/sdk-model").IdentifierRef;
1644
- identifier: string;
1645
- /**
1699
+ identifier: string; /**
1646
1700
  * Display Form Title: Timeline - Day of Week
1647
1701
  * Display Form ID: dt_timeline_timestamp.dayOfWeek
1648
- */ Default: IAttribute;
1649
- };
1650
- /**
1702
+ */
1703
+ Default: IAttribute;
1704
+ }; /**
1651
1705
  * Date Attribute: Timeline - Day of Year
1652
1706
  * Date Attribute ID: dt_timeline_timestamp.dayOfYear
1653
- */ TimelineDayOfYear: {
1707
+ */
1708
+ TimelineDayOfYear: {
1654
1709
  ref: import("@gooddata/sdk-model").IdentifierRef;
1655
- identifier: string;
1656
- /**
1710
+ identifier: string; /**
1657
1711
  * Display Form Title: Timeline - Day of Year
1658
1712
  * Display Form ID: dt_timeline_timestamp.dayOfYear
1659
- */ Default: IAttribute;
1660
- };
1661
- /**
1713
+ */
1714
+ Default: IAttribute;
1715
+ }; /**
1662
1716
  * Date Attribute: Timeline - Hour
1663
1717
  * Date Attribute ID: dt_timeline_timestamp.hour
1664
- */ TimelineHour: {
1718
+ */
1719
+ TimelineHour: {
1665
1720
  ref: import("@gooddata/sdk-model").IdentifierRef;
1666
- identifier: string;
1667
- /**
1721
+ identifier: string; /**
1668
1722
  * Display Form Title: Timeline - Hour
1669
1723
  * Display Form ID: dt_timeline_timestamp.hour
1670
- */ Default: IAttribute;
1671
- };
1672
- /**
1724
+ */
1725
+ Default: IAttribute;
1726
+ }; /**
1673
1727
  * Date Attribute: Timeline - Hour of Day
1674
1728
  * Date Attribute ID: dt_timeline_timestamp.hourOfDay
1675
- */ TimelineHourOfDay: {
1729
+ */
1730
+ TimelineHourOfDay: {
1676
1731
  ref: import("@gooddata/sdk-model").IdentifierRef;
1677
- identifier: string;
1678
- /**
1732
+ identifier: string; /**
1679
1733
  * Display Form Title: Timeline - Hour of Day
1680
1734
  * Display Form ID: dt_timeline_timestamp.hourOfDay
1681
- */ Default: IAttribute;
1682
- };
1683
- /**
1735
+ */
1736
+ Default: IAttribute;
1737
+ }; /**
1684
1738
  * Date Attribute: Timeline - Minute
1685
1739
  * Date Attribute ID: dt_timeline_timestamp.minute
1686
- */ TimelineMinute: {
1740
+ */
1741
+ TimelineMinute: {
1687
1742
  ref: import("@gooddata/sdk-model").IdentifierRef;
1688
- identifier: string;
1689
- /**
1743
+ identifier: string; /**
1690
1744
  * Display Form Title: Timeline - Minute
1691
1745
  * Display Form ID: dt_timeline_timestamp.minute
1692
- */ Default: IAttribute;
1693
- };
1694
- /**
1746
+ */
1747
+ Default: IAttribute;
1748
+ }; /**
1695
1749
  * Date Attribute: Timeline - Minute of Hour
1696
1750
  * Date Attribute ID: dt_timeline_timestamp.minuteOfHour
1697
- */ TimelineMinuteOfHour: {
1751
+ */
1752
+ TimelineMinuteOfHour: {
1698
1753
  ref: import("@gooddata/sdk-model").IdentifierRef;
1699
- identifier: string;
1700
- /**
1754
+ identifier: string; /**
1701
1755
  * Display Form Title: Timeline - Minute of Hour
1702
1756
  * Display Form ID: dt_timeline_timestamp.minuteOfHour
1703
- */ Default: IAttribute;
1704
- };
1705
- /**
1757
+ */
1758
+ Default: IAttribute;
1759
+ }; /**
1706
1760
  * Date Attribute: Timeline - Month/Year
1707
1761
  * Date Attribute ID: dt_timeline_timestamp.month
1708
- */ TimelineMonthYear: {
1762
+ */
1763
+ TimelineMonthYear: {
1709
1764
  ref: import("@gooddata/sdk-model").IdentifierRef;
1710
- identifier: string;
1711
- /**
1765
+ identifier: string; /**
1712
1766
  * Display Form Title: Timeline - Month/Year
1713
1767
  * Display Form ID: dt_timeline_timestamp.month
1714
- */ Default: IAttribute;
1715
- };
1716
- /**
1768
+ */
1769
+ Default: IAttribute;
1770
+ }; /**
1717
1771
  * Date Attribute: Timeline - Month of Year
1718
1772
  * Date Attribute ID: dt_timeline_timestamp.monthOfYear
1719
- */ TimelineMonthOfYear: {
1773
+ */
1774
+ TimelineMonthOfYear: {
1720
1775
  ref: import("@gooddata/sdk-model").IdentifierRef;
1721
- identifier: string;
1722
- /**
1776
+ identifier: string; /**
1723
1777
  * Display Form Title: Timeline - Month of Year
1724
1778
  * Display Form ID: dt_timeline_timestamp.monthOfYear
1725
- */ Default: IAttribute;
1726
- };
1727
- /**
1779
+ */
1780
+ Default: IAttribute;
1781
+ }; /**
1728
1782
  * Date Attribute: Timeline - Quarter/Year
1729
1783
  * Date Attribute ID: dt_timeline_timestamp.quarter
1730
- */ TimelineQuarterYear: {
1784
+ */
1785
+ TimelineQuarterYear: {
1731
1786
  ref: import("@gooddata/sdk-model").IdentifierRef;
1732
- identifier: string;
1733
- /**
1787
+ identifier: string; /**
1734
1788
  * Display Form Title: Timeline - Quarter/Year
1735
1789
  * Display Form ID: dt_timeline_timestamp.quarter
1736
- */ Default: IAttribute;
1737
- };
1738
- /**
1790
+ */
1791
+ Default: IAttribute;
1792
+ }; /**
1739
1793
  * Date Attribute: Timeline - Quarter of Year
1740
1794
  * Date Attribute ID: dt_timeline_timestamp.quarterOfYear
1741
- */ TimelineQuarterOfYear: {
1795
+ */
1796
+ TimelineQuarterOfYear: {
1742
1797
  ref: import("@gooddata/sdk-model").IdentifierRef;
1743
- identifier: string;
1744
- /**
1798
+ identifier: string; /**
1745
1799
  * Display Form Title: Timeline - Quarter of Year
1746
1800
  * Display Form ID: dt_timeline_timestamp.quarterOfYear
1747
- */ Default: IAttribute;
1748
- };
1749
- /**
1801
+ */
1802
+ Default: IAttribute;
1803
+ }; /**
1750
1804
  * Date Attribute: Timeline - Week/Year
1751
1805
  * Date Attribute ID: dt_timeline_timestamp.week
1752
- */ TimelineWeekYear: {
1806
+ */
1807
+ TimelineWeekYear: {
1753
1808
  ref: import("@gooddata/sdk-model").IdentifierRef;
1754
- identifier: string;
1755
- /**
1809
+ identifier: string; /**
1756
1810
  * Display Form Title: Timeline - Week/Year
1757
1811
  * Display Form ID: dt_timeline_timestamp.week
1758
- */ Default: IAttribute;
1759
- };
1760
- /**
1812
+ */
1813
+ Default: IAttribute;
1814
+ }; /**
1761
1815
  * Date Attribute: Timeline - Week of Year
1762
1816
  * Date Attribute ID: dt_timeline_timestamp.weekOfYear
1763
- */ TimelineWeekOfYear: {
1817
+ */
1818
+ TimelineWeekOfYear: {
1764
1819
  ref: import("@gooddata/sdk-model").IdentifierRef;
1765
- identifier: string;
1766
- /**
1820
+ identifier: string; /**
1767
1821
  * Display Form Title: Timeline - Week of Year
1768
1822
  * Display Form ID: dt_timeline_timestamp.weekOfYear
1769
- */ Default: IAttribute;
1770
- };
1771
- /**
1823
+ */
1824
+ Default: IAttribute;
1825
+ }; /**
1772
1826
  * Date Attribute: Timeline - Year
1773
1827
  * Date Attribute ID: dt_timeline_timestamp.year
1774
- */ TimelineYear: {
1828
+ */
1829
+ TimelineYear: {
1775
1830
  ref: import("@gooddata/sdk-model").IdentifierRef;
1776
- identifier: string;
1777
- /**
1831
+ identifier: string; /**
1778
1832
  * Display Form Title: Timeline - Year
1779
1833
  * Display Form ID: dt_timeline_timestamp.year
1780
- */ Default: IAttribute;
1834
+ */
1835
+ Default: IAttribute;
1781
1836
  };
1782
1837
  };
1783
1838
  };
@@ -1786,193 +1841,193 @@ export declare const Insights: {
1786
1841
  * Insight Title: Amount
1787
1842
  * Insight ID: 04b8cd47-35d6-4e82-b24d-7a98647e0374
1788
1843
  */
1789
- Amount_2: string;
1790
- /**
1844
+ Amount_2: string; /**
1791
1845
  * Insight Title: Table using long name metric
1792
1846
  * Insight ID: 1e17f8cf-aa34-4474-8dd5-c1249c688225
1793
- */ TableUsingLongNameMetric: string;
1794
- /**
1847
+ */
1848
+ TableUsingLongNameMetric: string; /**
1795
1849
  * Insight Title: Table has AM metric
1796
1850
  * Insight ID: 343b329b-e2b0-43b2-9724-de8cd664ebac
1797
- */ TableHasAMMetric: string;
1798
- /**
1851
+ */
1852
+ TableHasAMMetric: string; /**
1799
1853
  * Insight Title: merge cells insight
1800
1854
  * Insight ID: 3ef94acb-1e15-49ef-88d5-e9e2931be959
1801
- */ MergeCellsInsight: string;
1802
- /**
1855
+ */
1856
+ MergeCellsInsight: string; /**
1803
1857
  * Insight Title: Sum of Days to Close
1804
1858
  * Insight ID: 4eb2f130-e36e-4d8d-834e-14780366edfd
1805
- */ SumOfDaysToClose: string;
1806
- /**
1859
+ */
1860
+ SumOfDaysToClose: string; /**
1807
1861
  * Insight Title: big insight
1808
1862
  * Insight ID: 5517045e-661f-4d6b-b0b0-98030ab9f68c
1809
- */ BigInsight: string;
1810
- /**
1863
+ */
1864
+ BigInsight: string; /**
1811
1865
  * Insight Title: Table has multi metrics and multi formats
1812
1866
  * Insight ID: 6d236ec6-5cf7-493e-8285-6613fde4ce18
1813
- */ TableHasMultiMetricsAndMultiFormats: string;
1814
- /**
1867
+ */
1868
+ TableHasMultiMetricsAndMultiFormats: string; /**
1815
1869
  * Insight Title: Column chart only measures
1816
1870
  * Insight ID: 6ecba0d9-8fff-4c78-8adf-7f33cc1956c8
1817
- */ ColumnChartOnlyMeasures: string;
1818
- /**
1871
+ */
1872
+ ColumnChartOnlyMeasures: string; /**
1819
1873
  * Insight Title: drillToAttributeUrl
1820
1874
  * Insight ID: 7837806a-a406-4dcd-a8a2-902c64587e63
1821
- */ DrillToAttributeUrl: string;
1822
- /**
1875
+ */
1876
+ DrillToAttributeUrl: string; /**
1823
1877
  * Insight Title: invalid insight
1824
1878
  * Insight ID: 81452cc9-558b-4b4e-a70b-0a80f3bd2924
1825
- */ InvalidInsight: string;
1826
- /**
1879
+ */
1880
+ InvalidInsight: string; /**
1827
1881
  * Insight Title: my heatmap
1828
1882
  * Insight ID: 83804893-45f6-476a-ac69-fef969a791d7
1829
- */ MyHeatmap: string;
1830
- /**
1883
+ */
1884
+ MyHeatmap: string; /**
1831
1885
  * Insight Title: Insight using long name metric
1832
1886
  * Insight ID: 843701ee-8f24-4942-8522-872a96575f8e
1833
- */ InsightUsingLongNameMetric: string;
1834
- /**
1887
+ */
1888
+ InsightUsingLongNameMetric: string; /**
1835
1889
  * Insight Title: Column chart has not hyperlink
1836
1890
  * Insight ID: 84d13bd9-f976-4e03-8b00-fec9497d580b
1837
- */ ColumnChartHasNotHyperlink: string;
1838
- /**
1891
+ */
1892
+ ColumnChartHasNotHyperlink: string; /**
1839
1893
  * Insight Title: table
1840
1894
  * Insight ID: 86be2337-968a-40f1-9fa4-4b3bb809da4b
1841
- */ Table: string;
1842
- /**
1895
+ */
1896
+ Table: string; /**
1843
1897
  * Insight Title: Column chart long attribute has hyperlink
1844
1898
  * Insight ID: 87c466b7-e3e0-4a1a-a45a-4ae333bce863
1845
- */ ColumnChartLongAttributeHasHyperlink: string;
1846
- /**
1899
+ */
1900
+ ColumnChartLongAttributeHasHyperlink: string; /**
1847
1901
  * Insight Title: Sum of Probability
1848
1902
  * Insight ID: 986add04-6568-4834-a635-e42982650c54
1849
- */ SumOfProbability: string;
1850
- /**
1903
+ */
1904
+ SumOfProbability: string; /**
1851
1905
  * Insight Title: Column chart has many hyperlinks
1852
1906
  * Insight ID: 9a2ab62b-587a-4b16-9682-1b7962340354
1853
- */ ColumnChartHasManyHyperlinks: string;
1854
- /**
1907
+ */
1908
+ ColumnChartHasManyHyperlinks: string; /**
1855
1909
  * Insight Title: Sum of Opp. Snapshot (Date)
1856
1910
  * Insight ID: a04af4cb-94e2-4cdb-aa21-c95bbb0b3ab8
1857
- */ SumOfOppSnapshotDate: string;
1858
- /**
1911
+ */
1912
+ SumOfOppSnapshotDate: string; /**
1859
1913
  * Insight Title: Sum of Opp. Close (Date)
1860
1914
  * Insight ID: afa75538-ea5f-4cfc-a10f-dce95929a68d
1861
- */ SumOfOppCloseDate: string;
1862
- /**
1915
+ */
1916
+ SumOfOppCloseDate: string; /**
1863
1917
  * Insight Title: Column chart with Department attribute
1864
1918
  * Insight ID: b1614db1-3058-4071-a2fe-64a017d318c5
1865
- */ ColumnChartWithDepartmentAttribute: string;
1866
- /**
1919
+ */
1920
+ ColumnChartWithDepartmentAttribute: string; /**
1867
1921
  * Insight Title: Test insight
1868
1922
  * Insight ID: b2cfe70f-59a6-4b04-b7ca-f01c8e47df0a
1869
- */ TestInsight: string;
1870
- /**
1923
+ */
1924
+ TestInsight: string; /**
1871
1925
  * Insight Title: AD has null value
1872
1926
  * Insight ID: b3b665b7-bca2-0322-82f1-b86ky73k90f8afe
1873
- */ ADHasNullValue: string;
1874
- /**
1927
+ */
1928
+ ADHasNullValue: string; /**
1875
1929
  * Insight Title: Parent Insight
1876
1930
  * Insight ID: b3b665b7-bca2-4462-82f1-b0e01dff8afe
1877
- */ ParentInsight: string;
1878
- /**
1931
+ */
1932
+ ParentInsight: string; /**
1879
1933
  * Insight Title: Sum of Duration
1880
1934
  * Insight ID: b75ccd1a-4489-44fd-8cd5-83ec122e3288
1881
- */ SumOfDuration: string;
1882
- /**
1935
+ */
1936
+ SumOfDuration: string; /**
1883
1937
  * Insight Title: Combine with all filter types
1884
1938
  * Insight ID: ba13041b-87bc-458c-a514-fcc0074c9973
1885
- */ CombineWithAllFilterTypes: string;
1886
- /**
1939
+ */
1940
+ CombineWithAllFilterTypes: string; /**
1887
1941
  * Insight Title: Negative Insight
1888
1942
  * Insight ID: c1f236a4-b48a-4bf6-a94f-a89d5bde2fe9
1889
- */ NegativeInsight: string;
1890
- /**
1943
+ */
1944
+ NegativeInsight: string; /**
1891
1945
  * Insight Title: many data
1892
1946
  * Insight ID: dcce2234-9097-47e7-a165-36cdbaa2e134
1893
- */ ManyData: string;
1894
- /**
1947
+ */
1948
+ ManyData: string; /**
1895
1949
  * Insight Title: No data
1896
1950
  * Insight ID: f00bd5d5-91da-4139-9e7e-5498d9fe49b5
1897
- */ NoData: string;
1898
- /**
1951
+ */
1952
+ NoData: string; /**
1899
1953
  * Insight Title: Simple Sorted Table
1900
1954
  * Insight ID: f615b2cd-024c-4cc8-9db9-b6f08150b0b3
1901
- */ SimpleSortedTable: string;
1902
- /**
1955
+ */
1956
+ SimpleSortedTable: string; /**
1903
1957
  * Insight Title: Column chart has hyperlink
1904
1958
  * Insight ID: f7a50db1-5d2d-4b1a-82e6-e1648836985c
1905
- */ ColumnChartHasHyperlink: string;
1906
- /**
1959
+ */
1960
+ ColumnChartHasHyperlink: string; /**
1907
1961
  * Insight Title: unmerge cells insight
1908
1962
  * Insight ID: fb53ecfb-3874-4bee-8612-afecd3fa3e04
1909
- */ UnmergeCellsInsight: string;
1963
+ */
1964
+ UnmergeCellsInsight: string;
1910
1965
  };
1911
1966
  export declare const Dashboards: {
1912
1967
  /**
1913
1968
  * Dashboard Title: Dashboard column chart has not hyperlink
1914
1969
  * Dashboard ID: 0de1f35f-994d-4803-b236-ae2549818104
1915
1970
  */
1916
- DashboardColumnChartHasNotHyperlink: string;
1917
- /**
1971
+ DashboardColumnChartHasNotHyperlink: string; /**
1918
1972
  * Dashboard Title: Dashboard column chart has hyperlinks
1919
1973
  * Dashboard ID: 2c269aba-2a5a-4d54-8bdb-bbf037645f0f
1920
- */ DashboardColumnChartHasHyperlinks: string;
1921
- /**
1974
+ */
1975
+ DashboardColumnChartHasHyperlinks: string; /**
1922
1976
  * Dashboard Title: Simple dashboard no drills
1923
1977
  * Dashboard ID: 44a9d0ed-8a06-4ffd-b16c-6281707acfcf
1924
- */ SimpleDashboardNoDrills: string;
1925
- /**
1978
+ */
1979
+ SimpleDashboardNoDrills: string; /**
1926
1980
  * Dashboard Title: KD has null value
1927
1981
  * Dashboard ID: 5a224af3-902c-4acd-ac75-bfa88d80e044
1928
- */ KDHasNullValue: string;
1929
- /**
1982
+ */
1983
+ KDHasNullValue: string; /**
1930
1984
  * Dashboard Title: KD with No data
1931
1985
  * Dashboard ID: 61cbcfcd-efee-407f-ba3a-6c3170f50e03
1932
- */ KDWithNoData: string;
1933
- /**
1986
+ */
1987
+ KDWithNoData: string; /**
1934
1988
  * Dashboard Title: Dashboard column chart only measures
1935
1989
  * Dashboard ID: 6dcf6335-92cf-4b77-981f-a1f4d0763053
1936
- */ DashboardColumnChartOnlyMeasures: string;
1937
- /**
1990
+ */
1991
+ DashboardColumnChartOnlyMeasures: string; /**
1938
1992
  * Dashboard Title: KD with big insight
1939
1993
  * Dashboard ID: 75a429f8-6c26-422a-8e0d-9e52981f5403
1940
- */ KDWithBigInsight: string;
1941
- /**
1994
+ */
1995
+ KDWithBigInsight: string; /**
1942
1996
  * Dashboard Title: KD using long name metric
1943
1997
  * Dashboard ID: 7b2cd4c1-bb41-473a-9017-e404cbc630d2
1944
- */ KDUsingLongNameMetric: string;
1945
- /**
1998
+ */
1999
+ KDUsingLongNameMetric: string; /**
1946
2000
  * Dashboard Title: Target KD has null value
1947
2001
  * Dashboard ID: a87209e0-c53f-4a6f-abf3-17c7d8d4079e
1948
- */ TargetKDHasNullValue: string;
1949
- /**
2002
+ */
2003
+ TargetKDHasNullValue: string; /**
1950
2004
  * Dashboard Title: Simple dashboard
1951
2005
  * Dashboard ID: adb4fefa-c5ad-410e-bb2c-d6933e0ec7a0
1952
- */ SimpleDashboard: string;
1953
- /**
2006
+ */
2007
+ SimpleDashboard: string; /**
1954
2008
  * Dashboard Title: Locked dashboard
1955
2009
  * Dashboard ID: b8bbf78e-e3ad-4bcf-98a6-0142ea7fa8a2
1956
- */ LockedDashboard: string;
1957
- /**
2010
+ */
2011
+ LockedDashboard: string; /**
1958
2012
  * Dashboard Title: Parent Dashboard
1959
2013
  * Dashboard ID: d1965687-f7bd-41ba-9fa2-f63793d62a62
1960
- */ ParentDashboard: string;
1961
- /**
2014
+ */
2015
+ ParentDashboard: string; /**
1962
2016
  * Dashboard Title: KD with merge and unmerge insights
1963
2017
  * Dashboard ID: dfb03d5e-ba83-4105-badb-0a02e2e668ee
1964
- */ KDWithMergeAndUnmergeInsights: string;
1965
- /**
2018
+ */
2019
+ KDWithMergeAndUnmergeInsights: string; /**
1966
2020
  * Dashboard Title: KD with many data insight
1967
2021
  * Dashboard ID: e1e6e5fe-95bc-41b9-bd8c-d9cf5e88a5d0
1968
- */ KDWithManyDataInsight: string;
1969
- /**
2022
+ */
2023
+ KDWithManyDataInsight: string; /**
1970
2024
  * Dashboard Title: Dashboard With 3 Sections
1971
2025
  * Dashboard ID: e6473e57-1914-46ec-9cb9-5611f1298100
1972
- */ DashboardWith3Sections: string;
1973
- /**
2026
+ */
2027
+ DashboardWith3Sections: string; /**
1974
2028
  * Dashboard Title: KD with invalid insight
1975
2029
  * Dashboard ID: f50c7076-1d45-4031-a4fd-564459254b12
1976
- */ KDWithInvalidInsight: string;
2030
+ */
2031
+ KDWithInvalidInsight: string;
1977
2032
  };
1978
2033
  //# sourceMappingURL=full.d.ts.map