@paydala-payments/models 0.7.73 → 0.7.75

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/paydala.d.ts CHANGED
@@ -37,5 +37,7 @@ interface PaydalaBasic {
37
37
  export interface OnPaydalaClose extends PaydalaBasic {
38
38
  /** List of all operations performed in the Paydala SDK */
39
39
  txnDetails: TransactionOperatorDetail[];
40
+ /** Application Level error */
41
+ error: string | null;
40
42
  }
41
43
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.7.73",
3
+ "version": "0.7.75",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",