@kanda-libs/ks-schema 1.0.802 → 1.0.804
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/DeleteDeviceRegistrationRequest.d.ts +8 -0
- package/dist/components/schemas/DeleteDeviceRegistrationRequest.d.ts.map +1 -0
- package/dist/components/schemas/DeleteDeviceRegistrationRequest.js +30 -0
- package/dist/components/schemas/InfoEntity.d.ts +1 -0
- package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
- package/dist/components/schemas/InfoSearch.d.ts +1 -0
- package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
- package/dist/components/schemas/Job.d.ts +1 -0
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.d.ts +2 -0
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +1 -0
- package/dist/components/schemas/SearchHits.d.ts +1 -0
- package/dist/components/schemas/SearchHits.d.ts.map +1 -1
- package/dist/components/schemas/index.d.ts +1 -0
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +1 -0
- package/dist/operations/applyJob.d.ts +1 -0
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +1 -0
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +1 -0
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +1 -0
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/delayJobSatNote.d.ts +1 -0
- package/dist/operations/delayJobSatNote.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +1 -0
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/deleteProfileDeviceRegistration.d.ts +1 -1
- package/dist/operations/deleteProfileDeviceRegistration.d.ts.map +1 -1
- package/dist/operations/getInfoEntity.d.ts +1 -0
- package/dist/operations/getInfoEntity.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +1 -0
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +1 -0
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/infoExampleJob.d.ts +1 -0
- package/dist/operations/infoExampleJob.d.ts.map +1 -1
- package/dist/operations/infoSearch.d.ts +1 -0
- package/dist/operations/infoSearch.d.ts.map +1 -1
- package/dist/operations/jobSwitchDeposit.d.ts +1 -0
- package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
- package/dist/operations/lenderReviewJobSatNote.d.ts +1 -0
- package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
- package/dist/operations/overrideJob.d.ts +1 -0
- package/dist/operations/overrideJob.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +1 -0
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +1 -0
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +1 -0
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/putJob.d.ts +1 -0
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/quoteJob.d.ts +1 -0
- package/dist/operations/quoteJob.d.ts.map +1 -1
- package/dist/operations/reapplyJob.d.ts +1 -0
- package/dist/operations/reapplyJob.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +1 -0
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signJobSatNote.d.ts +1 -0
- package/dist/operations/signJobSatNote.d.ts.map +1 -1
- package/dist/operations/tradeQuoteApprovalLead.d.ts +1 -0
- package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
- package/dist/operations/unarchiveJob.d.ts +1 -0
- package/dist/operations/unarchiveJob.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +1 -0
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +14762 -14746
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +35291 -35266
- package/package.json +1 -1
- package/schema.yaml +15 -1
|
@@ -232,6 +232,7 @@ export declare const quoteJobOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"quoteJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/quoteJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBpB,CAAC;AAEX,oBAAY,uBAAuB,GAAG,eAAe,CACnD;IAAE,MAAM,EAAE,yBAAyB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,aAAa,CAAA;CAAE,EAClE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -232,6 +232,7 @@ export declare const reapplyJobOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reapplyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/reapplyJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"reapplyJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/reapplyJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC;AAEX,oBAAY,yBAAyB,GAAG,eAAe,CACrD;IACE,MAAM,EAAE,2BAA2B,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC,eAAe,GAAG,OAAO,CAAC;CACzC,EACD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -232,6 +232,7 @@ export declare const sendJobOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"sendJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/sendJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnB,CAAC;AAEX,oBAAY,sBAAsB,GAAG,eAAe,CAClD;IAAE,MAAM,EAAE,wBAAwB,CAAA;CAAE,EACpC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -232,6 +232,7 @@ export declare const signJobSatNoteOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,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":"signJobSatNote.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/signJobSatNote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB1B,CAAC;AAEX,oBAAY,6BAA6B,GAAG,eAAe,CACzD;IAAE,MAAM,EAAE,+BAA+B,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAA;CAAE,EAClE,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -236,6 +236,7 @@ export declare const tradeQuoteApprovalLeadOperation: {
|
|
|
236
236
|
}>, import("io-ts").PartialC<{
|
|
237
237
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
238
238
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
239
|
+
remark: import("io-ts").StringC;
|
|
239
240
|
}>]>;
|
|
240
241
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
241
242
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tradeQuoteApprovalLead.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/tradeQuoteApprovalLead.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAEzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uCAAuC,GAAG;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"tradeQuoteApprovalLead.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/tradeQuoteApprovalLead.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAEzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,uCAAuC,GAAG;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBlC,CAAC;AAEX,oBAAY,qCAAqC,GAAG,eAAe,CACjE;IAAE,MAAM,EAAE,uCAAuC,CAAA;CAAE,EACnD,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -232,6 +232,7 @@ export declare const unarchiveJobOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unarchiveJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/unarchiveJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,6BAA6B,GAAG;IAC1C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"unarchiveJob.d.ts","sourceRoot":"","sources":["../../frontend/generated/operations/unarchiveJob.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AAEjD,oBAAY,6BAA6B,GAAG;IAC1C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBxB,CAAC;AAEX,oBAAY,2BAA2B,GAAG,eAAe,CACvD;IAAE,MAAM,EAAE,6BAA6B,CAAA;CAAE,EACzC,OAAO,CAAC,GAAG,CACZ,CAAC"}
|
|
@@ -232,6 +232,7 @@ export declare const viewJobSatNoteOperation: {
|
|
|
232
232
|
}>, import("io-ts").PartialC<{
|
|
233
233
|
q_rate: import("io-ts").UnionC<[import("io-ts").LiteralC<"No - I was not told to choose a specific option">, import("io-ts").LiteralC<"Yes - I was told to choose a specific option">]>;
|
|
234
234
|
q_saving: import("io-ts").UnionC<[import("io-ts").LiteralC<"Yes I understand">, import("io-ts").LiteralC<"No I do not understand">]>;
|
|
235
|
+
remark: import("io-ts").StringC;
|
|
235
236
|
}>]>;
|
|
236
237
|
job_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"standard">, import("io-ts").LiteralC<"solar">]>;
|
|
237
238
|
flow_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"example">, import("io-ts").LiteralC<"live">]>;
|
|
@@ -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,mCAAmC,CAAC;AACzE,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,mCAAmC,CAAC;AACzE,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"}
|