@financeable/aggregation 0.8.0 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/docs/sdks/applications/README.md +2 -2
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/commercialsecuredloanassetattributes.d.ts +164 -18
- package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
- package/models/components/commercialsecuredloanassetattributes.js +163 -13
- package/models/components/commercialsecuredloanassetattributes.js.map +1 -1
- package/models/components/commercialsecuredloantypeofsale.d.ts +40 -0
- package/models/components/commercialsecuredloantypeofsale.d.ts.map +1 -0
- package/models/components/commercialsecuredloantypeofsale.js +64 -0
- package/models/components/commercialsecuredloantypeofsale.js.map +1 -0
- package/models/components/consumersecuredloanassetattributes.d.ts +164 -18
- package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
- package/models/components/consumersecuredloanassetattributes.js +163 -13
- package/models/components/consumersecuredloanassetattributes.js.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +199 -21
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js +192 -25
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
- package/models/components/consumersecuredloantypeofsale.d.ts +40 -0
- package/models/components/consumersecuredloantypeofsale.d.ts.map +1 -0
- package/models/components/consumersecuredloantypeofsale.js +64 -0
- package/models/components/consumersecuredloantypeofsale.js.map +1 -0
- package/models/components/customerattributes.d.ts +3 -0
- package/models/components/customerattributes.d.ts.map +1 -1
- package/models/components/customerattributes.js +3 -0
- package/models/components/customerattributes.js.map +1 -1
- package/models/components/expenseattributes.d.ts +38 -0
- package/models/components/expenseattributes.d.ts.map +1 -0
- package/models/components/expenseattributes.js +78 -0
- package/models/components/expenseattributes.js.map +1 -0
- package/models/components/expensefrequency.d.ts +31 -0
- package/models/components/expensefrequency.d.ts.map +1 -0
- package/models/components/expensefrequency.js +61 -0
- package/models/components/expensefrequency.js.map +1 -0
- package/models/components/expensetype.d.ts +79 -0
- package/models/components/expensetype.d.ts.map +1 -0
- package/models/components/expensetype.js +78 -0
- package/models/components/expensetype.js.map +1 -0
- package/models/components/incomeattributes.d.ts +38 -0
- package/models/components/incomeattributes.d.ts.map +1 -0
- package/models/components/incomeattributes.js +78 -0
- package/models/components/incomeattributes.js.map +1 -0
- package/models/components/incomefrequency.d.ts +34 -0
- package/models/components/incomefrequency.d.ts.map +1 -0
- package/models/components/incomefrequency.js +62 -0
- package/models/components/incomefrequency.js.map +1 -0
- package/models/components/incometype.d.ts +49 -0
- package/models/components/incometype.d.ts.map +1 -0
- package/models/components/incometype.js +68 -0
- package/models/components/incometype.js.map +1 -0
- package/models/components/index.d.ts +8 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +8 -0
- package/models/components/index.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/commercialsecuredloanassetattributes.ts +347 -30
- package/src/models/components/commercialsecuredloantypeofsale.ts +39 -0
- package/src/models/components/consumersecuredloanassetattributes.ts +474 -30
- package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +436 -35
- package/src/models/components/consumersecuredloantypeofsale.ts +39 -0
- package/src/models/components/customerattributes.ts +10 -0
- package/src/models/components/expenseattributes.ts +94 -0
- package/src/models/components/expensefrequency.ts +34 -0
- package/src/models/components/expensetype.ts +48 -0
- package/src/models/components/incomeattributes.ts +94 -0
- package/src/models/components/incomefrequency.ts +35 -0
- package/src/models/components/incometype.ts +38 -0
- package/src/models/components/index.ts +8 -0
|
@@ -0,0 +1,78 @@
|
|
|
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.IncomeAttributes$ = exports.IncomeAttributes$outboundSchema = exports.IncomeAttributes$inboundSchema = void 0;
|
|
40
|
+
exports.incomeAttributesToJSON = incomeAttributesToJSON;
|
|
41
|
+
exports.incomeAttributesFromJSON = incomeAttributesFromJSON;
|
|
42
|
+
const z = __importStar(require("zod"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const incomefrequency_js_1 = require("./incomefrequency.js");
|
|
45
|
+
const incometype_js_1 = require("./incometype.js");
|
|
46
|
+
const monetaryquantity_js_1 = require("./monetaryquantity.js");
|
|
47
|
+
/** @internal */
|
|
48
|
+
exports.IncomeAttributes$inboundSchema = z.object({
|
|
49
|
+
id: z.string().optional(),
|
|
50
|
+
incomeType: incometype_js_1.IncomeType$inboundSchema,
|
|
51
|
+
frequency: incomefrequency_js_1.IncomeFrequency$inboundSchema.optional(),
|
|
52
|
+
amount: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
|
|
53
|
+
});
|
|
54
|
+
/** @internal */
|
|
55
|
+
exports.IncomeAttributes$outboundSchema = z.object({
|
|
56
|
+
id: z.string().optional(),
|
|
57
|
+
incomeType: incometype_js_1.IncomeType$outboundSchema,
|
|
58
|
+
frequency: incomefrequency_js_1.IncomeFrequency$outboundSchema.optional(),
|
|
59
|
+
amount: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
|
|
60
|
+
});
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
|
+
*/
|
|
65
|
+
var IncomeAttributes$;
|
|
66
|
+
(function (IncomeAttributes$) {
|
|
67
|
+
/** @deprecated use `IncomeAttributes$inboundSchema` instead. */
|
|
68
|
+
IncomeAttributes$.inboundSchema = exports.IncomeAttributes$inboundSchema;
|
|
69
|
+
/** @deprecated use `IncomeAttributes$outboundSchema` instead. */
|
|
70
|
+
IncomeAttributes$.outboundSchema = exports.IncomeAttributes$outboundSchema;
|
|
71
|
+
})(IncomeAttributes$ || (exports.IncomeAttributes$ = IncomeAttributes$ = {}));
|
|
72
|
+
function incomeAttributesToJSON(incomeAttributes) {
|
|
73
|
+
return JSON.stringify(exports.IncomeAttributes$outboundSchema.parse(incomeAttributes));
|
|
74
|
+
}
|
|
75
|
+
function incomeAttributesFromJSON(jsonString) {
|
|
76
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IncomeAttributes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IncomeAttributes' from JSON`);
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=incomeattributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incomeattributes.js","sourceRoot":"","sources":["../../src/models/components/incomeattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2EH,wDAMC;AAED,4DAQC;AAzFD,uCAAyB;AACzB,qDAAiD;AAGjD,6DAI8B;AAC9B,mDAIyB;AACzB,+DAK+B;AAS/B,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,UAAU,EAAE,wCAAwB;IACpC,SAAS,EAAE,kDAA6B,CAAC,QAAQ,EAAE;IACnD,MAAM,EAAE,oDAA8B,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,UAAU,EAAE,yCAAyB;IACrC,SAAS,EAAE,mDAA8B,CAAC,QAAQ,EAAE;IACpD,MAAM,EAAE,qDAA+B,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,iBAAiB,CAOjC;AAPD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAGhE,CAAC,EAPgB,iBAAiB,iCAAjB,iBAAiB,QAOjC;AAED,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC;AAED,SAAgB,wBAAwB,CACtC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const IncomeFrequency: {
|
|
4
|
+
readonly Weekly: "WEEKLY";
|
|
5
|
+
readonly Fortnightly: "FORTNIGHTLY";
|
|
6
|
+
readonly Monthly: "MONTHLY";
|
|
7
|
+
readonly Annually: "ANNUALLY";
|
|
8
|
+
};
|
|
9
|
+
export type IncomeFrequency = ClosedEnum<typeof IncomeFrequency>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const IncomeFrequency$inboundSchema: z.ZodNativeEnum<typeof IncomeFrequency>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const IncomeFrequency$outboundSchema: z.ZodNativeEnum<typeof IncomeFrequency>;
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
17
|
+
*/
|
|
18
|
+
export declare namespace IncomeFrequency$ {
|
|
19
|
+
/** @deprecated use `IncomeFrequency$inboundSchema` instead. */
|
|
20
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
21
|
+
readonly Weekly: "WEEKLY";
|
|
22
|
+
readonly Fortnightly: "FORTNIGHTLY";
|
|
23
|
+
readonly Monthly: "MONTHLY";
|
|
24
|
+
readonly Annually: "ANNUALLY";
|
|
25
|
+
}>;
|
|
26
|
+
/** @deprecated use `IncomeFrequency$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
28
|
+
readonly Weekly: "WEEKLY";
|
|
29
|
+
readonly Fortnightly: "FORTNIGHTLY";
|
|
30
|
+
readonly Monthly: "MONTHLY";
|
|
31
|
+
readonly Annually: "ANNUALLY";
|
|
32
|
+
}>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=incomefrequency.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incomefrequency.d.ts","sourceRoot":"","sources":["../../src/models/components/incomefrequency.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC;AACX,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa;;;;;MAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc;;;;;MAAiC,CAAC;CAC9D"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.IncomeFrequency$ = exports.IncomeFrequency$outboundSchema = exports.IncomeFrequency$inboundSchema = exports.IncomeFrequency = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
exports.IncomeFrequency = {
|
|
42
|
+
Weekly: "WEEKLY",
|
|
43
|
+
Fortnightly: "FORTNIGHTLY",
|
|
44
|
+
Monthly: "MONTHLY",
|
|
45
|
+
Annually: "ANNUALLY",
|
|
46
|
+
};
|
|
47
|
+
/** @internal */
|
|
48
|
+
exports.IncomeFrequency$inboundSchema = z.nativeEnum(exports.IncomeFrequency);
|
|
49
|
+
/** @internal */
|
|
50
|
+
exports.IncomeFrequency$outboundSchema = exports.IncomeFrequency$inboundSchema;
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
+
*/
|
|
55
|
+
var IncomeFrequency$;
|
|
56
|
+
(function (IncomeFrequency$) {
|
|
57
|
+
/** @deprecated use `IncomeFrequency$inboundSchema` instead. */
|
|
58
|
+
IncomeFrequency$.inboundSchema = exports.IncomeFrequency$inboundSchema;
|
|
59
|
+
/** @deprecated use `IncomeFrequency$outboundSchema` instead. */
|
|
60
|
+
IncomeFrequency$.outboundSchema = exports.IncomeFrequency$outboundSchema;
|
|
61
|
+
})(IncomeFrequency$ || (exports.IncomeFrequency$ = IncomeFrequency$ = {}));
|
|
62
|
+
//# sourceMappingURL=incomefrequency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incomefrequency.js","sourceRoot":"","sources":["../../src/models/components/incomefrequency.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC;AAGX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAElC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC;AAElC;;;GAGG;AACH,IAAiB,gBAAgB,CAKhC;AALD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAC/D,CAAC,EALgB,gBAAgB,gCAAhB,gBAAgB,QAKhC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const IncomeType: {
|
|
4
|
+
readonly Primary: "PRIMARY";
|
|
5
|
+
readonly Secondary: "SECONDARY";
|
|
6
|
+
readonly InvestmentProperty: "INVESTMENT_PROPERTY";
|
|
7
|
+
readonly Dividends: "DIVIDENDS";
|
|
8
|
+
readonly Superannuation: "SUPERANNUATION";
|
|
9
|
+
readonly Pension: "PENSION";
|
|
10
|
+
readonly Trust: "TRUST";
|
|
11
|
+
readonly Benefits: "BENEFITS";
|
|
12
|
+
readonly Other: "OTHER";
|
|
13
|
+
};
|
|
14
|
+
export type IncomeType = ClosedEnum<typeof IncomeType>;
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const IncomeType$inboundSchema: z.ZodNativeEnum<typeof IncomeType>;
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const IncomeType$outboundSchema: z.ZodNativeEnum<typeof IncomeType>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace IncomeType$ {
|
|
24
|
+
/** @deprecated use `IncomeType$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
26
|
+
readonly Primary: "PRIMARY";
|
|
27
|
+
readonly Secondary: "SECONDARY";
|
|
28
|
+
readonly InvestmentProperty: "INVESTMENT_PROPERTY";
|
|
29
|
+
readonly Dividends: "DIVIDENDS";
|
|
30
|
+
readonly Superannuation: "SUPERANNUATION";
|
|
31
|
+
readonly Pension: "PENSION";
|
|
32
|
+
readonly Trust: "TRUST";
|
|
33
|
+
readonly Benefits: "BENEFITS";
|
|
34
|
+
readonly Other: "OTHER";
|
|
35
|
+
}>;
|
|
36
|
+
/** @deprecated use `IncomeType$outboundSchema` instead. */
|
|
37
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
38
|
+
readonly Primary: "PRIMARY";
|
|
39
|
+
readonly Secondary: "SECONDARY";
|
|
40
|
+
readonly InvestmentProperty: "INVESTMENT_PROPERTY";
|
|
41
|
+
readonly Dividends: "DIVIDENDS";
|
|
42
|
+
readonly Superannuation: "SUPERANNUATION";
|
|
43
|
+
readonly Pension: "PENSION";
|
|
44
|
+
readonly Trust: "TRUST";
|
|
45
|
+
readonly Benefits: "BENEFITS";
|
|
46
|
+
readonly Other: "OTHER";
|
|
47
|
+
}>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=incometype.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incometype.d.ts","sourceRoot":"","sources":["../../src/models/components/incometype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,UAAU;;;;;;;;;;CAUb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE1B,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE3B;;;GAGG;AACH,yBAAiB,WAAW,CAAC;IAC3B,0DAA0D;IACnD,MAAM,aAAa;;;;;;;;;;MAA2B,CAAC;IACtD,2DAA2D;IACpD,MAAM,cAAc;;;;;;;;;;MAA4B,CAAC;CACzD"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.IncomeType$ = exports.IncomeType$outboundSchema = exports.IncomeType$inboundSchema = exports.IncomeType = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
exports.IncomeType = {
|
|
42
|
+
Primary: "PRIMARY",
|
|
43
|
+
Secondary: "SECONDARY",
|
|
44
|
+
InvestmentProperty: "INVESTMENT_PROPERTY",
|
|
45
|
+
Dividends: "DIVIDENDS",
|
|
46
|
+
Superannuation: "SUPERANNUATION",
|
|
47
|
+
Pension: "PENSION",
|
|
48
|
+
Trust: "TRUST",
|
|
49
|
+
Benefits: "BENEFITS",
|
|
50
|
+
Other: "OTHER",
|
|
51
|
+
};
|
|
52
|
+
/** @internal */
|
|
53
|
+
exports.IncomeType$inboundSchema = z
|
|
54
|
+
.nativeEnum(exports.IncomeType);
|
|
55
|
+
/** @internal */
|
|
56
|
+
exports.IncomeType$outboundSchema = exports.IncomeType$inboundSchema;
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var IncomeType$;
|
|
62
|
+
(function (IncomeType$) {
|
|
63
|
+
/** @deprecated use `IncomeType$inboundSchema` instead. */
|
|
64
|
+
IncomeType$.inboundSchema = exports.IncomeType$inboundSchema;
|
|
65
|
+
/** @deprecated use `IncomeType$outboundSchema` instead. */
|
|
66
|
+
IncomeType$.outboundSchema = exports.IncomeType$outboundSchema;
|
|
67
|
+
})(IncomeType$ || (exports.IncomeType$ = IncomeType$ = {}));
|
|
68
|
+
//# sourceMappingURL=incometype.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incometype.js","sourceRoot":"","sources":["../../src/models/components/incometype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,UAAU,GAAG;IACxB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,qBAAqB;IACzC,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,gBAAgB;IAChC,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,gBAAgB;AACH,QAAA,wBAAwB,GAAuC,CAAC;KAC1E,UAAU,CAAC,kBAAU,CAAC,CAAC;AAE1B,gBAAgB;AACH,QAAA,yBAAyB,GACpC,gCAAwB,CAAC;AAE3B;;;GAGG;AACH,IAAiB,WAAW,CAK3B;AALD,WAAiB,WAAW;IAC1B,0DAA0D;IAC7C,yBAAa,GAAG,gCAAwB,CAAC;IACtD,2DAA2D;IAC9C,0BAAc,GAAG,iCAAyB,CAAC;AAC1D,CAAC,EALgB,WAAW,2BAAX,WAAW,QAK3B"}
|
|
@@ -10,12 +10,14 @@ export * from "./commercialsecuredapplicationresource.js";
|
|
|
10
10
|
export * from "./commercialsecuredloanassetattributes.js";
|
|
11
11
|
export * from "./commercialsecuredloanassettype.js";
|
|
12
12
|
export * from "./commercialsecuredloancommercialapplicationrelationships.js";
|
|
13
|
+
export * from "./commercialsecuredloantypeofsale.js";
|
|
13
14
|
export * from "./consumerapplicationjsonapirelationships.js";
|
|
14
15
|
export * from "./consumersecuredapplicationpayload.js";
|
|
15
16
|
export * from "./consumersecuredapplicationresource.js";
|
|
16
17
|
export * from "./consumersecuredloanassetattributes.js";
|
|
17
18
|
export * from "./consumersecuredloanassettype.js";
|
|
18
19
|
export * from "./consumersecuredloanconsumerapplicationrelationships.js";
|
|
20
|
+
export * from "./consumersecuredloantypeofsale.js";
|
|
19
21
|
export * from "./createsupportingdocumentsresponse.js";
|
|
20
22
|
export * from "./currencycodeiso4217.js";
|
|
21
23
|
export * from "./customerassetattributes.js";
|
|
@@ -29,8 +31,14 @@ export * from "./customertitle.js";
|
|
|
29
31
|
export * from "./documenttype.js";
|
|
30
32
|
export * from "./entityattributes.js";
|
|
31
33
|
export * from "./errorsource.js";
|
|
34
|
+
export * from "./expenseattributes.js";
|
|
35
|
+
export * from "./expensefrequency.js";
|
|
36
|
+
export * from "./expensetype.js";
|
|
32
37
|
export * from "./forbiddenerror.js";
|
|
33
38
|
export * from "./frequencytype.js";
|
|
39
|
+
export * from "./incomeattributes.js";
|
|
40
|
+
export * from "./incomefrequency.js";
|
|
41
|
+
export * from "./incometype.js";
|
|
34
42
|
export * from "./linkobject.js";
|
|
35
43
|
export * from "./livingarrangements.js";
|
|
36
44
|
export * from "./loandetailsattributes.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0DAA0D,CAAC;AACzE,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0DAA0D,CAAC;AACzE,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
@@ -29,12 +29,14 @@ __exportStar(require("./commercialsecuredapplicationresource.js"), exports);
|
|
|
29
29
|
__exportStar(require("./commercialsecuredloanassetattributes.js"), exports);
|
|
30
30
|
__exportStar(require("./commercialsecuredloanassettype.js"), exports);
|
|
31
31
|
__exportStar(require("./commercialsecuredloancommercialapplicationrelationships.js"), exports);
|
|
32
|
+
__exportStar(require("./commercialsecuredloantypeofsale.js"), exports);
|
|
32
33
|
__exportStar(require("./consumerapplicationjsonapirelationships.js"), exports);
|
|
33
34
|
__exportStar(require("./consumersecuredapplicationpayload.js"), exports);
|
|
34
35
|
__exportStar(require("./consumersecuredapplicationresource.js"), exports);
|
|
35
36
|
__exportStar(require("./consumersecuredloanassetattributes.js"), exports);
|
|
36
37
|
__exportStar(require("./consumersecuredloanassettype.js"), exports);
|
|
37
38
|
__exportStar(require("./consumersecuredloanconsumerapplicationrelationships.js"), exports);
|
|
39
|
+
__exportStar(require("./consumersecuredloantypeofsale.js"), exports);
|
|
38
40
|
__exportStar(require("./createsupportingdocumentsresponse.js"), exports);
|
|
39
41
|
__exportStar(require("./currencycodeiso4217.js"), exports);
|
|
40
42
|
__exportStar(require("./customerassetattributes.js"), exports);
|
|
@@ -48,8 +50,14 @@ __exportStar(require("./customertitle.js"), exports);
|
|
|
48
50
|
__exportStar(require("./documenttype.js"), exports);
|
|
49
51
|
__exportStar(require("./entityattributes.js"), exports);
|
|
50
52
|
__exportStar(require("./errorsource.js"), exports);
|
|
53
|
+
__exportStar(require("./expenseattributes.js"), exports);
|
|
54
|
+
__exportStar(require("./expensefrequency.js"), exports);
|
|
55
|
+
__exportStar(require("./expensetype.js"), exports);
|
|
51
56
|
__exportStar(require("./forbiddenerror.js"), exports);
|
|
52
57
|
__exportStar(require("./frequencytype.js"), exports);
|
|
58
|
+
__exportStar(require("./incomeattributes.js"), exports);
|
|
59
|
+
__exportStar(require("./incomefrequency.js"), exports);
|
|
60
|
+
__exportStar(require("./incometype.js"), exports);
|
|
53
61
|
__exportStar(require("./linkobject.js"), exports);
|
|
54
62
|
__exportStar(require("./livingarrangements.js"), exports);
|
|
55
63
|
__exportStar(require("./loandetailsattributes.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,qDAAmC;AACnC,2DAAyC;AACzC,yDAAuC;AACvC,sEAAoD;AACpD,uDAAqC;AACrC,iFAA+D;AAC/D,2EAAyD;AACzD,4EAA0D;AAC1D,4EAA0D;AAC1D,sEAAoD;AACpD,+FAA6E;AAC7E,+EAA6D;AAC7D,yEAAuD;AACvD,0EAAwD;AACxD,0EAAwD;AACxD,oEAAkD;AAClD,2FAAyE;AACzE,yEAAuD;AACvD,2DAAyC;AACzC,+DAA6C;AAC7C,yDAAuC;AACvC,0DAAwC;AACxC,sDAAoC;AACpC,mEAAiD;AACjD,2EAAyD;AACzD,6DAA2C;AAC3C,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,sDAAoC;AACpC,qDAAmC;AACnC,kDAAgC;AAChC,0DAAwC;AACxC,6DAA2C;AAC3C,qDAAmC;AACnC,wDAAsC;AACtC,0DAAwC;AACxC,oEAAkD;AAClD,0DAAwC;AACxC,uDAAqC;AACrC,wDAAsC;AACtC,gDAA8B;AAC9B,oEAAkD;AAClD,yEAAuD;AACvD,uEAAqD;AACrD,kEAAgD;AAChD,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,qDAAmC;AACnC,2DAAyC;AACzC,yDAAuC;AACvC,sEAAoD;AACpD,uDAAqC;AACrC,iFAA+D;AAC/D,2EAAyD;AACzD,4EAA0D;AAC1D,4EAA0D;AAC1D,sEAAoD;AACpD,+FAA6E;AAC7E,uEAAqD;AACrD,+EAA6D;AAC7D,yEAAuD;AACvD,0EAAwD;AACxD,0EAAwD;AACxD,oEAAkD;AAClD,2FAAyE;AACzE,qEAAmD;AACnD,yEAAuD;AACvD,2DAAyC;AACzC,+DAA6C;AAC7C,yDAAuC;AACvC,0DAAwC;AACxC,sDAAoC;AACpC,mEAAiD;AACjD,2EAAyD;AACzD,6DAA2C;AAC3C,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,yDAAuC;AACvC,wDAAsC;AACtC,mDAAiC;AACjC,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,uDAAqC;AACrC,kDAAgC;AAChC,kDAAgC;AAChC,0DAAwC;AACxC,6DAA2C;AAC3C,qDAAmC;AACnC,wDAAsC;AACtC,0DAAwC;AACxC,oEAAkD;AAClD,0DAAwC;AACxC,uDAAqC;AACrC,wDAAsC;AACtC,gDAA8B;AAC9B,oEAAkD;AAClD,yEAAuD;AACvD,uEAAqD;AACrD,kEAAgD;AAChD,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC"}
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -54,8 +54,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
54
54
|
export const SDK_METADATA = {
|
|
55
55
|
language: "typescript",
|
|
56
56
|
openapiDocVersion: "0.4.0",
|
|
57
|
-
sdkVersion: "0.8.
|
|
57
|
+
sdkVersion: "0.8.3",
|
|
58
58
|
genVersion: "2.610.0",
|
|
59
59
|
userAgent:
|
|
60
|
-
"speakeasy-sdk/typescript 0.8.
|
|
60
|
+
"speakeasy-sdk/typescript 0.8.3 2.610.0 0.4.0 @financeable/aggregation",
|
|
61
61
|
} as const;
|