@dakkitor/api-contracts 1.1.31 → 1.1.32
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.
- package/dist/abilities/first-agent.abilities.json +1 -1
- package/dist/abilities/second-agent.abilities.json +3 -2
- package/dist/actives/actives.contract.d.ts +5078 -5078
- package/dist/bookings/bookings.contract.d.ts +4252 -4252
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/bookings/bookings.contract.js +6 -1
- package/package.json +1 -1
|
@@ -233,7 +233,8 @@
|
|
|
233
233
|
"fields": [
|
|
234
234
|
"workerName",
|
|
235
235
|
"job",
|
|
236
|
-
"job
|
|
236
|
+
"job.userId",
|
|
237
|
+
"job.tradeId",
|
|
237
238
|
"createdAt",
|
|
238
239
|
"createdAt.*",
|
|
239
240
|
"startDate",
|
|
@@ -243,7 +244,7 @@
|
|
|
243
244
|
"sortBy",
|
|
244
245
|
"sortOrder",
|
|
245
246
|
"status",
|
|
246
|
-
"
|
|
247
|
+
"agentId",
|
|
247
248
|
"page",
|
|
248
249
|
"limit"
|
|
249
250
|
]
|