@kanda-libs/ks-schema 1.0.109 → 1.0.110

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.
@@ -2,12 +2,12 @@ import * as t from "io-ts";
2
2
  export declare const InfoGhost: t.IntersectionC<[t.TypeC<{
3
3
  email: t.StringC;
4
4
  }>, t.PartialC<{
5
- customer_role: t.StringC;
5
+ custom_role: t.StringC;
6
6
  custom_token: t.StringC;
7
7
  }>]>;
8
8
  export interface InfoGhost {
9
9
  email: string;
10
- customer_role?: string;
10
+ custom_role?: string;
11
11
  custom_token?: string;
12
12
  }
13
13
  //# sourceMappingURL=InfoGhost.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoGhost.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoGhost.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,eAAO,MAAM,SAAS;;;;;IAQpB,CAAC;AAEH,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"InfoGhost.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/InfoGhost.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAE3B,eAAO,MAAM,SAAS;;;;;IAQpB,CAAC;AAEH,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -30,7 +30,7 @@ exports.InfoGhost = t.intersection([
30
30
  email: t.string,
31
31
  }),
32
32
  t.partial({
33
- customer_role: t.string,
33
+ custom_role: t.string,
34
34
  custom_token: t.string,
35
35
  }),
36
36
  ]);
@@ -218,7 +218,7 @@ export declare const operations: {
218
218
  readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
219
219
  email: import("io-ts").StringC;
220
220
  }>, import("io-ts").PartialC<{
221
- customer_role: import("io-ts").StringC;
221
+ custom_role: import("io-ts").StringC;
222
222
  custom_token: import("io-ts").StringC;
223
223
  }>]>;
224
224
  };
@@ -9,7 +9,7 @@ export declare const infoGhostOperation: {
9
9
  readonly decoder: import("io-ts").IntersectionC<[import("io-ts").TypeC<{
10
10
  email: import("io-ts").StringC;
11
11
  }>, import("io-ts").PartialC<{
12
- customer_role: import("io-ts").StringC;
12
+ custom_role: import("io-ts").StringC;
13
13
  custom_token: import("io-ts").StringC;
14
14
  }>]>;
15
15
  };