namirasoft-payment 1.4.94 → 1.4.95

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.
@@ -91,7 +91,7 @@ export declare class PaymentUUID {
91
91
  YEARLY: {
92
92
  id: string;
93
93
  items: {
94
- FIX_PER_YAER: {
94
+ FIX_PER_YEAR: {
95
95
  id: string;
96
96
  };
97
97
  };
@@ -96,7 +96,7 @@ PaymentUUID.NAMIRASOFT_JOB_ARRANGER = {
96
96
  YEARLY: {
97
97
  id: "pym-ofr-943ff3f16b42",
98
98
  items: {
99
- FIX_PER_YAER: {
99
+ FIX_PER_YEAR: {
100
100
  id: "pym-ofr-itm-50ec8c77"
101
101
  }
102
102
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.94",
11
+ "version": "1.4.95",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -92,7 +92,7 @@ export class PaymentUUID
92
92
  YEARLY: {
93
93
  id: "pym-ofr-943ff3f16b42",
94
94
  items: {
95
- FIX_PER_YAER: {
95
+ FIX_PER_YEAR: {
96
96
  id: "pym-ofr-itm-50ec8c77"
97
97
  }
98
98
  }