@kanda-libs/ks-schema 1.0.814 → 1.0.815
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/CheckoutStep.d.ts +4 -0
- package/dist/components/schemas/CheckoutStep.d.ts.map +1 -0
- package/dist/components/schemas/CheckoutStep.js +38 -0
- package/dist/components/schemas/CustomerOptions.d.ts +2 -0
- package/dist/components/schemas/CustomerOptions.d.ts.map +1 -1
- package/dist/components/schemas/CustomerOptions.js +1 -0
- package/dist/components/schemas/InfoEntity.d.ts +13 -0
- package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
- package/dist/components/schemas/InfoSearch.d.ts +13 -0
- package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
- package/dist/components/schemas/Job.d.ts +16 -0
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/Job.js +3 -0
- package/dist/components/schemas/JobOverride.d.ts +1 -0
- package/dist/components/schemas/JobOverride.d.ts.map +1 -1
- package/dist/components/schemas/JobStep.d.ts +14 -0
- package/dist/components/schemas/JobStep.d.ts.map +1 -0
- package/dist/components/schemas/JobStep.js +38 -0
- package/dist/components/schemas/SearchHits.d.ts +13 -0
- package/dist/components/schemas/SearchHits.d.ts.map +1 -1
- package/dist/components/schemas/index.d.ts +2 -0
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +2 -0
- package/dist/operations/applyJob.d.ts +13 -0
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +13 -0
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +13 -0
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +13 -0
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/delayJobSatNote.d.ts +13 -0
- package/dist/operations/delayJobSatNote.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +13 -0
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/getInfoEntity.d.ts +13 -0
- package/dist/operations/getInfoEntity.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +13 -0
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +13 -0
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/index.d.ts +12 -0
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/index.js +12 -0
- package/dist/operations/infoExampleJob.d.ts +13 -0
- package/dist/operations/infoExampleJob.d.ts.map +1 -1
- package/dist/operations/infoSearch.d.ts +13 -0
- package/dist/operations/infoSearch.d.ts.map +1 -1
- package/dist/operations/jobSwitchDeposit.d.ts +13 -0
- package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
- package/dist/operations/lenderReviewJobSatNote.d.ts +13 -0
- package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
- package/dist/operations/overrideJob.d.ts +13 -0
- package/dist/operations/overrideJob.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +13 -0
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +13 -0
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +13 -0
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/putJob.d.ts +13 -0
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/quoteJob.d.ts +13 -0
- package/dist/operations/quoteJob.d.ts.map +1 -1
- package/dist/operations/reactivateCompany.d.ts +320 -0
- package/dist/operations/reactivateCompany.d.ts.map +1 -0
- package/dist/operations/reactivateCompany.js +44 -0
- package/dist/operations/reapplyJob.d.ts +13 -0
- package/dist/operations/reapplyJob.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +13 -0
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signJobSatNote.d.ts +13 -0
- package/dist/operations/signJobSatNote.d.ts.map +1 -1
- package/dist/operations/stepJob.d.ts +318 -0
- package/dist/operations/stepJob.d.ts.map +1 -0
- package/dist/operations/stepJob.js +50 -0
- package/dist/operations/suspendCompany.d.ts +320 -0
- package/dist/operations/suspendCompany.d.ts.map +1 -0
- package/dist/operations/suspendCompany.js +44 -0
- package/dist/operations/tradeQuoteApprovalLead.d.ts +13 -0
- package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
- package/dist/operations/unarchiveJob.d.ts +13 -0
- package/dist/operations/unarchiveJob.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +13 -0
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +14719 -14647
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +33381 -33180
- package/package.json +1 -1
- package/schema.yaml +140 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as t from "io-ts";
|
|
2
|
+
export declare const CheckoutStep: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
3
|
+
export declare type CheckoutStep = "checkout_quote_viewed" | "checkout_quote_accepted" | "checkout_quote_changes_requested" | "checkout_quote_changes_amended" | "checkout_quote_changes_rejected" | "checkout_quote_declined" | "checkout_quote_payment_selected" | "checkout_quote_finalised" | "checkout_quote_completed";
|
|
4
|
+
//# sourceMappingURL=CheckoutStep.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutStep.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/CheckoutStep.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,eAAO,MAAM,YAAY,2YAUvB,CAAC;AAEH,oBAAY,YAAY,GACpB,uBAAuB,GACvB,yBAAyB,GACzB,kCAAkC,GAClC,gCAAgC,GAChC,iCAAiC,GACjC,yBAAyB,GACzB,iCAAiC,GACjC,0BAA0B,GAC1B,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.CheckoutStep = void 0;
|
|
27
|
+
const t = __importStar(require("io-ts"));
|
|
28
|
+
exports.CheckoutStep = t.union([
|
|
29
|
+
t.literal("checkout_quote_viewed"),
|
|
30
|
+
t.literal("checkout_quote_accepted"),
|
|
31
|
+
t.literal("checkout_quote_changes_requested"),
|
|
32
|
+
t.literal("checkout_quote_changes_amended"),
|
|
33
|
+
t.literal("checkout_quote_changes_rejected"),
|
|
34
|
+
t.literal("checkout_quote_declined"),
|
|
35
|
+
t.literal("checkout_quote_payment_selected"),
|
|
36
|
+
t.literal("checkout_quote_finalised"),
|
|
37
|
+
t.literal("checkout_quote_completed"),
|
|
38
|
+
]);
|
|
@@ -37,11 +37,13 @@ export declare const CustomerOptions: t.IntersectionC<[t.TypeC<{
|
|
|
37
37
|
signed: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
38
38
|
fingerprint: t.StringC;
|
|
39
39
|
}>;
|
|
40
|
+
declined_reason: t.StringC;
|
|
40
41
|
}>]>;
|
|
41
42
|
export interface CustomerOptions {
|
|
42
43
|
checkout_option: CheckoutOption;
|
|
43
44
|
finance_option: FinanceRate;
|
|
44
45
|
deposit_value?: Money;
|
|
45
46
|
agree_commission_terms?: Signature;
|
|
47
|
+
declined_reason?: string;
|
|
46
48
|
}
|
|
47
49
|
//# sourceMappingURL=CustomerOptions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerOptions.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/CustomerOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"CustomerOptions.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/CustomerOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAU1B,CAAC;AAEH,MAAM,WAAW,eAAe;IAC9B,eAAe,EAAE,cAAc,CAAC;IAChC,cAAc,EAAE,WAAW,CAAC;IAC5B,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -955,6 +955,7 @@ export declare const InfoEntity: t.TypeC<{
|
|
|
955
955
|
signed: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
956
956
|
fingerprint: t.StringC;
|
|
957
957
|
}>;
|
|
958
|
+
declined_reason: t.StringC;
|
|
958
959
|
}>]>;
|
|
959
960
|
payments: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
960
961
|
payment_option: t.IntersectionC<[t.TypeC<{
|
|
@@ -1051,6 +1052,18 @@ export declare const InfoEntity: t.TypeC<{
|
|
|
1051
1052
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
1052
1053
|
}>;
|
|
1053
1054
|
}>]>>;
|
|
1055
|
+
current_step: t.IntersectionC<[t.TypeC<{
|
|
1056
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1057
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1058
|
+
}>, t.PartialC<{
|
|
1059
|
+
text: t.StringC;
|
|
1060
|
+
}>]>;
|
|
1061
|
+
steps: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1062
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1063
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1064
|
+
}>, t.PartialC<{
|
|
1065
|
+
text: t.StringC;
|
|
1066
|
+
}>]>>;
|
|
1054
1067
|
xid: t.StringC;
|
|
1055
1068
|
xref: t.StringC;
|
|
1056
1069
|
redirect_urls: t.PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoEntity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoEntity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"InfoEntity.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoEntity.ts"],"names":[],"mappings":"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"}
|
|
@@ -1627,6 +1627,7 @@ export declare const InfoSearch: t.IntersectionC<[t.TypeC<{
|
|
|
1627
1627
|
signed: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
1628
1628
|
fingerprint: t.StringC;
|
|
1629
1629
|
}>;
|
|
1630
|
+
declined_reason: t.StringC;
|
|
1630
1631
|
}>]>;
|
|
1631
1632
|
payments: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1632
1633
|
payment_option: t.IntersectionC<[t.TypeC<{
|
|
@@ -1723,6 +1724,18 @@ export declare const InfoSearch: t.IntersectionC<[t.TypeC<{
|
|
|
1723
1724
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
1724
1725
|
}>;
|
|
1725
1726
|
}>]>>;
|
|
1727
|
+
current_step: t.IntersectionC<[t.TypeC<{
|
|
1728
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1729
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1730
|
+
}>, t.PartialC<{
|
|
1731
|
+
text: t.StringC;
|
|
1732
|
+
}>]>;
|
|
1733
|
+
steps: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1734
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1735
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1736
|
+
}>, t.PartialC<{
|
|
1737
|
+
text: t.StringC;
|
|
1738
|
+
}>]>>;
|
|
1726
1739
|
xid: t.StringC;
|
|
1727
1740
|
xref: t.StringC;
|
|
1728
1741
|
redirect_urls: t.PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoSearch.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoSearch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"InfoSearch.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoSearch.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,7 @@ import { FinanceRate } from "./FinanceRate";
|
|
|
8
8
|
import { FinanceStatus } from "./FinanceStatus";
|
|
9
9
|
import { FlowType } from "./FlowType";
|
|
10
10
|
import { JobItem } from "./JobItem";
|
|
11
|
+
import { JobStep } from "./JobStep";
|
|
11
12
|
import { Metadata } from "./Metadata";
|
|
12
13
|
import { Metarefs } from "./Metarefs";
|
|
13
14
|
import { Money } from "./Money";
|
|
@@ -169,6 +170,7 @@ export declare const Job: t.IntersectionC<[t.TypeC<{
|
|
|
169
170
|
signed: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
170
171
|
fingerprint: t.StringC;
|
|
171
172
|
}>;
|
|
173
|
+
declined_reason: t.StringC;
|
|
172
174
|
}>]>;
|
|
173
175
|
payments: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
174
176
|
payment_option: t.IntersectionC<[t.TypeC<{
|
|
@@ -265,6 +267,18 @@ export declare const Job: t.IntersectionC<[t.TypeC<{
|
|
|
265
267
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
266
268
|
}>;
|
|
267
269
|
}>]>>;
|
|
270
|
+
current_step: t.IntersectionC<[t.TypeC<{
|
|
271
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
272
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
273
|
+
}>, t.PartialC<{
|
|
274
|
+
text: t.StringC;
|
|
275
|
+
}>]>;
|
|
276
|
+
steps: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
277
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
278
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
279
|
+
}>, t.PartialC<{
|
|
280
|
+
text: t.StringC;
|
|
281
|
+
}>]>>;
|
|
268
282
|
xid: t.StringC;
|
|
269
283
|
xref: t.StringC;
|
|
270
284
|
redirect_urls: t.PartialC<{
|
|
@@ -313,6 +327,8 @@ export interface Job {
|
|
|
313
327
|
quoted_to?: string;
|
|
314
328
|
introduced_to?: string;
|
|
315
329
|
job_documents?: Array<Document>;
|
|
330
|
+
current_step?: JobStep;
|
|
331
|
+
steps?: Array<JobStep>;
|
|
316
332
|
xid?: string;
|
|
317
333
|
xref?: string;
|
|
318
334
|
redirect_urls?: RedirectURLs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Job.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Job.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/Job.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoDd,CAAC;AAEH,MAAM,WAAW,GAAG;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,YAAY,GAAG,iBAAiB,GAAG,eAAe,CAAC;IACjE,aAAa,EAAE,KAAK,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;IACjE,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,gBAAgB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACzC,eAAe,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACrC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC1B,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAChC,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB"}
|
|
@@ -34,6 +34,7 @@ const FinanceRate_1 = require("./FinanceRate");
|
|
|
34
34
|
const FinanceStatus_1 = require("./FinanceStatus");
|
|
35
35
|
const FlowType_1 = require("./FlowType");
|
|
36
36
|
const JobItem_1 = require("./JobItem");
|
|
37
|
+
const JobStep_1 = require("./JobStep");
|
|
37
38
|
const Metadata_1 = require("./Metadata");
|
|
38
39
|
const Metarefs_1 = require("./Metarefs");
|
|
39
40
|
const Money_1 = require("./Money");
|
|
@@ -87,6 +88,8 @@ exports.Job = t.intersection([
|
|
|
87
88
|
quoted_to: t.string,
|
|
88
89
|
introduced_to: t.string,
|
|
89
90
|
job_documents: t.array(Document_1.Document),
|
|
91
|
+
current_step: JobStep_1.JobStep,
|
|
92
|
+
steps: t.array(JobStep_1.JobStep),
|
|
90
93
|
xid: t.string,
|
|
91
94
|
xref: t.string,
|
|
92
95
|
redirect_urls: RedirectURLs_1.RedirectURLs,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobOverride.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/JobOverride.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"JobOverride.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/JobOverride.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBtB,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,MAAM,EACF,8BAA8B,GAC9B,qBAAqB,GACrB,sBAAsB,GACtB,6BAA6B,GAC7B,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,CAAC;IAC5B,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as t from "io-ts";
|
|
2
|
+
import { CheckoutStep } from "./CheckoutStep";
|
|
3
|
+
export declare const JobStep: t.IntersectionC<[t.TypeC<{
|
|
4
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
5
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
6
|
+
}>, t.PartialC<{
|
|
7
|
+
text: t.StringC;
|
|
8
|
+
}>]>;
|
|
9
|
+
export interface JobStep {
|
|
10
|
+
name: CheckoutStep;
|
|
11
|
+
text?: string;
|
|
12
|
+
appended_at: Date;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=JobStep.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobStep.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/JobStep.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;IAQlB,CAAC;AAEH,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,IAAI,CAAC;CACnB"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.JobStep = void 0;
|
|
27
|
+
const t = __importStar(require("io-ts"));
|
|
28
|
+
const io_ts_types_1 = require("io-ts-types");
|
|
29
|
+
const CheckoutStep_1 = require("./CheckoutStep");
|
|
30
|
+
exports.JobStep = t.intersection([
|
|
31
|
+
t.type({
|
|
32
|
+
name: CheckoutStep_1.CheckoutStep,
|
|
33
|
+
appended_at: io_ts_types_1.DateFromISOString,
|
|
34
|
+
}),
|
|
35
|
+
t.partial({
|
|
36
|
+
text: t.string,
|
|
37
|
+
}),
|
|
38
|
+
]);
|
|
@@ -1626,6 +1626,7 @@ export declare const SearchHits: t.TypeC<{
|
|
|
1626
1626
|
signed: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
|
|
1627
1627
|
fingerprint: t.StringC;
|
|
1628
1628
|
}>;
|
|
1629
|
+
declined_reason: t.StringC;
|
|
1629
1630
|
}>]>;
|
|
1630
1631
|
payments: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1631
1632
|
payment_option: t.IntersectionC<[t.TypeC<{
|
|
@@ -1722,6 +1723,18 @@ export declare const SearchHits: t.TypeC<{
|
|
|
1722
1723
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
1723
1724
|
}>;
|
|
1724
1725
|
}>]>>;
|
|
1726
|
+
current_step: t.IntersectionC<[t.TypeC<{
|
|
1727
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1728
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1729
|
+
}>, t.PartialC<{
|
|
1730
|
+
text: t.StringC;
|
|
1731
|
+
}>]>;
|
|
1732
|
+
steps: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
1733
|
+
name: t.UnionC<[t.LiteralC<"checkout_quote_viewed">, t.LiteralC<"checkout_quote_accepted">, t.LiteralC<"checkout_quote_changes_requested">, t.LiteralC<"checkout_quote_changes_amended">, t.LiteralC<"checkout_quote_changes_rejected">, t.LiteralC<"checkout_quote_declined">, t.LiteralC<"checkout_quote_payment_selected">, t.LiteralC<"checkout_quote_finalised">, t.LiteralC<"checkout_quote_completed">]>;
|
|
1734
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
1735
|
+
}>, t.PartialC<{
|
|
1736
|
+
text: t.StringC;
|
|
1737
|
+
}>]>>;
|
|
1725
1738
|
xid: t.StringC;
|
|
1726
1739
|
xref: t.StringC;
|
|
1727
1740
|
redirect_urls: t.PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchHits.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/SearchHits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"SearchHits.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/SearchHits.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BrB,CAAC;AAEH,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAClC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAChC,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -21,6 +21,7 @@ export * from "./Campaign";
|
|
|
21
21
|
export * from "./CampaignEvent";
|
|
22
22
|
export * from "./Category";
|
|
23
23
|
export * from "./CheckoutOption";
|
|
24
|
+
export * from "./CheckoutStep";
|
|
24
25
|
export * from "./CommContext";
|
|
25
26
|
export * from "./CommExtras";
|
|
26
27
|
export * from "./CommPreferences";
|
|
@@ -106,6 +107,7 @@ export * from "./JobDetails";
|
|
|
106
107
|
export * from "./JobInfo";
|
|
107
108
|
export * from "./JobItem";
|
|
108
109
|
export * from "./JobOverride";
|
|
110
|
+
export * from "./JobStep";
|
|
109
111
|
export * from "./KagentChat";
|
|
110
112
|
export * from "./KagentChatRequest";
|
|
111
113
|
export * from "./KagentMessage";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,6 +37,7 @@ __exportStar(require("./Campaign"), exports);
|
|
|
37
37
|
__exportStar(require("./CampaignEvent"), exports);
|
|
38
38
|
__exportStar(require("./Category"), exports);
|
|
39
39
|
__exportStar(require("./CheckoutOption"), exports);
|
|
40
|
+
__exportStar(require("./CheckoutStep"), exports);
|
|
40
41
|
__exportStar(require("./CommContext"), exports);
|
|
41
42
|
__exportStar(require("./CommExtras"), exports);
|
|
42
43
|
__exportStar(require("./CommPreferences"), exports);
|
|
@@ -122,6 +123,7 @@ __exportStar(require("./JobDetails"), exports);
|
|
|
122
123
|
__exportStar(require("./JobInfo"), exports);
|
|
123
124
|
__exportStar(require("./JobItem"), exports);
|
|
124
125
|
__exportStar(require("./JobOverride"), exports);
|
|
126
|
+
__exportStar(require("./JobStep"), exports);
|
|
125
127
|
__exportStar(require("./KagentChat"), exports);
|
|
126
128
|
__exportStar(require("./KagentChatRequest"), exports);
|
|
127
129
|
__exportStar(require("./KagentMessage"), exports);
|
|
@@ -161,6 +161,7 @@ export declare const applyJobOperation: {
|
|
|
161
161
|
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
162
162
|
fingerprint: import("io-ts").StringC;
|
|
163
163
|
}>;
|
|
164
|
+
declined_reason: import("io-ts").StringC;
|
|
164
165
|
}>]>;
|
|
165
166
|
payments: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
166
167
|
payment_option: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -257,6 +258,18 @@ export declare const applyJobOperation: {
|
|
|
257
258
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
258
259
|
}>;
|
|
259
260
|
}>]>>;
|
|
261
|
+
current_step: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
262
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
263
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
264
|
+
}>, import("io-ts").PartialC<{
|
|
265
|
+
text: import("io-ts").StringC;
|
|
266
|
+
}>]>;
|
|
267
|
+
steps: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
268
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
269
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
270
|
+
}>, import("io-ts").PartialC<{
|
|
271
|
+
text: import("io-ts").StringC;
|
|
272
|
+
}>]>>;
|
|
260
273
|
xid: import("io-ts").StringC;
|
|
261
274
|
xref: import("io-ts").StringC;
|
|
262
275
|
redirect_urls: import("io-ts").PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/applyJob.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":"applyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/applyJob.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,eAAe,CAAA;CAAE,EACpE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -161,6 +161,7 @@ export declare const approveJobSatNoteOperation: {
|
|
|
161
161
|
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
162
162
|
fingerprint: import("io-ts").StringC;
|
|
163
163
|
}>;
|
|
164
|
+
declined_reason: import("io-ts").StringC;
|
|
164
165
|
}>]>;
|
|
165
166
|
payments: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
166
167
|
payment_option: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -257,6 +258,18 @@ export declare const approveJobSatNoteOperation: {
|
|
|
257
258
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
258
259
|
}>;
|
|
259
260
|
}>]>>;
|
|
261
|
+
current_step: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
262
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
263
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
264
|
+
}>, import("io-ts").PartialC<{
|
|
265
|
+
text: import("io-ts").StringC;
|
|
266
|
+
}>]>;
|
|
267
|
+
steps: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
268
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
269
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
270
|
+
}>, import("io-ts").PartialC<{
|
|
271
|
+
text: import("io-ts").StringC;
|
|
272
|
+
}>]>>;
|
|
260
273
|
xid: import("io-ts").StringC;
|
|
261
274
|
xref: import("io-ts").StringC;
|
|
262
275
|
redirect_urls: import("io-ts").PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approveJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/approveJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,kCAAkC,GAAG;IAC/C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"approveJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/approveJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,kCAAkC,GAAG;IAC/C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB7B,CAAC;AAEX,oBAAY,gCAAgC,GAAG,eAAe,CAC5D;IAAE,MAAM,EAAE,kCAAkC,CAAA;CAAE,EAC9C,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -161,6 +161,7 @@ export declare const archiveJobOperation: {
|
|
|
161
161
|
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
162
162
|
fingerprint: import("io-ts").StringC;
|
|
163
163
|
}>;
|
|
164
|
+
declined_reason: import("io-ts").StringC;
|
|
164
165
|
}>]>;
|
|
165
166
|
payments: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
166
167
|
payment_option: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -257,6 +258,18 @@ export declare const archiveJobOperation: {
|
|
|
257
258
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
258
259
|
}>;
|
|
259
260
|
}>]>>;
|
|
261
|
+
current_step: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
262
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
263
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
264
|
+
}>, import("io-ts").PartialC<{
|
|
265
|
+
text: import("io-ts").StringC;
|
|
266
|
+
}>]>;
|
|
267
|
+
steps: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
268
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
269
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
270
|
+
}>, import("io-ts").PartialC<{
|
|
271
|
+
text: import("io-ts").StringC;
|
|
272
|
+
}>]>>;
|
|
260
273
|
xid: import("io-ts").StringC;
|
|
261
274
|
xref: import("io-ts").StringC;
|
|
262
275
|
redirect_urls: import("io-ts").PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"archiveJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/archiveJob.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":"archiveJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/archiveJob.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,EACvC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -161,6 +161,7 @@ export declare const completeJobOperation: {
|
|
|
161
161
|
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
162
162
|
fingerprint: import("io-ts").StringC;
|
|
163
163
|
}>;
|
|
164
|
+
declined_reason: import("io-ts").StringC;
|
|
164
165
|
}>]>;
|
|
165
166
|
payments: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
166
167
|
payment_option: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -257,6 +258,18 @@ export declare const completeJobOperation: {
|
|
|
257
258
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
258
259
|
}>;
|
|
259
260
|
}>]>>;
|
|
261
|
+
current_step: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
262
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
263
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
264
|
+
}>, import("io-ts").PartialC<{
|
|
265
|
+
text: import("io-ts").StringC;
|
|
266
|
+
}>]>;
|
|
267
|
+
steps: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
268
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
269
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
270
|
+
}>, import("io-ts").PartialC<{
|
|
271
|
+
text: import("io-ts").StringC;
|
|
272
|
+
}>]>>;
|
|
260
273
|
xid: import("io-ts").StringC;
|
|
261
274
|
xref: import("io-ts").StringC;
|
|
262
275
|
redirect_urls: import("io-ts").PartialC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"completeJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/completeJob.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":"completeJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/completeJob.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBvB,CAAC;AAEX,oBAAY,0BAA0B,GAAG,eAAe,CACtD;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,EACxC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -161,6 +161,7 @@ export declare const delayJobSatNoteOperation: {
|
|
|
161
161
|
signed: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
162
162
|
fingerprint: import("io-ts").StringC;
|
|
163
163
|
}>;
|
|
164
|
+
declined_reason: import("io-ts").StringC;
|
|
164
165
|
}>]>;
|
|
165
166
|
payments: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
166
167
|
payment_option: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
@@ -257,6 +258,18 @@ export declare const delayJobSatNoteOperation: {
|
|
|
257
258
|
updated_at: import("io-ts-types").DateFromISOStringC;
|
|
258
259
|
}>;
|
|
259
260
|
}>]>>;
|
|
261
|
+
current_step: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
262
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
263
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
264
|
+
}>, import("io-ts").PartialC<{
|
|
265
|
+
text: import("io-ts").StringC;
|
|
266
|
+
}>]>;
|
|
267
|
+
steps: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
268
|
+
name: import("io-ts").UnionC<[import("io-ts").LiteralC<"checkout_quote_viewed">, import("io-ts").LiteralC<"checkout_quote_accepted">, import("io-ts").LiteralC<"checkout_quote_changes_requested">, import("io-ts").LiteralC<"checkout_quote_changes_amended">, import("io-ts").LiteralC<"checkout_quote_changes_rejected">, import("io-ts").LiteralC<"checkout_quote_declined">, import("io-ts").LiteralC<"checkout_quote_payment_selected">, import("io-ts").LiteralC<"checkout_quote_finalised">, import("io-ts").LiteralC<"checkout_quote_completed">]>;
|
|
269
|
+
appended_at: import("io-ts-types").DateFromISOStringC;
|
|
270
|
+
}>, import("io-ts").PartialC<{
|
|
271
|
+
text: import("io-ts").StringC;
|
|
272
|
+
}>]>>;
|
|
260
273
|
xid: import("io-ts").StringC;
|
|
261
274
|
xref: import("io-ts").StringC;
|
|
262
275
|
redirect_urls: import("io-ts").PartialC<{
|