@coinbase/cdp-api-client 0.0.48 → 0.0.50

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.
@@ -130,7 +130,8 @@ const e = {
130
130
  }, b = {
131
131
  jwt: "jwt"
132
132
  }, S = {
133
- google: "google"
133
+ google: "google",
134
+ apple: "apple"
134
135
  }, A = {
135
136
  access_denied: "access_denied",
136
137
  invalid_request: "invalid_request",
@@ -1405,6 +1405,7 @@ export declare type OAuth2ProviderType = (typeof OAuth2ProviderType)[keyof typeo
1405
1405
 
1406
1406
  export declare const OAuth2ProviderType: {
1407
1407
  readonly google: "google";
1408
+ readonly apple: "apple";
1408
1409
  };
1409
1410
 
1410
1411
  export declare interface OnchainAddress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-api-client",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",