@kohost/api-client 3.0.0-beta.57 → 3.0.0-beta.58
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/cjs/Client/index.js +40 -0
- package/dist/cjs/schemas/TicketSchema.d.ts +1 -1
- package/dist/cjs/schemas/ticket.json +1 -1
- package/dist/esm/Client.js +40 -0
- package/dist/esm/Client.js.map +3 -3
- package/dist/esm/Models.js +1 -1
- package/dist/esm/Models.js.map +2 -2
- package/dist/useCases/ListMyOrders.js +32 -0
- package/package.json +1 -1
package/dist/esm/Models.js
CHANGED
|
@@ -11899,7 +11899,7 @@ var require_ticket = __commonJS({
|
|
|
11899
11899
|
}
|
|
11900
11900
|
},
|
|
11901
11901
|
media: {
|
|
11902
|
-
$ref: "mediaFile.json"
|
|
11902
|
+
anyOf: [{ $ref: "mediaFile.json" }, { type: "null" }]
|
|
11903
11903
|
}
|
|
11904
11904
|
},
|
|
11905
11905
|
required: ["userId", "id", "timestamp", "body"]
|