@kanda-libs/ks-schema 1.0.148 → 1.0.150

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.
Files changed (35) hide show
  1. package/dist/components/schemas/ApplicantDetails.d.ts +29 -6
  2. package/dist/components/schemas/ApplicantDetails.d.ts.map +1 -1
  3. package/dist/components/schemas/ApplicantDetails.js +1 -2
  4. package/dist/components/schemas/Credit.d.ts +28 -4
  5. package/dist/components/schemas/Credit.d.ts.map +1 -1
  6. package/dist/components/schemas/Entity.d.ts +28 -4
  7. package/dist/components/schemas/Entity.d.ts.map +1 -1
  8. package/dist/components/schemas/Event.d.ts +28 -4
  9. package/dist/components/schemas/Event.d.ts.map +1 -1
  10. package/dist/operations/applyCredit.d.ts +28 -4
  11. package/dist/operations/applyCredit.d.ts.map +1 -1
  12. package/dist/operations/checkCredit.d.ts +28 -4
  13. package/dist/operations/checkCredit.d.ts.map +1 -1
  14. package/dist/operations/deleteCredit.d.ts +28 -4
  15. package/dist/operations/deleteCredit.d.ts.map +1 -1
  16. package/dist/operations/getCredit.d.ts +28 -4
  17. package/dist/operations/getCredit.d.ts.map +1 -1
  18. package/dist/operations/getCredits.d.ts +28 -4
  19. package/dist/operations/getCredits.d.ts.map +1 -1
  20. package/dist/operations/index.d.ts +252 -36
  21. package/dist/operations/index.d.ts.map +1 -1
  22. package/dist/operations/postCredit.d.ts +28 -4
  23. package/dist/operations/postCredit.d.ts.map +1 -1
  24. package/dist/operations/putCredit.d.ts +28 -4
  25. package/dist/operations/putCredit.d.ts.map +1 -1
  26. package/dist/operations/quoteCredit.d.ts +28 -4
  27. package/dist/operations/quoteCredit.d.ts.map +1 -1
  28. package/dist/operations/signCredit.d.ts +28 -4
  29. package/dist/operations/signCredit.d.ts.map +1 -1
  30. package/dist/schema.json +1 -1
  31. package/dist/widget/index.d.ts +7147 -6799
  32. package/dist/widget/index.d.ts.map +1 -1
  33. package/dist/widget/index.js +17394 -16992
  34. package/package.json +1 -1
  35. package/schema.yaml +1 -1
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBvB,CAAC;AAEX,oBAAY,0BAA0B,GAAG,eAAe,CACtD;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,EACxC,OAAO,CAAC,MAAM,CACf,CAAC"}
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"}
@@ -318,11 +318,35 @@ export declare const signCreditOperation: {
318
318
  }>;
319
319
  }>, import("io-ts").PartialC<{
320
320
  additional_employment_details: import("io-ts").ArrayC<import("io-ts").IntersectionC<[import("io-ts").TypeC<{
321
- employer_name: import("io-ts").StringC;
322
- main_occupation: import("io-ts").StringC;
323
- months_employed: import("io-ts").NumberC;
321
+ employment_status: import("io-ts").UnionC<[import("io-ts").LiteralC<"employed">, import("io-ts").LiteralC<"self_employed">, import("io-ts").LiteralC<"not_employed">, import("io-ts").LiteralC<"retired">]>;
322
+ gross_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
323
+ amount: import("io-ts").NumberC;
324
+ }>, import("io-ts").PartialC<{
325
+ currency: import("io-ts").LiteralC<"GBP">;
326
+ }>]>;
324
327
  }>, import("io-ts").PartialC<{
325
- employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
328
+ employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
329
+ employer_name: import("io-ts").StringC;
330
+ main_occupation: import("io-ts").StringC;
331
+ months_employed: import("io-ts").NumberC;
332
+ }>, import("io-ts").PartialC<{
333
+ employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
334
+ }>]>;
335
+ self_employed_details: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
336
+ business_name: import("io-ts").StringC;
337
+ type_of_business: import("io-ts").StringC;
338
+ months_self_employed: import("io-ts").NumberC;
339
+ }>, import("io-ts").PartialC<{
340
+ self_employed_type: import("io-ts").UnionC<[import("io-ts").LiteralC<"full_time">, import("io-ts").LiteralC<"part_time">]>;
341
+ }>]>;
342
+ not_employed_details: import("io-ts").TypeC<{
343
+ source_of_income: import("io-ts").UnionC<[import("io-ts").LiteralC<"partner">, import("io-ts").LiteralC<"benefits">, import("io-ts").LiteralC<"maintenance">, import("io-ts").LiteralC<"disabled">, import("io-ts").LiteralC<"fulltime_carer">, import("io-ts").LiteralC<"homemaker">, import("io-ts").LiteralC<"permanent_dla">, import("io-ts").LiteralC<"other">]>;
344
+ }>;
345
+ household_annual_income: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
346
+ amount: import("io-ts").NumberC;
347
+ }>, import("io-ts").PartialC<{
348
+ currency: import("io-ts").LiteralC<"GBP">;
349
+ }>]>;
326
350
  }>]>>;
327
351
  }>]>>;
328
352
  credit_documents: import("io-ts").ArrayC<import("io-ts").IntersectionC<[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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}