@pax2pay/model-banking 0.1.607 → 0.1.608

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/User/mfa.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { zod } from "../zod"
2
2
 
3
3
  export namespace mfa {
4
- export type Totp = zod.infer<typeof Totp.Otp>
4
+ export type Totp = zod.infer<typeof Totp.typeZod>
5
5
  export namespace Totp {
6
6
  export const typeZod = zod.object({
7
7
  key: zod.string().nonempty(), // secret
@@ -1,6 +1,6 @@
1
1
  import { zod } from "../zod";
2
2
  export declare namespace mfa {
3
- type Totp = zod.infer<typeof Totp.Otp>;
3
+ type Totp = zod.infer<typeof Totp.typeZod>;
4
4
  namespace Totp {
5
5
  const typeZod: zod.ZodObject<{
6
6
  key: zod.ZodString;
@@ -1,6 +1,6 @@
1
1
  import { zod } from "../zod";
2
2
  export declare namespace mfa {
3
- type Totp = zod.infer<typeof Totp.Otp>;
3
+ type Totp = zod.infer<typeof Totp.typeZod>;
4
4
  namespace Totp {
5
5
  const typeZod: zod.ZodObject<{
6
6
  key: zod.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.607",
3
+ "version": "0.1.608",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",