@explo-tech/fido-api 5.9.0-chris-pivot-table-api-changes-1.1 → 5.9.0

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.
@@ -16,6 +16,6 @@ export type Computation = {
16
16
  sorts: Array<Sort>;
17
17
  having: Having | null;
18
18
  includeRollup?: boolean;
19
- groupingSets: Array<GroupingSet> | null;
19
+ groupingSets?: Array<GroupingSet> | null;
20
20
  };
21
21
 
@@ -9,6 +9,6 @@ export type ExportColumnOptions = {
9
9
  targetPropertyId: string;
10
10
  displayName: string | null;
11
11
  columnFormat: ColumnExportFormat | null;
12
- alignment: Alignment;
12
+ alignment?: Alignment;
13
13
  };
14
14
 
@@ -10,6 +10,6 @@ export type ExportTargetConfiguration = {
10
10
  fileName: string | null;
11
11
  exportFormat: ExportFormat;
12
12
  columnDisplayOptions: Array<ExportColumnOptions>;
13
- pivotTableExportConfiguration: PivotTableExportConfiguration | null;
13
+ pivotTableExportConfiguration?: PivotTableExportConfiguration | null;
14
14
  };
15
15
 
@@ -13,9 +13,5 @@ export type PivotTableExportConfiguration = {
13
13
  columnTotals: Record<string, ColumnTotal>;
14
14
  rowHierarchyColumnTotal: ColumnTotal;
15
15
  title: string | null;
16
- /**
17
- * Currently ignored. Will be attached to a Pivot Table in a comment once implemented.
18
- */
19
- descriptiveText: string | null;
20
16
  };
21
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@explo-tech/fido-api",
3
3
  "description": "Fido api",
4
4
  "homepage": "https://github.com/trust-kaz/fido",
5
- "version": "5.9.0-chris-pivot-table-api-changes-1.1",
5
+ "version": "5.9.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/trust-kaz/fido.git"