@shipengine/connect-carrier-api 4.24.1 → 4.25.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.
@@ -17,6 +17,8 @@ export declare enum CarrierAttributeEnum {
17
17
  /** @description The shipping provider returns status details via tracking */
18
18
  DetailedStatuses = "DetailedStatuses",
19
19
  /** @description The shipping provider returns an image captured at the time of delivery, serving as evidence that the shipment was successfully delivered to the recipient via tracking */
20
- ProofOfDelivery = "ProofOfDelivery"
20
+ ProofOfDelivery = "ProofOfDelivery",
21
+ /** @description The shipping provider returns estimated event location and timezone via tracking */
22
+ CountryTimezoneEstimation = "CountryTimezoneEstimation"
21
23
  }
22
24
  export declare const CarrierAttributeEnumSchema: Joi.StringSchema;
@@ -23,6 +23,8 @@ var CarrierAttributeEnum;
23
23
  CarrierAttributeEnum["DetailedStatuses"] = "DetailedStatuses";
24
24
  /** @description The shipping provider returns an image captured at the time of delivery, serving as evidence that the shipment was successfully delivered to the recipient via tracking */
25
25
  CarrierAttributeEnum["ProofOfDelivery"] = "ProofOfDelivery";
26
+ /** @description The shipping provider returns estimated event location and timezone via tracking */
27
+ CarrierAttributeEnum["CountryTimezoneEstimation"] = "CountryTimezoneEstimation";
26
28
  })(CarrierAttributeEnum || (exports.CarrierAttributeEnum = CarrierAttributeEnum = {}));
27
29
  exports.CarrierAttributeEnumSchema = joi_1.default.string().valid(...Object.values(CarrierAttributeEnum));
28
30
  //# sourceMappingURL=carrier-attributes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"carrier-attributes.js","sourceRoot":"","sources":["../../../src/app/metadata/carrier-attributes.ts"],"names":[],"mappings":";;;;AAAA,sDAAsB;AAEtB,IAAY,oBAmBX;AAnBD,WAAY,oBAAoB;IAC9B,uDAAuD;IACvD,2DAAmC,CAAA;IACnC,wDAAwD;IACxD,6DAAqC,CAAA;IACrC,qEAAqE;IACrE,qDAA6B,CAAA;IAC7B,gEAAgE;IAChE,6CAAqB,CAAA;IACrB,wEAAwE;IACxE,yEAAiD,CAAA;IACjD,wFAAwF;IACxF,uDAA+B,CAAA;IAC/B,mIAAmI;IACnI,yEAAiD,CAAA;IACjD,6EAA6E;IAC7E,6DAAqC,CAAA;IACrC,2LAA2L;IAC3L,2DAAmC,CAAA;AACrC,CAAC,EAnBW,oBAAoB,oCAApB,oBAAoB,QAmB/B;AAEY,QAAA,0BAA0B,GAAG,aAAG,CAAC,MAAM,EAAE,CAAC,KAAK,CAC1D,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CACvC,CAAC"}
1
+ {"version":3,"file":"carrier-attributes.js","sourceRoot":"","sources":["../../../src/app/metadata/carrier-attributes.ts"],"names":[],"mappings":";;;;AAAA,sDAAsB;AAEtB,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B,uDAAuD;IACvD,2DAAmC,CAAA;IACnC,wDAAwD;IACxD,6DAAqC,CAAA;IACrC,qEAAqE;IACrE,qDAA6B,CAAA;IAC7B,gEAAgE;IAChE,6CAAqB,CAAA;IACrB,wEAAwE;IACxE,yEAAiD,CAAA;IACjD,wFAAwF;IACxF,uDAA+B,CAAA;IAC/B,mIAAmI;IACnI,yEAAiD,CAAA;IACjD,6EAA6E;IAC7E,6DAAqC,CAAA;IACrC,2LAA2L;IAC3L,2DAAmC,CAAA;IACnC,oGAAoG;IACpG,+EAAuD,CAAA;AACzD,CAAC,EArBW,oBAAoB,oCAApB,oBAAoB,QAqB/B;AAEY,QAAA,0BAA0B,GAAG,aAAG,CAAC,MAAM,EAAE,CAAC,KAAK,CAC1D,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CACvC,CAAC"}
@@ -6,7 +6,8 @@ export declare enum CarrierAttribute {
6
6
  RequiresInboundWebhook = "RequiresInboundWebhook",
7
7
  DetailedStatuses = "DetailedStatuses",
8
8
  ProofOfDelivery = "ProofOfDelivery",
9
- TrackingSubscriptionLevel = "TrackingSubscriptionLevel"
9
+ TrackingSubscriptionLevel = "TrackingSubscriptionLevel",
10
+ CountryTimezoneEstimation = "CountryTimezoneEstimation"
10
11
  }
11
12
  export declare enum ShippingServiceAttribute {
12
13
  Returns = "Returns",
@@ -11,6 +11,7 @@ var CarrierAttribute;
11
11
  CarrierAttribute["DetailedStatuses"] = "DetailedStatuses";
12
12
  CarrierAttribute["ProofOfDelivery"] = "ProofOfDelivery";
13
13
  CarrierAttribute["TrackingSubscriptionLevel"] = "TrackingSubscriptionLevel";
14
+ CarrierAttribute["CountryTimezoneEstimation"] = "CountryTimezoneEstimation";
14
15
  })(CarrierAttribute || (exports.CarrierAttribute = CarrierAttribute = {}));
15
16
  var ShippingServiceAttribute;
16
17
  (function (ShippingServiceAttribute) {
@@ -1 +1 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/app/metadata/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,uDAAmC,CAAA;IACnC,yDAAqC,CAAA;IACrC,iDAA6B,CAAA;IAC7B,yCAAqB,CAAA;IACrB,qEAAiD,CAAA;IACjD,yDAAqC,CAAA;IACrC,uDAAmC,CAAA;IACnC,2EAAuD,CAAA;AACzD,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAED,IAAY,wBAgBX;AAhBD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,yDAA6B,CAAA;IAC7B,iDAAqB,CAAA;IACrB,uEAA2C,CAAA;IAC3C,iFAAqD,CAAA;IACrD,+DAAmC,CAAA;IACnC,iEAAqC,CAAA;IACrC,6DAAiC,CAAA;IACjC,uCAAW,CAAA;IACX,6DAAiC,CAAA;IACjC,2EAA+C,CAAA;IAC/C,6DAAiC,CAAA;IACjC,6EAAiD,CAAA;IACjD,yFAA6D,CAAA;IAC7D,6EAAiD,CAAA;AACnD,CAAC,EAhBW,wBAAwB,wCAAxB,wBAAwB,QAgBnC;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,6CAAuB,CAAA;IACvB,6CAAuB,CAAA;AACzB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B;AAED,IAAY,YASX;AATD,WAAY,YAAY;IACtB,2CAA2B,CAAA;IAC3B,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;IAC3B,+CAA+B,CAAA;IAC/B,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;IAC3B,qCAAqB,CAAA;AACvB,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,2CAA2B,CAAA;IAC3B,mCAAmB,CAAA;IACnB,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,qCAAqB,CAAA;AACvB,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,0CAAa,CAAA;IACb,8DAAiC,CAAA;IACjC,gDAAmB,CAAA;AACrB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/app/metadata/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IAC1B,uDAAmC,CAAA;IACnC,yDAAqC,CAAA;IACrC,iDAA6B,CAAA;IAC7B,yCAAqB,CAAA;IACrB,qEAAiD,CAAA;IACjD,yDAAqC,CAAA;IACrC,uDAAmC,CAAA;IACnC,2EAAuD,CAAA;IACvD,2EAAuD,CAAA;AACzD,CAAC,EAVW,gBAAgB,gCAAhB,gBAAgB,QAU3B;AAED,IAAY,wBAgBX;AAhBD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,yDAA6B,CAAA;IAC7B,iDAAqB,CAAA;IACrB,uEAA2C,CAAA;IAC3C,iFAAqD,CAAA;IACrD,+DAAmC,CAAA;IACnC,iEAAqC,CAAA;IACrC,6DAAiC,CAAA;IACjC,uCAAW,CAAA;IACX,6DAAiC,CAAA;IACjC,2EAA+C,CAAA;IAC/C,6DAAiC,CAAA;IACjC,6EAAiD,CAAA;IACjD,yFAA6D,CAAA;IAC7D,6EAAiD,CAAA;AACnD,CAAC,EAhBW,wBAAwB,wCAAxB,wBAAwB,QAgBnC;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,6CAAuB,CAAA;IACvB,6CAAuB,CAAA;AACzB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B;AAED,IAAY,YASX;AATD,WAAY,YAAY;IACtB,2CAA2B,CAAA;IAC3B,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;IAC3B,+CAA+B,CAAA;IAC/B,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;IAC3B,qCAAqB,CAAA;AACvB,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,2CAA2B,CAAA;IAC3B,mCAAmB,CAAA;IACnB,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,qCAAqB,CAAA;AACvB,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,0CAAa,CAAA;IACb,8DAAiC,CAAA;IACjC,gDAAmB,CAAA;AACrB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
@@ -49,6 +49,7 @@ export declare enum ShippingOptionEnum {
49
49
  CustomerExpectedDeliveryFromDate = "customer-expected-delivery-from-date",
50
50
  CustomerExpectedDeliveryToDate = "customer-expected-delivery-to-date",
51
51
  Fragile = "fragile",
52
+ ServiceConfigurationId = "service-configuration-id",
52
53
  DeliveryAsAddressed = "delivery-as-addressed",
53
54
  ReturnAfterFirstAttempt = "return-after-first-attempt"
54
55
  }
@@ -45,6 +45,7 @@ var ShippingOptionEnum;
45
45
  ShippingOptionEnum["CustomerExpectedDeliveryFromDate"] = "customer-expected-delivery-from-date";
46
46
  ShippingOptionEnum["CustomerExpectedDeliveryToDate"] = "customer-expected-delivery-to-date";
47
47
  ShippingOptionEnum["Fragile"] = "fragile";
48
+ ShippingOptionEnum["ServiceConfigurationId"] = "service-configuration-id";
48
49
  ShippingOptionEnum["DeliveryAsAddressed"] = "delivery-as-addressed";
49
50
  ShippingOptionEnum["ReturnAfterFirstAttempt"] = "return-after-first-attempt";
50
51
  })(ShippingOptionEnum || (exports.ShippingOptionEnum = ShippingOptionEnum = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"shipping-option.js","sourceRoot":"","sources":["../../../src/app/metadata/shipping-option.ts"],"names":[],"mappings":";;;;AAAA,sDAAsB;AAYT,QAAA,+BAA+B,GAAG,aAAG,CAAC,MAAM,CAAC;IACxD,IAAI,EAAE,aAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IACrC,WAAW,EAAE,aAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC;CAC9C,CAAC,CAAC,QAAQ,EAAE,CAAC;AAEd,IAAY,kBAuCX;AAvCD,WAAY,kBAAkB;IAC5B,iDAA2B,CAAA;IAC3B,gDAA0B,CAAA;IAC1B,qDAA+B,CAAA;IAC/B,8DAAwC,CAAA;IACxC,+DAAyC,CAAA;IACzC,8DAAwC,CAAA;IACxC,wDAAkC,CAAA;IAClC,0DAAoC,CAAA;IACpC,+DAAyC,CAAA;IACzC,wCAAkB,CAAA;IAClB,8DAAwC,CAAA;IACxC,oDAA8B,CAAA;IAC9B,uDAAiC,CAAA;IACjC,iEAA2C,CAAA;IAC3C,oDAA8B,CAAA;IAC9B,sDAAgC,CAAA;IAChC,4DAAsC,CAAA;IACtC,4DAAsC,CAAA;IACtC,wEAAkD,CAAA;IAClD,6CAAuB,CAAA;IACvB,4DAAsC,CAAA;IACtC,8DAAwC,CAAA;IACxC,0DAAoC,CAAA;IACpC,0DAAoC,CAAA;IACpC,mEAA6C,CAAA;IAC7C,4DAAsC,CAAA;IACtC,gGAA0E,CAAA;IAC1E,iFAA2D,CAAA;IAC3D,qEAA+C,CAAA;IAC/C,uCAAiB,CAAA;IACjB,8DAAwC,CAAA;IACxC,2CAAqB,CAAA;IACrB,iDAA2B,CAAA;IAC3B,+FAAyE,CAAA;IACzE,2FAAqE,CAAA;IACrE,yCAAmB,CAAA;IACnB,mEAA6C,CAAA;IAC7C,4EAAsD,CAAA;AACxD,CAAC,EAvCW,kBAAkB,kCAAlB,kBAAkB,QAuC7B;AAEY,QAAA,8BAA8B,GAAG,aAAG,CAAC,MAAM,CACtD,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,WAAgB,EAAE,MAAM,EAAE,EAAE;IACpE,WAAW,CAAC,MAAM,CAAC,GAAG,uCAA+B,CAAC;IACtD,OAAO,WAAW,CAAC;AACrB,CAAC,EAAE,EAAE,CAAC,CACP,CAAC"}
1
+ {"version":3,"file":"shipping-option.js","sourceRoot":"","sources":["../../../src/app/metadata/shipping-option.ts"],"names":[],"mappings":";;;;AAAA,sDAAsB;AAYT,QAAA,+BAA+B,GAAG,aAAG,CAAC,MAAM,CAAC;IACxD,IAAI,EAAE,aAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IACrC,WAAW,EAAE,aAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC;CAC9C,CAAC,CAAC,QAAQ,EAAE,CAAC;AAEd,IAAY,kBAwCX;AAxCD,WAAY,kBAAkB;IAC5B,iDAA2B,CAAA;IAC3B,gDAA0B,CAAA;IAC1B,qDAA+B,CAAA;IAC/B,8DAAwC,CAAA;IACxC,+DAAyC,CAAA;IACzC,8DAAwC,CAAA;IACxC,wDAAkC,CAAA;IAClC,0DAAoC,CAAA;IACpC,+DAAyC,CAAA;IACzC,wCAAkB,CAAA;IAClB,8DAAwC,CAAA;IACxC,oDAA8B,CAAA;IAC9B,uDAAiC,CAAA;IACjC,iEAA2C,CAAA;IAC3C,oDAA8B,CAAA;IAC9B,sDAAgC,CAAA;IAChC,4DAAsC,CAAA;IACtC,4DAAsC,CAAA;IACtC,wEAAkD,CAAA;IAClD,6CAAuB,CAAA;IACvB,4DAAsC,CAAA;IACtC,8DAAwC,CAAA;IACxC,0DAAoC,CAAA;IACpC,0DAAoC,CAAA;IACpC,mEAA6C,CAAA;IAC7C,4DAAsC,CAAA;IACtC,gGAA0E,CAAA;IAC1E,iFAA2D,CAAA;IAC3D,qEAA+C,CAAA;IAC/C,uCAAiB,CAAA;IACjB,8DAAwC,CAAA;IACxC,2CAAqB,CAAA;IACrB,iDAA2B,CAAA;IAC3B,+FAAyE,CAAA;IACzE,2FAAqE,CAAA;IACrE,yCAAmB,CAAA;IACnB,yEAAmD,CAAA;IACnD,mEAA6C,CAAA;IAC7C,4EAAsD,CAAA;AACxD,CAAC,EAxCW,kBAAkB,kCAAlB,kBAAkB,QAwC7B;AAEY,QAAA,8BAA8B,GAAG,aAAG,CAAC,MAAM,CACtD,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,WAAgB,EAAE,MAAM,EAAE,EAAE;IACpE,WAAW,CAAC,MAAM,CAAC,GAAG,uCAA+B,CAAC;IACtD,OAAO,WAAW,CAAC;AACrB,CAAC,EAAE,EAAE,CAAC,CACP,CAAC"}
@@ -59,6 +59,8 @@ export declare class AdvancedOptions {
59
59
  customer_expected_delivery?: CustomerExpectedDelivery;
60
60
  /** @description Describes whether or not the shipment is fragile. */
61
61
  fragile?: boolean;
62
+ /** @description A unique ID representing a specific carrier service-level or automation rule within the carrier's/aggregator's system. */
63
+ service_configuration_id?: string;
62
64
  /** @description Indicates whether the recipient should be notified of events related to the shipment. */
63
65
  delivery_as_addressed?: boolean;
64
66
  /** @description Instructs the carrier to deliver the package only to the exact address provided. */
@@ -53,6 +53,8 @@ class AdvancedOptions {
53
53
  customer_expected_delivery;
54
54
  /** @description Describes whether or not the shipment is fragile. */
55
55
  fragile;
56
+ /** @description A unique ID representing a specific carrier service-level or automation rule within the carrier's/aggregator's system. */
57
+ service_configuration_id;
56
58
  /** @description Indicates whether the recipient should be notified of events related to the shipment. */
57
59
  delivery_as_addressed;
58
60
  /** @description Instructs the carrier to deliver the package only to the exact address provided. */
@@ -1 +1 @@
1
- {"version":3,"file":"advanced-options.js","sourceRoot":"","sources":["../../src/models/advanced-options.ts"],"names":[],"mappings":";;;AAUA,wDAAwD;AACxD,MAAa,eAAe;IAC1B,0DAA0D;IAC1D,sBAAsB,CAAW;IACjC,yDAAyD;IACzD,gBAAgB,CAAW;IAC3B,iEAAiE;IACjE,UAAU,CAAW;IACrB,oEAAoE;IACpE,cAAc,CAAW;IACzB,8EAA8E;IAC9E,qBAAqB,CAAW;IAChC,6DAA6D;IAC7D,iBAAiB,CAAW;IAC5B,iGAAiG;IACjG,GAAG,CAAY;IACf,wFAAwF;IACxF,mBAAmB,CAAW;IAC9B,iGAAiG;IACjG,mBAAmB,CAAqB;IACxC,8IAA8I;IAC9I,mBAAmB,CAAW;IAC9B,iFAAiF;IACjF,eAAe,CAAW;IAC1B,2DAA2D;IAC3D,uBAAuB,CAAyB;IAChD,+HAA+H;IAC/H,gBAAgB,CAAW;IAC3B,yGAAyG;IACzG,kBAAkB,CAAW;IAC7B,qDAAqD;IACrD,yBAAyB,CAA2B;IACpD,+GAA+G;IAC/G,aAAa,CAAsB;IACnC,oHAAoH;IACpH,SAAS,CAAa;IACtB,wEAAwE;IACxE,gBAAgB,CAAwB;IACxC,0FAA0F;IAC1F,cAAc,CAAsB;IACpC,yFAAyF;IACzF,MAAM,CAAW;IACjB,uHAAuH;IACvH,kBAAkB,CAAW;IAC7B,qFAAqF;IACrF,QAAQ,CAAW;IACnB,kHAAkH;IAClH,WAAW,CAAW;IACtB,0GAA0G;IAC1G,0BAA0B,CAA4B;IACtD,qEAAqE;IACrE,OAAO,CAAW;IAClB,yGAAyG;IACzG,qBAAqB,CAAW;IAChC,oGAAoG;IACpG,0BAA0B,CAAW;CAGtC;AAzDD,0CAyDC"}
1
+ {"version":3,"file":"advanced-options.js","sourceRoot":"","sources":["../../src/models/advanced-options.ts"],"names":[],"mappings":";;;AAUA,wDAAwD;AACxD,MAAa,eAAe;IAC1B,0DAA0D;IAC1D,sBAAsB,CAAW;IACjC,yDAAyD;IACzD,gBAAgB,CAAW;IAC3B,iEAAiE;IACjE,UAAU,CAAW;IACrB,oEAAoE;IACpE,cAAc,CAAW;IACzB,8EAA8E;IAC9E,qBAAqB,CAAW;IAChC,6DAA6D;IAC7D,iBAAiB,CAAW;IAC5B,iGAAiG;IACjG,GAAG,CAAY;IACf,wFAAwF;IACxF,mBAAmB,CAAW;IAC9B,iGAAiG;IACjG,mBAAmB,CAAqB;IACxC,8IAA8I;IAC9I,mBAAmB,CAAW;IAC9B,iFAAiF;IACjF,eAAe,CAAW;IAC1B,2DAA2D;IAC3D,uBAAuB,CAAyB;IAChD,+HAA+H;IAC/H,gBAAgB,CAAW;IAC3B,yGAAyG;IACzG,kBAAkB,CAAW;IAC7B,qDAAqD;IACrD,yBAAyB,CAA2B;IACpD,+GAA+G;IAC/G,aAAa,CAAsB;IACnC,oHAAoH;IACpH,SAAS,CAAa;IACtB,wEAAwE;IACxE,gBAAgB,CAAwB;IACxC,0FAA0F;IAC1F,cAAc,CAAsB;IACpC,yFAAyF;IACzF,MAAM,CAAW;IACjB,uHAAuH;IACvH,kBAAkB,CAAW;IAC7B,qFAAqF;IACrF,QAAQ,CAAW;IACnB,kHAAkH;IAClH,WAAW,CAAW;IACtB,0GAA0G;IAC1G,0BAA0B,CAA4B;IACtD,qEAAqE;IACrE,OAAO,CAAW;IAClB,0IAA0I;IAC1I,wBAAwB,CAAU;IAClC,yGAAyG;IACzG,qBAAqB,CAAW;IAChC,oGAAoG;IACpG,0BAA0B,CAAW;CAGtC;AA3DD,0CA2DC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "4.24.1",
3
+ "version": "4.25.0",
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",
package/spec.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Shipping API",
5
5
  "description": "This API specification describes the canonical ShipEngine Shipping API connector module.",
6
- "version": "1.38.0"
6
+ "version": "1.39.0"
7
7
  },
8
8
  "paths": {
9
9
  "/Register": {
@@ -955,6 +955,11 @@
955
955
  "type": "boolean",
956
956
  "description": "Indicates whether the shipment contains fragile items that require special handling to prevent damage during transit and delivery."
957
957
  },
958
+ "service_configuration_id": {
959
+ "type": "string",
960
+ "description": "A unique ID representing a specific carrier service-level or automation rule within the carrier's or aggregator's system.",
961
+ "nullable": true
962
+ },
958
963
  "delivery_as_addressed": {
959
964
  "type": "boolean",
960
965
  "description": "Instructs the carrier to deliver the package only to the exact address provided."
@@ -19,6 +19,8 @@ export enum CarrierAttributeEnum {
19
19
  DetailedStatuses = 'DetailedStatuses',
20
20
  /** @description The shipping provider returns an image captured at the time of delivery, serving as evidence that the shipment was successfully delivered to the recipient via tracking */
21
21
  ProofOfDelivery = 'ProofOfDelivery',
22
+ /** @description The shipping provider returns estimated event location and timezone via tracking */
23
+ CountryTimezoneEstimation = 'CountryTimezoneEstimation',
22
24
  }
23
25
 
24
26
  export const CarrierAttributeEnumSchema = Joi.string().valid(
@@ -7,6 +7,7 @@ export enum CarrierAttribute {
7
7
  DetailedStatuses = 'DetailedStatuses',
8
8
  ProofOfDelivery = 'ProofOfDelivery',
9
9
  TrackingSubscriptionLevel = 'TrackingSubscriptionLevel',
10
+ CountryTimezoneEstimation = 'CountryTimezoneEstimation',
10
11
  }
11
12
 
12
13
  export enum ShippingServiceAttribute {
@@ -52,6 +52,7 @@ export enum ShippingOptionEnum {
52
52
  CustomerExpectedDeliveryFromDate = 'customer-expected-delivery-from-date',
53
53
  CustomerExpectedDeliveryToDate = 'customer-expected-delivery-to-date',
54
54
  Fragile = 'fragile',
55
+ ServiceConfigurationId = 'service-configuration-id',
55
56
  DeliveryAsAddressed = 'delivery-as-addressed',
56
57
  ReturnAfterFirstAttempt = 'return-after-first-attempt',
57
58
  }
@@ -60,6 +60,8 @@ export class AdvancedOptions {
60
60
  customer_expected_delivery?: CustomerExpectedDelivery;
61
61
  /** @description Describes whether or not the shipment is fragile. */
62
62
  fragile?: boolean;
63
+ /** @description A unique ID representing a specific carrier service-level or automation rule within the carrier's/aggregator's system. */
64
+ service_configuration_id?: string;
63
65
  /** @description Indicates whether the recipient should be notified of events related to the shipment. */
64
66
  delivery_as_addressed?: boolean;
65
67
  /** @description Instructs the carrier to deliver the package only to the exact address provided. */