@workwell-global/component-library 1.1.22 → 1.1.23

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.
@@ -5,7 +5,6 @@ export const simulationBFFFields = [
5
5
  'simulationBasedOn',
6
6
  'jobTitle',
7
7
  'jobDescription',
8
- 'workCountryValue',
9
8
  'solutionValue',
10
9
  'solutionTypeValue',
11
10
  'transactionCurrencyIdValue',
@@ -15,4 +14,9 @@ export const simulationBFFFields = [
15
14
  'estimatedConfirmedEndDate',
16
15
  'simulationFriendlyId',
17
16
  'simulationId',
17
+ 'simulationDocuments',
18
+ 'workCountry',
19
+ 'solution',
20
+ 'solutionType',
21
+ 'currency',
18
22
  ] as const satisfies readonly (keyof TSimulationAPI)[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workwell-global/component-library",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "A component library for Workwell",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs",