@carsayo/types 1.1.71 → 1.1.73

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.
@@ -33,6 +33,10 @@ export interface TermInfo {
33
33
  version: number;
34
34
  created_at: Date;
35
35
  }
36
+ export interface TermDetail extends TermInfo {
37
+ content_html: string | null;
38
+ term_categoryId: TermCategoryId;
39
+ }
36
40
  export interface TermCategoryDetailInfo {
37
41
  id: TermCategoryId;
38
42
  title: string;
@@ -20,3 +20,6 @@ export interface NiceapiGetIdentityClientKey {
20
20
  */
21
21
  integrity_value: string;
22
22
  }
23
+ export interface IdentifyTokenPhoneNumber {
24
+ isMatched: boolean;
25
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.71",
3
+ "version": "1.1.73",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",