@compassdigital/sdk.typescript 4.320.0 → 4.322.0

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.
@@ -140,6 +140,7 @@ export interface Options {
140
140
  // ID('payment', '<provider>', 'tender', <timestamp via Data.now()>
141
141
  tender?: string;
142
142
  digital_wallet_pay?: DigitalWalletPay;
143
+ keystore?: 'centric_hub' | 'payment';
143
144
  }
144
145
 
145
146
  export interface Success {