swoop-common 2.1.55 → 2.1.56
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/dist/api/bundler.js +86 -7
- package/dist/api/generated/core/exports.d.ts +19 -13
- package/dist/api/generated/core/exports.js +3 -0
- package/dist/api/generated/core/index.d.ts +19 -13
- package/dist/api/generated/core/index.js +3 -0
- package/dist/api/generated/core/models/Amendment.d.ts +4 -4
- package/dist/api/generated/core/models/AssignedTravellerGroup.d.ts +2 -1
- package/dist/api/generated/core/models/ComponentDescription.d.ts +3 -3
- package/dist/api/generated/core/models/ComponentFAQ.d.ts +2 -2
- package/dist/api/generated/core/models/ComponentId.d.ts +1 -0
- package/dist/api/generated/core/models/ComponentInstance.d.ts +12 -11
- package/dist/api/generated/core/models/ComponentMedia.d.ts +2 -2
- package/dist/api/generated/core/models/ComponentNotes.d.ts +6 -6
- package/dist/api/generated/core/models/ComponentRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/core/models/DTOComponentCreate.d.ts +13 -11
- package/dist/api/generated/core/models/DTOComponentEntity.d.ts +19 -15
- package/dist/api/generated/core/models/DTOComponentRead.d.ts +18 -14
- package/dist/api/generated/core/models/DTOComponentUpdate.d.ts +6 -6
- package/dist/api/generated/core/models/DTOItineraryCreate.d.ts +7 -5
- package/dist/api/generated/core/models/DTOItineraryEntity.d.ts +8 -4
- package/dist/api/generated/core/models/DTOItineraryRead.d.ts +8 -4
- package/dist/api/generated/core/models/DTOItineraryUpdate.d.ts +7 -5
- package/dist/api/generated/core/models/DTORegionCreate.d.ts +4 -2
- package/dist/api/generated/core/models/DTORegionEntity.d.ts +6 -3
- package/dist/api/generated/core/models/DTORegionRead.d.ts +6 -3
- package/dist/api/generated/core/models/DTORegionUpdate.d.ts +6 -4
- package/dist/api/generated/core/models/DTOSnapshotCreate.d.ts +6 -3
- package/dist/api/generated/core/models/DTOSnapshotEntity.d.ts +8 -4
- package/dist/api/generated/core/models/DTOSnapshotRead.d.ts +8 -4
- package/dist/api/generated/core/models/DTOSnapshotUpdate.d.ts +4 -2
- package/dist/api/generated/core/models/DTOTemplateCreate.d.ts +6 -3
- package/dist/api/generated/core/models/DTOTemplateEntity.d.ts +9 -5
- package/dist/api/generated/core/models/DTOTemplateRead.d.ts +9 -5
- package/dist/api/generated/core/models/DTOTemplateUpdate.d.ts +3 -3
- package/dist/api/generated/core/models/Destination.d.ts +5 -0
- package/dist/api/generated/core/models/Destination.js +10 -0
- package/dist/api/generated/core/models/Discount.d.ts +4 -3
- package/dist/api/generated/core/models/EnquiryId.d.ts +1 -0
- package/dist/api/generated/core/models/Error.d.ts +4 -1
- package/dist/api/generated/core/models/Fee.d.ts +4 -4
- package/dist/api/generated/core/models/ItineraryId.d.ts +1 -0
- package/dist/api/generated/core/models/ItineraryRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/core/models/Meals.d.ts +2 -1
- package/dist/api/generated/core/models/Meals.js +1 -0
- package/dist/api/generated/core/models/OrgId.d.ts +3 -0
- package/dist/api/generated/core/models/OrgId.js +8 -0
- package/dist/api/generated/core/models/Package.d.ts +5 -4
- package/dist/api/generated/core/models/PackageItem.d.ts +2 -2
- package/dist/api/generated/core/models/PackageSpan.d.ts +3 -2
- package/dist/api/generated/core/models/Price.d.ts +5 -0
- package/dist/api/generated/core/models/QuoteOptions.d.ts +7 -6
- package/dist/api/generated/core/models/RegionId.d.ts +1 -0
- package/dist/api/generated/core/models/SnapshotId.d.ts +1 -0
- package/dist/api/generated/core/models/TemplateId.d.ts +1 -0
- package/dist/api/generated/core/models/TemplateRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/core/models/Title.d.ts +1 -0
- package/dist/api/generated/core/models/UrgencyCTA.d.ts +4 -0
- package/dist/api/generated/core/models/UrgencyCTA.js +9 -0
- package/dist/api/generated/core/models/componentIdParam.d.ts +5 -0
- package/dist/api/generated/core/models/enquiryIdParam.d.ts +4 -0
- package/dist/api/generated/core/models/itineraryIdParam.d.ts +5 -0
- package/dist/api/generated/core/models/itineraryIdQuery.d.ts +2 -1
- package/dist/api/generated/core/models/snapshotIdParam.d.ts +2 -0
- package/dist/api/generated/core/models/templateIdParam.d.ts +5 -0
- package/dist/api/generated/core/services/ComponentService.d.ts +7 -7
- package/dist/api/generated/core/services/CoreService.d.ts +11 -10
- package/dist/api/generated/core/services/TemplateService.d.ts +4 -3
- package/dist/api/generated/itinerary/index.d.ts +19 -13
- package/dist/api/generated/itinerary/index.js +3 -0
- package/dist/api/generated/itinerary/models/Amendment.d.ts +4 -4
- package/dist/api/generated/itinerary/models/AssignedTravellerGroup.d.ts +2 -1
- package/dist/api/generated/itinerary/models/ComponentDescription.d.ts +3 -3
- package/dist/api/generated/itinerary/models/ComponentFAQ.d.ts +2 -2
- package/dist/api/generated/itinerary/models/ComponentId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/ComponentInstance.d.ts +12 -11
- package/dist/api/generated/itinerary/models/ComponentMedia.d.ts +2 -2
- package/dist/api/generated/itinerary/models/ComponentNotes.d.ts +6 -6
- package/dist/api/generated/itinerary/models/ComponentRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/DTOComponentCreate.d.ts +13 -11
- package/dist/api/generated/itinerary/models/DTOComponentEntity.d.ts +19 -15
- package/dist/api/generated/itinerary/models/DTOComponentRead.d.ts +18 -14
- package/dist/api/generated/itinerary/models/DTOComponentUpdate.d.ts +6 -6
- package/dist/api/generated/itinerary/models/DTOItineraryCreate.d.ts +7 -5
- package/dist/api/generated/itinerary/models/DTOItineraryEntity.d.ts +8 -4
- package/dist/api/generated/itinerary/models/DTOItineraryRead.d.ts +8 -4
- package/dist/api/generated/itinerary/models/DTOItineraryUpdate.d.ts +7 -5
- package/dist/api/generated/itinerary/models/DTORegionCreate.d.ts +4 -2
- package/dist/api/generated/itinerary/models/DTORegionEntity.d.ts +6 -3
- package/dist/api/generated/itinerary/models/DTORegionRead.d.ts +6 -3
- package/dist/api/generated/itinerary/models/DTORegionUpdate.d.ts +6 -4
- package/dist/api/generated/itinerary/models/DTOSnapshotCreate.d.ts +6 -3
- package/dist/api/generated/itinerary/models/DTOSnapshotEntity.d.ts +8 -4
- package/dist/api/generated/itinerary/models/DTOSnapshotRead.d.ts +8 -4
- package/dist/api/generated/itinerary/models/DTOSnapshotUpdate.d.ts +4 -2
- package/dist/api/generated/itinerary/models/DTOTemplateCreate.d.ts +6 -3
- package/dist/api/generated/itinerary/models/DTOTemplateEntity.d.ts +9 -5
- package/dist/api/generated/itinerary/models/DTOTemplateRead.d.ts +9 -5
- package/dist/api/generated/itinerary/models/DTOTemplateUpdate.d.ts +3 -3
- package/dist/api/generated/itinerary/models/Destination.d.ts +5 -0
- package/dist/api/generated/itinerary/models/Destination.js +10 -0
- package/dist/api/generated/itinerary/models/Discount.d.ts +4 -3
- package/dist/api/generated/itinerary/models/EnquiryId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/Error.d.ts +4 -1
- package/dist/api/generated/itinerary/models/Fee.d.ts +4 -4
- package/dist/api/generated/itinerary/models/ItineraryId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/ItineraryRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/Meals.d.ts +2 -1
- package/dist/api/generated/itinerary/models/Meals.js +1 -0
- package/dist/api/generated/itinerary/models/OrgId.d.ts +3 -0
- package/dist/api/generated/itinerary/models/OrgId.js +8 -0
- package/dist/api/generated/itinerary/models/Package.d.ts +5 -4
- package/dist/api/generated/itinerary/models/PackageItem.d.ts +2 -2
- package/dist/api/generated/itinerary/models/PackageSpan.d.ts +3 -2
- package/dist/api/generated/itinerary/models/Price.d.ts +5 -0
- package/dist/api/generated/itinerary/models/QuoteOptions.d.ts +7 -6
- package/dist/api/generated/itinerary/models/RegionId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/SnapshotId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/TemplateId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/TemplateRevisionGroupId.d.ts +1 -0
- package/dist/api/generated/itinerary/models/Title.d.ts +1 -0
- package/dist/api/generated/itinerary/models/Title.js +1 -0
- package/dist/api/generated/itinerary/models/UrgencyCTA.d.ts +4 -0
- package/dist/api/generated/itinerary/models/UrgencyCTA.js +9 -0
- package/dist/api/generated/itinerary/models/componentIdParam.d.ts +5 -0
- package/dist/api/generated/itinerary/models/componentIdParam.js +1 -0
- package/dist/api/generated/itinerary/models/enquiryIdParam.d.ts +4 -0
- package/dist/api/generated/itinerary/models/enquiryIdParam.js +1 -0
- package/dist/api/generated/itinerary/models/itineraryIdParam.d.ts +5 -0
- package/dist/api/generated/itinerary/models/itineraryIdParam.js +1 -0
- package/dist/api/generated/itinerary/models/itineraryIdQuery.d.ts +2 -1
- package/dist/api/generated/itinerary/models/snapshotIdParam.d.ts +2 -0
- package/dist/api/generated/itinerary/models/snapshotIdParam.js +1 -0
- package/dist/api/generated/itinerary/models/templateIdParam.d.ts +5 -0
- package/dist/api/generated/itinerary/models/templateIdParam.js +1 -0
- package/dist/api/generated/itinerary/services/AuditService.d.ts +2 -1
- package/dist/api/generated/itinerary/services/ItineraryService.d.ts +10 -8
- package/dist/api/generated/itinerary/services/SnapshotService.d.ts +4 -3
- package/dist/rendering/renderers/ComponentPicker.d.ts +10 -13
- package/package.json +3 -2
- package/dist/api/generated/core/models/Assignments.d.ts +0 -12
- package/dist/api/generated/core/models/BookingItem.d.ts +0 -9
- package/dist/api/generated/core/models/BookingItemResponse.d.ts +0 -5
- package/dist/api/generated/core/models/ComponentPricing.d.ts +0 -5
- package/dist/api/generated/core/models/CurrencyItem.d.ts +0 -11
- package/dist/api/generated/core/models/CurrencyItemResponse.d.ts +0 -5
- package/dist/api/generated/core/models/IBEvent.d.ts +0 -7
- package/dist/api/generated/core/models/Member.d.ts +0 -12
- package/dist/api/generated/core/models/componentId.d.ts +0 -4
- package/dist/api/generated/core/models/enquiryId.d.ts +0 -4
- package/dist/api/generated/core/models/itineraryId.d.ts +0 -4
- package/dist/api/generated/core/models/snapshotId.d.ts +0 -1
- package/dist/api/generated/core/models/templateId.d.ts +0 -4
- package/dist/api/generated/itinerary/models/Assignments.d.ts +0 -12
- package/dist/api/generated/itinerary/models/BookingItem.d.ts +0 -9
- package/dist/api/generated/itinerary/models/BookingItemResponse.d.ts +0 -5
- package/dist/api/generated/itinerary/models/ComponentPricing.d.ts +0 -5
- package/dist/api/generated/itinerary/models/CurrencyItem.d.ts +0 -11
- package/dist/api/generated/itinerary/models/CurrencyItemResponse.d.ts +0 -5
- package/dist/api/generated/itinerary/models/IBEvent.d.ts +0 -7
- package/dist/api/generated/itinerary/models/Member.d.ts +0 -12
- package/dist/api/generated/itinerary/models/componentId.d.ts +0 -4
- package/dist/api/generated/itinerary/models/enquiryId.d.ts +0 -4
- package/dist/api/generated/itinerary/models/itineraryId.d.ts +0 -4
- package/dist/api/generated/itinerary/models/snapshotId.d.ts +0 -1
- package/dist/api/generated/itinerary/models/templateId.d.ts +0 -4
- /package/dist/api/generated/core/models/{Assignments.js → ComponentId.js} +0 -0
- /package/dist/api/generated/core/models/{BookingItem.js → ComponentRevisionGroupId.js} +0 -0
- /package/dist/api/generated/core/models/{BookingItemResponse.js → EnquiryId.js} +0 -0
- /package/dist/api/generated/core/models/{ComponentPricing.js → ItineraryId.js} +0 -0
- /package/dist/api/generated/core/models/{CurrencyItem.js → ItineraryRevisionGroupId.js} +0 -0
- /package/dist/api/generated/core/models/{CurrencyItemResponse.js → Price.js} +0 -0
- /package/dist/api/generated/core/models/{IBEvent.js → RegionId.js} +0 -0
- /package/dist/api/generated/core/models/{Member.js → SnapshotId.js} +0 -0
- /package/dist/api/generated/core/models/{componentId.js → TemplateId.js} +0 -0
- /package/dist/api/generated/core/models/{enquiryId.js → TemplateRevisionGroupId.js} +0 -0
- /package/dist/api/generated/core/models/{itineraryId.js → Title.js} +0 -0
- /package/dist/api/generated/core/models/{snapshotId.js → componentIdParam.js} +0 -0
- /package/dist/api/generated/core/models/{templateId.js → enquiryIdParam.js} +0 -0
- /package/dist/api/generated/{itinerary/models/Assignments.js → core/models/itineraryIdParam.js} +0 -0
- /package/dist/api/generated/{itinerary/models/BookingItem.js → core/models/snapshotIdParam.js} +0 -0
- /package/dist/api/generated/{itinerary/models/BookingItemResponse.js → core/models/templateIdParam.js} +0 -0
- /package/dist/api/generated/itinerary/models/{ComponentPricing.js → ComponentId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{CurrencyItem.js → ComponentRevisionGroupId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{CurrencyItemResponse.js → EnquiryId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{IBEvent.js → ItineraryId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{Member.js → ItineraryRevisionGroupId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{componentId.js → Price.js} +0 -0
- /package/dist/api/generated/itinerary/models/{enquiryId.js → RegionId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{itineraryId.js → SnapshotId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{snapshotId.js → TemplateId.js} +0 -0
- /package/dist/api/generated/itinerary/models/{templateId.js → TemplateRevisionGroupId.js} +0 -0
package/dist/api/bundler.js
CHANGED
|
@@ -27,9 +27,7 @@ function fixRefs(obj) {
|
|
|
27
27
|
else if (obj && typeof obj === "object") {
|
|
28
28
|
for (const key of Object.keys(obj)) {
|
|
29
29
|
if (key === "$ref" && typeof obj[key] === "string") {
|
|
30
|
-
obj[key] = obj[key]
|
|
31
|
-
.replace("./models.yaml#", "#")
|
|
32
|
-
.replace("./error.yaml#", "#");
|
|
30
|
+
obj[key] = obj[key].replace("./models.yaml#", "#");
|
|
33
31
|
}
|
|
34
32
|
else {
|
|
35
33
|
obj[key] = fixRefs(obj[key]);
|
|
@@ -38,20 +36,101 @@ function fixRefs(obj) {
|
|
|
38
36
|
}
|
|
39
37
|
return obj;
|
|
40
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* If a name exists in multiple component sections differing only by case,
|
|
41
|
+
* rename the NON-schema one (e.g., parameters) by appending a suffix, and rewrite $refs.
|
|
42
|
+
*/
|
|
43
|
+
function disambiguateComponentNamesAcrossSections(doc, opts = { paramSuffix: "Param" }) {
|
|
44
|
+
if (!(doc === null || doc === void 0 ? void 0 : doc.components))
|
|
45
|
+
return doc;
|
|
46
|
+
const sections = [
|
|
47
|
+
"schemas",
|
|
48
|
+
"parameters",
|
|
49
|
+
"responses",
|
|
50
|
+
"requestBodies",
|
|
51
|
+
"headers",
|
|
52
|
+
"securitySchemes",
|
|
53
|
+
"links",
|
|
54
|
+
"callbacks",
|
|
55
|
+
"examples",
|
|
56
|
+
];
|
|
57
|
+
// Build case-insensitive index of names by section
|
|
58
|
+
const namesBySection = new Map();
|
|
59
|
+
for (const sec of sections) {
|
|
60
|
+
const node = doc.components[sec];
|
|
61
|
+
const map = new Map();
|
|
62
|
+
if (node && typeof node === "object") {
|
|
63
|
+
for (const name of Object.keys(node)) {
|
|
64
|
+
const k = name.toLowerCase();
|
|
65
|
+
map.set(k, [...(map.get(k) || []), name]);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
namesBySection.set(sec, map);
|
|
69
|
+
}
|
|
70
|
+
// For each lowercased key present in multiple sections, rename non-schema sections
|
|
71
|
+
const collisions = new Map();
|
|
72
|
+
const allLower = new Set();
|
|
73
|
+
for (const sec of sections) {
|
|
74
|
+
for (const k of namesBySection.get(sec).keys())
|
|
75
|
+
allLower.add(k);
|
|
76
|
+
}
|
|
77
|
+
// Mapping of old -> new names for ref rewriting
|
|
78
|
+
const renamed = [];
|
|
79
|
+
for (const lower of allLower) {
|
|
80
|
+
const presentIn = sections.filter((sec) => namesBySection.get(sec).has(lower));
|
|
81
|
+
if (presentIn.length <= 1)
|
|
82
|
+
continue;
|
|
83
|
+
// keep schemas as canonical; rename others
|
|
84
|
+
for (const sec of presentIn) {
|
|
85
|
+
if (sec === "schemas")
|
|
86
|
+
continue;
|
|
87
|
+
const node = doc.components[sec];
|
|
88
|
+
const origNames = namesBySection.get(sec).get(lower); // all actual casings in this section
|
|
89
|
+
for (const from of origNames) {
|
|
90
|
+
const to = from + (sec === "parameters" ? opts.paramSuffix : `_In_${sec}`);
|
|
91
|
+
if (node[to])
|
|
92
|
+
continue; // avoid overwriting
|
|
93
|
+
node[to] = node[from];
|
|
94
|
+
delete node[from];
|
|
95
|
+
renamed.push({ section: sec, from, to });
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
// Rewrite $refs to the renamed components
|
|
100
|
+
const rewrite = (o) => {
|
|
101
|
+
if (Array.isArray(o))
|
|
102
|
+
return o.map(rewrite);
|
|
103
|
+
if (o && typeof o === "object") {
|
|
104
|
+
for (const k of Object.keys(o)) {
|
|
105
|
+
const v = o[k];
|
|
106
|
+
if (k === "$ref" && typeof v === "string") {
|
|
107
|
+
for (const r of renamed) {
|
|
108
|
+
const needle = `#/components/${r.section}/${r.from}`;
|
|
109
|
+
if (v === needle)
|
|
110
|
+
o[k] = `#/components/${r.section}/${r.to}`;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
else {
|
|
114
|
+
o[k] = rewrite(v);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
return o;
|
|
119
|
+
};
|
|
120
|
+
return rewrite(doc);
|
|
121
|
+
}
|
|
41
122
|
function bundle(sdk) {
|
|
42
123
|
const servicePath = `./openapi/${sdk}_service.yaml`;
|
|
43
124
|
const modelsPath = "./openapi/models.yaml";
|
|
44
|
-
const errorsPath = "./openapi/error.yaml";
|
|
45
125
|
const outputPath = `./openapi/generated/${sdk}_bundled.yaml`;
|
|
46
126
|
// Load YAML files
|
|
47
127
|
const service = yaml.load(fs.readFileSync(servicePath, "utf-8"));
|
|
48
128
|
const models = yaml.load(fs.readFileSync(modelsPath, "utf-8"));
|
|
49
|
-
const errors = yaml.load(fs.readFileSync(errorsPath, "utf-8"));
|
|
50
129
|
// Merge all components
|
|
51
130
|
mergeComponents(service, models);
|
|
52
|
-
mergeComponents(service, errors);
|
|
53
131
|
// Fix refs
|
|
54
|
-
|
|
132
|
+
let fixed = fixRefs(service);
|
|
133
|
+
fixed = disambiguateComponentNamesAcrossSections(fixed);
|
|
55
134
|
// Dump back to YAML
|
|
56
135
|
const bundled = yaml.dump(fixed, { noRefs: true, lineWidth: -1 });
|
|
57
136
|
fs.mkdirSync("./openapi/generated", { recursive: true });
|
|
@@ -3,21 +3,18 @@ export { CancelablePromise, CancelError } from './index';
|
|
|
3
3
|
export type { Amendment } from './index';
|
|
4
4
|
export type { AssignedPassenger } from './index';
|
|
5
5
|
export type { AssignedTravellerGroup } from './index';
|
|
6
|
-
export type { Assignments } from './index';
|
|
7
|
-
export type { BookingItem } from './index';
|
|
8
|
-
export type { BookingItemResponse } from './index';
|
|
9
6
|
export { BookingStatus } from './index';
|
|
10
7
|
export type { ComponentDescription } from './index';
|
|
11
8
|
export type { ComponentFAQ } from './index';
|
|
12
|
-
export type {
|
|
9
|
+
export type { ComponentId } from './index';
|
|
10
|
+
export type { componentIdParam } from './index';
|
|
13
11
|
export type { ComponentInstance } from './index';
|
|
14
12
|
export type { ComponentMedia } from './index';
|
|
15
13
|
export type { ComponentNotes } from './index';
|
|
16
|
-
export type {
|
|
14
|
+
export type { ComponentRevisionGroupId } from './index';
|
|
17
15
|
export { ComponentState } from './index';
|
|
18
16
|
export { Currency } from './index';
|
|
19
|
-
export
|
|
20
|
-
export type { CurrencyItemResponse } from './index';
|
|
17
|
+
export { Destination } from './index';
|
|
21
18
|
export type { Discount } from './index';
|
|
22
19
|
export type { DTOComponentCreate } from './index';
|
|
23
20
|
export type { DTOComponentEntity } from './index';
|
|
@@ -39,30 +36,39 @@ export type { DTOTemplateCreate } from './index';
|
|
|
39
36
|
export type { DTOTemplateEntity } from './index';
|
|
40
37
|
export type { DTOTemplateRead } from './index';
|
|
41
38
|
export type { DTOTemplateUpdate } from './index';
|
|
42
|
-
export type {
|
|
39
|
+
export type { EnquiryId } from './index';
|
|
40
|
+
export type { enquiryIdParam } from './index';
|
|
43
41
|
export type { Error } from './index';
|
|
44
42
|
export type { Fee } from './index';
|
|
45
43
|
export type { Field } from './index';
|
|
46
|
-
export type { IBEvent } from './index';
|
|
47
44
|
export type { id } from './index';
|
|
48
45
|
export type { itemsPerPage } from './index';
|
|
49
|
-
export type {
|
|
46
|
+
export type { ItineraryId } from './index';
|
|
47
|
+
export type { itineraryIdParam } from './index';
|
|
50
48
|
export type { itineraryIdQuery } from './index';
|
|
49
|
+
export type { ItineraryRevisionGroupId } from './index';
|
|
51
50
|
export type { Limit } from './index';
|
|
52
51
|
export { Meals } from './index';
|
|
53
|
-
export type { Member } from './index';
|
|
54
52
|
export type { Metadata } from './index';
|
|
53
|
+
export { OrgId } from './index';
|
|
55
54
|
export type { Package } from './index';
|
|
56
55
|
export type { PackageItem } from './index';
|
|
57
56
|
export type { PackageSpan } from './index';
|
|
58
57
|
export type { Page } from './index';
|
|
59
58
|
export type { Pagination } from './index';
|
|
59
|
+
export type { Price } from './index';
|
|
60
60
|
export type { QuoteOptions } from './index';
|
|
61
|
+
export type { RegionId } from './index';
|
|
61
62
|
export { regionParam } from './index';
|
|
62
63
|
export { regionRequired } from './index';
|
|
63
64
|
export type { search } from './index';
|
|
64
|
-
export type {
|
|
65
|
+
export type { SnapshotId } from './index';
|
|
66
|
+
export type { snapshotIdParam } from './index';
|
|
65
67
|
export type { sortParam } from './index';
|
|
66
|
-
export type {
|
|
68
|
+
export type { TemplateId } from './index';
|
|
69
|
+
export type { templateIdParam } from './index';
|
|
70
|
+
export type { TemplateRevisionGroupId } from './index';
|
|
71
|
+
export type { Title } from './index';
|
|
72
|
+
export { UrgencyCTA } from './index';
|
|
67
73
|
export type { UserComponentInstanceField } from './index';
|
|
68
74
|
export type { ValidationSchemas } from './index';
|
|
@@ -4,6 +4,9 @@ export { CancelablePromise, CancelError } from './index';
|
|
|
4
4
|
export { BookingStatus } from './index';
|
|
5
5
|
export { ComponentState } from './index';
|
|
6
6
|
export { Currency } from './index';
|
|
7
|
+
export { Destination } from './index';
|
|
7
8
|
export { Meals } from './index';
|
|
9
|
+
export { OrgId } from './index';
|
|
8
10
|
export { regionParam } from './index';
|
|
9
11
|
export { regionRequired } from './index';
|
|
12
|
+
export { UrgencyCTA } from './index';
|
|
@@ -5,21 +5,18 @@ export type { OpenAPIConfig } from './core/OpenAPI';
|
|
|
5
5
|
export type { Amendment } from './models/Amendment';
|
|
6
6
|
export type { AssignedPassenger } from './models/AssignedPassenger';
|
|
7
7
|
export type { AssignedTravellerGroup } from './models/AssignedTravellerGroup';
|
|
8
|
-
export type { Assignments } from './models/Assignments';
|
|
9
|
-
export type { BookingItem } from './models/BookingItem';
|
|
10
|
-
export type { BookingItemResponse } from './models/BookingItemResponse';
|
|
11
8
|
export { BookingStatus } from './models/BookingStatus';
|
|
12
9
|
export type { ComponentDescription } from './models/ComponentDescription';
|
|
13
10
|
export type { ComponentFAQ } from './models/ComponentFAQ';
|
|
14
|
-
export type {
|
|
11
|
+
export type { ComponentId } from './models/ComponentId';
|
|
12
|
+
export type { componentIdParam } from './models/componentIdParam';
|
|
15
13
|
export type { ComponentInstance } from './models/ComponentInstance';
|
|
16
14
|
export type { ComponentMedia } from './models/ComponentMedia';
|
|
17
15
|
export type { ComponentNotes } from './models/ComponentNotes';
|
|
18
|
-
export type {
|
|
16
|
+
export type { ComponentRevisionGroupId } from './models/ComponentRevisionGroupId';
|
|
19
17
|
export { ComponentState } from './models/ComponentState';
|
|
20
18
|
export { Currency } from './models/Currency';
|
|
21
|
-
export
|
|
22
|
-
export type { CurrencyItemResponse } from './models/CurrencyItemResponse';
|
|
19
|
+
export { Destination } from './models/Destination';
|
|
23
20
|
export type { Discount } from './models/Discount';
|
|
24
21
|
export type { DTOComponentCreate } from './models/DTOComponentCreate';
|
|
25
22
|
export type { DTOComponentEntity } from './models/DTOComponentEntity';
|
|
@@ -41,31 +38,40 @@ export type { DTOTemplateCreate } from './models/DTOTemplateCreate';
|
|
|
41
38
|
export type { DTOTemplateEntity } from './models/DTOTemplateEntity';
|
|
42
39
|
export type { DTOTemplateRead } from './models/DTOTemplateRead';
|
|
43
40
|
export type { DTOTemplateUpdate } from './models/DTOTemplateUpdate';
|
|
44
|
-
export type {
|
|
41
|
+
export type { EnquiryId } from './models/EnquiryId';
|
|
42
|
+
export type { enquiryIdParam } from './models/enquiryIdParam';
|
|
45
43
|
export type { Error } from './models/Error';
|
|
46
44
|
export type { Fee } from './models/Fee';
|
|
47
45
|
export type { Field } from './models/Field';
|
|
48
|
-
export type { IBEvent } from './models/IBEvent';
|
|
49
46
|
export type { id } from './models/id';
|
|
50
47
|
export type { itemsPerPage } from './models/itemsPerPage';
|
|
51
|
-
export type {
|
|
48
|
+
export type { ItineraryId } from './models/ItineraryId';
|
|
49
|
+
export type { itineraryIdParam } from './models/itineraryIdParam';
|
|
52
50
|
export type { itineraryIdQuery } from './models/itineraryIdQuery';
|
|
51
|
+
export type { ItineraryRevisionGroupId } from './models/ItineraryRevisionGroupId';
|
|
53
52
|
export type { Limit } from './models/Limit';
|
|
54
53
|
export { Meals } from './models/Meals';
|
|
55
|
-
export type { Member } from './models/Member';
|
|
56
54
|
export type { Metadata } from './models/Metadata';
|
|
55
|
+
export { OrgId } from './models/OrgId';
|
|
57
56
|
export type { Package } from './models/Package';
|
|
58
57
|
export type { PackageItem } from './models/PackageItem';
|
|
59
58
|
export type { PackageSpan } from './models/PackageSpan';
|
|
60
59
|
export type { Page } from './models/Page';
|
|
61
60
|
export type { Pagination } from './models/Pagination';
|
|
61
|
+
export type { Price } from './models/Price';
|
|
62
62
|
export type { QuoteOptions } from './models/QuoteOptions';
|
|
63
|
+
export type { RegionId } from './models/RegionId';
|
|
63
64
|
export { regionParam } from './models/regionParam';
|
|
64
65
|
export { regionRequired } from './models/regionRequired';
|
|
65
66
|
export type { search } from './models/search';
|
|
66
|
-
export type {
|
|
67
|
+
export type { SnapshotId } from './models/SnapshotId';
|
|
68
|
+
export type { snapshotIdParam } from './models/snapshotIdParam';
|
|
67
69
|
export type { sortParam } from './models/sortParam';
|
|
68
|
-
export type {
|
|
70
|
+
export type { TemplateId } from './models/TemplateId';
|
|
71
|
+
export type { templateIdParam } from './models/templateIdParam';
|
|
72
|
+
export type { TemplateRevisionGroupId } from './models/TemplateRevisionGroupId';
|
|
73
|
+
export type { Title } from './models/Title';
|
|
74
|
+
export { UrgencyCTA } from './models/UrgencyCTA';
|
|
69
75
|
export type { UserComponentInstanceField } from './models/UserComponentInstanceField';
|
|
70
76
|
export type { ValidationSchemas } from './models/ValidationSchemas';
|
|
71
77
|
export { ComponentService } from './services/ComponentService';
|
|
@@ -8,9 +8,12 @@ export { OpenAPI } from './core/OpenAPI';
|
|
|
8
8
|
export { BookingStatus } from './models/BookingStatus';
|
|
9
9
|
export { ComponentState } from './models/ComponentState';
|
|
10
10
|
export { Currency } from './models/Currency';
|
|
11
|
+
export { Destination } from './models/Destination';
|
|
11
12
|
export { Meals } from './models/Meals';
|
|
13
|
+
export { OrgId } from './models/OrgId';
|
|
12
14
|
export { regionParam } from './models/regionParam';
|
|
13
15
|
export { regionRequired } from './models/regionRequired';
|
|
16
|
+
export { UrgencyCTA } from './models/UrgencyCTA';
|
|
14
17
|
export { ComponentService } from './services/ComponentService';
|
|
15
18
|
export { CoreService } from './services/CoreService';
|
|
16
19
|
export { TemplateService } from './services/TemplateService';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ComponentId = string;
|
|
@@ -2,8 +2,8 @@ import type { Amendment } from './Amendment';
|
|
|
2
2
|
import type { AssignedPassenger } from './AssignedPassenger';
|
|
3
3
|
import type { AssignedTravellerGroup } from './AssignedTravellerGroup';
|
|
4
4
|
import type { BookingStatus } from './BookingStatus';
|
|
5
|
-
import type { Currency } from './Currency';
|
|
6
5
|
import type { Field } from './Field';
|
|
6
|
+
import type { Price } from './Price';
|
|
7
7
|
import type { UserComponentInstanceField } from './UserComponentInstanceField';
|
|
8
8
|
export type ComponentInstance = {
|
|
9
9
|
id: string;
|
|
@@ -12,15 +12,16 @@ export type ComponentInstance = {
|
|
|
12
12
|
userComponentInstanceFields: Array<UserComponentInstanceField>;
|
|
13
13
|
assignedPassengers: Array<AssignedPassenger>;
|
|
14
14
|
assignedTravellerGroups: Array<AssignedTravellerGroup>;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
bookingStatus?: BookingStatus;
|
|
22
|
-
negotiatedDiscount?: number;
|
|
23
|
-
nonCommissionableAmount?: number;
|
|
24
|
-
bookingGroup?: string;
|
|
15
|
+
pricing: {
|
|
16
|
+
price: Price;
|
|
17
|
+
commissionPercent: number;
|
|
18
|
+
negotiatedDiscount: number;
|
|
19
|
+
nonCommissionableAmount: number;
|
|
20
|
+
};
|
|
25
21
|
amendments?: Array<Amendment>;
|
|
22
|
+
bookingGroup: string;
|
|
23
|
+
startDate: string;
|
|
24
|
+
endDate: string;
|
|
25
|
+
isNew: boolean;
|
|
26
|
+
bookingStatus: BookingStatus;
|
|
26
27
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export type ComponentNotes = {
|
|
2
|
-
positives
|
|
3
|
-
notes
|
|
4
|
-
recommendations
|
|
5
|
-
swoopSays
|
|
6
|
-
swooper
|
|
7
|
-
description
|
|
2
|
+
positives: string;
|
|
3
|
+
notes: string;
|
|
4
|
+
recommendations: string;
|
|
5
|
+
swoopSays: Array<{
|
|
6
|
+
swooper: string;
|
|
7
|
+
description: string;
|
|
8
8
|
}>;
|
|
9
9
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ComponentRevisionGroupId = string;
|
|
@@ -2,27 +2,29 @@ import type { ComponentDescription } from './ComponentDescription';
|
|
|
2
2
|
import type { ComponentFAQ } from './ComponentFAQ';
|
|
3
3
|
import type { ComponentMedia } from './ComponentMedia';
|
|
4
4
|
import type { ComponentNotes } from './ComponentNotes';
|
|
5
|
-
import type { ComponentPricing } from './ComponentPricing';
|
|
6
5
|
import type { ComponentState } from './ComponentState';
|
|
6
|
+
import type { Destination } from './Destination';
|
|
7
7
|
import type { Field } from './Field';
|
|
8
|
+
import type { OrgId } from './OrgId';
|
|
8
9
|
import type { Package } from './Package';
|
|
10
|
+
import type { Price } from './Price';
|
|
11
|
+
import type { RegionId } from './RegionId';
|
|
12
|
+
import type { TemplateId } from './TemplateId';
|
|
13
|
+
import type { Title } from './Title';
|
|
9
14
|
export type DTOComponentCreate = {
|
|
10
|
-
orgId
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
15
|
+
orgId: OrgId;
|
|
16
|
+
templateId: TemplateId;
|
|
17
|
+
name: Title;
|
|
18
|
+
destination: Destination;
|
|
19
|
+
description: ComponentDescription;
|
|
14
20
|
notes?: ComponentNotes;
|
|
15
21
|
faq?: ComponentFAQ;
|
|
16
22
|
componentFields: Array<Field>;
|
|
17
23
|
partners: Array<string>;
|
|
18
|
-
regions: Array<
|
|
24
|
+
regions: Array<RegionId>;
|
|
19
25
|
media?: ComponentMedia;
|
|
20
|
-
pricing:
|
|
26
|
+
pricing: Price;
|
|
21
27
|
package?: Package;
|
|
22
|
-
startDate?: string | null;
|
|
23
|
-
endDate?: string | null;
|
|
24
|
-
duration?: number | null;
|
|
25
28
|
state: ComponentState;
|
|
26
29
|
isBookable: boolean;
|
|
27
|
-
templateId: string;
|
|
28
30
|
};
|
|
@@ -1,33 +1,37 @@
|
|
|
1
1
|
import type { ComponentDescription } from './ComponentDescription';
|
|
2
2
|
import type { ComponentFAQ } from './ComponentFAQ';
|
|
3
|
+
import type { ComponentId } from './ComponentId';
|
|
3
4
|
import type { ComponentMedia } from './ComponentMedia';
|
|
4
5
|
import type { ComponentNotes } from './ComponentNotes';
|
|
5
|
-
import type {
|
|
6
|
+
import type { ComponentRevisionGroupId } from './ComponentRevisionGroupId';
|
|
6
7
|
import type { ComponentState } from './ComponentState';
|
|
8
|
+
import type { Destination } from './Destination';
|
|
7
9
|
import type { Field } from './Field';
|
|
8
10
|
import type { Metadata } from './Metadata';
|
|
11
|
+
import type { OrgId } from './OrgId';
|
|
9
12
|
import type { Package } from './Package';
|
|
13
|
+
import type { Price } from './Price';
|
|
14
|
+
import type { RegionId } from './RegionId';
|
|
15
|
+
import type { TemplateId } from './TemplateId';
|
|
16
|
+
import type { Title } from './Title';
|
|
10
17
|
export type DTOComponentEntity = {
|
|
11
|
-
id:
|
|
12
|
-
orgId:
|
|
13
|
-
templateId:
|
|
14
|
-
revisionGroupId:
|
|
18
|
+
id: ComponentId;
|
|
19
|
+
orgId: OrgId;
|
|
20
|
+
templateId: TemplateId;
|
|
21
|
+
revisionGroupId: ComponentRevisionGroupId;
|
|
15
22
|
revision: number;
|
|
16
23
|
metadata: Metadata;
|
|
17
24
|
partners: Array<string>;
|
|
18
|
-
regions: Array<
|
|
25
|
+
regions: Array<RegionId>;
|
|
19
26
|
media: ComponentMedia;
|
|
20
|
-
destination
|
|
21
|
-
name:
|
|
22
|
-
description
|
|
27
|
+
destination: Destination;
|
|
28
|
+
name: Title;
|
|
29
|
+
description: ComponentDescription;
|
|
23
30
|
notes?: ComponentNotes;
|
|
24
|
-
faq
|
|
25
|
-
pricing:
|
|
31
|
+
faq: ComponentFAQ;
|
|
32
|
+
pricing: Price;
|
|
26
33
|
componentFields: Array<Field>;
|
|
27
|
-
package?: Package;
|
|
28
|
-
startDate?: string | null;
|
|
29
|
-
endDate?: string | null;
|
|
30
|
-
duration?: number | null;
|
|
34
|
+
package?: Package | null;
|
|
31
35
|
state: ComponentState;
|
|
32
36
|
isBookable: boolean;
|
|
33
37
|
};
|
|
@@ -1,33 +1,37 @@
|
|
|
1
1
|
import type { ComponentDescription } from './ComponentDescription';
|
|
2
2
|
import type { ComponentFAQ } from './ComponentFAQ';
|
|
3
|
+
import type { ComponentId } from './ComponentId';
|
|
3
4
|
import type { ComponentMedia } from './ComponentMedia';
|
|
4
5
|
import type { ComponentNotes } from './ComponentNotes';
|
|
5
|
-
import type {
|
|
6
|
+
import type { ComponentRevisionGroupId } from './ComponentRevisionGroupId';
|
|
6
7
|
import type { ComponentState } from './ComponentState';
|
|
8
|
+
import type { Destination } from './Destination';
|
|
7
9
|
import type { Field } from './Field';
|
|
8
10
|
import type { Metadata } from './Metadata';
|
|
11
|
+
import type { OrgId } from './OrgId';
|
|
9
12
|
import type { Package } from './Package';
|
|
13
|
+
import type { Price } from './Price';
|
|
14
|
+
import type { RegionId } from './RegionId';
|
|
15
|
+
import type { TemplateId } from './TemplateId';
|
|
16
|
+
import type { Title } from './Title';
|
|
10
17
|
export type DTOComponentRead = {
|
|
11
|
-
id:
|
|
12
|
-
orgId:
|
|
13
|
-
templateId:
|
|
14
|
-
revisionGroupId:
|
|
18
|
+
id: ComponentId;
|
|
19
|
+
orgId: OrgId;
|
|
20
|
+
templateId: TemplateId;
|
|
21
|
+
revisionGroupId: ComponentRevisionGroupId;
|
|
15
22
|
revision: number;
|
|
16
23
|
metadata: Metadata;
|
|
17
24
|
partners: Array<string>;
|
|
18
|
-
regions: Array<
|
|
25
|
+
regions: Array<RegionId>;
|
|
19
26
|
media: ComponentMedia;
|
|
20
|
-
destination
|
|
21
|
-
name:
|
|
22
|
-
description
|
|
27
|
+
destination: Destination;
|
|
28
|
+
name: Title;
|
|
29
|
+
description: ComponentDescription;
|
|
23
30
|
notes?: ComponentNotes;
|
|
24
|
-
faq
|
|
25
|
-
pricing:
|
|
31
|
+
faq: ComponentFAQ;
|
|
32
|
+
pricing: Price;
|
|
26
33
|
componentFields: Array<Field>;
|
|
27
34
|
package?: Package;
|
|
28
|
-
startDate?: string | null;
|
|
29
|
-
endDate?: string | null;
|
|
30
|
-
duration?: number | null;
|
|
31
35
|
state: ComponentState;
|
|
32
36
|
isBookable: boolean;
|
|
33
37
|
};
|
|
@@ -2,12 +2,15 @@ import type { ComponentDescription } from './ComponentDescription';
|
|
|
2
2
|
import type { ComponentFAQ } from './ComponentFAQ';
|
|
3
3
|
import type { ComponentMedia } from './ComponentMedia';
|
|
4
4
|
import type { ComponentNotes } from './ComponentNotes';
|
|
5
|
-
import type { ComponentPricing } from './ComponentPricing';
|
|
6
5
|
import type { ComponentState } from './ComponentState';
|
|
6
|
+
import type { Destination } from './Destination';
|
|
7
7
|
import type { Field } from './Field';
|
|
8
8
|
import type { Package } from './Package';
|
|
9
|
+
import type { Price } from './Price';
|
|
10
|
+
import type { Title } from './Title';
|
|
9
11
|
export type DTOComponentUpdate = {
|
|
10
|
-
|
|
12
|
+
name?: Title;
|
|
13
|
+
destination?: Destination;
|
|
11
14
|
description?: ComponentDescription;
|
|
12
15
|
notes?: ComponentNotes;
|
|
13
16
|
faq?: ComponentFAQ;
|
|
@@ -15,11 +18,8 @@ export type DTOComponentUpdate = {
|
|
|
15
18
|
partners?: Array<string>;
|
|
16
19
|
media?: ComponentMedia;
|
|
17
20
|
regions?: Array<string>;
|
|
18
|
-
pricing?:
|
|
21
|
+
pricing?: Price;
|
|
19
22
|
package?: Package;
|
|
20
|
-
startDate?: string | null;
|
|
21
|
-
endDate?: string | null;
|
|
22
|
-
duration?: number | null;
|
|
23
23
|
state?: ComponentState;
|
|
24
24
|
isBookable?: boolean;
|
|
25
25
|
};
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import type { ComponentInstance } from './ComponentInstance';
|
|
2
2
|
import type { Discount } from './Discount';
|
|
3
|
+
import type { EnquiryId } from './EnquiryId';
|
|
3
4
|
import type { Fee } from './Fee';
|
|
4
5
|
import type { QuoteOptions } from './QuoteOptions';
|
|
6
|
+
import type { Title } from './Title';
|
|
5
7
|
export type DTOItineraryCreate = {
|
|
6
|
-
enquiryId:
|
|
7
|
-
title:
|
|
8
|
-
componentInstances
|
|
9
|
-
fees
|
|
8
|
+
enquiryId: EnquiryId;
|
|
9
|
+
title: Title;
|
|
10
|
+
componentInstances?: Array<ComponentInstance>;
|
|
11
|
+
fees?: Array<Fee>;
|
|
10
12
|
quoteOption?: QuoteOptions;
|
|
11
|
-
discounts
|
|
13
|
+
discounts?: Array<Discount>;
|
|
12
14
|
};
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import type { ComponentInstance } from './ComponentInstance';
|
|
2
2
|
import type { Discount } from './Discount';
|
|
3
|
+
import type { EnquiryId } from './EnquiryId';
|
|
3
4
|
import type { Fee } from './Fee';
|
|
5
|
+
import type { ItineraryId } from './ItineraryId';
|
|
6
|
+
import type { ItineraryRevisionGroupId } from './ItineraryRevisionGroupId';
|
|
4
7
|
import type { Metadata } from './Metadata';
|
|
5
8
|
import type { QuoteOptions } from './QuoteOptions';
|
|
9
|
+
import type { Title } from './Title';
|
|
6
10
|
export type DTOItineraryEntity = {
|
|
7
|
-
id:
|
|
8
|
-
revisionGroupId:
|
|
11
|
+
id: ItineraryId;
|
|
12
|
+
revisionGroupId: ItineraryRevisionGroupId;
|
|
9
13
|
revision: number;
|
|
10
|
-
enquiryId:
|
|
14
|
+
enquiryId: EnquiryId;
|
|
11
15
|
metadata: Metadata;
|
|
12
|
-
title:
|
|
16
|
+
title: Title;
|
|
13
17
|
componentInstances: Array<ComponentInstance>;
|
|
14
18
|
fees: Array<Fee>;
|
|
15
19
|
quoteOption?: QuoteOptions;
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import type { ComponentInstance } from './ComponentInstance';
|
|
2
2
|
import type { Discount } from './Discount';
|
|
3
|
+
import type { EnquiryId } from './EnquiryId';
|
|
3
4
|
import type { Fee } from './Fee';
|
|
5
|
+
import type { ItineraryId } from './ItineraryId';
|
|
6
|
+
import type { ItineraryRevisionGroupId } from './ItineraryRevisionGroupId';
|
|
4
7
|
import type { Metadata } from './Metadata';
|
|
5
8
|
import type { QuoteOptions } from './QuoteOptions';
|
|
9
|
+
import type { Title } from './Title';
|
|
6
10
|
export type DTOItineraryRead = {
|
|
7
|
-
id:
|
|
8
|
-
revisionGroupId:
|
|
11
|
+
id: ItineraryId;
|
|
12
|
+
revisionGroupId: ItineraryRevisionGroupId;
|
|
9
13
|
revision: number;
|
|
10
|
-
enquiryId:
|
|
14
|
+
enquiryId: EnquiryId;
|
|
11
15
|
metadata: Metadata;
|
|
12
|
-
title:
|
|
16
|
+
title: Title;
|
|
13
17
|
componentInstances: Array<ComponentInstance>;
|
|
14
18
|
fees: Array<Fee>;
|
|
15
19
|
quoteOption?: QuoteOptions;
|