yellowgrid-api-ts 3.2.64-dev.0 → 3.2.66-dev.0

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.
@@ -0,0 +1,8 @@
1
+ export declare const AutomatedCourierEnum: {
2
+ readonly DPD: {
3
+ readonly name: "DPD";
4
+ readonly value: "DPD";
5
+ readonly publicValue: "DPD";
6
+ };
7
+ };
8
+ export type AutomatedCourierEnum = typeof AutomatedCourierEnum;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutomatedCourierEnum = void 0;
4
+ exports.AutomatedCourierEnum = {
5
+ "DPD": {
6
+ "name": "DPD",
7
+ "value": "DPD",
8
+ "publicValue": "DPD"
9
+ }
10
+ };
@@ -0,0 +1,9 @@
1
+ export const AutomatedCourierEnum = {
2
+ "DPD": {
3
+ "name": "DPD",
4
+ "value": "DPD",
5
+ "publicValue": "DPD"
6
+ }
7
+ } as const;
8
+
9
+ export type AutomatedCourierEnum = typeof AutomatedCourierEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.64-dev.0",
3
+ "version": "3.2.66-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {