@develit-io/backend-sdk 8.3.0 → 8.3.1

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 CHANGED
@@ -194,7 +194,7 @@ declare const bankAccountMetadataSchema: z$1.ZodObject<{
194
194
  MATIC: "MATIC";
195
195
  AVAX: "AVAX";
196
196
  }>>;
197
- country: z$1.ZodOptional<z$1.ZodEnum<{
197
+ countryCode: z$1.ZodOptional<z$1.ZodEnum<{
198
198
  EC: "EC";
199
199
  AF: "AF";
200
200
  AL: "AL";
package/dist/index.d.ts CHANGED
@@ -194,7 +194,7 @@ declare const bankAccountMetadataSchema: z$1.ZodObject<{
194
194
  MATIC: "MATIC";
195
195
  AVAX: "AVAX";
196
196
  }>>;
197
- country: z$1.ZodOptional<z$1.ZodEnum<{
197
+ countryCode: z$1.ZodOptional<z$1.ZodEnum<{
198
198
  EC: "EC";
199
199
  AF: "AF";
200
200
  AL: "AL";
package/dist/index.mjs CHANGED
@@ -91,7 +91,7 @@ const bankAccountMetadataSchema = z$1.object({
91
91
  swiftBic: bicSchema.optional(),
92
92
  bicCor: bicSchema.optional(),
93
93
  currency: z$1.enum(CURRENCY_CODES).optional(),
94
- country: z$1.enum(COUNTRY_CODES_2).optional(),
94
+ countryCode: z$1.enum(COUNTRY_CODES_2).optional(),
95
95
  routingNumber: z$1.string().optional(),
96
96
  // US
97
97
  sortCode: z$1.string().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",