@supernova-studio/client 1.42.4 → 1.42.5
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7387,7 +7387,7 @@ var DTOCreditBalance = z248.object({
|
|
|
7387
7387
|
resetAt: z248.string().optional()
|
|
7388
7388
|
})
|
|
7389
7389
|
}).optional()
|
|
7390
|
-
})
|
|
7390
|
+
});
|
|
7391
7391
|
var DTOCreditsPrices = z248.object({
|
|
7392
7392
|
creditsToCentsConversionRate: z248.number(),
|
|
7393
7393
|
purchaseTopUpCreditsToCentsConversionRate: z248.number()
|
|
@@ -7432,7 +7432,7 @@ var DTOSubscription = z248.object({
|
|
|
7432
7432
|
});
|
|
7433
7433
|
var DTOSubscriptionResponse = z248.object({
|
|
7434
7434
|
subscription: DTOSubscription,
|
|
7435
|
-
creditBalance: DTOCreditBalance,
|
|
7435
|
+
creditBalance: DTOCreditBalance.optional(),
|
|
7436
7436
|
creditsPrices: DTOCreditsPrices
|
|
7437
7437
|
});
|
|
7438
7438
|
|