@kl1/contracts 1.3.85 → 1.3.88
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
@@ -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",
|