bm.node-module.payment-manager-sdk
Advanced tools
Comparing version 1.1.1 to 1.1.2-canary.95.370.0
@@ -12,3 +12,9 @@ import { AuthProvider } from '@berlingske-media/bm.node-module.client-sdk-core'; | ||
productsList: string[]; | ||
actions: Record<string, Action>; | ||
productType: string; | ||
actions: { | ||
'prepare-payment'?: Action; | ||
'password-set'?: Action; | ||
finalize?: Action; | ||
[action: string]: Action | undefined; | ||
}; | ||
} | ||
@@ -15,0 +21,0 @@ export interface Action { |
{ | ||
"name": "bm.node-module.payment-manager-sdk", | ||
"version": "1.1.1", | ||
"version": "1.1.2-canary.95.370.0", | ||
"description": "This repository contains SDK for payment manager API", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e2b2a015b37d029a3518b46822e1d343eb003073" | ||
"gitHead": "738f1753811a697021d90ac7eb432dc4958b23ac" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
125117
180
2