@financeable/aggregation 0.7.4 → 0.8.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.
Files changed (111) hide show
  1. package/README.md +1 -0
  2. package/jsr.json +1 -1
  3. package/lib/config.d.ts +3 -3
  4. package/lib/config.js +3 -3
  5. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +192 -14
  6. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  7. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +186 -19
  8. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  9. package/models/components/consumersecuredloanassetattributes.d.ts +136 -15
  10. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
  11. package/models/components/consumersecuredloanassetattributes.js +131 -11
  12. package/models/components/consumersecuredloanassetattributes.js.map +1 -1
  13. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +370 -14
  14. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  15. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +358 -20
  16. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  17. package/models/components/currencycodeiso4217.d.ts +25 -0
  18. package/models/components/currencycodeiso4217.d.ts.map +1 -0
  19. package/models/components/currencycodeiso4217.js +59 -0
  20. package/models/components/currencycodeiso4217.js.map +1 -0
  21. package/models/components/customerassetattributes.d.ts +37 -0
  22. package/models/components/customerassetattributes.d.ts.map +1 -0
  23. package/models/components/customerassetattributes.js +77 -0
  24. package/models/components/customerassetattributes.js.map +1 -0
  25. package/models/components/customerassettype.d.ts +46 -0
  26. package/models/components/customerassettype.d.ts.map +1 -0
  27. package/models/components/customerassettype.js +66 -0
  28. package/models/components/customerassettype.js.map +1 -0
  29. package/models/components/customerattributes.d.ts +3 -0
  30. package/models/components/customerattributes.d.ts.map +1 -1
  31. package/models/components/customerattributes.js +3 -0
  32. package/models/components/customerattributes.js.map +1 -1
  33. package/models/components/customerliabilityattributes.d.ts +46 -0
  34. package/models/components/customerliabilityattributes.d.ts.map +1 -0
  35. package/models/components/customerliabilityattributes.js +88 -0
  36. package/models/components/customerliabilityattributes.js.map +1 -0
  37. package/models/components/customerliabilityrepaymentfrequency.d.ts +31 -0
  38. package/models/components/customerliabilityrepaymentfrequency.d.ts.map +1 -0
  39. package/models/components/customerliabilityrepaymentfrequency.js +61 -0
  40. package/models/components/customerliabilityrepaymentfrequency.js.map +1 -0
  41. package/models/components/customerliabilitytype.d.ts +40 -0
  42. package/models/components/customerliabilitytype.d.ts.map +1 -0
  43. package/models/components/customerliabilitytype.js +64 -0
  44. package/models/components/customerliabilitytype.js.map +1 -0
  45. package/models/components/expenseattributes.d.ts +38 -0
  46. package/models/components/expenseattributes.d.ts.map +1 -0
  47. package/models/components/expenseattributes.js +78 -0
  48. package/models/components/expenseattributes.js.map +1 -0
  49. package/models/components/expensefrequency.d.ts +31 -0
  50. package/models/components/expensefrequency.d.ts.map +1 -0
  51. package/models/components/expensefrequency.js +61 -0
  52. package/models/components/expensefrequency.js.map +1 -0
  53. package/models/components/expensetype.d.ts +79 -0
  54. package/models/components/expensetype.d.ts.map +1 -0
  55. package/models/components/expensetype.js +78 -0
  56. package/models/components/expensetype.js.map +1 -0
  57. package/models/components/incomeattributes.d.ts +38 -0
  58. package/models/components/incomeattributes.d.ts.map +1 -0
  59. package/models/components/incomeattributes.js +78 -0
  60. package/models/components/incomeattributes.js.map +1 -0
  61. package/models/components/incomefrequency.d.ts +34 -0
  62. package/models/components/incomefrequency.d.ts.map +1 -0
  63. package/models/components/incomefrequency.js +62 -0
  64. package/models/components/incomefrequency.js.map +1 -0
  65. package/models/components/incometype.d.ts +49 -0
  66. package/models/components/incometype.d.ts.map +1 -0
  67. package/models/components/incometype.js +68 -0
  68. package/models/components/incometype.js.map +1 -0
  69. package/models/components/index.d.ts +14 -0
  70. package/models/components/index.d.ts.map +1 -1
  71. package/models/components/index.js +14 -0
  72. package/models/components/index.js.map +1 -1
  73. package/models/components/loandetailsattributes.d.ts +252 -30
  74. package/models/components/loandetailsattributes.d.ts.map +1 -1
  75. package/models/components/loandetailsattributes.js +266 -19
  76. package/models/components/loandetailsattributes.js.map +1 -1
  77. package/models/components/monetaryquantity.d.ts +63 -0
  78. package/models/components/monetaryquantity.d.ts.map +1 -0
  79. package/models/components/monetaryquantity.js +93 -0
  80. package/models/components/monetaryquantity.js.map +1 -0
  81. package/models/components/percentagequantity.d.ts +57 -0
  82. package/models/components/percentagequantity.d.ts.map +1 -0
  83. package/models/components/percentagequantity.js +89 -0
  84. package/models/components/percentagequantity.js.map +1 -0
  85. package/models/operations/createapplication.d.ts +102 -4
  86. package/models/operations/createapplication.d.ts.map +1 -1
  87. package/models/operations/createapplication.js +107 -1
  88. package/models/operations/createapplication.js.map +1 -1
  89. package/package.json +2 -2
  90. package/src/lib/config.ts +3 -3
  91. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +426 -25
  92. package/src/models/components/consumersecuredloanassetattributes.ts +282 -25
  93. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +895 -40
  94. package/src/models/components/currencycodeiso4217.ts +32 -0
  95. package/src/models/components/customerassetattributes.ts +89 -0
  96. package/src/models/components/customerassettype.ts +39 -0
  97. package/src/models/components/customerattributes.ts +10 -0
  98. package/src/models/components/customerliabilityattributes.ts +114 -0
  99. package/src/models/components/customerliabilityrepaymentfrequency.ts +38 -0
  100. package/src/models/components/customerliabilitytype.ts +37 -0
  101. package/src/models/components/expenseattributes.ts +94 -0
  102. package/src/models/components/expensefrequency.ts +34 -0
  103. package/src/models/components/expensetype.ts +48 -0
  104. package/src/models/components/incomeattributes.ts +94 -0
  105. package/src/models/components/incomefrequency.ts +35 -0
  106. package/src/models/components/incometype.ts +38 -0
  107. package/src/models/components/index.ts +14 -0
  108. package/src/models/components/loandetailsattributes.ts +537 -48
  109. package/src/models/components/monetaryquantity.ts +110 -0
  110. package/src/models/components/percentagequantity.ts +102 -0
  111. package/src/models/operations/createapplication.ts +191 -3
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CurrencyCodeIso4217$ = exports.CurrencyCodeIso4217$outboundSchema = exports.CurrencyCodeIso4217$inboundSchema = exports.CurrencyCodeIso4217 = void 0;
40
+ const z = __importStar(require("zod"));
41
+ exports.CurrencyCodeIso4217 = {
42
+ Aud: "AUD",
43
+ };
44
+ /** @internal */
45
+ exports.CurrencyCodeIso4217$inboundSchema = z.nativeEnum(exports.CurrencyCodeIso4217);
46
+ /** @internal */
47
+ exports.CurrencyCodeIso4217$outboundSchema = exports.CurrencyCodeIso4217$inboundSchema;
48
+ /**
49
+ * @internal
50
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
+ */
52
+ var CurrencyCodeIso4217$;
53
+ (function (CurrencyCodeIso4217$) {
54
+ /** @deprecated use `CurrencyCodeIso4217$inboundSchema` instead. */
55
+ CurrencyCodeIso4217$.inboundSchema = exports.CurrencyCodeIso4217$inboundSchema;
56
+ /** @deprecated use `CurrencyCodeIso4217$outboundSchema` instead. */
57
+ CurrencyCodeIso4217$.outboundSchema = exports.CurrencyCodeIso4217$outboundSchema;
58
+ })(CurrencyCodeIso4217$ || (exports.CurrencyCodeIso4217$ = CurrencyCodeIso4217$ = {}));
59
+ //# sourceMappingURL=currencycodeiso4217.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencycodeiso4217.js","sourceRoot":"","sources":["../../src/models/components/currencycodeiso4217.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,mBAAmB,GAAG;IACjC,GAAG,EAAE,KAAK;CACF,CAAC;AAGX,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,yCAAiC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AACnE,CAAC,EALgB,oBAAoB,oCAApB,oBAAoB,QAKpC"}
@@ -0,0 +1,37 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { CustomerAssetType } from "./customerassettype.js";
5
+ import { MonetaryQuantity, MonetaryQuantity$Outbound } from "./monetaryquantity.js";
6
+ export type CustomerAssetAttributes = {
7
+ id?: string | undefined;
8
+ assetType: CustomerAssetType;
9
+ value?: MonetaryQuantity | undefined;
10
+ description?: string | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const CustomerAssetAttributes$inboundSchema: z.ZodType<CustomerAssetAttributes, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type CustomerAssetAttributes$Outbound = {
16
+ id?: string | undefined;
17
+ assetType: string;
18
+ value?: MonetaryQuantity$Outbound | undefined;
19
+ description?: string | undefined;
20
+ };
21
+ /** @internal */
22
+ export declare const CustomerAssetAttributes$outboundSchema: z.ZodType<CustomerAssetAttributes$Outbound, z.ZodTypeDef, CustomerAssetAttributes>;
23
+ /**
24
+ * @internal
25
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
26
+ */
27
+ export declare namespace CustomerAssetAttributes$ {
28
+ /** @deprecated use `CustomerAssetAttributes$inboundSchema` instead. */
29
+ const inboundSchema: z.ZodType<CustomerAssetAttributes, z.ZodTypeDef, unknown>;
30
+ /** @deprecated use `CustomerAssetAttributes$outboundSchema` instead. */
31
+ const outboundSchema: z.ZodType<CustomerAssetAttributes$Outbound, z.ZodTypeDef, CustomerAssetAttributes>;
32
+ /** @deprecated use `CustomerAssetAttributes$Outbound` instead. */
33
+ type Outbound = CustomerAssetAttributes$Outbound;
34
+ }
35
+ export declare function customerAssetAttributesToJSON(customerAssetAttributes: CustomerAssetAttributes): string;
36
+ export declare function customerAssetAttributesFromJSON(jsonString: string): SafeParseResult<CustomerAssetAttributes, SDKValidationError>;
37
+ //# sourceMappingURL=customerassetattributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerassetattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAGlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,EAAE,iBAAiB,CAAC;IAC7B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAMvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CustomerAssetAttributes$ = exports.CustomerAssetAttributes$outboundSchema = exports.CustomerAssetAttributes$inboundSchema = void 0;
40
+ exports.customerAssetAttributesToJSON = customerAssetAttributesToJSON;
41
+ exports.customerAssetAttributesFromJSON = customerAssetAttributesFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const customerassettype_js_1 = require("./customerassettype.js");
45
+ const monetaryquantity_js_1 = require("./monetaryquantity.js");
46
+ /** @internal */
47
+ exports.CustomerAssetAttributes$inboundSchema = z.object({
48
+ id: z.string().optional(),
49
+ assetType: customerassettype_js_1.CustomerAssetType$inboundSchema,
50
+ value: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
51
+ description: z.string().optional(),
52
+ });
53
+ /** @internal */
54
+ exports.CustomerAssetAttributes$outboundSchema = z.object({
55
+ id: z.string().optional(),
56
+ assetType: customerassettype_js_1.CustomerAssetType$outboundSchema,
57
+ value: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
58
+ description: z.string().optional(),
59
+ });
60
+ /**
61
+ * @internal
62
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
63
+ */
64
+ var CustomerAssetAttributes$;
65
+ (function (CustomerAssetAttributes$) {
66
+ /** @deprecated use `CustomerAssetAttributes$inboundSchema` instead. */
67
+ CustomerAssetAttributes$.inboundSchema = exports.CustomerAssetAttributes$inboundSchema;
68
+ /** @deprecated use `CustomerAssetAttributes$outboundSchema` instead. */
69
+ CustomerAssetAttributes$.outboundSchema = exports.CustomerAssetAttributes$outboundSchema;
70
+ })(CustomerAssetAttributes$ || (exports.CustomerAssetAttributes$ = CustomerAssetAttributes$ = {}));
71
+ function customerAssetAttributesToJSON(customerAssetAttributes) {
72
+ return JSON.stringify(exports.CustomerAssetAttributes$outboundSchema.parse(customerAssetAttributes));
73
+ }
74
+ function customerAssetAttributesFromJSON(jsonString) {
75
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAssetAttributes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAssetAttributes' from JSON`);
76
+ }
77
+ //# sourceMappingURL=customerassetattributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerassetattributes.js","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsEH,sEAMC;AAED,0EAQC;AApFD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAIgC;AAChC,+DAK+B;AAS/B,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,sDAA+B;IAC1C,KAAK,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,uDAAgC;IAC3C,KAAK,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACjD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AAGvE,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC;AAED,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AAED,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,46 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const CustomerAssetType: {
4
+ readonly PrimaryOccupiedResidentialProperty: "PRIMARY_OCCUPIED_RESIDENTIAL_PROPERTY";
5
+ readonly InvestmentProperty: "INVESTMENT_PROPERTY";
6
+ readonly CommercialProperty: "COMMERCIAL_PROPERTY";
7
+ readonly MotorVehicle: "MOTOR_VEHICLE";
8
+ readonly CashSavings: "CASH_SAVINGS";
9
+ readonly InvestmentShares: "INVESTMENT_SHARES";
10
+ readonly Superannuation: "SUPERANNUATION";
11
+ readonly Other: "OTHER";
12
+ };
13
+ export type CustomerAssetType = ClosedEnum<typeof CustomerAssetType>;
14
+ /** @internal */
15
+ export declare const CustomerAssetType$inboundSchema: z.ZodNativeEnum<typeof CustomerAssetType>;
16
+ /** @internal */
17
+ export declare const CustomerAssetType$outboundSchema: z.ZodNativeEnum<typeof CustomerAssetType>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace CustomerAssetType$ {
23
+ /** @deprecated use `CustomerAssetType$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodNativeEnum<{
25
+ readonly PrimaryOccupiedResidentialProperty: "PRIMARY_OCCUPIED_RESIDENTIAL_PROPERTY";
26
+ readonly InvestmentProperty: "INVESTMENT_PROPERTY";
27
+ readonly CommercialProperty: "COMMERCIAL_PROPERTY";
28
+ readonly MotorVehicle: "MOTOR_VEHICLE";
29
+ readonly CashSavings: "CASH_SAVINGS";
30
+ readonly InvestmentShares: "INVESTMENT_SHARES";
31
+ readonly Superannuation: "SUPERANNUATION";
32
+ readonly Other: "OTHER";
33
+ }>;
34
+ /** @deprecated use `CustomerAssetType$outboundSchema` instead. */
35
+ const outboundSchema: z.ZodNativeEnum<{
36
+ readonly PrimaryOccupiedResidentialProperty: "PRIMARY_OCCUPIED_RESIDENTIAL_PROPERTY";
37
+ readonly InvestmentProperty: "INVESTMENT_PROPERTY";
38
+ readonly CommercialProperty: "COMMERCIAL_PROPERTY";
39
+ readonly MotorVehicle: "MOTOR_VEHICLE";
40
+ readonly CashSavings: "CASH_SAVINGS";
41
+ readonly InvestmentShares: "INVESTMENT_SHARES";
42
+ readonly Superannuation: "SUPERANNUATION";
43
+ readonly Other: "OTHER";
44
+ }>;
45
+ }
46
+ //# sourceMappingURL=customerassettype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerassettype.d.ts","sourceRoot":"","sources":["../../src/models/components/customerassettype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;CASpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAErE,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,iBAAiB,CACS,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,iBAAiB,CACS,CAAC;AAEpC;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa;;;;;;;;;MAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc;;;;;;;;;MAAmC,CAAC;CAChE"}
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CustomerAssetType$ = exports.CustomerAssetType$outboundSchema = exports.CustomerAssetType$inboundSchema = exports.CustomerAssetType = void 0;
40
+ const z = __importStar(require("zod"));
41
+ exports.CustomerAssetType = {
42
+ PrimaryOccupiedResidentialProperty: "PRIMARY_OCCUPIED_RESIDENTIAL_PROPERTY",
43
+ InvestmentProperty: "INVESTMENT_PROPERTY",
44
+ CommercialProperty: "COMMERCIAL_PROPERTY",
45
+ MotorVehicle: "MOTOR_VEHICLE",
46
+ CashSavings: "CASH_SAVINGS",
47
+ InvestmentShares: "INVESTMENT_SHARES",
48
+ Superannuation: "SUPERANNUATION",
49
+ Other: "OTHER",
50
+ };
51
+ /** @internal */
52
+ exports.CustomerAssetType$inboundSchema = z.nativeEnum(exports.CustomerAssetType);
53
+ /** @internal */
54
+ exports.CustomerAssetType$outboundSchema = exports.CustomerAssetType$inboundSchema;
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ var CustomerAssetType$;
60
+ (function (CustomerAssetType$) {
61
+ /** @deprecated use `CustomerAssetType$inboundSchema` instead. */
62
+ CustomerAssetType$.inboundSchema = exports.CustomerAssetType$inboundSchema;
63
+ /** @deprecated use `CustomerAssetType$outboundSchema` instead. */
64
+ CustomerAssetType$.outboundSchema = exports.CustomerAssetType$outboundSchema;
65
+ })(CustomerAssetType$ || (exports.CustomerAssetType$ = CustomerAssetType$ = {}));
66
+ //# sourceMappingURL=customerassettype.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerassettype.js","sourceRoot":"","sources":["../../src/models/components/customerassettype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,iBAAiB,GAAG;IAC/B,kCAAkC,EAAE,uCAAuC;IAC3E,kBAAkB,EAAE,qBAAqB;IACzC,kBAAkB,EAAE,qBAAqB;IACzC,YAAY,EAAE,eAAe;IAC7B,WAAW,EAAE,cAAc;IAC3B,gBAAgB,EAAE,mBAAmB;IACrC,cAAc,EAAE,gBAAgB;IAChC,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC"}
@@ -5,6 +5,7 @@ import { CustomerIDType } from "./customeridtype.js";
5
5
  import { CustomerTitle } from "./customertitle.js";
6
6
  import { LivingArrangements } from "./livingarrangements.js";
7
7
  import { MaritalStatus } from "./maritalstatus.js";
8
+ import { PercentageQuantity, PercentageQuantity$Outbound } from "./percentagequantity.js";
8
9
  import { ResidencyStatus } from "./residencystatus.js";
9
10
  /**
10
11
  * A customer of the proposed financing
@@ -58,6 +59,7 @@ export type CustomerAttributes = {
58
59
  residencyStatus?: ResidencyStatus | undefined;
59
60
  livingArrangements?: LivingArrangements | undefined;
60
61
  maritalStatus?: MaritalStatus | undefined;
62
+ proportionOfSharedExpenses?: PercentageQuantity | undefined;
61
63
  };
62
64
  /** @internal */
63
65
  export declare const CustomerAttributes$inboundSchema: z.ZodType<CustomerAttributes, z.ZodTypeDef, unknown>;
@@ -78,6 +80,7 @@ export type CustomerAttributes$Outbound = {
78
80
  residencyStatus?: string | undefined;
79
81
  livingArrangements?: string | undefined;
80
82
  maritalStatus?: string | undefined;
83
+ proportionOfSharedExpenses?: PercentageQuantity$Outbound | undefined;
81
84
  };
82
85
  /** @internal */
83
86
  export declare const CustomerAttributes$outboundSchema: z.ZodType<CustomerAttributes$Outbound, z.ZodTypeDef, CustomerAttributes>;
@@ -1 +1 @@
1
- {"version":3,"file":"customerattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,cAAc,EAGf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,aAAa,EAGd,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,kBAAkB,EAGnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,aAAa,EAGd,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,eAAe,EAGhB,MAAM,sBAAsB,CAAC;AAE9B;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC9C,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,aAAa,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAiBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAiBlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
1
+ {"version":3,"file":"customerattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerattributes.ts"],"names":[],"mappings":"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"}
@@ -45,6 +45,7 @@ const customeridtype_js_1 = require("./customeridtype.js");
45
45
  const customertitle_js_1 = require("./customertitle.js");
46
46
  const livingarrangements_js_1 = require("./livingarrangements.js");
47
47
  const maritalstatus_js_1 = require("./maritalstatus.js");
48
+ const percentagequantity_js_1 = require("./percentagequantity.js");
48
49
  const residencystatus_js_1 = require("./residencystatus.js");
49
50
  /** @internal */
50
51
  exports.CustomerAttributes$inboundSchema = z.object({
@@ -63,6 +64,7 @@ exports.CustomerAttributes$inboundSchema = z.object({
63
64
  residencyStatus: residencystatus_js_1.ResidencyStatus$inboundSchema.optional(),
64
65
  livingArrangements: livingarrangements_js_1.LivingArrangements$inboundSchema.optional(),
65
66
  maritalStatus: maritalstatus_js_1.MaritalStatus$inboundSchema.optional(),
67
+ proportionOfSharedExpenses: percentagequantity_js_1.PercentageQuantity$inboundSchema.optional(),
66
68
  });
67
69
  /** @internal */
68
70
  exports.CustomerAttributes$outboundSchema = z.object({
@@ -81,6 +83,7 @@ exports.CustomerAttributes$outboundSchema = z.object({
81
83
  residencyStatus: residencystatus_js_1.ResidencyStatus$outboundSchema.optional(),
82
84
  livingArrangements: livingarrangements_js_1.LivingArrangements$outboundSchema.optional(),
83
85
  maritalStatus: maritalstatus_js_1.MaritalStatus$outboundSchema.optional(),
86
+ proportionOfSharedExpenses: percentagequantity_js_1.PercentageQuantity$outboundSchema.optional(),
84
87
  });
85
88
  /**
86
89
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"customerattributes.js","sourceRoot":"","sources":["../../src/models/components/customerattributes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"customerattributes.js","sourceRoot":"","sources":["../../src/models/components/customerattributes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,46 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { CustomerLiabilityRepaymentFrequency } from "./customerliabilityrepaymentfrequency.js";
5
+ import { CustomerLiabilityType } from "./customerliabilitytype.js";
6
+ import { MonetaryQuantity, MonetaryQuantity$Outbound } from "./monetaryquantity.js";
7
+ export type CustomerLiabilityAttributes = {
8
+ id?: string | undefined;
9
+ liabilityType: CustomerLiabilityType;
10
+ outstandingAmount?: MonetaryQuantity | undefined;
11
+ limit?: MonetaryQuantity | undefined;
12
+ financier?: string | undefined;
13
+ repaymentFrequency?: CustomerLiabilityRepaymentFrequency | undefined;
14
+ repaymentAmount?: MonetaryQuantity | undefined;
15
+ description?: string | undefined;
16
+ };
17
+ /** @internal */
18
+ export declare const CustomerLiabilityAttributes$inboundSchema: z.ZodType<CustomerLiabilityAttributes, z.ZodTypeDef, unknown>;
19
+ /** @internal */
20
+ export type CustomerLiabilityAttributes$Outbound = {
21
+ id?: string | undefined;
22
+ liabilityType: string;
23
+ outstandingAmount?: MonetaryQuantity$Outbound | undefined;
24
+ limit?: MonetaryQuantity$Outbound | undefined;
25
+ financier?: string | undefined;
26
+ repaymentFrequency?: string | undefined;
27
+ repaymentAmount?: MonetaryQuantity$Outbound | undefined;
28
+ description?: string | undefined;
29
+ };
30
+ /** @internal */
31
+ export declare const CustomerLiabilityAttributes$outboundSchema: z.ZodType<CustomerLiabilityAttributes$Outbound, z.ZodTypeDef, CustomerLiabilityAttributes>;
32
+ /**
33
+ * @internal
34
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
35
+ */
36
+ export declare namespace CustomerLiabilityAttributes$ {
37
+ /** @deprecated use `CustomerLiabilityAttributes$inboundSchema` instead. */
38
+ const inboundSchema: z.ZodType<CustomerLiabilityAttributes, z.ZodTypeDef, unknown>;
39
+ /** @deprecated use `CustomerLiabilityAttributes$outboundSchema` instead. */
40
+ const outboundSchema: z.ZodType<CustomerLiabilityAttributes$Outbound, z.ZodTypeDef, CustomerLiabilityAttributes>;
41
+ /** @deprecated use `CustomerLiabilityAttributes$Outbound` instead. */
42
+ type Outbound = CustomerLiabilityAttributes$Outbound;
43
+ }
44
+ export declare function customerLiabilityAttributesToJSON(customerLiabilityAttributes: CustomerLiabilityAttributes): string;
45
+ export declare function customerLiabilityAttributesFromJSON(jsonString: string): SafeParseResult<CustomerLiabilityAttributes, SDKValidationError>;
46
+ //# sourceMappingURL=customerliabilityattributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerliabilityattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerliabilityattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,mCAAmC,EAGpC,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,qBAAqB,EAGtB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,aAAa,EAAE,qBAAqB,CAAC;IACrC,iBAAiB,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACjD,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,kBAAkB,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IACrE,eAAe,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC1D,KAAK,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACxD,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAW3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CustomerLiabilityAttributes$ = exports.CustomerLiabilityAttributes$outboundSchema = exports.CustomerLiabilityAttributes$inboundSchema = void 0;
40
+ exports.customerLiabilityAttributesToJSON = customerLiabilityAttributesToJSON;
41
+ exports.customerLiabilityAttributesFromJSON = customerLiabilityAttributesFromJSON;
42
+ const z = __importStar(require("zod"));
43
+ const schemas_js_1 = require("../../lib/schemas.js");
44
+ const customerliabilityrepaymentfrequency_js_1 = require("./customerliabilityrepaymentfrequency.js");
45
+ const customerliabilitytype_js_1 = require("./customerliabilitytype.js");
46
+ const monetaryquantity_js_1 = require("./monetaryquantity.js");
47
+ /** @internal */
48
+ exports.CustomerLiabilityAttributes$inboundSchema = z.object({
49
+ id: z.string().optional(),
50
+ liabilityType: customerliabilitytype_js_1.CustomerLiabilityType$inboundSchema,
51
+ outstandingAmount: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
52
+ limit: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
53
+ financier: z.string().optional(),
54
+ repaymentFrequency: customerliabilityrepaymentfrequency_js_1.CustomerLiabilityRepaymentFrequency$inboundSchema
55
+ .optional(),
56
+ repaymentAmount: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
57
+ description: z.string().optional(),
58
+ });
59
+ /** @internal */
60
+ exports.CustomerLiabilityAttributes$outboundSchema = z.object({
61
+ id: z.string().optional(),
62
+ liabilityType: customerliabilitytype_js_1.CustomerLiabilityType$outboundSchema,
63
+ outstandingAmount: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
64
+ limit: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
65
+ financier: z.string().optional(),
66
+ repaymentFrequency: customerliabilityrepaymentfrequency_js_1.CustomerLiabilityRepaymentFrequency$outboundSchema
67
+ .optional(),
68
+ repaymentAmount: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
69
+ description: z.string().optional(),
70
+ });
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ var CustomerLiabilityAttributes$;
76
+ (function (CustomerLiabilityAttributes$) {
77
+ /** @deprecated use `CustomerLiabilityAttributes$inboundSchema` instead. */
78
+ CustomerLiabilityAttributes$.inboundSchema = exports.CustomerLiabilityAttributes$inboundSchema;
79
+ /** @deprecated use `CustomerLiabilityAttributes$outboundSchema` instead. */
80
+ CustomerLiabilityAttributes$.outboundSchema = exports.CustomerLiabilityAttributes$outboundSchema;
81
+ })(CustomerLiabilityAttributes$ || (exports.CustomerLiabilityAttributes$ = CustomerLiabilityAttributes$ = {}));
82
+ function customerLiabilityAttributesToJSON(customerLiabilityAttributes) {
83
+ return JSON.stringify(exports.CustomerLiabilityAttributes$outboundSchema.parse(customerLiabilityAttributes));
84
+ }
85
+ function customerLiabilityAttributesFromJSON(jsonString) {
86
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilityAttributes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilityAttributes' from JSON`);
87
+ }
88
+ //# sourceMappingURL=customerliabilityattributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerliabilityattributes.js","sourceRoot":"","sources":["../../src/models/components/customerliabilityattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6FH,8EAQC;AAED,kFAQC;AA7GD,uCAAyB;AACzB,qDAAiD;AAGjD,qGAIkD;AAClD,yEAIoC;AACpC,+DAK+B;AAa/B,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,aAAa,EAAE,8DAAmC;IAClD,iBAAiB,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAC5D,KAAK,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAChD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,kBAAkB,EAAE,0FAAiD;SAClE,QAAQ,EAAE;IACb,eAAe,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAC1D,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAcH,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,aAAa,EAAE,+DAAoC;IACnD,iBAAiB,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IAC7D,KAAK,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACjD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,kBAAkB,EAAE,2FAAkD;SACnE,QAAQ,EAAE;IACb,eAAe,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IAC3D,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const CustomerLiabilityRepaymentFrequency: {
4
+ readonly Monthly: "MONTHLY";
5
+ readonly Weekly: "WEEKLY";
6
+ readonly Fortnightly: "FORTNIGHTLY";
7
+ };
8
+ export type CustomerLiabilityRepaymentFrequency = ClosedEnum<typeof CustomerLiabilityRepaymentFrequency>;
9
+ /** @internal */
10
+ export declare const CustomerLiabilityRepaymentFrequency$inboundSchema: z.ZodNativeEnum<typeof CustomerLiabilityRepaymentFrequency>;
11
+ /** @internal */
12
+ export declare const CustomerLiabilityRepaymentFrequency$outboundSchema: z.ZodNativeEnum<typeof CustomerLiabilityRepaymentFrequency>;
13
+ /**
14
+ * @internal
15
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16
+ */
17
+ export declare namespace CustomerLiabilityRepaymentFrequency$ {
18
+ /** @deprecated use `CustomerLiabilityRepaymentFrequency$inboundSchema` instead. */
19
+ const inboundSchema: z.ZodNativeEnum<{
20
+ readonly Monthly: "MONTHLY";
21
+ readonly Weekly: "WEEKLY";
22
+ readonly Fortnightly: "FORTNIGHTLY";
23
+ }>;
24
+ /** @deprecated use `CustomerLiabilityRepaymentFrequency$outboundSchema` instead. */
25
+ const outboundSchema: z.ZodNativeEnum<{
26
+ readonly Monthly: "MONTHLY";
27
+ readonly Weekly: "WEEKLY";
28
+ readonly Fortnightly: "FORTNIGHTLY";
29
+ }>;
30
+ }
31
+ //# sourceMappingURL=customerliabilityrepaymentfrequency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customerliabilityrepaymentfrequency.d.ts","sourceRoot":"","sources":["../../src/models/components/customerliabilityrepaymentfrequency.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAC1D,OAAO,mCAAmC,CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,aAAa,CAC7E,OAAO,mCAAmC,CACS,CAAC;AAEtD,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAC7D,CAAC,CAAC,aAAa,CAAC,OAAO,mCAAmC,CACP,CAAC;AAEtD;;;GAGG;AACH,yBAAiB,oCAAoC,CAAC;IACpD,mFAAmF;IAC5E,MAAM,aAAa;;;;MACyB,CAAC;IACpD,oFAAoF;IAC7E,MAAM,cAAc;;;;MACyB,CAAC;CACtD"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.CustomerLiabilityRepaymentFrequency$ = exports.CustomerLiabilityRepaymentFrequency$outboundSchema = exports.CustomerLiabilityRepaymentFrequency$inboundSchema = exports.CustomerLiabilityRepaymentFrequency = void 0;
40
+ const z = __importStar(require("zod"));
41
+ exports.CustomerLiabilityRepaymentFrequency = {
42
+ Monthly: "MONTHLY",
43
+ Weekly: "WEEKLY",
44
+ Fortnightly: "FORTNIGHTLY",
45
+ };
46
+ /** @internal */
47
+ exports.CustomerLiabilityRepaymentFrequency$inboundSchema = z.nativeEnum(exports.CustomerLiabilityRepaymentFrequency);
48
+ /** @internal */
49
+ exports.CustomerLiabilityRepaymentFrequency$outboundSchema = exports.CustomerLiabilityRepaymentFrequency$inboundSchema;
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ var CustomerLiabilityRepaymentFrequency$;
55
+ (function (CustomerLiabilityRepaymentFrequency$) {
56
+ /** @deprecated use `CustomerLiabilityRepaymentFrequency$inboundSchema` instead. */
57
+ CustomerLiabilityRepaymentFrequency$.inboundSchema = exports.CustomerLiabilityRepaymentFrequency$inboundSchema;
58
+ /** @deprecated use `CustomerLiabilityRepaymentFrequency$outboundSchema` instead. */
59
+ CustomerLiabilityRepaymentFrequency$.outboundSchema = exports.CustomerLiabilityRepaymentFrequency$outboundSchema;
60
+ })(CustomerLiabilityRepaymentFrequency$ || (exports.CustomerLiabilityRepaymentFrequency$ = CustomerLiabilityRepaymentFrequency$ = {}));
61
+ //# sourceMappingURL=customerliabilityrepaymentfrequency.js.map