yellowgrid-api-ts 3.2.71 → 3.2.72

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.
@@ -14,5 +14,10 @@ export declare const PortStatusEnum: {
14
14
  readonly value: 2;
15
15
  readonly publicValue: "Closed";
16
16
  };
17
+ readonly CANCELLED: {
18
+ readonly name: "CANCELLED";
19
+ readonly value: 3;
20
+ readonly publicValue: "Cancelled";
21
+ };
17
22
  };
18
23
  export type PortStatusEnum = typeof PortStatusEnum;
@@ -16,5 +16,10 @@ exports.PortStatusEnum = {
16
16
  "name": "CLOSED",
17
17
  "value": 2,
18
18
  "publicValue": "Closed"
19
+ },
20
+ "CANCELLED": {
21
+ "name": "CANCELLED",
22
+ "value": 3,
23
+ "publicValue": "Cancelled"
19
24
  }
20
25
  };
@@ -13,6 +13,11 @@ export const PortStatusEnum = {
13
13
  "name": "CLOSED",
14
14
  "value": 2,
15
15
  "publicValue": "Closed"
16
+ },
17
+ "CANCELLED": {
18
+ "name": "CANCELLED",
19
+ "value": 3,
20
+ "publicValue": "Cancelled"
16
21
  }
17
22
  } as const;
18
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.71",
3
+ "version": "3.2.72",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {