@kanda-libs/ks-schema 1.0.86 → 1.0.88
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/index.d.ts +0 -2
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +0 -2
- package/dist/operations/approveCompany.d.ts +187 -0
- package/dist/operations/approveCompany.d.ts.map +1 -0
- package/dist/operations/{viewedNotification.js → approveCompany.js} +4 -4
- package/dist/operations/index.d.ts +181 -270
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/index.js +5 -28
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +2226 -2347
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +4603 -4739
- package/package.json +1 -1
- package/schema.yaml +30 -229
- package/dist/components/schemas/Notification.d.ts +0 -31
- package/dist/components/schemas/Notification.d.ts.map +0 -1
- package/dist/components/schemas/Notification.js +0 -44
- package/dist/components/schemas/NotificationChannel.d.ts +0 -4
- package/dist/components/schemas/NotificationChannel.d.ts.map +0 -1
- package/dist/components/schemas/NotificationChannel.js +0 -32
- package/dist/operations/deleteNotification.d.ts +0 -51
- package/dist/operations/deleteNotification.d.ts.map +0 -1
- package/dist/operations/deleteNotification.js +0 -44
- package/dist/operations/getNotification.d.ts +0 -51
- package/dist/operations/getNotification.d.ts.map +0 -1
- package/dist/operations/getNotification.js +0 -44
- package/dist/operations/getNotifications.d.ts +0 -42
- package/dist/operations/getNotifications.d.ts.map +0 -1
- package/dist/operations/getNotifications.js +0 -38
- package/dist/operations/postNotification.d.ts +0 -47
- package/dist/operations/postNotification.d.ts.map +0 -1
- package/dist/operations/postNotification.js +0 -43
- package/dist/operations/putNotification.d.ts +0 -56
- package/dist/operations/putNotification.d.ts.map +0 -1
- package/dist/operations/putNotification.js +0 -50
- package/dist/operations/viewedNotification.d.ts +0 -51
- package/dist/operations/viewedNotification.d.ts.map +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequestAdapter } from "@openapi-io-ts/runtime";
|
|
2
2
|
import { ApplyCreditRequestFunction } from "./applyCredit";
|
|
3
3
|
import { ApplyJobRequestFunction } from "./applyJob";
|
|
4
|
+
import { ApproveCompanyRequestFunction } from "./approveCompany";
|
|
4
5
|
import { ApproveJobSatNoteRequestFunction } from "./approveJobSatNote";
|
|
5
6
|
import { ArchiveJobRequestFunction } from "./archiveJob";
|
|
6
7
|
import { CheckCreditRequestFunction } from "./checkCredit";
|
|
@@ -9,7 +10,6 @@ import { DeleteCompanyRequestFunction } from "./deleteCompany";
|
|
|
9
10
|
import { DeleteCreditRequestFunction } from "./deleteCredit";
|
|
10
11
|
import { DeleteDocumentRequestFunction } from "./deleteDocument";
|
|
11
12
|
import { DeleteJobRequestFunction } from "./deleteJob";
|
|
12
|
-
import { DeleteNotificationRequestFunction } from "./deleteNotification";
|
|
13
13
|
import { DeletePaymentRequestFunction } from "./deletePayment";
|
|
14
14
|
import { GetCompaniesRequestFunction } from "./getCompanies";
|
|
15
15
|
import { GetCompanyRequestFunction } from "./getCompany";
|
|
@@ -19,8 +19,6 @@ import { GetDocumentRequestFunction } from "./getDocument";
|
|
|
19
19
|
import { GetDocumentsRequestFunction } from "./getDocuments";
|
|
20
20
|
import { GetJobRequestFunction } from "./getJob";
|
|
21
21
|
import { GetJobsRequestFunction } from "./getJobs";
|
|
22
|
-
import { GetNotificationRequestFunction } from "./getNotification";
|
|
23
|
-
import { GetNotificationsRequestFunction } from "./getNotifications";
|
|
24
22
|
import { GetPaymentRequestFunction } from "./getPayment";
|
|
25
23
|
import { GetPaymentsRequestFunction } from "./getPayments";
|
|
26
24
|
import { InfoAuthRequestFunction } from "./infoAuth";
|
|
@@ -36,7 +34,6 @@ import { PostCompanyRequestFunction } from "./postCompany";
|
|
|
36
34
|
import { PostCreditRequestFunction } from "./postCredit";
|
|
37
35
|
import { PostDocumentRequestFunction } from "./postDocument";
|
|
38
36
|
import { PostJobRequestFunction } from "./postJob";
|
|
39
|
-
import { PostNotificationRequestFunction } from "./postNotification";
|
|
40
37
|
import { PostPaymentRequestFunction } from "./postPayment";
|
|
41
38
|
import { ProviderWebhookRequestFunction } from "./providerWebhook";
|
|
42
39
|
import { PutCompanyRequestFunction } from "./putCompany";
|
|
@@ -44,14 +41,12 @@ import { PutCreditRequestFunction } from "./putCredit";
|
|
|
44
41
|
import { PutDocumentRequestFunction } from "./putDocument";
|
|
45
42
|
import { PutJobRequestFunction } from "./putJob";
|
|
46
43
|
import { PutMeRequestFunction } from "./putMe";
|
|
47
|
-
import { PutNotificationRequestFunction } from "./putNotification";
|
|
48
44
|
import { PutPaymentRequestFunction } from "./putPayment";
|
|
49
45
|
import { QuoteCreditRequestFunction } from "./quoteCredit";
|
|
50
46
|
import { RunnerRequestFunction } from "./runner";
|
|
51
47
|
import { SendJobRequestFunction } from "./sendJob";
|
|
52
48
|
import { SignCreditRequestFunction } from "./signCredit";
|
|
53
49
|
import { SignJobSateNoteRequestFunction } from "./signJobSateNote";
|
|
54
|
-
import { ViewedNotificationRequestFunction } from "./viewedNotification";
|
|
55
50
|
import { ViewJobSatNoteRequestFunction } from "./viewJobSatNote";
|
|
56
51
|
export declare const operations: {
|
|
57
52
|
readonly me: {
|
|
@@ -1248,6 +1243,184 @@ export declare const operations: {
|
|
|
1248
1243
|
readonly Accept: "application/json";
|
|
1249
1244
|
};
|
|
1250
1245
|
};
|
|
1246
|
+
readonly approveCompany: {
|
|
1247
|
+
readonly path: "/api/company/{id}/approve";
|
|
1248
|
+
readonly method: "post";
|
|
1249
|
+
readonly responses: {
|
|
1250
|
+
readonly "200": {
|
|
1251
|
+
readonly _tag: "JsonResponse";
|
|
1252
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1253
|
+
company_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"limited_company">, import("io-ts").LiteralC<"sole_trader">]>;
|
|
1254
|
+
}>, import("io-ts").PartialC<{
|
|
1255
|
+
id: import("io-ts").StringC;
|
|
1256
|
+
cid: import("io-ts").StringC;
|
|
1257
|
+
oid: import("io-ts").StringC;
|
|
1258
|
+
emails: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
1259
|
+
users: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1260
|
+
role: import("io-ts").UnionC<[import("io-ts").LiteralC<"company-admin">, import("io-ts").LiteralC<"company-manager">, import("io-ts").LiteralC<"company-staff">]>;
|
|
1261
|
+
first_name: import("io-ts").StringC;
|
|
1262
|
+
email: import("io-ts").StringC;
|
|
1263
|
+
}>, import("io-ts").PartialC<{
|
|
1264
|
+
director_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1265
|
+
home_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1266
|
+
line_1: import("io-ts").StringC;
|
|
1267
|
+
city: import("io-ts").StringC;
|
|
1268
|
+
country: import("io-ts").StringC;
|
|
1269
|
+
postcode: import("io-ts").StringC;
|
|
1270
|
+
}>, import("io-ts").PartialC<{
|
|
1271
|
+
building_number: import("io-ts").StringC;
|
|
1272
|
+
building_name: import("io-ts").StringC;
|
|
1273
|
+
line_2: import("io-ts").StringC;
|
|
1274
|
+
county: import("io-ts").StringC;
|
|
1275
|
+
months_at_address: import("io-ts").NumberC;
|
|
1276
|
+
}>]>;
|
|
1277
|
+
}>, import("io-ts").PartialC<{
|
|
1278
|
+
verification_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"not_verified">, import("io-ts").LiteralC<"verified">]>;
|
|
1279
|
+
}>]>;
|
|
1280
|
+
last_name: import("io-ts").StringC;
|
|
1281
|
+
mobile: import("io-ts").StringC;
|
|
1282
|
+
}>]>>;
|
|
1283
|
+
company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1284
|
+
trade_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"gas_engineer">, import("io-ts").LiteralC<"electrician">, import("io-ts").LiteralC<"ev_charger_installer">, import("io-ts").LiteralC<"tiler">, import("io-ts").LiteralC<"kitchen_fitter">, import("io-ts").LiteralC<"floor_layer">, import("io-ts").LiteralC<"cctv_and_security_installations">, import("io-ts").LiteralC<"windows_and_doors">, import("io-ts").LiteralC<"landscaping">, import("io-ts").LiteralC<"air_conditioning">, import("io-ts").LiteralC<"bathrooms">, import("io-ts").LiteralC<"driveways_and_patios">, import("io-ts").LiteralC<"garage_doors">, import("io-ts").LiteralC<"fireplaces">, import("io-ts").LiteralC<"multi_trade">, import("io-ts").LiteralC<"other_trade">]>;
|
|
1285
|
+
warranty_length: import("io-ts").NumberC;
|
|
1286
|
+
average_monthly_jobs: import("io-ts").NumberC;
|
|
1287
|
+
average_job_value: import("io-ts").NumberC;
|
|
1288
|
+
use_subcontractor: import("io-ts").UnionC<[import("io-ts").LiteralC<"yes">, import("io-ts").LiteralC<"no">]>;
|
|
1289
|
+
insurance_document: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1290
|
+
name: import("io-ts").StringC;
|
|
1291
|
+
}>, import("io-ts").PartialC<{
|
|
1292
|
+
id: import("io-ts").StringC;
|
|
1293
|
+
cid: import("io-ts").StringC;
|
|
1294
|
+
oid: import("io-ts").StringC;
|
|
1295
|
+
content: import("io-ts").StringC;
|
|
1296
|
+
mimetype: import("io-ts").StringC;
|
|
1297
|
+
metadata: import("io-ts").TypeC<{
|
|
1298
|
+
liveness: import("io-ts").BooleanC;
|
|
1299
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1300
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1301
|
+
}>;
|
|
1302
|
+
}>]>;
|
|
1303
|
+
}>, import("io-ts").PartialC<{
|
|
1304
|
+
trade_body: import("io-ts").UnionC<[import("io-ts").LiteralC<"none">, import("io-ts").LiteralC<"niceic">, import("io-ts").LiteralC<"elecsa">, import("io-ts").LiteralC<"gas_safe">, import("io-ts").LiteralC<"napit">, import("io-ts").LiteralC<"other">]>;
|
|
1305
|
+
trade_body_number: import("io-ts").StringC;
|
|
1306
|
+
}>]>;
|
|
1307
|
+
limited_company_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1308
|
+
company_name: import("io-ts").StringC;
|
|
1309
|
+
company_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1310
|
+
line_1: import("io-ts").StringC;
|
|
1311
|
+
city: import("io-ts").StringC;
|
|
1312
|
+
country: import("io-ts").StringC;
|
|
1313
|
+
postcode: import("io-ts").StringC;
|
|
1314
|
+
}>, import("io-ts").PartialC<{
|
|
1315
|
+
building_number: import("io-ts").StringC;
|
|
1316
|
+
building_name: import("io-ts").StringC;
|
|
1317
|
+
line_2: import("io-ts").StringC;
|
|
1318
|
+
county: import("io-ts").StringC;
|
|
1319
|
+
months_at_address: import("io-ts").NumberC;
|
|
1320
|
+
}>]>;
|
|
1321
|
+
company_number: import("io-ts").StringC;
|
|
1322
|
+
}>, import("io-ts").PartialC<{
|
|
1323
|
+
trading_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1324
|
+
line_1: import("io-ts").StringC;
|
|
1325
|
+
city: import("io-ts").StringC;
|
|
1326
|
+
country: import("io-ts").StringC;
|
|
1327
|
+
postcode: import("io-ts").StringC;
|
|
1328
|
+
}>, import("io-ts").PartialC<{
|
|
1329
|
+
building_number: import("io-ts").StringC;
|
|
1330
|
+
building_name: import("io-ts").StringC;
|
|
1331
|
+
line_2: import("io-ts").StringC;
|
|
1332
|
+
county: import("io-ts").StringC;
|
|
1333
|
+
months_at_address: import("io-ts").NumberC;
|
|
1334
|
+
}>]>;
|
|
1335
|
+
vat_number: import("io-ts").StringC;
|
|
1336
|
+
}>]>;
|
|
1337
|
+
sole_trader_info: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1338
|
+
trading_name: import("io-ts").StringC;
|
|
1339
|
+
trading_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1340
|
+
line_1: import("io-ts").StringC;
|
|
1341
|
+
city: import("io-ts").StringC;
|
|
1342
|
+
country: import("io-ts").StringC;
|
|
1343
|
+
postcode: import("io-ts").StringC;
|
|
1344
|
+
}>, import("io-ts").PartialC<{
|
|
1345
|
+
building_number: import("io-ts").StringC;
|
|
1346
|
+
building_name: import("io-ts").StringC;
|
|
1347
|
+
line_2: import("io-ts").StringC;
|
|
1348
|
+
county: import("io-ts").StringC;
|
|
1349
|
+
months_at_address: import("io-ts").NumberC;
|
|
1350
|
+
}>]>;
|
|
1351
|
+
}>, import("io-ts").PartialC<{
|
|
1352
|
+
national_insurance_number: import("io-ts").StringC;
|
|
1353
|
+
}>]>;
|
|
1354
|
+
available_rates: import("io-ts").ArrayC<import("io-ts").TypeC<{
|
|
1355
|
+
name: import("io-ts").StringC;
|
|
1356
|
+
fee: import("io-ts").NumberC;
|
|
1357
|
+
enabled: import("io-ts").BooleanC;
|
|
1358
|
+
}>>;
|
|
1359
|
+
quote_preference: import("io-ts").UnionC<[import("io-ts").LiteralC<"no_preference">, import("io-ts").LiteralC<"kanda">, import("io-ts").LiteralC<"custom">]>;
|
|
1360
|
+
skip_deposit: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes">, import("io-ts").LiteralC<"No">]>;
|
|
1361
|
+
lifecycle: import("io-ts").UnionC<[import("io-ts").LiteralC<"registered">, import("io-ts").LiteralC<"onboarded">, import("io-ts").LiteralC<"completed_setup">, import("io-ts").LiteralC<"verified">]>;
|
|
1362
|
+
company_logo: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1363
|
+
name: import("io-ts").StringC;
|
|
1364
|
+
}>, import("io-ts").PartialC<{
|
|
1365
|
+
id: import("io-ts").StringC;
|
|
1366
|
+
cid: import("io-ts").StringC;
|
|
1367
|
+
oid: import("io-ts").StringC;
|
|
1368
|
+
content: import("io-ts").StringC;
|
|
1369
|
+
mimetype: import("io-ts").StringC;
|
|
1370
|
+
metadata: import("io-ts").TypeC<{
|
|
1371
|
+
liveness: import("io-ts").BooleanC;
|
|
1372
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1373
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1374
|
+
}>;
|
|
1375
|
+
}>]>;
|
|
1376
|
+
bank_account: import("io-ts").TypeC<{
|
|
1377
|
+
account_name: import("io-ts").StringC;
|
|
1378
|
+
account_number: import("io-ts").StringC;
|
|
1379
|
+
sort_code: import("io-ts").StringC;
|
|
1380
|
+
}>;
|
|
1381
|
+
contact_info: import("io-ts").PartialC<{
|
|
1382
|
+
contact_name: import("io-ts").StringC;
|
|
1383
|
+
contact_email: import("io-ts").StringC;
|
|
1384
|
+
contact_phone: import("io-ts").StringC;
|
|
1385
|
+
contact_address: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1386
|
+
line_1: import("io-ts").StringC;
|
|
1387
|
+
city: import("io-ts").StringC;
|
|
1388
|
+
country: import("io-ts").StringC;
|
|
1389
|
+
postcode: import("io-ts").StringC;
|
|
1390
|
+
}>, import("io-ts").PartialC<{
|
|
1391
|
+
building_number: import("io-ts").StringC;
|
|
1392
|
+
building_name: import("io-ts").StringC;
|
|
1393
|
+
line_2: import("io-ts").StringC;
|
|
1394
|
+
county: import("io-ts").StringC;
|
|
1395
|
+
months_at_address: import("io-ts").NumberC;
|
|
1396
|
+
}>]>;
|
|
1397
|
+
}>;
|
|
1398
|
+
metadata: import("io-ts").TypeC<{
|
|
1399
|
+
liveness: import("io-ts").BooleanC;
|
|
1400
|
+
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1401
|
+
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
1402
|
+
}>;
|
|
1403
|
+
}>]>;
|
|
1404
|
+
};
|
|
1405
|
+
readonly default: {
|
|
1406
|
+
readonly _tag: "JsonResponse";
|
|
1407
|
+
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
1408
|
+
message: import("io-ts").StringC;
|
|
1409
|
+
}>, import("io-ts").PartialC<{
|
|
1410
|
+
code: import("io-ts").NumberC;
|
|
1411
|
+
}>]>;
|
|
1412
|
+
};
|
|
1413
|
+
};
|
|
1414
|
+
readonly parameters: readonly [{
|
|
1415
|
+
readonly _tag: "FormParameter";
|
|
1416
|
+
readonly explode: false;
|
|
1417
|
+
readonly in: "path";
|
|
1418
|
+
readonly name: "id";
|
|
1419
|
+
}];
|
|
1420
|
+
readonly requestDefaultHeaders: {
|
|
1421
|
+
readonly Accept: "application/json";
|
|
1422
|
+
};
|
|
1423
|
+
};
|
|
1251
1424
|
readonly getJobs: {
|
|
1252
1425
|
readonly path: "/api/job";
|
|
1253
1426
|
readonly method: "get";
|
|
@@ -5764,256 +5937,6 @@ export declare const operations: {
|
|
|
5764
5937
|
readonly Accept: "application/json";
|
|
5765
5938
|
};
|
|
5766
5939
|
};
|
|
5767
|
-
readonly getNotifications: {
|
|
5768
|
-
readonly path: "/api/notification";
|
|
5769
|
-
readonly method: "get";
|
|
5770
|
-
readonly responses: {
|
|
5771
|
-
readonly "200": {
|
|
5772
|
-
readonly _tag: "JsonResponse";
|
|
5773
|
-
readonly decoder: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5774
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5775
|
-
content: import("io-ts").StringC;
|
|
5776
|
-
}>, import("io-ts").PartialC<{
|
|
5777
|
-
id: import("io-ts").StringC;
|
|
5778
|
-
cid: import("io-ts").StringC;
|
|
5779
|
-
oid: import("io-ts").StringC;
|
|
5780
|
-
action: import("io-ts").StringC;
|
|
5781
|
-
redirect: import("io-ts").StringC;
|
|
5782
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5783
|
-
metadata: import("io-ts").TypeC<{
|
|
5784
|
-
liveness: import("io-ts").BooleanC;
|
|
5785
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5786
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5787
|
-
}>;
|
|
5788
|
-
}>]>>;
|
|
5789
|
-
};
|
|
5790
|
-
readonly default: {
|
|
5791
|
-
readonly _tag: "JsonResponse";
|
|
5792
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5793
|
-
message: import("io-ts").StringC;
|
|
5794
|
-
}>, import("io-ts").PartialC<{
|
|
5795
|
-
code: import("io-ts").NumberC;
|
|
5796
|
-
}>]>;
|
|
5797
|
-
};
|
|
5798
|
-
};
|
|
5799
|
-
readonly parameters: readonly [];
|
|
5800
|
-
readonly requestDefaultHeaders: {
|
|
5801
|
-
readonly Accept: "application/json";
|
|
5802
|
-
};
|
|
5803
|
-
};
|
|
5804
|
-
readonly postNotification: {
|
|
5805
|
-
readonly path: "/api/notification";
|
|
5806
|
-
readonly method: "post";
|
|
5807
|
-
readonly responses: {
|
|
5808
|
-
readonly "200": {
|
|
5809
|
-
readonly _tag: "JsonResponse";
|
|
5810
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5811
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5812
|
-
content: import("io-ts").StringC;
|
|
5813
|
-
}>, import("io-ts").PartialC<{
|
|
5814
|
-
id: import("io-ts").StringC;
|
|
5815
|
-
cid: import("io-ts").StringC;
|
|
5816
|
-
oid: import("io-ts").StringC;
|
|
5817
|
-
action: import("io-ts").StringC;
|
|
5818
|
-
redirect: import("io-ts").StringC;
|
|
5819
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5820
|
-
metadata: import("io-ts").TypeC<{
|
|
5821
|
-
liveness: import("io-ts").BooleanC;
|
|
5822
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5823
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5824
|
-
}>;
|
|
5825
|
-
}>]>;
|
|
5826
|
-
};
|
|
5827
|
-
readonly default: {
|
|
5828
|
-
readonly _tag: "JsonResponse";
|
|
5829
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5830
|
-
message: import("io-ts").StringC;
|
|
5831
|
-
}>, import("io-ts").PartialC<{
|
|
5832
|
-
code: import("io-ts").NumberC;
|
|
5833
|
-
}>]>;
|
|
5834
|
-
};
|
|
5835
|
-
};
|
|
5836
|
-
readonly parameters: readonly [];
|
|
5837
|
-
readonly requestDefaultHeaders: {
|
|
5838
|
-
readonly "Content-Type": "application/json";
|
|
5839
|
-
readonly Accept: "application/json";
|
|
5840
|
-
};
|
|
5841
|
-
readonly body: {
|
|
5842
|
-
readonly _tag: "JsonBody";
|
|
5843
|
-
};
|
|
5844
|
-
};
|
|
5845
|
-
readonly getNotification: {
|
|
5846
|
-
readonly path: "/api/notification/{id}";
|
|
5847
|
-
readonly method: "get";
|
|
5848
|
-
readonly responses: {
|
|
5849
|
-
readonly "200": {
|
|
5850
|
-
readonly _tag: "JsonResponse";
|
|
5851
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5852
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5853
|
-
content: import("io-ts").StringC;
|
|
5854
|
-
}>, import("io-ts").PartialC<{
|
|
5855
|
-
id: import("io-ts").StringC;
|
|
5856
|
-
cid: import("io-ts").StringC;
|
|
5857
|
-
oid: import("io-ts").StringC;
|
|
5858
|
-
action: import("io-ts").StringC;
|
|
5859
|
-
redirect: import("io-ts").StringC;
|
|
5860
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5861
|
-
metadata: import("io-ts").TypeC<{
|
|
5862
|
-
liveness: import("io-ts").BooleanC;
|
|
5863
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5864
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5865
|
-
}>;
|
|
5866
|
-
}>]>;
|
|
5867
|
-
};
|
|
5868
|
-
readonly default: {
|
|
5869
|
-
readonly _tag: "JsonResponse";
|
|
5870
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5871
|
-
message: import("io-ts").StringC;
|
|
5872
|
-
}>, import("io-ts").PartialC<{
|
|
5873
|
-
code: import("io-ts").NumberC;
|
|
5874
|
-
}>]>;
|
|
5875
|
-
};
|
|
5876
|
-
};
|
|
5877
|
-
readonly parameters: readonly [{
|
|
5878
|
-
readonly _tag: "FormParameter";
|
|
5879
|
-
readonly explode: false;
|
|
5880
|
-
readonly in: "path";
|
|
5881
|
-
readonly name: "id";
|
|
5882
|
-
}];
|
|
5883
|
-
readonly requestDefaultHeaders: {
|
|
5884
|
-
readonly Accept: "application/json";
|
|
5885
|
-
};
|
|
5886
|
-
};
|
|
5887
|
-
readonly putNotification: {
|
|
5888
|
-
readonly path: "/api/notification/{id}";
|
|
5889
|
-
readonly method: "put";
|
|
5890
|
-
readonly responses: {
|
|
5891
|
-
readonly "200": {
|
|
5892
|
-
readonly _tag: "JsonResponse";
|
|
5893
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5894
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5895
|
-
content: import("io-ts").StringC;
|
|
5896
|
-
}>, import("io-ts").PartialC<{
|
|
5897
|
-
id: import("io-ts").StringC;
|
|
5898
|
-
cid: import("io-ts").StringC;
|
|
5899
|
-
oid: import("io-ts").StringC;
|
|
5900
|
-
action: import("io-ts").StringC;
|
|
5901
|
-
redirect: import("io-ts").StringC;
|
|
5902
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5903
|
-
metadata: import("io-ts").TypeC<{
|
|
5904
|
-
liveness: import("io-ts").BooleanC;
|
|
5905
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5906
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5907
|
-
}>;
|
|
5908
|
-
}>]>;
|
|
5909
|
-
};
|
|
5910
|
-
readonly default: {
|
|
5911
|
-
readonly _tag: "JsonResponse";
|
|
5912
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5913
|
-
message: import("io-ts").StringC;
|
|
5914
|
-
}>, import("io-ts").PartialC<{
|
|
5915
|
-
code: import("io-ts").NumberC;
|
|
5916
|
-
}>]>;
|
|
5917
|
-
};
|
|
5918
|
-
};
|
|
5919
|
-
readonly parameters: readonly [{
|
|
5920
|
-
readonly _tag: "FormParameter";
|
|
5921
|
-
readonly explode: false;
|
|
5922
|
-
readonly in: "path";
|
|
5923
|
-
readonly name: "id";
|
|
5924
|
-
}];
|
|
5925
|
-
readonly requestDefaultHeaders: {
|
|
5926
|
-
readonly "Content-Type": "application/json";
|
|
5927
|
-
readonly Accept: "application/json";
|
|
5928
|
-
};
|
|
5929
|
-
readonly body: {
|
|
5930
|
-
readonly _tag: "JsonBody";
|
|
5931
|
-
};
|
|
5932
|
-
};
|
|
5933
|
-
readonly deleteNotification: {
|
|
5934
|
-
readonly path: "/api/notification/{id}";
|
|
5935
|
-
readonly method: "delete";
|
|
5936
|
-
readonly responses: {
|
|
5937
|
-
readonly "200": {
|
|
5938
|
-
readonly _tag: "JsonResponse";
|
|
5939
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5940
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5941
|
-
content: import("io-ts").StringC;
|
|
5942
|
-
}>, import("io-ts").PartialC<{
|
|
5943
|
-
id: import("io-ts").StringC;
|
|
5944
|
-
cid: import("io-ts").StringC;
|
|
5945
|
-
oid: import("io-ts").StringC;
|
|
5946
|
-
action: import("io-ts").StringC;
|
|
5947
|
-
redirect: import("io-ts").StringC;
|
|
5948
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5949
|
-
metadata: import("io-ts").TypeC<{
|
|
5950
|
-
liveness: import("io-ts").BooleanC;
|
|
5951
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5952
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5953
|
-
}>;
|
|
5954
|
-
}>]>;
|
|
5955
|
-
};
|
|
5956
|
-
readonly default: {
|
|
5957
|
-
readonly _tag: "JsonResponse";
|
|
5958
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5959
|
-
message: import("io-ts").StringC;
|
|
5960
|
-
}>, import("io-ts").PartialC<{
|
|
5961
|
-
code: import("io-ts").NumberC;
|
|
5962
|
-
}>]>;
|
|
5963
|
-
};
|
|
5964
|
-
};
|
|
5965
|
-
readonly parameters: readonly [{
|
|
5966
|
-
readonly _tag: "FormParameter";
|
|
5967
|
-
readonly explode: false;
|
|
5968
|
-
readonly in: "path";
|
|
5969
|
-
readonly name: "id";
|
|
5970
|
-
}];
|
|
5971
|
-
readonly requestDefaultHeaders: {
|
|
5972
|
-
readonly Accept: "application/json";
|
|
5973
|
-
};
|
|
5974
|
-
};
|
|
5975
|
-
readonly viewedNotification: {
|
|
5976
|
-
readonly path: "/api/notification/{id}/viewed";
|
|
5977
|
-
readonly method: "post";
|
|
5978
|
-
readonly responses: {
|
|
5979
|
-
readonly "200": {
|
|
5980
|
-
readonly _tag: "JsonResponse";
|
|
5981
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
5982
|
-
notification_channel: import("io-ts").ArrayC<import("io-ts").UnionC<[import("io-ts").LiteralC<"web">, import("io-ts").LiteralC<"sms">, import("io-ts").LiteralC<"email">]>>;
|
|
5983
|
-
content: import("io-ts").StringC;
|
|
5984
|
-
}>, import("io-ts").PartialC<{
|
|
5985
|
-
id: import("io-ts").StringC;
|
|
5986
|
-
cid: import("io-ts").StringC;
|
|
5987
|
-
oid: import("io-ts").StringC;
|
|
5988
|
-
action: import("io-ts").StringC;
|
|
5989
|
-
redirect: import("io-ts").StringC;
|
|
5990
|
-
views: import("io-ts").ArrayC<import("io-ts").StringC>;
|
|
5991
|
-
metadata: import("io-ts").TypeC<{
|
|
5992
|
-
liveness: import("io-ts").BooleanC;
|
|
5993
|
-
created_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5994
|
-
updated_at: import("io-ts-types/lib/DateFromISOString").DateFromISOStringC;
|
|
5995
|
-
}>;
|
|
5996
|
-
}>]>;
|
|
5997
|
-
};
|
|
5998
|
-
readonly default: {
|
|
5999
|
-
readonly _tag: "JsonResponse";
|
|
6000
|
-
readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
|
|
6001
|
-
message: import("io-ts").StringC;
|
|
6002
|
-
}>, import("io-ts").PartialC<{
|
|
6003
|
-
code: import("io-ts").NumberC;
|
|
6004
|
-
}>]>;
|
|
6005
|
-
};
|
|
6006
|
-
};
|
|
6007
|
-
readonly parameters: readonly [{
|
|
6008
|
-
readonly _tag: "FormParameter";
|
|
6009
|
-
readonly explode: false;
|
|
6010
|
-
readonly in: "path";
|
|
6011
|
-
readonly name: "id";
|
|
6012
|
-
}];
|
|
6013
|
-
readonly requestDefaultHeaders: {
|
|
6014
|
-
readonly Accept: "application/json";
|
|
6015
|
-
};
|
|
6016
|
-
};
|
|
6017
5940
|
readonly providerWebhook: {
|
|
6018
5941
|
readonly path: "/api/webhook/{provider}";
|
|
6019
5942
|
readonly method: "post";
|
|
@@ -6081,6 +6004,7 @@ export interface OperationRequestFunctionMap {
|
|
|
6081
6004
|
getCompany: GetCompanyRequestFunction;
|
|
6082
6005
|
putCompany: PutCompanyRequestFunction;
|
|
6083
6006
|
deleteCompany: DeleteCompanyRequestFunction;
|
|
6007
|
+
approveCompany: ApproveCompanyRequestFunction;
|
|
6084
6008
|
getJobs: GetJobsRequestFunction;
|
|
6085
6009
|
postJob: PostJobRequestFunction;
|
|
6086
6010
|
getJob: GetJobRequestFunction;
|
|
@@ -6115,12 +6039,6 @@ export interface OperationRequestFunctionMap {
|
|
|
6115
6039
|
getDocument: GetDocumentRequestFunction;
|
|
6116
6040
|
putDocument: PutDocumentRequestFunction;
|
|
6117
6041
|
deleteDocument: DeleteDocumentRequestFunction;
|
|
6118
|
-
getNotifications: GetNotificationsRequestFunction;
|
|
6119
|
-
postNotification: PostNotificationRequestFunction;
|
|
6120
|
-
getNotification: GetNotificationRequestFunction;
|
|
6121
|
-
putNotification: PutNotificationRequestFunction;
|
|
6122
|
-
deleteNotification: DeleteNotificationRequestFunction;
|
|
6123
|
-
viewedNotification: ViewedNotificationRequestFunction;
|
|
6124
6042
|
providerWebhook: ProviderWebhookRequestFunction;
|
|
6125
6043
|
runner: RunnerRequestFunction;
|
|
6126
6044
|
}
|
|
@@ -6148,6 +6066,7 @@ export declare const companyServiceBuilder: (requestFunctions: OperationRequestF
|
|
|
6148
6066
|
getCompany: GetCompanyRequestFunction;
|
|
6149
6067
|
putCompany: PutCompanyRequestFunction;
|
|
6150
6068
|
deleteCompany: DeleteCompanyRequestFunction;
|
|
6069
|
+
approveCompany: ApproveCompanyRequestFunction;
|
|
6151
6070
|
};
|
|
6152
6071
|
export declare const jobServiceBuilder: (requestFunctions: OperationRequestFunctionMap) => {
|
|
6153
6072
|
getJobs: GetJobsRequestFunction;
|
|
@@ -6191,14 +6110,6 @@ export declare const documentServiceBuilder: (requestFunctions: OperationRequest
|
|
|
6191
6110
|
putDocument: PutDocumentRequestFunction;
|
|
6192
6111
|
deleteDocument: DeleteDocumentRequestFunction;
|
|
6193
6112
|
};
|
|
6194
|
-
export declare const notificationServiceBuilder: (requestFunctions: OperationRequestFunctionMap) => {
|
|
6195
|
-
getNotifications: GetNotificationsRequestFunction;
|
|
6196
|
-
postNotification: PostNotificationRequestFunction;
|
|
6197
|
-
getNotification: GetNotificationRequestFunction;
|
|
6198
|
-
putNotification: PutNotificationRequestFunction;
|
|
6199
|
-
deleteNotification: DeleteNotificationRequestFunction;
|
|
6200
|
-
viewedNotification: ViewedNotificationRequestFunction;
|
|
6201
|
-
};
|
|
6202
6113
|
export declare const webhookServiceBuilder: (requestFunctions: OperationRequestFunctionMap) => {
|
|
6203
6114
|
providerWebhook: ProviderWebhookRequestFunction;
|
|
6204
6115
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|