@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.
- package/dist/esm/index3.js +2 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index3.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -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 {
|