@develit-services/bank 0.8.14 → 0.8.15
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/export/worker.d.cts
CHANGED
|
@@ -1727,9 +1727,9 @@ declare const getPaymentsInputSchema: z.ZodObject<{
|
|
|
1727
1727
|
limit: z.ZodNumber;
|
|
1728
1728
|
sort: z.ZodObject<{
|
|
1729
1729
|
column: z.ZodEnum<{
|
|
1730
|
+
amount: "amount";
|
|
1730
1731
|
createdAt: "createdAt";
|
|
1731
1732
|
updatedAt: "updatedAt";
|
|
1732
|
-
amount: "amount";
|
|
1733
1733
|
}>;
|
|
1734
1734
|
direction: z.ZodEnum<{
|
|
1735
1735
|
asc: "asc";
|
|
@@ -2592,9 +2592,9 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
|
|
|
2592
2592
|
limit: z.ZodNumber;
|
|
2593
2593
|
sort: z.ZodObject<{
|
|
2594
2594
|
column: z.ZodEnum<{
|
|
2595
|
+
amount: "amount";
|
|
2595
2596
|
createdAt: "createdAt";
|
|
2596
2597
|
updatedAt: "updatedAt";
|
|
2597
|
-
amount: "amount";
|
|
2598
2598
|
}>;
|
|
2599
2599
|
direction: z.ZodEnum<{
|
|
2600
2600
|
asc: "asc";
|
package/dist/export/worker.d.mts
CHANGED
|
@@ -1727,9 +1727,9 @@ declare const getPaymentsInputSchema: z.ZodObject<{
|
|
|
1727
1727
|
limit: z.ZodNumber;
|
|
1728
1728
|
sort: z.ZodObject<{
|
|
1729
1729
|
column: z.ZodEnum<{
|
|
1730
|
+
amount: "amount";
|
|
1730
1731
|
createdAt: "createdAt";
|
|
1731
1732
|
updatedAt: "updatedAt";
|
|
1732
|
-
amount: "amount";
|
|
1733
1733
|
}>;
|
|
1734
1734
|
direction: z.ZodEnum<{
|
|
1735
1735
|
asc: "asc";
|
|
@@ -2592,9 +2592,9 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
|
|
|
2592
2592
|
limit: z.ZodNumber;
|
|
2593
2593
|
sort: z.ZodObject<{
|
|
2594
2594
|
column: z.ZodEnum<{
|
|
2595
|
+
amount: "amount";
|
|
2595
2596
|
createdAt: "createdAt";
|
|
2596
2597
|
updatedAt: "updatedAt";
|
|
2597
|
-
amount: "amount";
|
|
2598
2598
|
}>;
|
|
2599
2599
|
direction: z.ZodEnum<{
|
|
2600
2600
|
asc: "asc";
|
package/dist/export/worker.d.ts
CHANGED
|
@@ -1727,9 +1727,9 @@ declare const getPaymentsInputSchema: z.ZodObject<{
|
|
|
1727
1727
|
limit: z.ZodNumber;
|
|
1728
1728
|
sort: z.ZodObject<{
|
|
1729
1729
|
column: z.ZodEnum<{
|
|
1730
|
+
amount: "amount";
|
|
1730
1731
|
createdAt: "createdAt";
|
|
1731
1732
|
updatedAt: "updatedAt";
|
|
1732
|
-
amount: "amount";
|
|
1733
1733
|
}>;
|
|
1734
1734
|
direction: z.ZodEnum<{
|
|
1735
1735
|
asc: "asc";
|
|
@@ -2592,9 +2592,9 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
|
|
|
2592
2592
|
limit: z.ZodNumber;
|
|
2593
2593
|
sort: z.ZodObject<{
|
|
2594
2594
|
column: z.ZodEnum<{
|
|
2595
|
+
amount: "amount";
|
|
2595
2596
|
createdAt: "createdAt";
|
|
2596
2597
|
updatedAt: "updatedAt";
|
|
2597
|
-
amount: "amount";
|
|
2598
2598
|
}>;
|
|
2599
2599
|
direction: z.ZodEnum<{
|
|
2600
2600
|
asc: "asc";
|