@workwell-global/component-library 1.1.27 → 1.1.28

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.
@@ -139,5 +139,10 @@ export type enquiriesQueryParams =
139
139
  export type enquiryQueryParams = {
140
140
  enquiryId: string
141
141
  includeSimulations?: boolean
142
- expand?: 'string'
142
+ expand?: string
143
+ }
144
+
145
+ export type enquirySimSoftDeleteParams = {
146
+ disqualificationReason?: string
147
+ disqualificationDetailReason?: string
143
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workwell-global/component-library",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "A component library for Workwell",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs",