@kanda-libs/ks-component-ts 0.3.61 → 0.3.63
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/index.d.ts +12947 -12947
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/package.json +1 -1
- package/src/generated/components/schemas/BusinessSector.ts +2 -0
- package/src/generated/widget/index.tsx +57806 -57803
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import * as t from "io-ts";
|
|
|
2
2
|
|
|
3
3
|
export const BusinessSector = t.union([
|
|
4
4
|
t.literal("Home improvement"),
|
|
5
|
+
t.literal("Renewables"),
|
|
5
6
|
t.literal("Retail"),
|
|
6
7
|
t.literal("IT and technology Services"),
|
|
7
8
|
t.literal("Automotive services"),
|
|
@@ -13,6 +14,7 @@ export const BusinessSector = t.union([
|
|
|
13
14
|
|
|
14
15
|
export type BusinessSector =
|
|
15
16
|
| "Home improvement"
|
|
17
|
+
| "Renewables"
|
|
16
18
|
| "Retail"
|
|
17
19
|
| "IT and technology Services"
|
|
18
20
|
| "Automotive services"
|