@kanda-libs/ks-component-ts 0.3.69 → 0.3.70

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 (75) hide show
  1. package/.DS_Store +0 -0
  2. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  3. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  4. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  5. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  6. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  7. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  8. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  9. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  10. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  11. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  12. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  13. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  14. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  15. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  16. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  17. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  18. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  19. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  20. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  21. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  22. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js +5 -0
  23. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +7 -0
  24. package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +4657 -0
  25. package/app/.yalc/@kanda-libs/ks-component-ts/package.json +97 -0
  26. package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +1 -0
  27. package/app/yalc.lock +9 -0
  28. package/dist/index.d.ts +15520 -13248
  29. package/dist/index.esm.js +4 -4
  30. package/dist/index.esm.js.map +3 -3
  31. package/package.json +1 -1
  32. package/src/.DS_Store +0 -0
  33. package/src/field/.DS_Store +0 -0
  34. package/src/field/components/.DS_Store +0 -0
  35. package/src/generated/components/schemas/Enquiry.ts +30 -0
  36. package/src/generated/components/schemas/EnquiryBody.ts +18 -0
  37. package/src/generated/components/schemas/EnquiryInfo.ts +29 -0
  38. package/src/generated/components/schemas/EnquiryState.ts +28 -0
  39. package/src/generated/components/schemas/EnquiryStateRequest.ts +10 -0
  40. package/src/generated/components/schemas/InfoEnquiry.ts +26 -0
  41. package/src/generated/components/schemas/InfoTag.ts +15 -0
  42. package/src/generated/components/schemas/InterestInCredit.ts +5 -0
  43. package/src/generated/components/schemas/InterestInCreditRequest.ts +10 -0
  44. package/src/generated/components/schemas/JobInfo.ts +20 -0
  45. package/src/generated/components/schemas/MaxBudget.ts +16 -0
  46. package/src/generated/components/schemas/PreferenceMap.ts +5 -0
  47. package/src/generated/components/schemas/Tag.ts +7 -0
  48. package/src/generated/components/schemas/TagBody.ts +17 -0
  49. package/src/generated/components/schemas/WorkType.ts +2 -0
  50. package/src/generated/components/schemas/index.ts +14 -0
  51. package/src/generated/operations/deleteEnquiry.ts +29 -0
  52. package/src/generated/operations/deleteTag.ts +29 -0
  53. package/src/generated/operations/getEnquiries.ts +25 -0
  54. package/src/generated/operations/getEnquiry.ts +29 -0
  55. package/src/generated/operations/getInfoEnquiry.ts +29 -0
  56. package/src/generated/operations/getTag.ts +29 -0
  57. package/src/generated/operations/getTags.ts +25 -0
  58. package/src/generated/operations/index.ts +243 -0
  59. package/src/generated/operations/postEnquiry.ts +24 -0
  60. package/src/generated/operations/postEnquiryArchive.ts +29 -0
  61. package/src/generated/operations/postEnquiryBudget.ts +35 -0
  62. package/src/generated/operations/postEnquiryConsumer.ts +35 -0
  63. package/src/generated/operations/postEnquiryConsumerPreferences.ts +38 -0
  64. package/src/generated/operations/postEnquiryConsumerSignature.ts +38 -0
  65. package/src/generated/operations/postEnquiryConvertJob.ts +29 -0
  66. package/src/generated/operations/postEnquiryInterestInCredit.ts +38 -0
  67. package/src/generated/operations/postEnquiryJobInfo.ts +35 -0
  68. package/src/generated/operations/postEnquiryState.ts +38 -0
  69. package/src/generated/operations/postEnquirySubmit.ts +29 -0
  70. package/src/generated/operations/postEnquiryUnarchive.ts +29 -0
  71. package/src/generated/operations/postTag.ts +24 -0
  72. package/src/generated/operations/putEnquiry.ts +35 -0
  73. package/src/generated/operations/putInfoTag.ts +24 -0
  74. package/src/generated/operations/putTag.ts +35 -0
  75. package/src/generated/widget/index.tsx +73510 -64803
@@ -0,0 +1,38 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export type PostEnquiryStateRequestParameters = {
5
+ id: string;
6
+ };
7
+
8
+ export const postEnquiryStateOperation = {
9
+ path: "/api/enquiry/{id}/state",
10
+ method: "post",
11
+ responses: {
12
+ "200": { _tag: "JsonResponse", decoder: schemas.Enquiry },
13
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
14
+ },
15
+ parameters: [
16
+ {
17
+ _tag: "FormParameter",
18
+ explode: false,
19
+ in: "path",
20
+ name: "id",
21
+ },
22
+ ],
23
+ requestDefaultHeaders: {
24
+ "Content-Type": "application/json",
25
+ Accept: "application/json",
26
+ },
27
+ body: {
28
+ _tag: "JsonBody",
29
+ },
30
+ } as const;
31
+
32
+ export type PostEnquiryStateRequestFunction = RequestFunction<
33
+ {
34
+ params: PostEnquiryStateRequestParameters;
35
+ body: schemas.EnquiryStateRequest;
36
+ },
37
+ schemas.Enquiry
38
+ >;
@@ -0,0 +1,29 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export type PostEnquirySubmitRequestParameters = {
5
+ id: string;
6
+ };
7
+
8
+ export const postEnquirySubmitOperation = {
9
+ path: "/api/enquiry/{id}/submit",
10
+ method: "post",
11
+ responses: {
12
+ "200": { _tag: "JsonResponse", decoder: schemas.Enquiry },
13
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
14
+ },
15
+ parameters: [
16
+ {
17
+ _tag: "FormParameter",
18
+ explode: false,
19
+ in: "path",
20
+ name: "id",
21
+ },
22
+ ],
23
+ requestDefaultHeaders: { Accept: "application/json" },
24
+ } as const;
25
+
26
+ export type PostEnquirySubmitRequestFunction = RequestFunction<
27
+ { params: PostEnquirySubmitRequestParameters },
28
+ schemas.Enquiry
29
+ >;
@@ -0,0 +1,29 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export type PostEnquiryUnarchiveRequestParameters = {
5
+ id: string;
6
+ };
7
+
8
+ export const postEnquiryUnarchiveOperation = {
9
+ path: "/api/enquiry/{id}/unarchive",
10
+ method: "post",
11
+ responses: {
12
+ "200": { _tag: "JsonResponse", decoder: schemas.Enquiry },
13
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
14
+ },
15
+ parameters: [
16
+ {
17
+ _tag: "FormParameter",
18
+ explode: false,
19
+ in: "path",
20
+ name: "id",
21
+ },
22
+ ],
23
+ requestDefaultHeaders: { Accept: "application/json" },
24
+ } as const;
25
+
26
+ export type PostEnquiryUnarchiveRequestFunction = RequestFunction<
27
+ { params: PostEnquiryUnarchiveRequestParameters },
28
+ schemas.Enquiry
29
+ >;
@@ -0,0 +1,24 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export const postTagOperation = {
5
+ path: "/api/tag",
6
+ method: "post",
7
+ responses: {
8
+ "200": { _tag: "JsonResponse", decoder: schemas.Tag },
9
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
10
+ },
11
+ parameters: [],
12
+ requestDefaultHeaders: {
13
+ "Content-Type": "application/json",
14
+ Accept: "application/json",
15
+ },
16
+ body: {
17
+ _tag: "JsonBody",
18
+ },
19
+ } as const;
20
+
21
+ export type PostTagRequestFunction = RequestFunction<
22
+ { body: schemas.TagBody },
23
+ schemas.Tag
24
+ >;
@@ -0,0 +1,35 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export type PutEnquiryRequestParameters = {
5
+ id: string;
6
+ };
7
+
8
+ export const putEnquiryOperation = {
9
+ path: "/api/enquiry/{id}",
10
+ method: "put",
11
+ responses: {
12
+ "200": { _tag: "JsonResponse", decoder: schemas.Enquiry },
13
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
14
+ },
15
+ parameters: [
16
+ {
17
+ _tag: "FormParameter",
18
+ explode: false,
19
+ in: "path",
20
+ name: "id",
21
+ },
22
+ ],
23
+ requestDefaultHeaders: {
24
+ "Content-Type": "application/json",
25
+ Accept: "application/json",
26
+ },
27
+ body: {
28
+ _tag: "JsonBody",
29
+ },
30
+ } as const;
31
+
32
+ export type PutEnquiryRequestFunction = RequestFunction<
33
+ { params: PutEnquiryRequestParameters; body: schemas.EnquiryBody },
34
+ schemas.Enquiry
35
+ >;
@@ -0,0 +1,24 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export const putInfoTagOperation = {
5
+ path: "/api/info/tag",
6
+ method: "put",
7
+ responses: {
8
+ "200": { _tag: "JsonResponse", decoder: schemas.InfoTag },
9
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
10
+ },
11
+ parameters: [],
12
+ requestDefaultHeaders: {
13
+ "Content-Type": "application/json",
14
+ Accept: "application/json",
15
+ },
16
+ body: {
17
+ _tag: "JsonBody",
18
+ },
19
+ } as const;
20
+
21
+ export type PutInfoTagRequestFunction = RequestFunction<
22
+ { body: schemas.InfoTag },
23
+ schemas.InfoTag
24
+ >;
@@ -0,0 +1,35 @@
1
+ import type { RequestFunction } from "@kanda-libs/openapi-io-ts-runtime";
2
+ import * as schemas from "../components/schemas";
3
+
4
+ export type PutTagRequestParameters = {
5
+ id: string;
6
+ };
7
+
8
+ export const putTagOperation = {
9
+ path: "/api/tag/{id}",
10
+ method: "put",
11
+ responses: {
12
+ "200": { _tag: "JsonResponse", decoder: schemas.Tag },
13
+ default: { _tag: "JsonResponse", decoder: schemas.Error },
14
+ },
15
+ parameters: [
16
+ {
17
+ _tag: "FormParameter",
18
+ explode: false,
19
+ in: "path",
20
+ name: "id",
21
+ },
22
+ ],
23
+ requestDefaultHeaders: {
24
+ "Content-Type": "application/json",
25
+ Accept: "application/json",
26
+ },
27
+ body: {
28
+ _tag: "JsonBody",
29
+ },
30
+ } as const;
31
+
32
+ export type PutTagRequestFunction = RequestFunction<
33
+ { params: PutTagRequestParameters; body: schemas.TagBody },
34
+ schemas.Tag
35
+ >;