@djaouad10/shared-types 1.0.15 → 1.0.18

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.
Files changed (2) hide show
  1. package/index.d.ts +10 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1235,6 +1235,16 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
1235
1235
  }[];
1236
1236
  meta: object;
1237
1237
  }>;
1238
+ getDeliveryFeesOfWilaya: import("@trpc/server").TRPCQueryProcedure<{
1239
+ input: {
1240
+ wilayaId: number;
1241
+ };
1242
+ output: {
1243
+ homeDeliveryFee: number;
1244
+ stopDeskFee: number;
1245
+ };
1246
+ meta: object;
1247
+ }>;
1238
1248
  }>>;
1239
1249
  shipments: import("@trpc/server").TRPCBuiltRouter<{
1240
1250
  ctx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.15",
3
+ "version": "1.0.18",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"