@dakkitor/api-contracts 1.1.85 → 1.1.87

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.
@@ -289,7 +289,8 @@
289
289
  "action": "update",
290
290
  "subject": "Active",
291
291
  "fields": [
292
- "statusFa"
292
+ "statusFa",
293
+ "pay.receivedRate"
293
294
  ],
294
295
  "conditions": {
295
296
  "booking.job.currentCollaboration.userId": "{{ id }}"
@@ -191,7 +191,8 @@
191
191
  "date",
192
192
  "comment",
193
193
  "pay",
194
- "pay.*",
194
+ "pay.rate",
195
+ "pay.unit",
195
196
  "booking",
196
197
  "booking.id",
197
198
  "booking.userId",
@@ -231,7 +232,8 @@
231
232
  "comment",
232
233
  "hoursWorked",
233
234
  "pay",
234
- "pay.*"
235
+ "pay.rate",
236
+ "pay.unit"
235
237
  ],
236
238
  "conditions": {
237
239
  "booking.userId": "{{ id }}"