@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.
- 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
|
@@ -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 {
|