@paydala-payments/models 0.2.41 → 0.2.42

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
@@ -14,7 +14,7 @@ interface PaydalaBasic {
14
14
  /** Operator configuration */
15
15
  operatorCredentials: OperatorSignAndCredentials | null;
16
16
  /** The application environment default value is `production`*/
17
- environment?: Environment;
17
+ environment: Environment;
18
18
  }
19
19
  export interface OnPaydalaClose extends PaydalaBasic {
20
20
  /** List of all operations performed in the Paydala SDK */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",