@kl1/contracts 1.3.84 → 1.3.86

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/index.mjs CHANGED
@@ -6861,7 +6861,7 @@ var ticketContract = initContract26().router(
6861
6861
  }
6862
6862
  }
6863
6863
  },
6864
- { pathPrefix: "ts/ticket" }
6864
+ { pathPrefix: "tcs/ticket" }
6865
6865
  );
6866
6866
 
6867
6867
  // src/user/index.ts
@@ -10848,6 +10848,17 @@ var subscriptionContract = initContract54().router(
10848
10848
  500: DefaultErrorResponseSchema
10849
10849
  }
10850
10850
  },
10851
+ getCurrentTopUpBalance: {
10852
+ method: "GET",
10853
+ path: "/top-up",
10854
+ query: null,
10855
+ responses: {
10856
+ 200: DefaultSuccessResponseSchema.extend({
10857
+ balance: z139.number()
10858
+ }),
10859
+ 500: DefaultErrorResponseSchema
10860
+ }
10861
+ },
10851
10862
  getAvailablePlan: {
10852
10863
  method: "GET",
10853
10864
  path: "/available-plan",