yellowgrid-api-ts 3.2.173-dev.0 → 3.2.174-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.
|
@@ -14,5 +14,10 @@ export declare const CourierEnum: {
|
|
|
14
14
|
readonly value: "POPS";
|
|
15
15
|
readonly publicValue: "POPS";
|
|
16
16
|
};
|
|
17
|
+
readonly INTERPARCEL: {
|
|
18
|
+
readonly name: "INTERPARCEL";
|
|
19
|
+
readonly value: "Interparcel";
|
|
20
|
+
readonly publicValue: "Interparcel";
|
|
21
|
+
};
|
|
17
22
|
};
|
|
18
23
|
export type CourierEnum = typeof CourierEnum;
|
package/models/CourierEnum.ts
CHANGED