@dakkitor/api-contracts 1.1.72 → 1.1.73

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.
@@ -93,8 +93,7 @@
93
93
  "pay.rateUnit",
94
94
  "pay.rateMax",
95
95
  "jobQualifications",
96
- "jobQualifications[*].qualificationId",
97
- "jobQualifications[*].qualificationTypeId",
96
+ "jobQualifications[*].*",
98
97
  "currentCollaboration",
99
98
  "currentCollaboration.user.*",
100
99
  "numberOfPositions",
@@ -155,8 +154,7 @@
155
154
  "job.pay.rateUnit",
156
155
  "job.pay.rateMax",
157
156
  "job.jobQualifications",
158
- "job.jobQualifications[*].qualificationId",
159
- "job.jobQualifications[*].qualificationTypeId",
157
+ "job.jobQualifications[*].*",
160
158
  "job.currentCollaboration",
161
159
  "job.currentCollaboration.user.*",
162
160
  "job.numberOfPositions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakkitor/api-contracts",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "TypeScript API contracts using ts-rest and Zod",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",