@gooddata/sdk-code-schemas 11.28.0-alpha.3 → 11.28.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.
@@ -424,10 +424,8 @@ export type MetricFieldGuard = MetricField | MetricFieldGuard1;
424
424
  /**
425
425
  * This interface was referenced by `QueryFilters`'s JSON-Schema definition
426
426
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
427
- *
428
427
  * This interface was referenced by `QueryFilters1`'s JSON-Schema definition
429
428
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
430
- *
431
429
  * This interface was referenced by `QueryFilters2`'s JSON-Schema definition
432
430
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
433
431
  */
@@ -970,7 +968,6 @@ export interface Fields {
970
968
  /**
971
969
  * This interface was referenced by `Fields`'s JSON-Schema definition
972
970
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
973
- *
974
971
  * This interface was referenced by `Fields1`'s JSON-Schema definition
975
972
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
976
973
  */
@@ -1263,7 +1260,6 @@ export interface Fields1 {
1263
1260
  /**
1264
1261
  * This interface was referenced by `Fields`'s JSON-Schema definition
1265
1262
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1266
- *
1267
1263
  * This interface was referenced by `Fields1`'s JSON-Schema definition
1268
1264
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1269
1265
  */
@@ -1632,7 +1628,6 @@ export interface DashboardFilters {
1632
1628
  /**
1633
1629
  * This interface was referenced by `DashboardFilters`'s JSON-Schema definition
1634
1630
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1635
- *
1636
1631
  * This interface was referenced by `DashboardFilters1`'s JSON-Schema definition
1637
1632
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1638
1633
  */
@@ -1699,7 +1694,6 @@ export interface DashboardFilters1 {
1699
1694
  /**
1700
1695
  * This interface was referenced by `DashboardFilters`'s JSON-Schema definition
1701
1696
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1702
- *
1703
1697
  * This interface was referenced by `DashboardFilters1`'s JSON-Schema definition
1704
1698
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1705
1699
  */
@@ -1753,8 +1747,6 @@ export interface AttributeHierarchy {
1753
1747
  tags?: Tags10;
1754
1748
  /**
1755
1749
  * A list of sorted attributes use in attribute hierarchy. The first attribute is the top level attribute.
1756
- *
1757
- * minItems: 1
1758
1750
  */
1759
1751
  attributes: [AttributeIdentifier4, ...AttributeIdentifier4[]];
1760
1752
  }
@@ -1882,7 +1874,6 @@ export interface QueryFilters {
1882
1874
  /**
1883
1875
  * This interface was referenced by `undefined`'s JSON-Schema definition
1884
1876
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1885
- *
1886
1877
  * This interface was referenced by `undefined`'s JSON-Schema definition
1887
1878
  * via the `patternProperty` "^(?!\.)[.A-Za-z0-9_-]\{1,255\}$".
1888
1879
  */
@@ -1915,8 +1906,8 @@ export interface MultipleConditions1 {
1915
1906
  */
1916
1907
  using: MetricIdentifier;
1917
1908
  /**
1918
- * minItems: 1
1919
- */
1909
+
1910
+ */
1920
1911
  conditions: [MetricValueFilterCondition, ...MetricValueFilterCondition[]];
1921
1912
  /**
1922
1913
  * Null values will be treated as zero.
@@ -2170,9 +2161,9 @@ export interface ArithmeticMetricField {
2170
2161
  */
2171
2162
  operator: "SUM" | "DIFFERENCE" | "MULTIPLICATION" | "RATIO" | "CHANGE";
2172
2163
  /**
2173
- * minItems: 2
2174
- * maxItems: 2
2175
- */
2164
+
2165
+
2166
+ */
2176
2167
  using: [string, string];
2177
2168
  }
2178
2169
  export interface ArithmeticMetricFieldGuard1 {
@@ -2315,8 +2306,8 @@ export interface MetricSort {
2315
2306
  */
2316
2307
  direction: "ASC" | "DESC";
2317
2308
  /**
2318
- * minItems: 1
2319
- */
2309
+
2310
+ */
2320
2311
  metrics: [
2321
2312
  (string | {
2322
2313
  /**