@dgpholdings/greatoak-shared 1.0.57 → 1.0.58

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.
@@ -10,11 +10,11 @@ export type TApiSignupRes = {
10
10
  message?: string;
11
11
  };
12
12
  export type TApiSigninAppleReq = {
13
- email: string;
13
+ email?: string;
14
+ familyName?: string;
15
+ givenName?: string;
14
16
  identityToken: string;
15
17
  model: string;
16
- familyName: string;
17
- givenName: string;
18
18
  deviceUniqueId: string;
19
19
  };
20
20
  export type TApiSigninAppleRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",