@coinbase/cdp-api-client 0.0.76 → 0.0.77

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.
@@ -1,4 +1,4 @@
1
- const o = "0.0.76";
1
+ const o = "0.0.77";
2
2
  export {
3
3
  o as VERSION
4
4
  };
@@ -303,7 +303,7 @@ export declare const CoolPaymentMethodType: {
303
303
  };
304
304
 
305
305
  export declare interface CreateAccountRequest {
306
- owner: string;
306
+ owner?: string;
307
307
  name?: AccountName;
308
308
  }
309
309
 
@@ -3102,6 +3102,8 @@ export declare const TransferStatus: {
3102
3102
  export declare type TransferTarget = TransfersAccount | PaymentMethod | OnchainAddress | EmailAddress;
3103
3103
 
3104
3104
  export declare interface TravelRule {
3105
+ isSelf?: boolean;
3106
+ isIntermediary?: boolean;
3105
3107
  originator?: TravelRuleOriginator;
3106
3108
  beneficiary?: TravelRuleBeneficiary;
3107
3109
  }
@@ -3122,10 +3124,17 @@ export declare const TravelRuleBeneficiaryAllOfWalletType: {
3122
3124
  export declare type TravelRuleOriginator = TravelRuleParty & TravelRuleOriginatorAllOf;
3123
3125
 
3124
3126
  export declare type TravelRuleOriginatorAllOf = {
3125
- financialInstitution?: string;
3127
+ virtualAssetServiceProvider?: TravelRuleOriginatorAllOfVirtualAssetServiceProvider;
3128
+ };
3129
+
3130
+ export declare type TravelRuleOriginatorAllOfVirtualAssetServiceProvider = {
3131
+ name?: string;
3132
+ address?: PhysicalAddress;
3133
+ identifier?: string;
3126
3134
  };
3127
3135
 
3128
3136
  export declare interface TravelRuleParty {
3137
+ financialInstitution?: string;
3129
3138
  name?: string;
3130
3139
  address?: PhysicalAddress;
3131
3140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-api-client",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",