@dakkitor/api-contracts 1.1.44 → 1.1.45

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.
@@ -189,8 +189,9 @@
189
189
  "booking.job.jobQualifications[*].*",
190
190
  "booking.job.*",
191
191
  "booking.worker",
192
- "booking.worker.firstName",
193
- "booking.worker.lastName",
192
+ "booking.worker.*",
193
+ "booking.worker.phoneNumbers",
194
+ "booking.worker.phoneNumbers[*].*",
194
195
  "booking.status",
195
196
  "booking.pay.rate",
196
197
  "booking.pay.unit",
@@ -213,7 +214,9 @@
213
214
  "fields": [
214
215
  "statusSa",
215
216
  "comment",
216
- "hoursWorked"
217
+ "hoursWorked",
218
+ "pay",
219
+ "pay.*"
217
220
  ],
218
221
  "conditions": {
219
222
  "booking.userId": "{{ id }}"