exnet-routing 1.2.44 → 1.2.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.
@@ -464,6 +464,15 @@ const factureRoutes = (0, _type_1.IApiType)({
464
464
  }),
465
465
  response: (0, _type_1.response)(zod_1.z.array(models_1.FactureLineSchema)),
466
466
  },
467
+ bordereaux: {
468
+ method: "GET",
469
+ url: `${baseurl}/facture/:userInterface/liste/archiver`,
470
+ searchParams: models_1.PaginationSeachParamsSchema.merge(models_1.ShippingFilterSchema),
471
+ params: zod_1.z.object({
472
+ userInterface: zod_1.z.enum(["paris", "medical", "service"]),
473
+ }),
474
+ response: (0, _type_1.response)((0, models_1.PaginationSchema)(models_1.ShippingSchema)),
475
+ },
467
476
  });
468
477
  const historiqueActionRoutes = (0, _type_1.IApiType)({
469
478
  liste: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exnet-routing",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [