@readerseye2/cr_type 1.0.33 → 1.0.35

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.
@@ -20,28 +20,14 @@ export interface CommonSessionData {
20
20
  }
21
21
  export interface ParentSessionData extends CommonSessionData {
22
22
  user_idx: number;
23
- user_logo_url?: string;
24
23
  client_id: string;
25
- email: string;
26
- user_name: string;
27
- name: string;
24
+ oauth_email: string;
28
25
  provider: OauthProvider;
29
- lastUpdatedOauthAt?: number;
30
- }
31
- export interface ParentDetail {
32
- user_extended_idx: number;
33
- user_phone?: string;
34
- user_address?: string;
35
- user_address_detail?: string;
36
- user_address_postal?: string;
37
26
  }
38
27
  export interface ChildSessionData extends CommonSessionData {
39
28
  parent_idx: number;
40
29
  child_idx: number;
41
- child_image_url?: string;
42
30
  child_ID: string;
43
- parent_name: string;
44
- parent_logo_url?: string;
45
31
  }
46
32
  export interface AdminSessionData extends CommonSessionData {
47
33
  admin_idx: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",