@kanda-libs/ks-schema 1.0.80 → 1.0.81
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/Job.d.ts +2 -2
- package/dist/components/schemas/SatNote.d.ts +4 -4
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +2 -2
- package/dist/operations/applyJob.d.ts +2 -2
- package/dist/operations/approveJobSatNote.d.ts +2 -2
- package/dist/operations/archiveJob.d.ts +2 -2
- package/dist/operations/completeJob.d.ts +2 -2
- package/dist/operations/deleteJob.d.ts +2 -2
- package/dist/operations/getJob.d.ts +2 -2
- package/dist/operations/getJobs.d.ts +2 -2
- package/dist/operations/index.d.ts +26 -26
- package/dist/operations/payJob.d.ts +2 -2
- package/dist/operations/postJob.d.ts +2 -2
- package/dist/operations/putJob.d.ts +2 -2
- package/dist/operations/sendJob.d.ts +2 -2
- package/dist/operations/signJobSateNote.d.ts +2 -2
- package/dist/operations/viewJobSatNote.d.ts +2 -2
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2223 -2223
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +4904 -4904
- package/package.json +1 -1
- package/schema.yaml +3 -3
|
@@ -137,8 +137,8 @@ export declare const Job: t.IntersectionC<[t.TypeC<{
|
|
|
137
137
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
138
138
|
}>;
|
|
139
139
|
sat_note: t.TypeC<{
|
|
140
|
-
q_pressure: t.UnionC<[t.LiteralC<"
|
|
141
|
-
q_easiness: t.UnionC<[t.LiteralC<"
|
|
140
|
+
q_pressure: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
141
|
+
q_easiness: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
142
142
|
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 Kanda">]>;
|
|
143
143
|
q_application: t.UnionC<[t.LiteralC<"I completed the application myself">, t.LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
144
144
|
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">]>;
|
|
@@ -2,8 +2,8 @@ import * as t from "io-ts";
|
|
|
2
2
|
import { Document } from "./Document";
|
|
3
3
|
import { Signature } from "./Signature";
|
|
4
4
|
export declare const SatNote: t.TypeC<{
|
|
5
|
-
q_pressure: t.UnionC<[t.LiteralC<"
|
|
6
|
-
q_easiness: t.UnionC<[t.LiteralC<"
|
|
5
|
+
q_pressure: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
6
|
+
q_easiness: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
7
7
|
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 Kanda">]>;
|
|
8
8
|
q_application: t.UnionC<[t.LiteralC<"I completed the application myself">, t.LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
9
9
|
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">]>;
|
|
@@ -41,8 +41,8 @@ export declare const SatNote: t.TypeC<{
|
|
|
41
41
|
}>]>;
|
|
42
42
|
}>;
|
|
43
43
|
export interface SatNote {
|
|
44
|
-
q_pressure: "
|
|
45
|
-
q_easiness: "
|
|
44
|
+
q_pressure: "no" | "somewhat" | "yes";
|
|
45
|
+
q_easiness: "no" | "somewhat" | "yes";
|
|
46
46
|
q_availability: "The installer told me when quoting me" | "I saw it advertised by the installer" | "I found out when the installer sent me a link via Kanda";
|
|
47
47
|
q_application: "I completed the application myself" | "Someone completed the appliation on my behalf";
|
|
48
48
|
q_advice: "They just sent me a link to apply" | "They told me what rates where available" | "They helped me work out my potential repayments" | "They completed the application for me";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SatNote.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/SatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BlB,CAAC;AAEH,MAAM,WAAW,OAAO;IACtB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"SatNote.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/SatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BlB,CAAC;AAEH,MAAM,WAAW,OAAO;IACtB,UAAU,EAAE,IAAI,GAAG,UAAU,GAAG,KAAK,CAAC;IACtC,UAAU,EAAE,IAAI,GAAG,UAAU,GAAG,KAAK,CAAC;IACtC,cAAc,EACV,uCAAuC,GACvC,sCAAsC,GACtC,yDAAyD,CAAC;IAC9D,aAAa,EACT,oCAAoC,GACpC,+CAA+C,CAAC;IACpD,QAAQ,EACJ,mCAAmC,GACnC,yCAAyC,GACzC,iDAAiD,GACjD,uCAAuC,CAAC;IAC5C,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,WAAW,EAAE,QAAQ,CAAC;CACvB"}
|
|
@@ -29,14 +29,14 @@ const Document_1 = require("./Document");
|
|
|
29
29
|
const Signature_1 = require("./Signature");
|
|
30
30
|
exports.SatNote = t.type({
|
|
31
31
|
q_pressure: t.union([
|
|
32
|
-
t.literal("yes"),
|
|
33
32
|
t.literal("no"),
|
|
34
33
|
t.literal("somewhat"),
|
|
34
|
+
t.literal("yes"),
|
|
35
35
|
]),
|
|
36
36
|
q_easiness: t.union([
|
|
37
|
-
t.literal("yes"),
|
|
38
37
|
t.literal("no"),
|
|
39
38
|
t.literal("somewhat"),
|
|
39
|
+
t.literal("yes"),
|
|
40
40
|
]),
|
|
41
41
|
q_availability: t.union([
|
|
42
42
|
t.literal("The installer told me when quoting me"),
|
|
@@ -136,8 +136,8 @@ export declare const applyJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const approveJobSatNoteOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const archiveJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const completeJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const deleteJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const getJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -134,8 +134,8 @@ export declare const getJobsOperation: {
|
|
|
134
134
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
135
135
|
}>;
|
|
136
136
|
sat_note: t.TypeC<{
|
|
137
|
-
q_pressure: t.UnionC<[t.LiteralC<"
|
|
138
|
-
q_easiness: t.UnionC<[t.LiteralC<"
|
|
137
|
+
q_pressure: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
138
|
+
q_easiness: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"somewhat">, t.LiteralC<"yes">]>;
|
|
139
139
|
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 Kanda">]>;
|
|
140
140
|
q_application: t.UnionC<[t.LiteralC<"I completed the application myself">, t.LiteralC<"Someone completed the appliation on my behalf">]>;
|
|
141
141
|
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">]>;
|
|
@@ -1349,8 +1349,8 @@ export declare const operations: {
|
|
|
1349
1349
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1350
1350
|
}>;
|
|
1351
1351
|
sat_note: import("io-ts").TypeC<{
|
|
1352
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1353
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1352
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1353
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1354
1354
|
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 Kanda">]>;
|
|
1355
1355
|
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">]>;
|
|
1356
1356
|
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">]>;
|
|
@@ -1541,8 +1541,8 @@ export declare const operations: {
|
|
|
1541
1541
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1542
1542
|
}>;
|
|
1543
1543
|
sat_note: import("io-ts").TypeC<{
|
|
1544
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1545
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1544
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1545
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1546
1546
|
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 Kanda">]>;
|
|
1547
1547
|
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">]>;
|
|
1548
1548
|
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">]>;
|
|
@@ -1737,8 +1737,8 @@ export declare const operations: {
|
|
|
1737
1737
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1738
1738
|
}>;
|
|
1739
1739
|
sat_note: import("io-ts").TypeC<{
|
|
1740
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1741
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1740
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1741
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1742
1742
|
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 Kanda">]>;
|
|
1743
1743
|
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">]>;
|
|
1744
1744
|
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">]>;
|
|
@@ -1934,8 +1934,8 @@ export declare const operations: {
|
|
|
1934
1934
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1935
1935
|
}>;
|
|
1936
1936
|
sat_note: import("io-ts").TypeC<{
|
|
1937
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1938
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
1937
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1938
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
1939
1939
|
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 Kanda">]>;
|
|
1940
1940
|
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">]>;
|
|
1941
1941
|
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">]>;
|
|
@@ -2135,8 +2135,8 @@ export declare const operations: {
|
|
|
2135
2135
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2136
2136
|
}>;
|
|
2137
2137
|
sat_note: import("io-ts").TypeC<{
|
|
2138
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2139
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2138
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2139
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2140
2140
|
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 Kanda">]>;
|
|
2141
2141
|
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">]>;
|
|
2142
2142
|
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">]>;
|
|
@@ -2332,8 +2332,8 @@ export declare const operations: {
|
|
|
2332
2332
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2333
2333
|
}>;
|
|
2334
2334
|
sat_note: import("io-ts").TypeC<{
|
|
2335
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2336
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2335
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2336
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2337
2337
|
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 Kanda">]>;
|
|
2338
2338
|
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">]>;
|
|
2339
2339
|
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">]>;
|
|
@@ -2529,8 +2529,8 @@ export declare const operations: {
|
|
|
2529
2529
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2530
2530
|
}>;
|
|
2531
2531
|
sat_note: import("io-ts").TypeC<{
|
|
2532
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2533
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2532
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2533
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2534
2534
|
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 Kanda">]>;
|
|
2535
2535
|
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">]>;
|
|
2536
2536
|
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">]>;
|
|
@@ -2726,8 +2726,8 @@ export declare const operations: {
|
|
|
2726
2726
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2727
2727
|
}>;
|
|
2728
2728
|
sat_note: import("io-ts").TypeC<{
|
|
2729
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2730
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2729
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2730
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2731
2731
|
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 Kanda">]>;
|
|
2732
2732
|
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">]>;
|
|
2733
2733
|
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">]>;
|
|
@@ -2923,8 +2923,8 @@ export declare const operations: {
|
|
|
2923
2923
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
2924
2924
|
}>;
|
|
2925
2925
|
sat_note: import("io-ts").TypeC<{
|
|
2926
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2927
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
2926
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2927
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
2928
2928
|
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 Kanda">]>;
|
|
2929
2929
|
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">]>;
|
|
2930
2930
|
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">]>;
|
|
@@ -3124,8 +3124,8 @@ export declare const operations: {
|
|
|
3124
3124
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3125
3125
|
}>;
|
|
3126
3126
|
sat_note: import("io-ts").TypeC<{
|
|
3127
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3128
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3127
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3128
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3129
3129
|
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 Kanda">]>;
|
|
3130
3130
|
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">]>;
|
|
3131
3131
|
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">]>;
|
|
@@ -3325,8 +3325,8 @@ export declare const operations: {
|
|
|
3325
3325
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3326
3326
|
}>;
|
|
3327
3327
|
sat_note: import("io-ts").TypeC<{
|
|
3328
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3329
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3328
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3329
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3330
3330
|
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 Kanda">]>;
|
|
3331
3331
|
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">]>;
|
|
3332
3332
|
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">]>;
|
|
@@ -3522,8 +3522,8 @@ export declare const operations: {
|
|
|
3522
3522
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3523
3523
|
}>;
|
|
3524
3524
|
sat_note: import("io-ts").TypeC<{
|
|
3525
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3526
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3525
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3526
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3527
3527
|
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 Kanda">]>;
|
|
3528
3528
|
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">]>;
|
|
3529
3529
|
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">]>;
|
|
@@ -3723,8 +3723,8 @@ export declare const operations: {
|
|
|
3723
3723
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
3724
3724
|
}>;
|
|
3725
3725
|
sat_note: import("io-ts").TypeC<{
|
|
3726
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3727
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
3726
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3727
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
3728
3728
|
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 Kanda">]>;
|
|
3729
3729
|
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">]>;
|
|
3730
3730
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const payJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -133,8 +133,8 @@ export declare const postJobOperation: {
|
|
|
133
133
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
134
134
|
}>;
|
|
135
135
|
sat_note: import("io-ts").TypeC<{
|
|
136
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
137
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
136
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
137
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
138
138
|
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 Kanda">]>;
|
|
139
139
|
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">]>;
|
|
140
140
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const putJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const sendJobOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const signJobSateNoteOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|
|
@@ -136,8 +136,8 @@ export declare const viewJobSatNoteOperation: {
|
|
|
136
136
|
signed_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
137
137
|
}>;
|
|
138
138
|
sat_note: import("io-ts").TypeC<{
|
|
139
|
-
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
140
|
-
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"
|
|
139
|
+
q_pressure: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
140
|
+
q_easiness: import("io-ts").UnionC<[import("io-ts").LiteralC<"no">, import("io-ts").LiteralC<"somewhat">, import("io-ts").LiteralC<"yes">]>;
|
|
141
141
|
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 Kanda">]>;
|
|
142
142
|
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">]>;
|
|
143
143
|
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">]>;
|