@shipengine/connect-carrier-api 4.16.10 → 4.16.11
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.
- package/lib/models/pickup/pickup-shipment-details.d.ts +2 -2
- package/lib/models/pickup/pickup-shipment-details.js.map +1 -1
- package/lib/models/pickup/shipped-shipment.d.ts +3 -1
- package/lib/models/pickup/shipped-shipment.js +2 -0
- package/lib/models/pickup/shipped-shipment.js.map +1 -1
- package/package.json +2 -2
- package/spec.json +549 -193
- package/src/models/pickup/pickup-shipment-details.ts +2 -2
- package/src/models/pickup/shipped-shipment.ts +5 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PickupShipment } from './shipped-shipment';
|
|
2
2
|
/** @description Details for a pickup shipment */
|
|
3
3
|
export declare class PickupShipmentDetails {
|
|
4
4
|
/** @description Service category for the carrier (ground, express, next_day) */
|
|
5
5
|
pickup_service_code?: string;
|
|
6
6
|
/** @description List of shipments to be picked up */
|
|
7
|
-
shipments?:
|
|
7
|
+
shipments?: PickupShipment[];
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pickup-shipment-details.js","sourceRoot":"","sources":["../../../src/models/pickup/pickup-shipment-details.ts"],"names":[],"mappings":";;;AAEA,iDAAiD;AACjD,MAAa,qBAAqB;IAChC,gFAAgF;IAChF,mBAAmB,CAAU;IAC7B,qDAAqD;IACrD,SAAS,
|
|
1
|
+
{"version":3,"file":"pickup-shipment-details.js","sourceRoot":"","sources":["../../../src/models/pickup/pickup-shipment-details.ts"],"names":[],"mappings":";;;AAEA,iDAAiD;AACjD,MAAa,qBAAqB;IAChC,gFAAgF;IAChF,mBAAmB,CAAU;IAC7B,qDAAqD;IACrD,SAAS,CAAoB;CAC9B;AALD,sDAKC"}
|
|
@@ -3,7 +3,7 @@ import { ShipTo } from '../addresses/ship-to';
|
|
|
3
3
|
import { AdvancedOptions } from '../advanced-options';
|
|
4
4
|
import { Identifier } from '../identifier';
|
|
5
5
|
import { ShippedPackage } from './shipped-package';
|
|
6
|
-
import { PudoLocation } from '../../models';
|
|
6
|
+
import { DisplayScheme, PudoLocation } from '../../models';
|
|
7
7
|
/** @description Basic structure for a shipment that has been shipped */
|
|
8
8
|
export declare class ShippedShipment extends Label {
|
|
9
9
|
/** @description The address that a shipment will be delivered to */
|
|
@@ -24,4 +24,6 @@ export declare class ShippedShipment extends Label {
|
|
|
24
24
|
reference?: string;
|
|
25
25
|
}
|
|
26
26
|
export declare class PickupShipment extends ShippedShipment {
|
|
27
|
+
/** @description Display schemes for shipments*/
|
|
28
|
+
display_schemes?: DisplayScheme[];
|
|
27
29
|
}
|
|
@@ -23,6 +23,8 @@ class ShippedShipment extends label_1.Label {
|
|
|
23
23
|
}
|
|
24
24
|
exports.ShippedShipment = ShippedShipment;
|
|
25
25
|
class PickupShipment extends ShippedShipment {
|
|
26
|
+
/** @description Display schemes for shipments*/
|
|
27
|
+
display_schemes;
|
|
26
28
|
}
|
|
27
29
|
exports.PickupShipment = PickupShipment;
|
|
28
30
|
//# sourceMappingURL=shipped-shipment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipped-shipment.js","sourceRoot":"","sources":["../../../src/models/pickup/shipped-shipment.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAO3C,wEAAwE;AACxE,MAAa,eAAgB,SAAQ,aAAK;IACxC,oEAAoE;IACpE,OAAO,CAAU;IACjB,8EAA8E;IAC9E,uBAAuB,CAAgB;IACvC,2DAA2D;IAC3D,YAAY,CAAU;IACtB,sEAAsE;IACtE,QAAQ,CAAoB;IAC5B,qFAAqF;IACrF,gBAAgB,CAAmB;IACnC,8CAA8C;IAC9C,eAAe,CAAgB;IAC/B,+CAA+C;IAC/C,gBAAgB,CAAgB;IAChC,4FAA4F;IAC5F,SAAS,CAAU;CACpB;AAjBD,0CAiBC;AAED,MAAa,cAAe,SAAQ,eAAe;
|
|
1
|
+
{"version":3,"file":"shipped-shipment.js","sourceRoot":"","sources":["../../../src/models/pickup/shipped-shipment.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAO3C,wEAAwE;AACxE,MAAa,eAAgB,SAAQ,aAAK;IACxC,oEAAoE;IACpE,OAAO,CAAU;IACjB,8EAA8E;IAC9E,uBAAuB,CAAgB;IACvC,2DAA2D;IAC3D,YAAY,CAAU;IACtB,sEAAsE;IACtE,QAAQ,CAAoB;IAC5B,qFAAqF;IACrF,gBAAgB,CAAmB;IACnC,8CAA8C;IAC9C,eAAe,CAAgB;IAC/B,+CAA+C;IAC/C,gBAAgB,CAAgB;IAChC,4FAA4F;IAC5F,SAAS,CAAU;CACpB;AAjBD,0CAiBC;AAED,MAAa,cAAe,SAAQ,eAAe;IACjD,gDAAgD;IAChD,eAAe,CAAmB;CACnC;AAHD,wCAGC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipengine/connect-carrier-api",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.11",
|
|
4
4
|
"description": "This is the typescript/javascript definitions for carrier api",
|
|
5
5
|
"homepage": "https://connect.shipengine.com",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"tslib": "^2.6.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@shipengine/connect-runtime": "^4.10.
|
|
47
|
+
"@shipengine/connect-runtime": "^4.10.2",
|
|
48
48
|
"express": "^4.18.2",
|
|
49
49
|
"winston": "^3.8.2"
|
|
50
50
|
}
|