@kanda-libs/ks-schema 1.0.820 → 1.0.821
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/components/schemas/InfoEntity.d.ts +13 -1
- package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
- package/dist/components/schemas/InfoSearch.d.ts +13 -1
- package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
- package/dist/components/schemas/Job.d.ts +13 -1
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.d.ts +16 -2
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +3 -1
- package/dist/components/schemas/SearchHits.d.ts +13 -1
- package/dist/components/schemas/SearchHits.d.ts.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/operations/applyJob.d.ts +13 -1
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +13 -1
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +13 -1
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +13 -1
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/delayJobSatNote.d.ts +13 -1
- package/dist/operations/delayJobSatNote.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +13 -1
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/getInfoEntity.d.ts +13 -1
- package/dist/operations/getInfoEntity.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +13 -1
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +13 -1
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/infoExampleJob.d.ts +13 -1
- package/dist/operations/infoExampleJob.d.ts.map +1 -1
- package/dist/operations/infoSearch.d.ts +13 -1
- package/dist/operations/infoSearch.d.ts.map +1 -1
- package/dist/operations/jobSwitchDeposit.d.ts +13 -1
- package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
- package/dist/operations/lenderReviewJobSatNote.d.ts +13 -1
- package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
- package/dist/operations/overrideJob.d.ts +13 -1
- package/dist/operations/overrideJob.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +13 -1
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +13 -1
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +13 -1
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/putJob.d.ts +13 -1
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/quoteJob.d.ts +13 -1
- package/dist/operations/quoteJob.d.ts.map +1 -1
- package/dist/operations/reapplyJob.d.ts +13 -1
- package/dist/operations/reapplyJob.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +13 -1
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signJobSatNote.d.ts +13 -1
- package/dist/operations/signJobSatNote.d.ts.map +1 -1
- package/dist/operations/stepJob.d.ts +13 -1
- package/dist/operations/stepJob.d.ts.map +1 -1
- package/dist/operations/tradeQuoteApprovalLead.d.ts +13 -1
- package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
- package/dist/operations/unarchiveJob.d.ts +13 -1
- package/dist/operations/unarchiveJob.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +13 -1
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/servers.js +2 -2
- package/package.json +1 -1
- package/schema.yaml +2771 -2768
- package/dist/widget/index.d.ts +0 -35298
- package/dist/widget/index.d.ts.map +0 -1
- package/dist/widget/index.js +0 -47419
|
@@ -204,7 +204,7 @@ export declare const getJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const getJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"getJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBlB,CAAC;AAEX,oBAAY,qBAAqB,GAAG,eAAe,CACjD;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,EACnC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -206,7 +206,7 @@ export declare const getJobsOperation: {
|
|
|
206
206
|
sat_note: t.IntersectionC<[t.TypeC<{
|
|
207
207
|
q_pressure: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
208
208
|
q_easiness: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
209
|
-
q_availability: t.UnionC<[t.LiteralC<"The installer told me when quoting me">, t.LiteralC<"I saw it advertised by the installer">, t.LiteralC<"I found out when the installer sent me a link via
|
|
209
|
+
q_availability: t.UnionC<[t.LiteralC<"The installer told me when quoting me">, t.LiteralC<"I saw it advertised by the installer">, t.LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
210
210
|
q_application: t.UnionC<[t.LiteralC<"I completed the application myself">, t.LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
211
211
|
q_advice: t.UnionC<[t.LiteralC<"They just sent me a link to apply">, t.LiteralC<"They told me what rates where available">, t.LiteralC<"They helped me work out my potential repayments">, t.LiteralC<"They completed the application for me">]>;
|
|
212
212
|
signature: t.TypeC<{
|
|
@@ -236,6 +236,18 @@ export declare const getJobsOperation: {
|
|
|
236
236
|
q_rate: t.UnionC<[t.LiteralC<"No - I was not told to choose a specific option">, t.LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
237
237
|
q_saving: t.UnionC<[t.LiteralC<"Yes I understand">, t.LiteralC<"No I do not understand">]>;
|
|
238
238
|
remark: t.StringC;
|
|
239
|
+
address: t.IntersectionC<[t.TypeC<{
|
|
240
|
+
line_1: t.StringC;
|
|
241
|
+
city: t.StringC;
|
|
242
|
+
country: t.StringC;
|
|
243
|
+
postcode: t.StringC;
|
|
244
|
+
}>, t.PartialC<{
|
|
245
|
+
building_number: t.StringC;
|
|
246
|
+
building_name: t.StringC;
|
|
247
|
+
line_2: t.StringC;
|
|
248
|
+
county: t.StringC;
|
|
249
|
+
months_at_address: t.NumberC;
|
|
250
|
+
}>]>;
|
|
239
251
|
}>]>;
|
|
240
252
|
job_type: t.UnionC<[t.LiteralC<"standard">, t.LiteralC<"solar">]>;
|
|
241
253
|
flow_type: t.UnionC<[t.LiteralC<"example">, t.LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJobs.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getJobs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC5B,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"getJobs.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/getJobs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC5B,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASnB,CAAC;AAEX,oBAAY,sBAAsB,GAAG,eAAe,CAClD;IAAE,MAAM,EAAE,wBAAwB,CAAA;CAAE,EACpC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CACnB,CAAC"}
|
|
@@ -201,7 +201,7 @@ export declare const infoExampleJobOperation: {
|
|
|
201
201
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
202
202
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
203
203
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
204
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
204
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
205
205
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
206
206
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
207
207
|
signature: import("io-ts").TypeC<{
|
|
@@ -231,6 +231,18 @@ export declare const infoExampleJobOperation: {
|
|
|
231
231
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
232
232
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
233
233
|
remark: import("io-ts").StringC;
|
|
234
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
235
|
+
line_1: import("io-ts").StringC;
|
|
236
|
+
city: import("io-ts").StringC;
|
|
237
|
+
country: import("io-ts").StringC;
|
|
238
|
+
postcode: import("io-ts").StringC;
|
|
239
|
+
}>, import("io-ts").PartialC<{
|
|
240
|
+
building_number: import("io-ts").StringC;
|
|
241
|
+
building_name: import("io-ts").StringC;
|
|
242
|
+
line_2: import("io-ts").StringC;
|
|
243
|
+
county: import("io-ts").StringC;
|
|
244
|
+
months_at_address: import("io-ts").NumberC;
|
|
245
|
+
}>]>;
|
|
234
246
|
}>]>;
|
|
235
247
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
236
248
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infoExampleJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/infoExampleJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"infoExampleJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/infoExampleJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAS1B,CAAC;AAEX,oBAAY,6BAA6B,GAAG,eAAe,CACzD,SAAS,EACT,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -1675,7 +1675,7 @@ export declare const infoSearchOperation: {
|
|
|
1675
1675
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1676
1676
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1677
1677
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1678
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
1678
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
1679
1679
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
1680
1680
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
1681
1681
|
signature: import("io-ts").TypeC<{
|
|
@@ -1705,6 +1705,18 @@ export declare const infoSearchOperation: {
|
|
|
1705
1705
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
1706
1706
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
1707
1707
|
remark: import("io-ts").StringC;
|
|
1708
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1709
|
+
line_1: import("io-ts").StringC;
|
|
1710
|
+
city: import("io-ts").StringC;
|
|
1711
|
+
country: import("io-ts").StringC;
|
|
1712
|
+
postcode: import("io-ts").StringC;
|
|
1713
|
+
}>, import("io-ts").PartialC<{
|
|
1714
|
+
building_number: import("io-ts").StringC;
|
|
1715
|
+
building_name: import("io-ts").StringC;
|
|
1716
|
+
line_2: import("io-ts").StringC;
|
|
1717
|
+
county: import("io-ts").StringC;
|
|
1718
|
+
months_at_address: import("io-ts").NumberC;
|
|
1719
|
+
}>]>;
|
|
1708
1720
|
}>]>;
|
|
1709
1721
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
1710
1722
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infoSearch.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/infoSearch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"infoSearch.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/infoSearch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAetB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IAAE,IAAI,EAAE,OAAO,CAAC,UAAU,CAAA;CAAE,EAC5B,OAAO,CAAC,UAAU,CACnB,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const jobSwitchDepositOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const jobSwitchDepositOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobSwitchDeposit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/jobSwitchDeposit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,iCAAiC,GAAG;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"jobSwitchDeposit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/jobSwitchDeposit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,iCAAiC,GAAG;IAC9C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB5B,CAAC;AAEX,oBAAY,+BAA+B,GAAG,eAAe,CAC3D;IAAE,MAAM,EAAE,iCAAiC,CAAA;CAAE,EAC7C,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const lenderReviewJobSatNoteOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const lenderReviewJobSatNoteOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lenderReviewJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/lenderReviewJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uCAAuC,GAAG;IACpD,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"lenderReviewJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/lenderReviewJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uCAAuC,GAAG;IACpD,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBlC,CAAC;AAEX,oBAAY,qCAAqC,GAAG,eAAe,CACjE;IAAE,MAAM,EAAE,uCAAuC,CAAA;CAAE,EACnD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const overrideJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const overrideJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overrideJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/overrideJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,4BAA4B,GAAG;IACzC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"overrideJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/overrideJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,4BAA4B,GAAG;IACzC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBvB,CAAC;AAEX,oBAAY,0BAA0B,GAAG,eAAe,CACtD;IAAE,MAAM,EAAE,4BAA4B,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAA;CAAE,EACnE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const payJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const payJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/payJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"payJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/payJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBlB,CAAC;AAEX,oBAAY,qBAAqB,GAAG,eAAe,CACjD;IAAE,MAAM,EAAE,uBAAuB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,aAAa,CAAA;CAAE,EAChE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const payoutJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const payoutJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payoutJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/payoutJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"payoutJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/payoutJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBrB,CAAC;AAEX,oBAAY,wBAAwB,GAAG,eAAe,CACpD;IAAE,MAAM,EAAE,0BAA0B,CAAA;CAAE,EACtC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -201,7 +201,7 @@ export declare const postJobOperation: {
|
|
|
201
201
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
202
202
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
203
203
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
204
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
204
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
205
205
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
206
206
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
207
207
|
signature: import("io-ts").TypeC<{
|
|
@@ -231,6 +231,18 @@ export declare const postJobOperation: {
|
|
|
231
231
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
232
232
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
233
233
|
remark: import("io-ts").StringC;
|
|
234
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
235
|
+
line_1: import("io-ts").StringC;
|
|
236
|
+
city: import("io-ts").StringC;
|
|
237
|
+
country: import("io-ts").StringC;
|
|
238
|
+
postcode: import("io-ts").StringC;
|
|
239
|
+
}>, import("io-ts").PartialC<{
|
|
240
|
+
building_number: import("io-ts").StringC;
|
|
241
|
+
building_name: import("io-ts").StringC;
|
|
242
|
+
line_2: import("io-ts").StringC;
|
|
243
|
+
county: import("io-ts").StringC;
|
|
244
|
+
months_at_address: import("io-ts").NumberC;
|
|
245
|
+
}>]>;
|
|
234
246
|
}>]>;
|
|
235
247
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
236
248
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"postJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/postJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAenB,CAAC;AAEX,oBAAY,sBAAsB,GAAG,eAAe,CAClD;IAAE,IAAI,EAAE,OAAO,CAAC,GAAG,CAAA;CAAE,EACrB,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const putJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const putJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"putJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"putJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBlB,CAAC;AAEX,oBAAY,qBAAqB,GAAG,eAAe,CACjD;IAAE,MAAM,EAAE,uBAAuB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAA;CAAE,EACtD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const quoteJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const quoteJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"quoteJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBpB,CAAC;AAEX,oBAAY,uBAAuB,GAAG,eAAe,CACnD;IAAE,MAAM,EAAE,yBAAyB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,aAAa,CAAA;CAAE,EAClE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const reapplyJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const reapplyJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reapplyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/reapplyJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"reapplyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/reapplyJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IACE,MAAM,EAAE,2BAA2B,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC,eAAe,GAAG,OAAO,CAAC;CACzC,EACD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -204,7 +204,7 @@ export declare const sendJobOperation: {
|
|
|
204
204
|
sat_note: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
205
205
|
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
206
206
|
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
207
|
-
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via
|
|
207
|
+
q_availability: import("io-ts").UnionC<[import("io-ts").LiteralC<"The installer told me when quoting me">, import("io-ts").LiteralC<"I saw it advertised by the installer">, import("io-ts").LiteralC<"I found out when the installer sent me a link via Ideal4Finance">]>;
|
|
208
208
|
q_application: import("io-ts").UnionC<[import("io-ts").LiteralC<"I completed the application myself">, import("io-ts").LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
209
209
|
q_advice: import("io-ts").UnionC<[import("io-ts").LiteralC<"They just sent me a link to apply">, import("io-ts").LiteralC<"They told me what rates where available">, import("io-ts").LiteralC<"They helped me work out my potential repayments">, import("io-ts").LiteralC<"They completed the application for me">]>;
|
|
210
210
|
signature: import("io-ts").TypeC<{
|
|
@@ -234,6 +234,18 @@ export declare const sendJobOperation: {
|
|
|
234
234
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
235
235
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
236
236
|
remark: import("io-ts").StringC;
|
|
237
|
+
address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
238
|
+
line_1: import("io-ts").StringC;
|
|
239
|
+
city: import("io-ts").StringC;
|
|
240
|
+
country: import("io-ts").StringC;
|
|
241
|
+
postcode: import("io-ts").StringC;
|
|
242
|
+
}>, import("io-ts").PartialC<{
|
|
243
|
+
building_number: import("io-ts").StringC;
|
|
244
|
+
building_name: import("io-ts").StringC;
|
|
245
|
+
line_2: import("io-ts").StringC;
|
|
246
|
+
county: import("io-ts").StringC;
|
|
247
|
+
months_at_address: import("io-ts").NumberC;
|
|
248
|
+
}>]>;
|
|
237
249
|
}>]>;
|
|
238
250
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
239
251
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnB,CAAC;AAEX,oBAAY,sBAAsB,GAAG,eAAe,CAClD;IAAE,MAAM,EAAE,wBAAwB,CAAA;CAAE,EACpC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|