yellowgrid-api-ts 3.2.290 → 3.2.292

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.
@@ -7,7 +7,7 @@ export declare const ReportEnum: {
7
7
  readonly POS: {
8
8
  readonly name: "POS";
9
9
  readonly value: 2;
10
- readonly publicValue: "POS";
10
+ readonly publicValue: "Fanvil POS";
11
11
  };
12
12
  readonly CUSTOMER_SPEND: {
13
13
  readonly name: "CUSTOMER_SPEND";
@@ -10,7 +10,7 @@ exports.ReportEnum = {
10
10
  "POS": {
11
11
  "name": "POS",
12
12
  "value": 2,
13
- "publicValue": "POS"
13
+ "publicValue": "Fanvil POS"
14
14
  },
15
15
  "CUSTOMER_SPEND": {
16
16
  "name": "CUSTOMER_SPEND",
@@ -7,7 +7,7 @@ export const ReportEnum = {
7
7
  "POS": {
8
8
  "name": "POS",
9
9
  "value": 2,
10
- "publicValue": "POS"
10
+ "publicValue": "Fanvil POS"
11
11
  },
12
12
  "CUSTOMER_SPEND": {
13
13
  "name": "CUSTOMER_SPEND",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.290",
3
+ "version": "3.2.292",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {