@kanda-libs/ks-schema 1.0.92 → 1.0.94
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/Company.d.ts +6 -0
- package/dist/components/schemas/Company.d.ts.map +1 -1
- package/dist/components/schemas/Company.js +12 -0
- package/dist/components/schemas/CompanyInfo.d.ts +1 -0
- package/dist/components/schemas/CompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/Credit.d.ts +3 -0
- package/dist/components/schemas/Credit.d.ts.map +1 -1
- package/dist/components/schemas/Credit.js +1 -0
- package/dist/components/schemas/Document.d.ts +2 -0
- package/dist/components/schemas/Document.d.ts.map +1 -1
- package/dist/components/schemas/Document.js +1 -0
- package/dist/components/schemas/Event.d.ts +39 -0
- package/dist/components/schemas/Event.d.ts.map +1 -0
- package/dist/components/schemas/Event.js +50 -0
- package/dist/components/schemas/Job.d.ts +5 -0
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/Job.js +1 -0
- package/dist/components/schemas/JobCompanyInfo.d.ts +1 -0
- package/dist/components/schemas/JobCompanyInfo.d.ts.map +1 -1
- package/dist/components/schemas/JobItem.d.ts +1 -0
- package/dist/components/schemas/JobItem.d.ts.map +1 -1
- package/dist/components/schemas/Payment.d.ts +2 -0
- package/dist/components/schemas/Payment.d.ts.map +1 -1
- package/dist/components/schemas/Payment.js +1 -0
- package/dist/components/schemas/SatNote.d.ts +1 -0
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SignDocument.d.ts +1 -0
- package/dist/components/schemas/SignDocument.d.ts.map +1 -1
- package/dist/components/schemas/Subscription.d.ts +70 -0
- package/dist/components/schemas/Subscription.d.ts.map +1 -0
- package/dist/components/schemas/Subscription.js +48 -0
- 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/applyCredit.d.ts +2 -0
- package/dist/operations/applyCredit.d.ts.map +1 -1
- package/dist/operations/applyJob.d.ts +4 -0
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveCompany.d.ts +4 -0
- package/dist/operations/approveCompany.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +4 -0
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +4 -0
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/checkCredit.d.ts +2 -0
- package/dist/operations/checkCredit.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +4 -0
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/deleteCompany.d.ts +4 -0
- package/dist/operations/deleteCompany.d.ts.map +1 -1
- package/dist/operations/deleteCredit.d.ts +2 -0
- package/dist/operations/deleteCredit.d.ts.map +1 -1
- package/dist/operations/deleteDocument.d.ts +1 -0
- package/dist/operations/deleteDocument.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +4 -0
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/deletePayment.d.ts +1 -0
- package/dist/operations/deletePayment.d.ts.map +1 -1
- package/dist/operations/deleteSubscription.d.ts +82 -0
- package/dist/operations/deleteSubscription.d.ts.map +1 -0
- package/dist/operations/deleteSubscription.js +44 -0
- package/dist/operations/getCompanies.d.ts +4 -0
- package/dist/operations/getCompanies.d.ts.map +1 -1
- package/dist/operations/getCompany.d.ts +4 -0
- package/dist/operations/getCompany.d.ts.map +1 -1
- package/dist/operations/getCredit.d.ts +2 -0
- package/dist/operations/getCredit.d.ts.map +1 -1
- package/dist/operations/getCredits.d.ts +2 -0
- package/dist/operations/getCredits.d.ts.map +1 -1
- package/dist/operations/getDocument.d.ts +1 -0
- package/dist/operations/getDocument.d.ts.map +1 -1
- package/dist/operations/getDocuments.d.ts +1 -0
- package/dist/operations/getDocuments.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +4 -0
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +4 -0
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/getPayment.d.ts +1 -0
- package/dist/operations/getPayment.d.ts.map +1 -1
- package/dist/operations/getPayments.d.ts +1 -0
- package/dist/operations/getPayments.d.ts.map +1 -1
- package/dist/operations/getSubscription.d.ts +82 -0
- package/dist/operations/getSubscription.d.ts.map +1 -0
- package/dist/operations/getSubscription.js +44 -0
- package/dist/operations/getSubscriptions.d.ts +73 -0
- package/dist/operations/getSubscriptions.d.ts.map +1 -0
- package/dist/operations/getSubscriptions.js +38 -0
- package/dist/operations/index.d.ts +490 -0
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/index.js +24 -1
- package/dist/operations/jobCompanyInfo.d.ts +1 -0
- package/dist/operations/jobCompanyInfo.d.ts.map +1 -1
- package/dist/operations/markPayment.d.ts +1 -0
- package/dist/operations/markPayment.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +4 -0
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +4 -0
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postCompany.d.ts +4 -0
- package/dist/operations/postCompany.d.ts.map +1 -1
- package/dist/operations/postCredit.d.ts +2 -0
- package/dist/operations/postCredit.d.ts.map +1 -1
- package/dist/operations/postDocument.d.ts +1 -0
- package/dist/operations/postDocument.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +4 -0
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/postPayment.d.ts +1 -0
- package/dist/operations/postPayment.d.ts.map +1 -1
- package/dist/operations/postSubscription.d.ts +78 -0
- package/dist/operations/postSubscription.d.ts.map +1 -0
- package/dist/operations/postSubscription.js +43 -0
- package/dist/operations/providerWebhook.d.ts +1 -1
- package/dist/operations/providerWebhook.d.ts.map +1 -1
- package/dist/operations/putCompany.d.ts +4 -0
- package/dist/operations/putCompany.d.ts.map +1 -1
- package/dist/operations/putCredit.d.ts +2 -0
- package/dist/operations/putCredit.d.ts.map +1 -1
- package/dist/operations/putDocument.d.ts +1 -0
- package/dist/operations/putDocument.d.ts.map +1 -1
- package/dist/operations/putJob.d.ts +4 -0
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/putPayment.d.ts +1 -0
- package/dist/operations/putPayment.d.ts.map +1 -1
- package/dist/operations/putSubscription.d.ts +87 -0
- package/dist/operations/putSubscription.d.ts.map +1 -0
- package/dist/operations/putSubscription.js +50 -0
- package/dist/operations/quoteCredit.d.ts +2 -0
- package/dist/operations/quoteCredit.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +4 -0
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signCredit.d.ts +2 -0
- package/dist/operations/signCredit.d.ts.map +1 -1
- package/dist/operations/signJobSateNote.d.ts +4 -0
- package/dist/operations/signJobSateNote.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +4 -0
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2832 -2280
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +5285 -4691
- package/package.json +1 -1
- package/schema.yaml +313 -2
|
@@ -39,6 +39,7 @@ export declare const putJobOperation: {
|
|
|
39
39
|
id: import("io-ts").StringC;
|
|
40
40
|
cid: import("io-ts").StringC;
|
|
41
41
|
oid: import("io-ts").StringC;
|
|
42
|
+
aid: import("io-ts").StringC;
|
|
42
43
|
content: import("io-ts").StringC;
|
|
43
44
|
mimetype: import("io-ts").StringC;
|
|
44
45
|
metadata: import("io-ts").TypeC<{
|
|
@@ -53,6 +54,7 @@ export declare const putJobOperation: {
|
|
|
53
54
|
id: import("io-ts").StringC;
|
|
54
55
|
cid: import("io-ts").StringC;
|
|
55
56
|
oid: import("io-ts").StringC;
|
|
57
|
+
aid: import("io-ts").StringC;
|
|
56
58
|
description: import("io-ts").StringC;
|
|
57
59
|
customer: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
58
60
|
first_name: import("io-ts").StringC;
|
|
@@ -119,6 +121,7 @@ export declare const putJobOperation: {
|
|
|
119
121
|
id: import("io-ts").StringC;
|
|
120
122
|
cid: import("io-ts").StringC;
|
|
121
123
|
oid: import("io-ts").StringC;
|
|
124
|
+
aid: import("io-ts").StringC;
|
|
122
125
|
kid: import("io-ts").StringC;
|
|
123
126
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
124
127
|
xid: import("io-ts").StringC;
|
|
@@ -151,6 +154,7 @@ export declare const putJobOperation: {
|
|
|
151
154
|
id: import("io-ts").StringC;
|
|
152
155
|
cid: import("io-ts").StringC;
|
|
153
156
|
oid: import("io-ts").StringC;
|
|
157
|
+
aid: import("io-ts").StringC;
|
|
154
158
|
content: import("io-ts").StringC;
|
|
155
159
|
mimetype: import("io-ts").StringC;
|
|
156
160
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"putJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"putJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBlB,CAAC;AAEX,oBAAY,qBAAqB,GAAG,eAAe,CACjD;IAAE,MAAM,EAAE,uBAAuB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAA;CAAE,EACtD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -22,6 +22,7 @@ export declare const putPaymentOperation: {
|
|
|
22
22
|
id: import("io-ts").StringC;
|
|
23
23
|
cid: import("io-ts").StringC;
|
|
24
24
|
oid: import("io-ts").StringC;
|
|
25
|
+
aid: import("io-ts").StringC;
|
|
25
26
|
kid: import("io-ts").StringC;
|
|
26
27
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
27
28
|
xid: import("io-ts").StringC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"putPayment.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putPayment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,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":"putPayment.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putPayment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IAAE,MAAM,EAAE,2BAA2B,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAA;CAAE,EAC9D,OAAO,CAAC,OAAO,CAChB,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { RequestFunction } from "@openapi-io-ts/runtime";
|
|
2
|
+
import * as schemas from "../components/schemas";
|
|
3
|
+
export declare type PutSubscriptionRequestParameters = {
|
|
4
|
+
id: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const putSubscriptionOperation: {
|
|
7
|
+
readonly path: "/api/subscription/{id}";
|
|
8
|
+
readonly method: "put";
|
|
9
|
+
readonly responses: {
|
|
10
|
+
readonly "200": {
|
|
11
|
+
readonly _tag: "JsonResponse";
|
|
12
|
+
readonly decoder: import("io-ts").PartialC<{
|
|
13
|
+
id: import("io-ts").StringC;
|
|
14
|
+
cid: import("io-ts").StringC;
|
|
15
|
+
oid: import("io-ts").StringC;
|
|
16
|
+
aid: import("io-ts").StringC;
|
|
17
|
+
billing: import("io-ts").StringC;
|
|
18
|
+
billing_status: import("io-ts").StringC;
|
|
19
|
+
mandate: import("io-ts").StringC;
|
|
20
|
+
mandate_status: import("io-ts").StringC;
|
|
21
|
+
authorisation_url: import("io-ts").StringC;
|
|
22
|
+
interval: import("io-ts").UnionC<[import("io-ts").LiteralC<"monthly">, import("io-ts").LiteralC<"yearly">]>;
|
|
23
|
+
day_of_month: import("io-ts").NumberC;
|
|
24
|
+
amount: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
25
|
+
amount: import("io-ts").NumberC;
|
|
26
|
+
}>, import("io-ts").PartialC<{
|
|
27
|
+
currency: import("io-ts").LiteralC<"GBP">;
|
|
28
|
+
}>]>;
|
|
29
|
+
events: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
30
|
+
id: import("io-ts").StringC;
|
|
31
|
+
cid: import("io-ts").StringC;
|
|
32
|
+
oid: import("io-ts").StringC;
|
|
33
|
+
resource: import("io-ts").StringC;
|
|
34
|
+
action: import("io-ts").StringC;
|
|
35
|
+
source: import("io-ts").UnionC<[import("io-ts").LiteralC<"api">, import("io-ts").LiteralC<"kanda">, import("io-ts").LiteralC<"webhook">]>;
|
|
36
|
+
result: import("io-ts").StringC;
|
|
37
|
+
}>, import("io-ts").PartialC<{
|
|
38
|
+
aid: import("io-ts").StringC;
|
|
39
|
+
resource_id: import("io-ts").StringC;
|
|
40
|
+
error: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
41
|
+
message: import("io-ts").StringC;
|
|
42
|
+
}>, import("io-ts").PartialC<{
|
|
43
|
+
code: import("io-ts").NumberC;
|
|
44
|
+
}>]>;
|
|
45
|
+
metadata: import("io-ts").TypeC<{
|
|
46
|
+
liveness: import("io-ts").BooleanC;
|
|
47
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
48
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
49
|
+
}>;
|
|
50
|
+
}>]>>;
|
|
51
|
+
xid: import("io-ts").StringC;
|
|
52
|
+
xref: import("io-ts").StringC;
|
|
53
|
+
metadata: import("io-ts").TypeC<{
|
|
54
|
+
liveness: import("io-ts").BooleanC;
|
|
55
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
56
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
57
|
+
}>;
|
|
58
|
+
}>;
|
|
59
|
+
};
|
|
60
|
+
readonly default: {
|
|
61
|
+
readonly _tag: "JsonResponse";
|
|
62
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
63
|
+
message: import("io-ts").StringC;
|
|
64
|
+
}>, import("io-ts").PartialC<{
|
|
65
|
+
code: import("io-ts").NumberC;
|
|
66
|
+
}>]>;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
readonly parameters: readonly [{
|
|
70
|
+
readonly _tag: "FormParameter";
|
|
71
|
+
readonly explode: false;
|
|
72
|
+
readonly in: "path";
|
|
73
|
+
readonly name: "id";
|
|
74
|
+
}];
|
|
75
|
+
readonly requestDefaultHeaders: {
|
|
76
|
+
readonly "Content-Type": "application/json";
|
|
77
|
+
readonly Accept: "application/json";
|
|
78
|
+
};
|
|
79
|
+
readonly body: {
|
|
80
|
+
readonly _tag: "JsonBody";
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
export declare type PutSubscriptionRequestFunction = RequestFunction<{
|
|
84
|
+
params: PutSubscriptionRequestParameters;
|
|
85
|
+
body: schemas.Subscription;
|
|
86
|
+
}, schemas.Subscription>;
|
|
87
|
+
//# sourceMappingURL=putSubscription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"putSubscription.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/putSubscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB3B,CAAC;AAEX,oBAAY,8BAA8B,GAAG,eAAe,CAC1D;IAAE,MAAM,EAAE,gCAAgC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAA;CAAE,EACxE,OAAO,CAAC,YAAY,CACrB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.putSubscriptionOperation = void 0;
|
|
27
|
+
const schemas = __importStar(require("../components/schemas"));
|
|
28
|
+
exports.putSubscriptionOperation = {
|
|
29
|
+
path: "/api/subscription/{id}",
|
|
30
|
+
method: "put",
|
|
31
|
+
responses: {
|
|
32
|
+
"200": { _tag: "JsonResponse", decoder: schemas.Subscription },
|
|
33
|
+
default: { _tag: "JsonResponse", decoder: schemas.Error },
|
|
34
|
+
},
|
|
35
|
+
parameters: [
|
|
36
|
+
{
|
|
37
|
+
_tag: "FormParameter",
|
|
38
|
+
explode: false,
|
|
39
|
+
in: "path",
|
|
40
|
+
name: "id",
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
requestDefaultHeaders: {
|
|
44
|
+
"Content-Type": "application/json",
|
|
45
|
+
Accept: "application/json",
|
|
46
|
+
},
|
|
47
|
+
body: {
|
|
48
|
+
_tag: "JsonBody",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
@@ -116,6 +116,7 @@ export declare const quoteCreditOperation: {
|
|
|
116
116
|
id: import("io-ts").StringC;
|
|
117
117
|
cid: import("io-ts").StringC;
|
|
118
118
|
oid: import("io-ts").StringC;
|
|
119
|
+
aid: import("io-ts").StringC;
|
|
119
120
|
kid: import("io-ts").StringC;
|
|
120
121
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
121
122
|
provider: import("io-ts").LiteralC<"omni">;
|
|
@@ -138,6 +139,7 @@ export declare const quoteCreditOperation: {
|
|
|
138
139
|
id: import("io-ts").StringC;
|
|
139
140
|
cid: import("io-ts").StringC;
|
|
140
141
|
oid: import("io-ts").StringC;
|
|
142
|
+
aid: import("io-ts").StringC;
|
|
141
143
|
content: import("io-ts").StringC;
|
|
142
144
|
mimetype: import("io-ts").StringC;
|
|
143
145
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteCredit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteCredit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,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":"quoteCredit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteCredit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,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,MAAM,CACf,CAAC"}
|
|
@@ -39,6 +39,7 @@ export declare const sendJobOperation: {
|
|
|
39
39
|
id: import("io-ts").StringC;
|
|
40
40
|
cid: import("io-ts").StringC;
|
|
41
41
|
oid: import("io-ts").StringC;
|
|
42
|
+
aid: import("io-ts").StringC;
|
|
42
43
|
content: import("io-ts").StringC;
|
|
43
44
|
mimetype: import("io-ts").StringC;
|
|
44
45
|
metadata: import("io-ts").TypeC<{
|
|
@@ -53,6 +54,7 @@ export declare const sendJobOperation: {
|
|
|
53
54
|
id: import("io-ts").StringC;
|
|
54
55
|
cid: import("io-ts").StringC;
|
|
55
56
|
oid: import("io-ts").StringC;
|
|
57
|
+
aid: import("io-ts").StringC;
|
|
56
58
|
description: import("io-ts").StringC;
|
|
57
59
|
customer: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
58
60
|
first_name: import("io-ts").StringC;
|
|
@@ -119,6 +121,7 @@ export declare const sendJobOperation: {
|
|
|
119
121
|
id: import("io-ts").StringC;
|
|
120
122
|
cid: import("io-ts").StringC;
|
|
121
123
|
oid: import("io-ts").StringC;
|
|
124
|
+
aid: import("io-ts").StringC;
|
|
122
125
|
kid: import("io-ts").StringC;
|
|
123
126
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
124
127
|
xid: import("io-ts").StringC;
|
|
@@ -151,6 +154,7 @@ export declare const sendJobOperation: {
|
|
|
151
154
|
id: import("io-ts").StringC;
|
|
152
155
|
cid: import("io-ts").StringC;
|
|
153
156
|
oid: import("io-ts").StringC;
|
|
157
|
+
aid: import("io-ts").StringC;
|
|
154
158
|
content: import("io-ts").StringC;
|
|
155
159
|
mimetype: import("io-ts").StringC;
|
|
156
160
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnB,CAAC;AAEX,oBAAY,sBAAsB,GAAG,eAAe,CAClD;IAAE,MAAM,EAAE,wBAAwB,CAAA;CAAE,EACpC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -116,6 +116,7 @@ export declare const signCreditOperation: {
|
|
|
116
116
|
id: import("io-ts").StringC;
|
|
117
117
|
cid: import("io-ts").StringC;
|
|
118
118
|
oid: import("io-ts").StringC;
|
|
119
|
+
aid: import("io-ts").StringC;
|
|
119
120
|
kid: import("io-ts").StringC;
|
|
120
121
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
121
122
|
provider: import("io-ts").LiteralC<"omni">;
|
|
@@ -138,6 +139,7 @@ export declare const signCreditOperation: {
|
|
|
138
139
|
id: import("io-ts").StringC;
|
|
139
140
|
cid: import("io-ts").StringC;
|
|
140
141
|
oid: import("io-ts").StringC;
|
|
142
|
+
aid: import("io-ts").StringC;
|
|
141
143
|
content: import("io-ts").StringC;
|
|
142
144
|
mimetype: import("io-ts").StringC;
|
|
143
145
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signCredit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signCredit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,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":"signCredit.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signCredit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IAAE,MAAM,EAAE,2BAA2B,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAA;CAAE,EACnE,OAAO,CAAC,MAAM,CACf,CAAC"}
|
|
@@ -39,6 +39,7 @@ export declare const signJobSateNoteOperation: {
|
|
|
39
39
|
id: import("io-ts").StringC;
|
|
40
40
|
cid: import("io-ts").StringC;
|
|
41
41
|
oid: import("io-ts").StringC;
|
|
42
|
+
aid: import("io-ts").StringC;
|
|
42
43
|
content: import("io-ts").StringC;
|
|
43
44
|
mimetype: import("io-ts").StringC;
|
|
44
45
|
metadata: import("io-ts").TypeC<{
|
|
@@ -53,6 +54,7 @@ export declare const signJobSateNoteOperation: {
|
|
|
53
54
|
id: import("io-ts").StringC;
|
|
54
55
|
cid: import("io-ts").StringC;
|
|
55
56
|
oid: import("io-ts").StringC;
|
|
57
|
+
aid: import("io-ts").StringC;
|
|
56
58
|
description: import("io-ts").StringC;
|
|
57
59
|
customer: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
58
60
|
first_name: import("io-ts").StringC;
|
|
@@ -119,6 +121,7 @@ export declare const signJobSateNoteOperation: {
|
|
|
119
121
|
id: import("io-ts").StringC;
|
|
120
122
|
cid: import("io-ts").StringC;
|
|
121
123
|
oid: import("io-ts").StringC;
|
|
124
|
+
aid: import("io-ts").StringC;
|
|
122
125
|
kid: import("io-ts").StringC;
|
|
123
126
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
124
127
|
xid: import("io-ts").StringC;
|
|
@@ -151,6 +154,7 @@ export declare const signJobSateNoteOperation: {
|
|
|
151
154
|
id: import("io-ts").StringC;
|
|
152
155
|
cid: import("io-ts").StringC;
|
|
153
156
|
oid: import("io-ts").StringC;
|
|
157
|
+
aid: import("io-ts").StringC;
|
|
154
158
|
content: import("io-ts").StringC;
|
|
155
159
|
mimetype: import("io-ts").StringC;
|
|
156
160
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signJobSateNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signJobSateNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"signJobSateNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signJobSateNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB3B,CAAC;AAEX,oBAAY,8BAA8B,GAAG,eAAe,CAC1D;IAAE,MAAM,EAAE,gCAAgC,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAA;CAAE,EACnE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -39,6 +39,7 @@ export declare const viewJobSatNoteOperation: {
|
|
|
39
39
|
id: import("io-ts").StringC;
|
|
40
40
|
cid: import("io-ts").StringC;
|
|
41
41
|
oid: import("io-ts").StringC;
|
|
42
|
+
aid: import("io-ts").StringC;
|
|
42
43
|
content: import("io-ts").StringC;
|
|
43
44
|
mimetype: import("io-ts").StringC;
|
|
44
45
|
metadata: import("io-ts").TypeC<{
|
|
@@ -53,6 +54,7 @@ export declare const viewJobSatNoteOperation: {
|
|
|
53
54
|
id: import("io-ts").StringC;
|
|
54
55
|
cid: import("io-ts").StringC;
|
|
55
56
|
oid: import("io-ts").StringC;
|
|
57
|
+
aid: import("io-ts").StringC;
|
|
56
58
|
description: import("io-ts").StringC;
|
|
57
59
|
customer: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
58
60
|
first_name: import("io-ts").StringC;
|
|
@@ -119,6 +121,7 @@ export declare const viewJobSatNoteOperation: {
|
|
|
119
121
|
id: import("io-ts").StringC;
|
|
120
122
|
cid: import("io-ts").StringC;
|
|
121
123
|
oid: import("io-ts").StringC;
|
|
124
|
+
aid: import("io-ts").StringC;
|
|
122
125
|
kid: import("io-ts").StringC;
|
|
123
126
|
kind: import("io-ts").UnionC<[import("io-ts").LiteralC<"job">, import("io-ts").LiteralC<"charge">]>;
|
|
124
127
|
xid: import("io-ts").StringC;
|
|
@@ -151,6 +154,7 @@ export declare const viewJobSatNoteOperation: {
|
|
|
151
154
|
id: import("io-ts").StringC;
|
|
152
155
|
cid: import("io-ts").StringC;
|
|
153
156
|
oid: import("io-ts").StringC;
|
|
157
|
+
aid: import("io-ts").StringC;
|
|
154
158
|
content: import("io-ts").StringC;
|
|
155
159
|
mimetype: import("io-ts").StringC;
|
|
156
160
|
metadata: import("io-ts").TypeC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viewJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/viewJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"viewJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/viewJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB1B,CAAC;AAEX,oBAAY,6BAA6B,GAAG,eAAe,CACzD;IAAE,MAAM,EAAE,+BAA+B,CAAA;CAAE,EAC3C,OAAO,CAAC,GAAG,CACZ,CAAC"}
|