@blue-repository/types 0.18.0 → 0.19.0

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.
Files changed (72) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +1 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/paynote/blue-ids.d.ts +6 -7
  7. package/dist/packages/paynote/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/paynote/blue-ids.js +6 -7
  9. package/dist/packages/paynote/blue-ids.js.map +1 -1
  10. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +1 -1
  11. package/dist/packages/paynote/contents/PayNoteDelivery.js +1 -1
  12. package/dist/packages/paynote/contents/PaymentMandate.d.ts +119 -6
  13. package/dist/packages/paynote/contents/PaymentMandate.d.ts.map +1 -1
  14. package/dist/packages/paynote/contents/PaymentMandate.js +119 -6
  15. package/dist/packages/paynote/contents/PaymentMandate.js.map +1 -1
  16. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.d.ts +3 -9
  17. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.d.ts.map +1 -1
  18. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.js +3 -9
  19. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.js.map +1 -1
  20. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationResponded.d.ts +1 -1
  21. package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationResponded.js +1 -1
  22. package/dist/packages/paynote/contents/PaymentMandateSpendSettled.d.ts +12 -6
  23. package/dist/packages/paynote/contents/PaymentMandateSpendSettled.d.ts.map +1 -1
  24. package/dist/packages/paynote/contents/PaymentMandateSpendSettled.js +12 -6
  25. package/dist/packages/paynote/contents/PaymentMandateSpendSettled.js.map +1 -1
  26. package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.d.ts +7 -1
  27. package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.d.ts.map +1 -1
  28. package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.js +7 -1
  29. package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.js.map +1 -1
  30. package/dist/packages/paynote/contents/index.d.ts +1355 -1349
  31. package/dist/packages/paynote/contents/index.d.ts.map +1 -1
  32. package/dist/packages/paynote/contents/index.js +18 -21
  33. package/dist/packages/paynote/contents/index.js.map +1 -1
  34. package/dist/packages/paynote/index.d.ts +1427 -1520
  35. package/dist/packages/paynote/index.d.ts.map +1 -1
  36. package/dist/packages/paynote/meta.d.ts +24 -34
  37. package/dist/packages/paynote/meta.d.ts.map +1 -1
  38. package/dist/packages/paynote/meta.js +18 -29
  39. package/dist/packages/paynote/meta.js.map +1 -1
  40. package/dist/packages/paynote/schemas/PaymentMandate.d.ts +13 -18
  41. package/dist/packages/paynote/schemas/PaymentMandate.d.ts.map +1 -1
  42. package/dist/packages/paynote/schemas/PaymentMandate.js +21 -2
  43. package/dist/packages/paynote/schemas/PaymentMandate.js.map +1 -1
  44. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.d.ts +3 -6
  45. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.d.ts.map +1 -1
  46. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.js +1 -2
  47. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.js.map +1 -1
  48. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationResponded.d.ts +3 -3
  49. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationResponded.js +1 -1
  50. package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.d.ts +6 -3
  51. package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.d.ts.map +1 -1
  52. package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.js +2 -1
  53. package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.js.map +1 -1
  54. package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.d.ts +6 -3
  55. package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.d.ts.map +1 -1
  56. package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.js +2 -1
  57. package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.js.map +1 -1
  58. package/dist/packages/paynote/schemas/index.d.ts +37 -128
  59. package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
  60. package/dist/packages/paynote/schemas/index.js +6 -9
  61. package/dist/packages/paynote/schemas/index.js.map +1 -1
  62. package/dist/repository.d.ts +1428 -1521
  63. package/dist/repository.d.ts.map +1 -1
  64. package/package.json +2 -2
  65. package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.d.ts +0 -113
  66. package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.d.ts.map +0 -1
  67. package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.js +0 -113
  68. package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.js.map +0 -1
  69. package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.d.ts +0 -91
  70. package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.d.ts.map +0 -1
  71. package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.js +0 -28
  72. package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.js.map +0 -1
@@ -7,8 +7,8 @@ export declare const PaymentMandateSpendSettledSchema: z.ZodObject<z.objectUtil.
7
7
  inResponseTo: z.ZodOptional<z.ZodType<import("@blue-labs/language").BlueNode, z.ZodTypeDef, import("@blue-labs/language").BlueNode>>;
8
8
  name: z.ZodOptional<z.ZodString>;
9
9
  }>, {
10
+ authorizationId: z.ZodOptional<z.ZodString>;
10
11
  capturedDeltaMinor: z.ZodOptional<z.ZodNumber>;
11
- chargeAttemptId: z.ZodOptional<z.ZodString>;
12
12
  description: z.ZodOptional<z.ZodString>;
13
13
  holdId: z.ZodOptional<z.ZodString>;
14
14
  name: z.ZodOptional<z.ZodString>;
@@ -19,6 +19,7 @@ export declare const PaymentMandateSpendSettledSchema: z.ZodObject<z.objectUtil.
19
19
  }, {
20
20
  [x: string]: any;
21
21
  }>>;
22
+ settlementId: z.ZodOptional<z.ZodString>;
22
23
  status: z.ZodOptional<z.ZodString>;
23
24
  transactionId: z.ZodOptional<z.ZodString>;
24
25
  }>, "strip", z.ZodTypeAny, {
@@ -31,10 +32,11 @@ export declare const PaymentMandateSpendSettledSchema: z.ZodObject<z.objectUtil.
31
32
  transactionId?: string | undefined;
32
33
  capturedDeltaMinor?: number | undefined;
33
34
  reservedDeltaMinor?: number | undefined;
34
- chargeAttemptId?: string | undefined;
35
+ authorizationId?: string | undefined;
35
36
  settledAt?: {
36
37
  [x: string]: any;
37
38
  } | undefined;
39
+ settlementId?: string | undefined;
38
40
  }, {
39
41
  status?: string | undefined;
40
42
  description?: string | undefined;
@@ -45,10 +47,11 @@ export declare const PaymentMandateSpendSettledSchema: z.ZodObject<z.objectUtil.
45
47
  transactionId?: string | undefined;
46
48
  capturedDeltaMinor?: number | undefined;
47
49
  reservedDeltaMinor?: number | undefined;
48
- chargeAttemptId?: string | undefined;
50
+ authorizationId?: string | undefined;
49
51
  settledAt?: {
50
52
  [x: string]: any;
51
53
  } | undefined;
54
+ settlementId?: string | undefined;
52
55
  }>;
53
56
  export type PaymentMandateSpendSettled = z.infer<typeof PaymentMandateSpendSettledSchema>;
54
57
  //# sourceMappingURL=PaymentMandateSpendSettled.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentMandateSpendSettled.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAe5C,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,gCAAgC,CACxC,CAAC"}
1
+ {"version":3,"file":"PaymentMandateSpendSettled.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB5C,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,gCAAgC,CACxC,CAAC"}
@@ -4,14 +4,15 @@ import { withTypeBlueId } from '@blue-labs/language';
4
4
  import { TimestampSchema } from '../../common/schemas/Timestamp.js';
5
5
  import { ResponseSchema } from '../../conversation/schemas/Response.js';
6
6
  export const PaymentMandateSpendSettledSchema = withTypeBlueId(blueIds['PayNote/Payment Mandate Spend Settled'])(ResponseSchema.extend({
7
+ authorizationId: z.string().optional(),
7
8
  capturedDeltaMinor: z.number().optional(),
8
- chargeAttemptId: z.string().optional(),
9
9
  description: z.string().optional(),
10
10
  holdId: z.string().optional(),
11
11
  name: z.string().optional(),
12
12
  reason: z.string().optional(),
13
13
  reservedDeltaMinor: z.number().optional(),
14
14
  settledAt: TimestampSchema.optional(),
15
+ settlementId: z.string().optional(),
15
16
  status: z.string().optional(),
16
17
  transactionId: z.string().optional(),
17
18
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentMandateSpendSettled.js","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,MAAM,CAAC,MAAM,gCAAgC,GAAG,cAAc,CAC5D,OAAO,CAAC,uCAAuC,CAAC,CACjD,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,SAAS,EAAE,eAAe,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"PaymentMandateSpendSettled.js","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,MAAM,CAAC,MAAM,gCAAgC,GAAG,cAAc,CAC5D,OAAO,CAAC,uCAAuC,CAAC,CACjD,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,SAAS,EAAE,eAAe,CAAC,QAAQ,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CACH,CAAC"}
@@ -9,7 +9,7 @@ export declare const PaymentMandateSpendSettlementRespondedSchema: z.ZodObject<z
9
9
  }>, {
10
10
  amountCaptured: z.ZodOptional<z.ZodNumber>;
11
11
  amountReserved: z.ZodOptional<z.ZodNumber>;
12
- chargeAttemptId: z.ZodOptional<z.ZodString>;
12
+ authorizationId: z.ZodOptional<z.ZodString>;
13
13
  description: z.ZodOptional<z.ZodString>;
14
14
  name: z.ZodOptional<z.ZodString>;
15
15
  reason: z.ZodOptional<z.ZodString>;
@@ -18,6 +18,7 @@ export declare const PaymentMandateSpendSettlementRespondedSchema: z.ZodObject<z
18
18
  }, {
19
19
  [x: string]: any;
20
20
  }>>;
21
+ settlementId: z.ZodOptional<z.ZodString>;
21
22
  status: z.ZodOptional<z.ZodString>;
22
23
  }>, "strip", z.ZodTypeAny, {
23
24
  status?: string | undefined;
@@ -30,7 +31,8 @@ export declare const PaymentMandateSpendSettlementRespondedSchema: z.ZodObject<z
30
31
  reason?: string | undefined;
31
32
  amountCaptured?: number | undefined;
32
33
  amountReserved?: number | undefined;
33
- chargeAttemptId?: string | undefined;
34
+ authorizationId?: string | undefined;
35
+ settlementId?: string | undefined;
34
36
  }, {
35
37
  status?: string | undefined;
36
38
  description?: string | undefined;
@@ -42,7 +44,8 @@ export declare const PaymentMandateSpendSettlementRespondedSchema: z.ZodObject<z
42
44
  reason?: string | undefined;
43
45
  amountCaptured?: number | undefined;
44
46
  amountReserved?: number | undefined;
45
- chargeAttemptId?: string | undefined;
47
+ authorizationId?: string | undefined;
48
+ settlementId?: string | undefined;
46
49
  }>;
47
50
  export type PaymentMandateSpendSettlementResponded = z.infer<typeof PaymentMandateSpendSettlementRespondedSchema>;
48
51
  //# sourceMappingURL=PaymentMandateSpendSettlementResponded.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentMandateSpendSettlementResponded.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaxD,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,4CAA4C,CACpD,CAAC"}
1
+ {"version":3,"file":"PaymentMandateSpendSettlementResponded.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcxD,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,4CAA4C,CACpD,CAAC"}
@@ -6,11 +6,12 @@ import { ResponseSchema } from '../../conversation/schemas/Response.js';
6
6
  export const PaymentMandateSpendSettlementRespondedSchema = withTypeBlueId(blueIds['PayNote/Payment Mandate Spend Settlement Responded'])(ResponseSchema.extend({
7
7
  amountCaptured: z.number().optional(),
8
8
  amountReserved: z.number().optional(),
9
- chargeAttemptId: z.string().optional(),
9
+ authorizationId: z.string().optional(),
10
10
  description: z.string().optional(),
11
11
  name: z.string().optional(),
12
12
  reason: z.string().optional(),
13
13
  respondedAt: TimestampSchema.optional(),
14
+ settlementId: z.string().optional(),
14
15
  status: z.string().optional(),
15
16
  }));
16
17
  //# sourceMappingURL=PaymentMandateSpendSettlementResponded.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentMandateSpendSettlementResponded.js","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,MAAM,CAAC,MAAM,4CAA4C,GAAG,cAAc,CACxE,OAAO,CAAC,oDAAoD,CAAC,CAC9D,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,eAAe,CAAC,QAAQ,EAAE;IACvC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"PaymentMandateSpendSettlementResponded.js","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,MAAM,CAAC,MAAM,4CAA4C,GAAG,cAAc,CACxE,OAAO,CAAC,oDAAoD,CAAC,CAC9D,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,eAAe,CAAC,QAAQ,EAAE;IACvC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CACH,CAAC"}
@@ -29,7 +29,6 @@ export { PayeeAssignmentRequestedSchema } from './PayeeAssignmentRequested.js';
29
29
  export { PaymentMandateSchema } from './PaymentMandate.js';
30
30
  export { PaymentMandateAttachedSchema } from './PaymentMandateAttached.js';
31
31
  export { PaymentMandateAttachmentFailedSchema } from './PaymentMandateAttachmentFailed.js';
32
- export { PaymentMandateChargeAttemptStateSchema } from './PaymentMandateChargeAttemptState.js';
33
32
  export { PaymentMandateSpendAuthorizationRequestedSchema } from './PaymentMandateSpendAuthorizationRequested.js';
34
33
  export { PaymentMandateSpendAuthorizationRespondedSchema } from './PaymentMandateSpendAuthorizationResponded.js';
35
34
  export { PaymentMandateSpendSettledSchema } from './PaymentMandateSpendSettled.js';
@@ -1739,7 +1738,7 @@ export declare const schemas: {
1739
1738
  requestId?: string | undefined;
1740
1739
  payeeEmail?: string | undefined;
1741
1740
  }>;
1742
- readonly Cb8EjAE531e9RVa9RgFJzKmN9h6z8Xp3tAYaBFgqfHoP: import("zod").ZodObject<{
1741
+ readonly BKKgKnHFhLmmUxq4WRvhV7HYZNu6ngDEce1LvHjZimJr: import("zod").ZodObject<{
1743
1742
  allowedPaymentCounterparties: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1744
1743
  counterpartyId: import("zod").ZodOptional<import("zod").ZodString>;
1745
1744
  counterpartyType: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1783,11 +1782,10 @@ export declare const schemas: {
1783
1782
  }, {
1784
1783
  [x: string]: any;
1785
1784
  }>>;
1786
- description: import("zod").ZodOptional<import("zod").ZodString>;
1787
1785
  holdId: import("zod").ZodOptional<import("zod").ZodString>;
1786
+ lastSettlementId: import("zod").ZodOptional<import("zod").ZodString>;
1788
1787
  lastSettlementProcessingStatus: import("zod").ZodOptional<import("zod").ZodString>;
1789
1788
  lastSettlementRequestStatus: import("zod").ZodOptional<import("zod").ZodString>;
1790
- name: import("zod").ZodOptional<import("zod").ZodString>;
1791
1789
  reservedDeltaMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
1792
1790
  settled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1793
1791
  settlementReason: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1798,8 +1796,6 @@ export declare const schemas: {
1798
1796
  }>>;
1799
1797
  transactionId: import("zod").ZodOptional<import("zod").ZodString>;
1800
1798
  }, "strip", import("zod").ZodTypeAny, {
1801
- description?: string | undefined;
1802
- name?: string | undefined;
1803
1799
  holdId?: string | undefined;
1804
1800
  transactionId?: string | undefined;
1805
1801
  authorizedAmountMinor?: number | undefined;
@@ -1807,6 +1803,8 @@ export declare const schemas: {
1807
1803
  [x: string]: any;
1808
1804
  } | undefined;
1809
1805
  amountMinor?: number | undefined;
1806
+ counterpartyId?: string | undefined;
1807
+ counterpartyType?: string | undefined;
1810
1808
  authorizationReason?: string | undefined;
1811
1809
  authorizationRespondedAt?: {
1812
1810
  [x: string]: any;
@@ -1814,8 +1812,7 @@ export declare const schemas: {
1814
1812
  authorizationStatus?: string | undefined;
1815
1813
  capturedDeltaMinor?: number | undefined;
1816
1814
  chargeMode?: string | undefined;
1817
- counterpartyId?: string | undefined;
1818
- counterpartyType?: string | undefined;
1815
+ lastSettlementId?: string | undefined;
1819
1816
  lastSettlementProcessingStatus?: string | undefined;
1820
1817
  lastSettlementRequestStatus?: string | undefined;
1821
1818
  reservedDeltaMinor?: number | undefined;
@@ -1825,8 +1822,6 @@ export declare const schemas: {
1825
1822
  [x: string]: any;
1826
1823
  } | undefined;
1827
1824
  }, {
1828
- description?: string | undefined;
1829
- name?: string | undefined;
1830
1825
  holdId?: string | undefined;
1831
1826
  transactionId?: string | undefined;
1832
1827
  authorizedAmountMinor?: number | undefined;
@@ -1834,6 +1829,8 @@ export declare const schemas: {
1834
1829
  [x: string]: any;
1835
1830
  } | undefined;
1836
1831
  amountMinor?: number | undefined;
1832
+ counterpartyId?: string | undefined;
1833
+ counterpartyType?: string | undefined;
1837
1834
  authorizationReason?: string | undefined;
1838
1835
  authorizationRespondedAt?: {
1839
1836
  [x: string]: any;
@@ -1841,8 +1838,7 @@ export declare const schemas: {
1841
1838
  authorizationStatus?: string | undefined;
1842
1839
  capturedDeltaMinor?: number | undefined;
1843
1840
  chargeMode?: string | undefined;
1844
- counterpartyId?: string | undefined;
1845
- counterpartyType?: string | undefined;
1841
+ lastSettlementId?: string | undefined;
1846
1842
  lastSettlementProcessingStatus?: string | undefined;
1847
1843
  lastSettlementRequestStatus?: string | undefined;
1848
1844
  reservedDeltaMinor?: number | undefined;
@@ -2463,8 +2459,6 @@ export declare const schemas: {
2463
2459
  allowLinkedPayNote?: boolean | undefined;
2464
2460
  amountLimit?: number | undefined;
2465
2461
  chargeAttempts?: Record<string, {
2466
- description?: string | undefined;
2467
- name?: string | undefined;
2468
2462
  holdId?: string | undefined;
2469
2463
  transactionId?: string | undefined;
2470
2464
  authorizedAmountMinor?: number | undefined;
@@ -2472,6 +2466,8 @@ export declare const schemas: {
2472
2466
  [x: string]: any;
2473
2467
  } | undefined;
2474
2468
  amountMinor?: number | undefined;
2469
+ counterpartyId?: string | undefined;
2470
+ counterpartyType?: string | undefined;
2475
2471
  authorizationReason?: string | undefined;
2476
2472
  authorizationRespondedAt?: {
2477
2473
  [x: string]: any;
@@ -2479,8 +2475,7 @@ export declare const schemas: {
2479
2475
  authorizationStatus?: string | undefined;
2480
2476
  capturedDeltaMinor?: number | undefined;
2481
2477
  chargeMode?: string | undefined;
2482
- counterpartyId?: string | undefined;
2483
- counterpartyType?: string | undefined;
2478
+ lastSettlementId?: string | undefined;
2484
2479
  lastSettlementProcessingStatus?: string | undefined;
2485
2480
  lastSettlementRequestStatus?: string | undefined;
2486
2481
  reservedDeltaMinor?: number | undefined;
@@ -2604,8 +2599,6 @@ export declare const schemas: {
2604
2599
  allowLinkedPayNote?: boolean | undefined;
2605
2600
  amountLimit?: number | undefined;
2606
2601
  chargeAttempts?: Record<string, {
2607
- description?: string | undefined;
2608
- name?: string | undefined;
2609
2602
  holdId?: string | undefined;
2610
2603
  transactionId?: string | undefined;
2611
2604
  authorizedAmountMinor?: number | undefined;
@@ -2613,6 +2606,8 @@ export declare const schemas: {
2613
2606
  [x: string]: any;
2614
2607
  } | undefined;
2615
2608
  amountMinor?: number | undefined;
2609
+ counterpartyId?: string | undefined;
2610
+ counterpartyType?: string | undefined;
2616
2611
  authorizationReason?: string | undefined;
2617
2612
  authorizationRespondedAt?: {
2618
2613
  [x: string]: any;
@@ -2620,8 +2615,7 @@ export declare const schemas: {
2620
2615
  authorizationStatus?: string | undefined;
2621
2616
  capturedDeltaMinor?: number | undefined;
2622
2617
  chargeMode?: string | undefined;
2623
- counterpartyId?: string | undefined;
2624
- counterpartyType?: string | undefined;
2618
+ lastSettlementId?: string | undefined;
2625
2619
  lastSettlementProcessingStatus?: string | undefined;
2626
2620
  lastSettlementRequestStatus?: string | undefined;
2627
2621
  reservedDeltaMinor?: number | undefined;
@@ -2672,95 +2666,7 @@ export declare const schemas: {
2672
2666
  name?: string | undefined;
2673
2667
  reason?: string | undefined;
2674
2668
  }>;
2675
- readonly JADRqXZ7UWNDqPt9Zhnn6831Nz2X5yeSuyew4hu6ciVq: import("zod").ZodObject<{
2676
- amountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2677
- authorizationReason: import("zod").ZodOptional<import("zod").ZodString>;
2678
- authorizationRespondedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2679
- [x: string]: any;
2680
- }, {
2681
- [x: string]: any;
2682
- }>>;
2683
- authorizationStatus: import("zod").ZodOptional<import("zod").ZodString>;
2684
- authorizedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2685
- capturedDeltaMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2686
- chargeMode: import("zod").ZodOptional<import("zod").ZodString>;
2687
- counterpartyId: import("zod").ZodOptional<import("zod").ZodString>;
2688
- counterpartyType: import("zod").ZodOptional<import("zod").ZodString>;
2689
- currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2690
- [x: string]: any;
2691
- }, {
2692
- [x: string]: any;
2693
- }>>;
2694
- description: import("zod").ZodOptional<import("zod").ZodString>;
2695
- holdId: import("zod").ZodOptional<import("zod").ZodString>;
2696
- lastSettlementProcessingStatus: import("zod").ZodOptional<import("zod").ZodString>;
2697
- lastSettlementRequestStatus: import("zod").ZodOptional<import("zod").ZodString>;
2698
- name: import("zod").ZodOptional<import("zod").ZodString>;
2699
- reservedDeltaMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2700
- settled: import("zod").ZodOptional<import("zod").ZodBoolean>;
2701
- settlementReason: import("zod").ZodOptional<import("zod").ZodString>;
2702
- settlementRespondedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2703
- [x: string]: any;
2704
- }, {
2705
- [x: string]: any;
2706
- }>>;
2707
- transactionId: import("zod").ZodOptional<import("zod").ZodString>;
2708
- }, "strip", import("zod").ZodTypeAny, {
2709
- description?: string | undefined;
2710
- name?: string | undefined;
2711
- holdId?: string | undefined;
2712
- transactionId?: string | undefined;
2713
- authorizedAmountMinor?: number | undefined;
2714
- currency?: {
2715
- [x: string]: any;
2716
- } | undefined;
2717
- amountMinor?: number | undefined;
2718
- authorizationReason?: string | undefined;
2719
- authorizationRespondedAt?: {
2720
- [x: string]: any;
2721
- } | undefined;
2722
- authorizationStatus?: string | undefined;
2723
- capturedDeltaMinor?: number | undefined;
2724
- chargeMode?: string | undefined;
2725
- counterpartyId?: string | undefined;
2726
- counterpartyType?: string | undefined;
2727
- lastSettlementProcessingStatus?: string | undefined;
2728
- lastSettlementRequestStatus?: string | undefined;
2729
- reservedDeltaMinor?: number | undefined;
2730
- settled?: boolean | undefined;
2731
- settlementReason?: string | undefined;
2732
- settlementRespondedAt?: {
2733
- [x: string]: any;
2734
- } | undefined;
2735
- }, {
2736
- description?: string | undefined;
2737
- name?: string | undefined;
2738
- holdId?: string | undefined;
2739
- transactionId?: string | undefined;
2740
- authorizedAmountMinor?: number | undefined;
2741
- currency?: {
2742
- [x: string]: any;
2743
- } | undefined;
2744
- amountMinor?: number | undefined;
2745
- authorizationReason?: string | undefined;
2746
- authorizationRespondedAt?: {
2747
- [x: string]: any;
2748
- } | undefined;
2749
- authorizationStatus?: string | undefined;
2750
- capturedDeltaMinor?: number | undefined;
2751
- chargeMode?: string | undefined;
2752
- counterpartyId?: string | undefined;
2753
- counterpartyType?: string | undefined;
2754
- lastSettlementProcessingStatus?: string | undefined;
2755
- lastSettlementRequestStatus?: string | undefined;
2756
- reservedDeltaMinor?: number | undefined;
2757
- settled?: boolean | undefined;
2758
- settlementReason?: string | undefined;
2759
- settlementRespondedAt?: {
2760
- [x: string]: any;
2761
- } | undefined;
2762
- }>;
2763
- readonly '4STBHLJjxjCZVgeW2ScFfmsx8Vm16FenEbaNMyL8ZJUT': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2669
+ readonly '7EKvVzbT63C2taKWfLf9J2BiVL7BCL6Ld86tH8b9kmxF': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2764
2670
  description: import("zod").ZodOptional<import("zod").ZodString>;
2765
2671
  name: import("zod").ZodOptional<import("zod").ZodString>;
2766
2672
  }, {
@@ -2769,8 +2675,7 @@ export declare const schemas: {
2769
2675
  requestId: import("zod").ZodOptional<import("zod").ZodString>;
2770
2676
  }>, {
2771
2677
  amountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2772
- chargeAttemptId: import("zod").ZodOptional<import("zod").ZodString>;
2773
- chargeMode: import("zod").ZodOptional<import("zod").ZodString>;
2678
+ authorizationId: import("zod").ZodOptional<import("zod").ZodString>;
2774
2679
  counterpartyId: import("zod").ZodOptional<import("zod").ZodString>;
2775
2680
  counterpartyType: import("zod").ZodOptional<import("zod").ZodString>;
2776
2681
  currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -2795,10 +2700,9 @@ export declare const schemas: {
2795
2700
  [x: string]: any;
2796
2701
  } | undefined;
2797
2702
  amountMinor?: number | undefined;
2798
- chargeMode?: string | undefined;
2799
2703
  counterpartyId?: string | undefined;
2800
2704
  counterpartyType?: string | undefined;
2801
- chargeAttemptId?: string | undefined;
2705
+ authorizationId?: string | undefined;
2802
2706
  requestedAt?: {
2803
2707
  [x: string]: any;
2804
2708
  } | undefined;
@@ -2812,17 +2716,16 @@ export declare const schemas: {
2812
2716
  [x: string]: any;
2813
2717
  } | undefined;
2814
2718
  amountMinor?: number | undefined;
2815
- chargeMode?: string | undefined;
2816
2719
  counterpartyId?: string | undefined;
2817
2720
  counterpartyType?: string | undefined;
2818
- chargeAttemptId?: string | undefined;
2721
+ authorizationId?: string | undefined;
2819
2722
  requestedAt?: {
2820
2723
  [x: string]: any;
2821
2724
  } | undefined;
2822
2725
  requestingDocumentId?: string | undefined;
2823
2726
  requestingSessionId?: string | undefined;
2824
2727
  }>;
2825
- readonly '8qdhLemMQ5MFtu9Aebpd9gKfKuLuRBEnT6yTTzr9F78E': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2728
+ readonly '6UFd89oNox3PCpeVFaaCXwbGDp3k3Qc56e4DktnK3F8P': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2826
2729
  description: import("zod").ZodOptional<import("zod").ZodString>;
2827
2730
  name: import("zod").ZodOptional<import("zod").ZodString>;
2828
2731
  }, {
@@ -2830,7 +2733,7 @@ export declare const schemas: {
2830
2733
  inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2831
2734
  name: import("zod").ZodOptional<import("zod").ZodString>;
2832
2735
  }>, {
2833
- chargeAttemptId: import("zod").ZodOptional<import("zod").ZodString>;
2736
+ authorizationId: import("zod").ZodOptional<import("zod").ZodString>;
2834
2737
  description: import("zod").ZodOptional<import("zod").ZodString>;
2835
2738
  name: import("zod").ZodOptional<import("zod").ZodString>;
2836
2739
  reason: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2850,7 +2753,7 @@ export declare const schemas: {
2850
2753
  [x: string]: any;
2851
2754
  } | undefined;
2852
2755
  reason?: string | undefined;
2853
- chargeAttemptId?: string | undefined;
2756
+ authorizationId?: string | undefined;
2854
2757
  remainingAmountMinor?: number | undefined;
2855
2758
  }, {
2856
2759
  status?: string | undefined;
@@ -2861,10 +2764,10 @@ export declare const schemas: {
2861
2764
  [x: string]: any;
2862
2765
  } | undefined;
2863
2766
  reason?: string | undefined;
2864
- chargeAttemptId?: string | undefined;
2767
+ authorizationId?: string | undefined;
2865
2768
  remainingAmountMinor?: number | undefined;
2866
2769
  }>;
2867
- readonly '3TW3tRAQdYoMTFeeqmnWLR9JFibTVaJuiRJfJ3ggeVTJ': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2770
+ readonly '6aPqmL9AQV31CCV576ZmEcUgysbdbQAfAig9J5VYeR6v': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2868
2771
  description: import("zod").ZodOptional<import("zod").ZodString>;
2869
2772
  name: import("zod").ZodOptional<import("zod").ZodString>;
2870
2773
  }, {
@@ -2872,8 +2775,8 @@ export declare const schemas: {
2872
2775
  inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2873
2776
  name: import("zod").ZodOptional<import("zod").ZodString>;
2874
2777
  }>, {
2778
+ authorizationId: import("zod").ZodOptional<import("zod").ZodString>;
2875
2779
  capturedDeltaMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2876
- chargeAttemptId: import("zod").ZodOptional<import("zod").ZodString>;
2877
2780
  description: import("zod").ZodOptional<import("zod").ZodString>;
2878
2781
  holdId: import("zod").ZodOptional<import("zod").ZodString>;
2879
2782
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2884,6 +2787,7 @@ export declare const schemas: {
2884
2787
  }, {
2885
2788
  [x: string]: any;
2886
2789
  }>>;
2790
+ settlementId: import("zod").ZodOptional<import("zod").ZodString>;
2887
2791
  status: import("zod").ZodOptional<import("zod").ZodString>;
2888
2792
  transactionId: import("zod").ZodOptional<import("zod").ZodString>;
2889
2793
  }>, "strip", import("zod").ZodTypeAny, {
@@ -2896,10 +2800,11 @@ export declare const schemas: {
2896
2800
  transactionId?: string | undefined;
2897
2801
  capturedDeltaMinor?: number | undefined;
2898
2802
  reservedDeltaMinor?: number | undefined;
2899
- chargeAttemptId?: string | undefined;
2803
+ authorizationId?: string | undefined;
2900
2804
  settledAt?: {
2901
2805
  [x: string]: any;
2902
2806
  } | undefined;
2807
+ settlementId?: string | undefined;
2903
2808
  }, {
2904
2809
  status?: string | undefined;
2905
2810
  description?: string | undefined;
@@ -2910,12 +2815,13 @@ export declare const schemas: {
2910
2815
  transactionId?: string | undefined;
2911
2816
  capturedDeltaMinor?: number | undefined;
2912
2817
  reservedDeltaMinor?: number | undefined;
2913
- chargeAttemptId?: string | undefined;
2818
+ authorizationId?: string | undefined;
2914
2819
  settledAt?: {
2915
2820
  [x: string]: any;
2916
2821
  } | undefined;
2822
+ settlementId?: string | undefined;
2917
2823
  }>;
2918
- readonly '6P1iVKFwG9jgWV7Ye3Co6pWByuu5QpR4tpqu9oVVvawY': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2824
+ readonly CoGAMipt8rhmnkMgKsyZ5aendkHvFc4muC6pVgrUT1rJ: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2919
2825
  description: import("zod").ZodOptional<import("zod").ZodString>;
2920
2826
  name: import("zod").ZodOptional<import("zod").ZodString>;
2921
2827
  }, {
@@ -2925,7 +2831,7 @@ export declare const schemas: {
2925
2831
  }>, {
2926
2832
  amountCaptured: import("zod").ZodOptional<import("zod").ZodNumber>;
2927
2833
  amountReserved: import("zod").ZodOptional<import("zod").ZodNumber>;
2928
- chargeAttemptId: import("zod").ZodOptional<import("zod").ZodString>;
2834
+ authorizationId: import("zod").ZodOptional<import("zod").ZodString>;
2929
2835
  description: import("zod").ZodOptional<import("zod").ZodString>;
2930
2836
  name: import("zod").ZodOptional<import("zod").ZodString>;
2931
2837
  reason: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2934,6 +2840,7 @@ export declare const schemas: {
2934
2840
  }, {
2935
2841
  [x: string]: any;
2936
2842
  }>>;
2843
+ settlementId: import("zod").ZodOptional<import("zod").ZodString>;
2937
2844
  status: import("zod").ZodOptional<import("zod").ZodString>;
2938
2845
  }>, "strip", import("zod").ZodTypeAny, {
2939
2846
  status?: string | undefined;
@@ -2946,7 +2853,8 @@ export declare const schemas: {
2946
2853
  reason?: string | undefined;
2947
2854
  amountCaptured?: number | undefined;
2948
2855
  amountReserved?: number | undefined;
2949
- chargeAttemptId?: string | undefined;
2856
+ authorizationId?: string | undefined;
2857
+ settlementId?: string | undefined;
2950
2858
  }, {
2951
2859
  status?: string | undefined;
2952
2860
  description?: string | undefined;
@@ -2958,7 +2866,8 @@ export declare const schemas: {
2958
2866
  reason?: string | undefined;
2959
2867
  amountCaptured?: number | undefined;
2960
2868
  amountReserved?: number | undefined;
2961
- chargeAttemptId?: string | undefined;
2869
+ authorizationId?: string | undefined;
2870
+ settlementId?: string | undefined;
2962
2871
  }>;
2963
2872
  readonly Dh2LtUN8Umc478kif8VWsNM1FrL5usVEeevv2GKnKP4F: import("zod").ZodObject<{
2964
2873
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -3525,7 +3434,7 @@ export declare const schemas: {
3525
3434
  [x: string]: any;
3526
3435
  } | undefined;
3527
3436
  }>;
3528
- readonly '2QkcYqeXBPfAzjYtasCrt91CKjQjcfdjfnHpZ3EX132g': import("zod").ZodObject<{
3437
+ readonly FLTwmZbvgDuFodwUAqh16PBu3a8aU7Pu4cssCGqVCRh2: import("zod").ZodObject<{
3529
3438
  cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
3530
3439
  authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
3531
3440
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/index.ts"],"names":[],"mappings":"AA8DA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AAClG,OAAO,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,2CAA2C,EAAE,MAAM,yCAAyC,CAAC;AACtG,OAAO,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,8CAA8C,EAAE,MAAM,4CAA4C,CAAC;AAC5G,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,oDAAoD,EAAE,MAAM,kDAAkD,CAAC;AACxH,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AACxF,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAC9G,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AACxF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,gDAAgD,EAAE,MAAM,8CAA8C,CAAC;AAChH,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,qDAAqD,EAAE,MAAM,mDAAmD,CAAC;AAC1H,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,6CAA6C,EAAE,MAAM,2CAA2C,CAAC;AAC1G,OAAO,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AAC1F,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAE9D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FV,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/packages/paynote/schemas/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FV,CAAC"}
@@ -29,7 +29,6 @@ import { PayeeAssignmentRequestedSchema } from './PayeeAssignmentRequested.js';
29
29
  import { PaymentMandateSchema } from './PaymentMandate.js';
30
30
  import { PaymentMandateAttachedSchema } from './PaymentMandateAttached.js';
31
31
  import { PaymentMandateAttachmentFailedSchema } from './PaymentMandateAttachmentFailed.js';
32
- import { PaymentMandateChargeAttemptStateSchema } from './PaymentMandateChargeAttemptState.js';
33
32
  import { PaymentMandateSpendAuthorizationRequestedSchema } from './PaymentMandateSpendAuthorizationRequested.js';
34
33
  import { PaymentMandateSpendAuthorizationRespondedSchema } from './PaymentMandateSpendAuthorizationResponded.js';
35
34
  import { PaymentMandateSpendSettledSchema } from './PaymentMandateSpendSettled.js';
@@ -90,7 +89,6 @@ export { PayeeAssignmentRequestedSchema } from './PayeeAssignmentRequested.js';
90
89
  export { PaymentMandateSchema } from './PaymentMandate.js';
91
90
  export { PaymentMandateAttachedSchema } from './PaymentMandateAttached.js';
92
91
  export { PaymentMandateAttachmentFailedSchema } from './PaymentMandateAttachmentFailed.js';
93
- export { PaymentMandateChargeAttemptStateSchema } from './PaymentMandateChargeAttemptState.js';
94
92
  export { PaymentMandateSpendAuthorizationRequestedSchema } from './PaymentMandateSpendAuthorizationRequested.js';
95
93
  export { PaymentMandateSpendAuthorizationRespondedSchema } from './PaymentMandateSpendAuthorizationResponded.js';
96
94
  export { PaymentMandateSpendSettledSchema } from './PaymentMandateSpendSettled.js';
@@ -149,14 +147,13 @@ export const schemas = {
149
147
  '6vnMMWuq6qJ1hxLqL1P2ckCqC9JtJF3QNW8s7rMTgZ4Q': LinkedPayNoteStartedSchema,
150
148
  '9dJ3W19EJ8MqtTJR8oidX8eRrkeB8xNQyqeTZeqBHZjo': MerchantToCustomerPayNoteSchema,
151
149
  BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: PayeeAssignmentRequestedSchema,
152
- Cb8EjAE531e9RVa9RgFJzKmN9h6z8Xp3tAYaBFgqfHoP: PaymentMandateSchema,
150
+ BKKgKnHFhLmmUxq4WRvhV7HYZNu6ngDEce1LvHjZimJr: PaymentMandateSchema,
153
151
  '49TYrHpnk2gepJiGduJP3afrnT2DJ6kDxqF4Y9M4C4t7': PaymentMandateAttachedSchema,
154
152
  GTwsVrbVb31sMub1vvU2KyY2nA8ekKWYDoqNAB1m4Vh2: PaymentMandateAttachmentFailedSchema,
155
- JADRqXZ7UWNDqPt9Zhnn6831Nz2X5yeSuyew4hu6ciVq: PaymentMandateChargeAttemptStateSchema,
156
- '4STBHLJjxjCZVgeW2ScFfmsx8Vm16FenEbaNMyL8ZJUT': PaymentMandateSpendAuthorizationRequestedSchema,
157
- '8qdhLemMQ5MFtu9Aebpd9gKfKuLuRBEnT6yTTzr9F78E': PaymentMandateSpendAuthorizationRespondedSchema,
158
- '3TW3tRAQdYoMTFeeqmnWLR9JFibTVaJuiRJfJ3ggeVTJ': PaymentMandateSpendSettledSchema,
159
- '6P1iVKFwG9jgWV7Ye3Co6pWByuu5QpR4tpqu9oVVvawY': PaymentMandateSpendSettlementRespondedSchema,
153
+ '7EKvVzbT63C2taKWfLf9J2BiVL7BCL6Ld86tH8b9kmxF': PaymentMandateSpendAuthorizationRequestedSchema,
154
+ '6UFd89oNox3PCpeVFaaCXwbGDp3k3Qc56e4DktnK3F8P': PaymentMandateSpendAuthorizationRespondedSchema,
155
+ '6aPqmL9AQV31CCV576ZmEcUgysbdbQAfAig9J5VYeR6v': PaymentMandateSpendSettledSchema,
156
+ CoGAMipt8rhmnkMgKsyZ5aendkHvFc4muC6pVgrUT1rJ: PaymentMandateSpendSettlementRespondedSchema,
160
157
  Dh2LtUN8Umc478kif8VWsNM1FrL5usVEeevv2GKnKP4F: PayNoteSchema,
161
158
  '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': PayNoteAcceptedByClientSchema,
162
159
  HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK: PayNoteApprovedSchema,
@@ -164,7 +161,7 @@ export const schemas = {
164
161
  DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: PayNoteCancellationRequestedSchema,
165
162
  '96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y': PayNoteCancelledSchema,
166
163
  Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j: PayNoteClientDecisionDiscardedSchema,
167
- '2QkcYqeXBPfAzjYtasCrt91CKjQjcfdjfnHpZ3EX132g': PayNoteDeliverySchema,
164
+ FLTwmZbvgDuFodwUAqh16PBu3a8aU7Pu4cssCGqVCRh2: PayNoteDeliverySchema,
168
165
  GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y: PayNoteDeliveryFailedSchema,
169
166
  AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe: PayNoteRejectedSchema,
170
167
  EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: PayNoteRejectedByClientSchema,