@financeable/aggregation 0.9.0 → 0.10.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 (139) hide show
  1. package/docs/sdks/applications/README.md +1 -0
  2. package/docs/sdks/oauthtoken/README.md +1 -0
  3. package/docs/sdks/supportingdocuments/README.md +1 -0
  4. package/examples/README.md +31 -0
  5. package/examples/applicationsCreate.example.ts +179 -0
  6. package/examples/package-lock.json +610 -0
  7. package/examples/package.json +18 -0
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +3 -3
  10. package/lib/config.js +3 -3
  11. package/models/components/addressattributes.d.ts +30 -30
  12. package/models/components/addressattributes.d.ts.map +1 -1
  13. package/models/components/addressattributes.js +24 -24
  14. package/models/components/addressattributes.js.map +1 -1
  15. package/models/components/badrequesterror.d.ts +15 -15
  16. package/models/components/badrequesterror.d.ts.map +1 -1
  17. package/models/components/badrequesterror.js.map +1 -1
  18. package/models/components/commercialapplicationjsonapirelationships.d.ts +84 -84
  19. package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -1
  20. package/models/components/commercialapplicationjsonapirelationships.js +47 -47
  21. package/models/components/commercialapplicationjsonapirelationships.js.map +1 -1
  22. package/models/components/commercialsecuredapplicationpayload.d.ts +27 -27
  23. package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
  24. package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
  25. package/models/components/commercialsecuredapplicationresource.d.ts +36 -36
  26. package/models/components/commercialsecuredapplicationresource.d.ts.map +1 -1
  27. package/models/components/commercialsecuredapplicationresource.js.map +1 -1
  28. package/models/components/commercialsecuredloanassetattributes.d.ts +66 -66
  29. package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
  30. package/models/components/commercialsecuredloanassetattributes.js +26 -24
  31. package/models/components/commercialsecuredloanassetattributes.js.map +1 -1
  32. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +150 -150
  33. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  34. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +92 -92
  35. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  36. package/models/components/consumerapplicationjsonapirelationships.d.ts +62 -62
  37. package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -1
  38. package/models/components/consumerapplicationjsonapirelationships.js +32 -32
  39. package/models/components/consumerapplicationjsonapirelationships.js.map +1 -1
  40. package/models/components/consumersecuredapplicationpayload.d.ts +27 -27
  41. package/models/components/consumersecuredapplicationpayload.d.ts.map +1 -1
  42. package/models/components/consumersecuredapplicationpayload.js.map +1 -1
  43. package/models/components/consumersecuredapplicationresource.d.ts +36 -36
  44. package/models/components/consumersecuredapplicationresource.d.ts.map +1 -1
  45. package/models/components/consumersecuredapplicationresource.js.map +1 -1
  46. package/models/components/consumersecuredloanassetattributes.d.ts +78 -78
  47. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
  48. package/models/components/consumersecuredloanassetattributes.js +41 -39
  49. package/models/components/consumersecuredloanassetattributes.js.map +1 -1
  50. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +172 -172
  51. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  52. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +107 -107
  53. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  54. package/models/components/createsupportingdocumentsresponse.d.ts +16 -16
  55. package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -1
  56. package/models/components/createsupportingdocumentsresponse.js.map +1 -1
  57. package/models/components/customerassetattributes.d.ts +2 -2
  58. package/models/components/customerassetattributes.d.ts.map +1 -1
  59. package/models/components/customerassetattributes.js +2 -2
  60. package/models/components/customerassetattributes.js.map +1 -1
  61. package/models/components/customerattributes.d.ts +16 -11
  62. package/models/components/customerattributes.d.ts.map +1 -1
  63. package/models/components/customerattributes.js +12 -10
  64. package/models/components/customerattributes.js.map +1 -1
  65. package/models/components/customerliabilityattributes.d.ts +2 -2
  66. package/models/components/customerliabilityattributes.d.ts.map +1 -1
  67. package/models/components/customerliabilityattributes.js +2 -2
  68. package/models/components/customerliabilityattributes.js.map +1 -1
  69. package/models/components/entityattributes.d.ts +4 -4
  70. package/models/components/entityattributes.d.ts.map +1 -1
  71. package/models/components/entityattributes.js +4 -4
  72. package/models/components/entityattributes.js.map +1 -1
  73. package/models/components/expenseattributes.d.ts +2 -2
  74. package/models/components/expenseattributes.d.ts.map +1 -1
  75. package/models/components/expenseattributes.js +2 -2
  76. package/models/components/expenseattributes.js.map +1 -1
  77. package/models/components/forbiddenerror.d.ts +15 -15
  78. package/models/components/forbiddenerror.d.ts.map +1 -1
  79. package/models/components/forbiddenerror.js.map +1 -1
  80. package/models/components/incomeattributes.d.ts +2 -2
  81. package/models/components/incomeattributes.d.ts.map +1 -1
  82. package/models/components/incomeattributes.js +2 -2
  83. package/models/components/incomeattributes.js.map +1 -1
  84. package/models/components/monetaryquantity.d.ts +11 -11
  85. package/models/components/monetaryquantity.d.ts.map +1 -1
  86. package/models/components/monetaryquantity.js.map +1 -1
  87. package/models/components/percentagequantity.d.ts +7 -7
  88. package/models/components/percentagequantity.d.ts.map +1 -1
  89. package/models/components/percentagequantity.js.map +1 -1
  90. package/models/components/relationshipresourcenotfound.d.ts +12 -12
  91. package/models/components/relationshipresourcenotfound.d.ts.map +1 -1
  92. package/models/components/relationshipresourcenotfound.js.map +1 -1
  93. package/models/components/resourcenotfound.d.ts +15 -15
  94. package/models/components/resourcenotfound.d.ts.map +1 -1
  95. package/models/components/resourcenotfound.js.map +1 -1
  96. package/models/components/supportingdocumentrelationships.d.ts +106 -106
  97. package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
  98. package/models/components/supportingdocumentrelationships.js +63 -63
  99. package/models/components/supportingdocumentrelationships.js.map +1 -1
  100. package/models/components/supportingdocumentresource.d.ts +11 -11
  101. package/models/components/supportingdocumentresource.d.ts.map +1 -1
  102. package/models/components/supportingdocumentresource.js.map +1 -1
  103. package/models/components/tokenrequest.d.ts +18 -18
  104. package/models/components/tokenrequest.d.ts.map +1 -1
  105. package/models/components/tokenrequest.js.map +1 -1
  106. package/models/operations/createapplication.d.ts +154 -154
  107. package/models/operations/createapplication.d.ts.map +1 -1
  108. package/models/operations/createapplication.js +109 -109
  109. package/models/operations/createapplication.js.map +1 -1
  110. package/package.json +4 -5
  111. package/src/lib/config.ts +3 -3
  112. package/src/models/components/addressattributes.ts +55 -55
  113. package/src/models/components/badrequesterror.ts +14 -14
  114. package/src/models/components/commercialapplicationjsonapirelationships.ts +117 -117
  115. package/src/models/components/commercialsecuredapplicationpayload.ts +27 -27
  116. package/src/models/components/commercialsecuredapplicationresource.ts +46 -46
  117. package/src/models/components/commercialsecuredloanassetattributes.ts +63 -61
  118. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +243 -243
  119. package/src/models/components/consumerapplicationjsonapirelationships.ts +83 -83
  120. package/src/models/components/consumersecuredapplicationpayload.ts +27 -27
  121. package/src/models/components/consumersecuredapplicationresource.ts +47 -47
  122. package/src/models/components/consumersecuredloanassetattributes.ts +98 -96
  123. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +279 -279
  124. package/src/models/components/createsupportingdocumentsresponse.ts +16 -16
  125. package/src/models/components/customerassetattributes.ts +4 -4
  126. package/src/models/components/customerattributes.ts +28 -21
  127. package/src/models/components/customerliabilityattributes.ts +4 -4
  128. package/src/models/components/entityattributes.ts +8 -8
  129. package/src/models/components/expenseattributes.ts +4 -4
  130. package/src/models/components/forbiddenerror.ts +14 -14
  131. package/src/models/components/incomeattributes.ts +4 -4
  132. package/src/models/components/monetaryquantity.ts +12 -12
  133. package/src/models/components/percentagequantity.ts +8 -8
  134. package/src/models/components/relationshipresourcenotfound.ts +11 -11
  135. package/src/models/components/resourcenotfound.ts +14 -14
  136. package/src/models/components/supportingdocumentrelationships.ts +129 -129
  137. package/src/models/components/supportingdocumentresource.ts +8 -8
  138. package/src/models/components/tokenrequest.ts +19 -19
  139. package/src/models/operations/createapplication.ts +204 -204
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.IncludedType$inboundSchema = exports.Three$ = exports.Three$outboundSchema = exports.Three$inboundSchema = exports.CreateApplicationIncludedType$ = exports.CreateApplicationIncludedType$outboundSchema = exports.CreateApplicationIncludedType$inboundSchema = exports.Four$ = exports.Four$outboundSchema = exports.Four$inboundSchema = exports.CreateApplicationIncludedApplicationsType$ = exports.CreateApplicationIncludedApplicationsType$outboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema = exports.Five$ = exports.Five$outboundSchema = exports.Five$inboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$ = exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema = exports.Six$ = exports.Six$outboundSchema = exports.Six$inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$ = exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema = exports.Seven$ = exports.Seven$outboundSchema = exports.Seven$inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema = exports.CreateApplicationApplicationsResponseBody$ = exports.CreateApplicationApplicationsResponseBody$outboundSchema = exports.CreateApplicationApplicationsResponseBody$inboundSchema = exports.CreateApplicationApplicationsResponseResponseBody$ = exports.CreateApplicationApplicationsResponseResponseBody$outboundSchema = exports.CreateApplicationApplicationsResponseResponseBody$inboundSchema = exports.CreateApplicationRequestBody$ = exports.CreateApplicationRequestBody$outboundSchema = exports.CreateApplicationRequestBody$inboundSchema = exports.Data$ = exports.Data$outboundSchema = exports.Data$inboundSchema = exports.Type = exports.IncludedType = exports.CreateApplicationIncludedType = exports.CreateApplicationIncludedApplicationsType = exports.CreateApplicationIncludedApplicationsResponseType = exports.CreateApplicationIncludedApplicationsResponse201Type = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType = void 0;
40
- exports.CreateApplicationResponse$ = exports.CreateApplicationResponse$outboundSchema = exports.CreateApplicationResponse$inboundSchema = exports.CreateApplicationResponseBody$ = exports.CreateApplicationResponseBody$outboundSchema = exports.CreateApplicationResponseBody$inboundSchema = exports.Links$ = exports.Links$outboundSchema = exports.Links$inboundSchema = exports.Included$ = exports.Included$outboundSchema = exports.Included$inboundSchema = exports.Included1$ = exports.Included1$outboundSchema = exports.Included1$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Included2$ = exports.Included2$outboundSchema = exports.Included2$inboundSchema = exports.IncludedType$ = exports.IncludedType$outboundSchema = void 0;
39
+ exports.Four$inboundSchema = exports.Five$ = exports.Five$outboundSchema = exports.Five$inboundSchema = exports.Six$ = exports.Six$outboundSchema = exports.Six$inboundSchema = exports.Seven$ = exports.Seven$outboundSchema = exports.Seven$inboundSchema = exports.CreateApplicationApplicationsResponseBody$ = exports.CreateApplicationApplicationsResponseBody$outboundSchema = exports.CreateApplicationApplicationsResponseBody$inboundSchema = exports.CreateApplicationApplicationsResponseResponseBody$ = exports.CreateApplicationApplicationsResponseResponseBody$outboundSchema = exports.CreateApplicationApplicationsResponseResponseBody$inboundSchema = exports.CreateApplicationRequestBody$ = exports.CreateApplicationRequestBody$outboundSchema = exports.CreateApplicationRequestBody$inboundSchema = exports.Data$ = exports.Data$outboundSchema = exports.Data$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.IncludedType$ = exports.IncludedType$outboundSchema = exports.IncludedType$inboundSchema = exports.CreateApplicationIncludedType$ = exports.CreateApplicationIncludedType$outboundSchema = exports.CreateApplicationIncludedType$inboundSchema = exports.CreateApplicationIncludedApplicationsType$ = exports.CreateApplicationIncludedApplicationsType$outboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$ = exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$ = exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema = exports.Type = exports.IncludedType = exports.CreateApplicationIncludedType = exports.CreateApplicationIncludedApplicationsType = exports.CreateApplicationIncludedApplicationsResponseType = exports.CreateApplicationIncludedApplicationsResponse201Type = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType = void 0;
40
+ exports.CreateApplicationResponse$ = exports.CreateApplicationResponse$outboundSchema = exports.CreateApplicationResponse$inboundSchema = exports.CreateApplicationResponseBody$ = exports.CreateApplicationResponseBody$outboundSchema = exports.CreateApplicationResponseBody$inboundSchema = exports.Links$ = exports.Links$outboundSchema = exports.Links$inboundSchema = exports.Included$ = exports.Included$outboundSchema = exports.Included$inboundSchema = exports.Included1$ = exports.Included1$outboundSchema = exports.Included1$inboundSchema = exports.Included2$ = exports.Included2$outboundSchema = exports.Included2$inboundSchema = exports.Three$ = exports.Three$outboundSchema = exports.Three$inboundSchema = exports.Four$ = exports.Four$outboundSchema = void 0;
41
41
  exports.dataToJSON = dataToJSON;
42
42
  exports.dataFromJSON = dataFromJSON;
43
43
  exports.createApplicationRequestBodyToJSON = createApplicationRequestBodyToJSON;
@@ -93,6 +93,113 @@ exports.Type = {
93
93
  Addresses: "addresses",
94
94
  };
95
95
  /** @internal */
96
+ exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType);
97
+ /** @internal */
98
+ exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema;
99
+ /**
100
+ * @internal
101
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
102
+ */
103
+ var CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$;
104
+ (function (CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$) {
105
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema` instead. */
106
+ CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema;
107
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema` instead. */
108
+ CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema;
109
+ })(CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ || (exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = {}));
110
+ /** @internal */
111
+ exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedApplicationsResponse201Type);
112
+ /** @internal */
113
+ exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema;
114
+ /**
115
+ * @internal
116
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
117
+ */
118
+ var CreateApplicationIncludedApplicationsResponse201Type$;
119
+ (function (CreateApplicationIncludedApplicationsResponse201Type$) {
120
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponse201Type$inboundSchema` instead. */
121
+ CreateApplicationIncludedApplicationsResponse201Type$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema;
122
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponse201Type$outboundSchema` instead. */
123
+ CreateApplicationIncludedApplicationsResponse201Type$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema;
124
+ })(CreateApplicationIncludedApplicationsResponse201Type$ || (exports.CreateApplicationIncludedApplicationsResponse201Type$ = CreateApplicationIncludedApplicationsResponse201Type$ = {}));
125
+ /** @internal */
126
+ exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema = z
127
+ .nativeEnum(exports.CreateApplicationIncludedApplicationsResponseType);
128
+ /** @internal */
129
+ exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema;
130
+ /**
131
+ * @internal
132
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
133
+ */
134
+ var CreateApplicationIncludedApplicationsResponseType$;
135
+ (function (CreateApplicationIncludedApplicationsResponseType$) {
136
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponseType$inboundSchema` instead. */
137
+ CreateApplicationIncludedApplicationsResponseType$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema;
138
+ /** @deprecated use `CreateApplicationIncludedApplicationsResponseType$outboundSchema` instead. */
139
+ CreateApplicationIncludedApplicationsResponseType$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema;
140
+ })(CreateApplicationIncludedApplicationsResponseType$ || (exports.CreateApplicationIncludedApplicationsResponseType$ = CreateApplicationIncludedApplicationsResponseType$ = {}));
141
+ /** @internal */
142
+ exports.CreateApplicationIncludedApplicationsType$inboundSchema = z
143
+ .nativeEnum(exports.CreateApplicationIncludedApplicationsType);
144
+ /** @internal */
145
+ exports.CreateApplicationIncludedApplicationsType$outboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema;
146
+ /**
147
+ * @internal
148
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
149
+ */
150
+ var CreateApplicationIncludedApplicationsType$;
151
+ (function (CreateApplicationIncludedApplicationsType$) {
152
+ /** @deprecated use `CreateApplicationIncludedApplicationsType$inboundSchema` instead. */
153
+ CreateApplicationIncludedApplicationsType$.inboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema;
154
+ /** @deprecated use `CreateApplicationIncludedApplicationsType$outboundSchema` instead. */
155
+ CreateApplicationIncludedApplicationsType$.outboundSchema = exports.CreateApplicationIncludedApplicationsType$outboundSchema;
156
+ })(CreateApplicationIncludedApplicationsType$ || (exports.CreateApplicationIncludedApplicationsType$ = CreateApplicationIncludedApplicationsType$ = {}));
157
+ /** @internal */
158
+ exports.CreateApplicationIncludedType$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedType);
159
+ /** @internal */
160
+ exports.CreateApplicationIncludedType$outboundSchema = exports.CreateApplicationIncludedType$inboundSchema;
161
+ /**
162
+ * @internal
163
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
164
+ */
165
+ var CreateApplicationIncludedType$;
166
+ (function (CreateApplicationIncludedType$) {
167
+ /** @deprecated use `CreateApplicationIncludedType$inboundSchema` instead. */
168
+ CreateApplicationIncludedType$.inboundSchema = exports.CreateApplicationIncludedType$inboundSchema;
169
+ /** @deprecated use `CreateApplicationIncludedType$outboundSchema` instead. */
170
+ CreateApplicationIncludedType$.outboundSchema = exports.CreateApplicationIncludedType$outboundSchema;
171
+ })(CreateApplicationIncludedType$ || (exports.CreateApplicationIncludedType$ = CreateApplicationIncludedType$ = {}));
172
+ /** @internal */
173
+ exports.IncludedType$inboundSchema = z.nativeEnum(exports.IncludedType);
174
+ /** @internal */
175
+ exports.IncludedType$outboundSchema = exports.IncludedType$inboundSchema;
176
+ /**
177
+ * @internal
178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
+ */
180
+ var IncludedType$;
181
+ (function (IncludedType$) {
182
+ /** @deprecated use `IncludedType$inboundSchema` instead. */
183
+ IncludedType$.inboundSchema = exports.IncludedType$inboundSchema;
184
+ /** @deprecated use `IncludedType$outboundSchema` instead. */
185
+ IncludedType$.outboundSchema = exports.IncludedType$outboundSchema;
186
+ })(IncludedType$ || (exports.IncludedType$ = IncludedType$ = {}));
187
+ /** @internal */
188
+ exports.Type$inboundSchema = z.nativeEnum(exports.Type);
189
+ /** @internal */
190
+ exports.Type$outboundSchema = exports.Type$inboundSchema;
191
+ /**
192
+ * @internal
193
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
194
+ */
195
+ var Type$;
196
+ (function (Type$) {
197
+ /** @deprecated use `Type$inboundSchema` instead. */
198
+ Type$.inboundSchema = exports.Type$inboundSchema;
199
+ /** @deprecated use `Type$outboundSchema` instead. */
200
+ Type$.outboundSchema = exports.Type$outboundSchema;
201
+ })(Type$ || (exports.Type$ = Type$ = {}));
202
+ /** @internal */
96
203
  exports.Data$inboundSchema = z
97
204
  .union([
98
205
  components.CommercialSecuredApplicationPayload$inboundSchema,
@@ -202,21 +309,6 @@ function createApplicationApplicationsResponseBodyFromJSON(jsonString) {
202
309
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CreateApplicationApplicationsResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateApplicationApplicationsResponseBody' from JSON`);
203
310
  }
204
311
  /** @internal */
205
- exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType);
206
- /** @internal */
207
- exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema;
208
- /**
209
- * @internal
210
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
211
- */
212
- var CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$;
213
- (function (CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$) {
214
- /** @deprecated use `CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema` instead. */
215
- CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema;
216
- /** @deprecated use `CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema` instead. */
217
- CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$outboundSchema;
218
- })(CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ || (exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$ = {}));
219
- /** @internal */
220
312
  exports.Seven$inboundSchema = z
221
313
  .object({
222
314
  type: exports.CreateApplicationIncludedApplicationsResponse201ApplicationJSONType$inboundSchema,
@@ -245,21 +337,6 @@ function sevenFromJSON(jsonString) {
245
337
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seven' from JSON`);
246
338
  }
247
339
  /** @internal */
248
- exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedApplicationsResponse201Type);
249
- /** @internal */
250
- exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema;
251
- /**
252
- * @internal
253
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
254
- */
255
- var CreateApplicationIncludedApplicationsResponse201Type$;
256
- (function (CreateApplicationIncludedApplicationsResponse201Type$) {
257
- /** @deprecated use `CreateApplicationIncludedApplicationsResponse201Type$inboundSchema` instead. */
258
- CreateApplicationIncludedApplicationsResponse201Type$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema;
259
- /** @deprecated use `CreateApplicationIncludedApplicationsResponse201Type$outboundSchema` instead. */
260
- CreateApplicationIncludedApplicationsResponse201Type$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponse201Type$outboundSchema;
261
- })(CreateApplicationIncludedApplicationsResponse201Type$ || (exports.CreateApplicationIncludedApplicationsResponse201Type$ = CreateApplicationIncludedApplicationsResponse201Type$ = {}));
262
- /** @internal */
263
340
  exports.Six$inboundSchema = z
264
341
  .object({
265
342
  type: exports.CreateApplicationIncludedApplicationsResponse201Type$inboundSchema,
@@ -289,22 +366,6 @@ function sixFromJSON(jsonString) {
289
366
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Six$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Six' from JSON`);
290
367
  }
291
368
  /** @internal */
292
- exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema = z
293
- .nativeEnum(exports.CreateApplicationIncludedApplicationsResponseType);
294
- /** @internal */
295
- exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema;
296
- /**
297
- * @internal
298
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
299
- */
300
- var CreateApplicationIncludedApplicationsResponseType$;
301
- (function (CreateApplicationIncludedApplicationsResponseType$) {
302
- /** @deprecated use `CreateApplicationIncludedApplicationsResponseType$inboundSchema` instead. */
303
- CreateApplicationIncludedApplicationsResponseType$.inboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema;
304
- /** @deprecated use `CreateApplicationIncludedApplicationsResponseType$outboundSchema` instead. */
305
- CreateApplicationIncludedApplicationsResponseType$.outboundSchema = exports.CreateApplicationIncludedApplicationsResponseType$outboundSchema;
306
- })(CreateApplicationIncludedApplicationsResponseType$ || (exports.CreateApplicationIncludedApplicationsResponseType$ = CreateApplicationIncludedApplicationsResponseType$ = {}));
307
- /** @internal */
308
369
  exports.Five$inboundSchema = z
309
370
  .object({
310
371
  type: exports.CreateApplicationIncludedApplicationsResponseType$inboundSchema,
@@ -333,22 +394,6 @@ function fiveFromJSON(jsonString) {
333
394
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Five$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Five' from JSON`);
334
395
  }
335
396
  /** @internal */
336
- exports.CreateApplicationIncludedApplicationsType$inboundSchema = z
337
- .nativeEnum(exports.CreateApplicationIncludedApplicationsType);
338
- /** @internal */
339
- exports.CreateApplicationIncludedApplicationsType$outboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema;
340
- /**
341
- * @internal
342
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
343
- */
344
- var CreateApplicationIncludedApplicationsType$;
345
- (function (CreateApplicationIncludedApplicationsType$) {
346
- /** @deprecated use `CreateApplicationIncludedApplicationsType$inboundSchema` instead. */
347
- CreateApplicationIncludedApplicationsType$.inboundSchema = exports.CreateApplicationIncludedApplicationsType$inboundSchema;
348
- /** @deprecated use `CreateApplicationIncludedApplicationsType$outboundSchema` instead. */
349
- CreateApplicationIncludedApplicationsType$.outboundSchema = exports.CreateApplicationIncludedApplicationsType$outboundSchema;
350
- })(CreateApplicationIncludedApplicationsType$ || (exports.CreateApplicationIncludedApplicationsType$ = CreateApplicationIncludedApplicationsType$ = {}));
351
- /** @internal */
352
397
  exports.Four$inboundSchema = z
353
398
  .object({
354
399
  type: exports.CreateApplicationIncludedApplicationsType$inboundSchema,
@@ -377,21 +422,6 @@ function fourFromJSON(jsonString) {
377
422
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Four$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Four' from JSON`);
378
423
  }
379
424
  /** @internal */
380
- exports.CreateApplicationIncludedType$inboundSchema = z.nativeEnum(exports.CreateApplicationIncludedType);
381
- /** @internal */
382
- exports.CreateApplicationIncludedType$outboundSchema = exports.CreateApplicationIncludedType$inboundSchema;
383
- /**
384
- * @internal
385
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
386
- */
387
- var CreateApplicationIncludedType$;
388
- (function (CreateApplicationIncludedType$) {
389
- /** @deprecated use `CreateApplicationIncludedType$inboundSchema` instead. */
390
- CreateApplicationIncludedType$.inboundSchema = exports.CreateApplicationIncludedType$inboundSchema;
391
- /** @deprecated use `CreateApplicationIncludedType$outboundSchema` instead. */
392
- CreateApplicationIncludedType$.outboundSchema = exports.CreateApplicationIncludedType$outboundSchema;
393
- })(CreateApplicationIncludedType$ || (exports.CreateApplicationIncludedType$ = CreateApplicationIncludedType$ = {}));
394
- /** @internal */
395
425
  exports.Three$inboundSchema = z
396
426
  .object({
397
427
  type: exports.CreateApplicationIncludedType$inboundSchema,
@@ -420,21 +450,6 @@ function threeFromJSON(jsonString) {
420
450
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Three$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Three' from JSON`);
421
451
  }
422
452
  /** @internal */
423
- exports.IncludedType$inboundSchema = z.nativeEnum(exports.IncludedType);
424
- /** @internal */
425
- exports.IncludedType$outboundSchema = exports.IncludedType$inboundSchema;
426
- /**
427
- * @internal
428
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
429
- */
430
- var IncludedType$;
431
- (function (IncludedType$) {
432
- /** @deprecated use `IncludedType$inboundSchema` instead. */
433
- IncludedType$.inboundSchema = exports.IncludedType$inboundSchema;
434
- /** @deprecated use `IncludedType$outboundSchema` instead. */
435
- IncludedType$.outboundSchema = exports.IncludedType$outboundSchema;
436
- })(IncludedType$ || (exports.IncludedType$ = IncludedType$ = {}));
437
- /** @internal */
438
453
  exports.Included2$inboundSchema = z.object({
439
454
  type: exports.IncludedType$inboundSchema,
440
455
  id: z.string(),
@@ -462,21 +477,6 @@ function included2FromJSON(jsonString) {
462
477
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included2' from JSON`);
463
478
  }
464
479
  /** @internal */
465
- exports.Type$inboundSchema = z.nativeEnum(exports.Type);
466
- /** @internal */
467
- exports.Type$outboundSchema = exports.Type$inboundSchema;
468
- /**
469
- * @internal
470
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
471
- */
472
- var Type$;
473
- (function (Type$) {
474
- /** @deprecated use `Type$inboundSchema` instead. */
475
- Type$.inboundSchema = exports.Type$inboundSchema;
476
- /** @deprecated use `Type$outboundSchema` instead. */
477
- Type$.outboundSchema = exports.Type$outboundSchema;
478
- })(Type$ || (exports.Type$ = Type$ = {}));
479
- /** @internal */
480
480
  exports.Included1$inboundSchema = z.object({
481
481
  type: exports.Type$inboundSchema,
482
482
  id: z.string(),
@@ -1 +1 @@
1
- {"version":3,"file":"createapplication.js","sourceRoot":"","sources":["../../src/models/operations/createapplication.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"createapplication.js","sourceRoot":"","sources":["../../src/models/operations/createapplication.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financeable/aggregation",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "author": "Financeable",
5
5
  "main": "./index.js",
6
6
  "sideEffects": false,
@@ -14,17 +14,16 @@
14
14
  "prepublishOnly": "npm run build"
15
15
  },
16
16
  "peerDependencies": {
17
- "zod": ">= 3"
17
+
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "^9.19.0",
21
21
  "eslint": "^9.19.0",
22
22
  "globals": "^15.14.0",
23
23
  "typescript": "^5.4.5",
24
- "typescript-eslint": "^8.22.0",
25
- "zod": "^3.25.17"
24
+ "typescript-eslint": "^8.22.0"
26
25
  },
27
26
  "dependencies": {
28
-
27
+ "zod": "^3.20.0"
29
28
  }
30
29
  }
package/src/lib/config.ts CHANGED
@@ -58,8 +58,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
58
58
  export const SDK_METADATA = {
59
59
  language: "typescript",
60
60
  openapiDocVersion: "0.4.0",
61
- sdkVersion: "0.9.0",
62
- genVersion: "2.647.2",
61
+ sdkVersion: "0.9.2",
62
+ genVersion: "2.670.3",
63
63
  userAgent:
64
- "speakeasy-sdk/typescript 0.9.0 2.647.2 0.4.0 @financeable/aggregation",
64
+ "speakeasy-sdk/typescript 0.9.2 2.670.3 0.4.0 @financeable/aggregation",
65
65
  } as const;
@@ -19,25 +19,6 @@ export const Status = {
19
19
  } as const;
20
20
  export type Status = ClosedEnum<typeof Status>;
21
21
 
22
- export type AddressAttributes = {
23
- id?: string | undefined;
24
- unitNumber?: number | undefined;
25
- addressType: string;
26
- fullAddress: string;
27
- city: string;
28
- postCode: string;
29
- streetAddress: string;
30
- addressLine2: string;
31
- streetNumber: string;
32
- streetType: string;
33
- street: string;
34
- state: AustralianStatesAndTerritories;
35
- country: string;
36
- status: Status;
37
- monthsAt?: number | undefined;
38
- yearsAt?: number | undefined;
39
- };
40
-
41
22
  /** @internal */
42
23
  export const Status$inboundSchema: z.ZodNativeEnum<typeof Status> = z
43
24
  .nativeEnum(Status);
@@ -57,6 +38,25 @@ export namespace Status$ {
57
38
  export const outboundSchema = Status$outboundSchema;
58
39
  }
59
40
 
41
+ export type AddressAttributes = {
42
+ id?: string | undefined;
43
+ unitNumber?: number | undefined;
44
+ addressType?: string | undefined;
45
+ fullAddress?: string | undefined;
46
+ city?: string | undefined;
47
+ postCode?: string | undefined;
48
+ streetAddress?: string | undefined;
49
+ addressLine2?: string | undefined;
50
+ streetNumber?: string | undefined;
51
+ streetType?: string | undefined;
52
+ street?: string | undefined;
53
+ state?: AustralianStatesAndTerritories | undefined;
54
+ country?: string | undefined;
55
+ status?: Status | undefined;
56
+ monthsAt?: number | undefined;
57
+ yearsAt?: number | undefined;
58
+ };
59
+
60
60
  /** @internal */
61
61
  export const AddressAttributes$inboundSchema: z.ZodType<
62
62
  AddressAttributes,
@@ -65,18 +65,18 @@ export const AddressAttributes$inboundSchema: z.ZodType<
65
65
  > = z.object({
66
66
  id: z.string().optional(),
67
67
  unitNumber: z.number().int().optional(),
68
- addressType: z.string(),
69
- fullAddress: z.string(),
70
- city: z.string(),
71
- postCode: z.string(),
72
- streetAddress: z.string(),
73
- addressLine2: z.string(),
74
- streetNumber: z.string(),
75
- streetType: z.string(),
76
- street: z.string(),
77
- state: AustralianStatesAndTerritories$inboundSchema,
78
- country: z.string(),
79
- status: Status$inboundSchema,
68
+ addressType: z.string().optional(),
69
+ fullAddress: z.string().optional(),
70
+ city: z.string().optional(),
71
+ postCode: z.string().optional(),
72
+ streetAddress: z.string().optional(),
73
+ addressLine2: z.string().optional(),
74
+ streetNumber: z.string().optional(),
75
+ streetType: z.string().optional(),
76
+ street: z.string().optional(),
77
+ state: AustralianStatesAndTerritories$inboundSchema.optional(),
78
+ country: z.string().optional(),
79
+ status: Status$inboundSchema.optional(),
80
80
  monthsAt: z.number().int().optional(),
81
81
  yearsAt: z.number().int().optional(),
82
82
  });
@@ -85,18 +85,18 @@ export const AddressAttributes$inboundSchema: z.ZodType<
85
85
  export type AddressAttributes$Outbound = {
86
86
  id?: string | undefined;
87
87
  unitNumber?: number | undefined;
88
- addressType: string;
89
- fullAddress: string;
90
- city: string;
91
- postCode: string;
92
- streetAddress: string;
93
- addressLine2: string;
94
- streetNumber: string;
95
- streetType: string;
96
- street: string;
97
- state: string;
98
- country: string;
99
- status: string;
88
+ addressType?: string | undefined;
89
+ fullAddress?: string | undefined;
90
+ city?: string | undefined;
91
+ postCode?: string | undefined;
92
+ streetAddress?: string | undefined;
93
+ addressLine2?: string | undefined;
94
+ streetNumber?: string | undefined;
95
+ streetType?: string | undefined;
96
+ street?: string | undefined;
97
+ state?: string | undefined;
98
+ country?: string | undefined;
99
+ status?: string | undefined;
100
100
  monthsAt?: number | undefined;
101
101
  yearsAt?: number | undefined;
102
102
  };
@@ -109,18 +109,18 @@ export const AddressAttributes$outboundSchema: z.ZodType<
109
109
  > = z.object({
110
110
  id: z.string().optional(),
111
111
  unitNumber: z.number().int().optional(),
112
- addressType: z.string(),
113
- fullAddress: z.string(),
114
- city: z.string(),
115
- postCode: z.string(),
116
- streetAddress: z.string(),
117
- addressLine2: z.string(),
118
- streetNumber: z.string(),
119
- streetType: z.string(),
120
- street: z.string(),
121
- state: AustralianStatesAndTerritories$outboundSchema,
122
- country: z.string(),
123
- status: Status$outboundSchema,
112
+ addressType: z.string().optional(),
113
+ fullAddress: z.string().optional(),
114
+ city: z.string().optional(),
115
+ postCode: z.string().optional(),
116
+ streetAddress: z.string().optional(),
117
+ addressLine2: z.string().optional(),
118
+ streetNumber: z.string().optional(),
119
+ streetType: z.string().optional(),
120
+ street: z.string().optional(),
121
+ state: AustralianStatesAndTerritories$outboundSchema.optional(),
122
+ country: z.string().optional(),
123
+ status: Status$outboundSchema.optional(),
124
124
  monthsAt: z.number().int().optional(),
125
125
  yearsAt: z.number().int().optional(),
126
126
  });
@@ -35,20 +35,6 @@ export const BadRequestErrorTitle = {
35
35
  } as const;
36
36
  export type BadRequestErrorTitle = ClosedEnum<typeof BadRequestErrorTitle>;
37
37
 
38
- export type BadRequestError = {
39
- id?: string | undefined;
40
- links?: APIErrorLinks | undefined;
41
- status: BadRequestErrorStatus;
42
- code: BadRequestErrorCode;
43
- title: BadRequestErrorTitle;
44
- detail: string;
45
- /**
46
- * An object describing the source of the error from the request
47
- */
48
- source?: ErrorSource | undefined;
49
- meta?: { [k: string]: any } | undefined;
50
- };
51
-
52
38
  /** @internal */
53
39
  export const BadRequestErrorStatus$inboundSchema: z.ZodNativeEnum<
54
40
  typeof BadRequestErrorStatus
@@ -112,6 +98,20 @@ export namespace BadRequestErrorTitle$ {
112
98
  export const outboundSchema = BadRequestErrorTitle$outboundSchema;
113
99
  }
114
100
 
101
+ export type BadRequestError = {
102
+ id?: string | undefined;
103
+ links?: APIErrorLinks | undefined;
104
+ status: BadRequestErrorStatus;
105
+ code: BadRequestErrorCode;
106
+ title: BadRequestErrorTitle;
107
+ detail: string;
108
+ /**
109
+ * An object describing the source of the error from the request
110
+ */
111
+ source?: ErrorSource | undefined;
112
+ meta?: { [k: string]: any } | undefined;
113
+ };
114
+
115
115
  /** @internal */
116
116
  export const BadRequestError$inboundSchema: z.ZodType<
117
117
  BadRequestError,