@coinbase/cdp-api-client 0.0.53 → 0.0.55

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.
@@ -113,7 +113,8 @@ const e = {
113
113
  jwt: "jwt"
114
114
  }, h = {
115
115
  google: "google",
116
- apple: "apple"
116
+ apple: "apple",
117
+ x: "x"
117
118
  }, b = {
118
119
  team_member: "team_member",
119
120
  api_key: "api_key"
@@ -1253,6 +1253,7 @@ export declare type OAuth2ProviderType = (typeof OAuth2ProviderType)[keyof typeo
1253
1253
  export declare const OAuth2ProviderType: {
1254
1254
  readonly google: "google";
1255
1255
  readonly apple: "apple";
1256
+ readonly x: "x";
1256
1257
  };
1257
1258
 
1258
1259
  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.53",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",