@shipengine/react-api 3.6.0 → 3.6.2

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.
@@ -2,4 +2,4 @@ import { SE } from "@shipengine/js-api";
2
2
  /**
3
3
  * @category ShipEngine API Hooks
4
4
  * */
5
- export declare const useUpdateAccountSettings: () => import("@tanstack/react-query").UseMutationResult<SE.ShipEngineAccountSettings, SE.CodedError[], SE.AccountSettings, unknown>;
5
+ export declare const useUpdateAccountSettings: () => import("@tanstack/react-query").UseMutationResult<SE.ShipEngineAccountSettings, SE.CodedError[], Partial<SE.ShipEngineAccountSettings>, unknown>;
@@ -1,4 +1,6 @@
1
+ import { InsuranceFundingSourceAcceptedTermsResponse } from "@shipengine/js-api";
2
+ import { QueryProps } from "../../utilities";
1
3
  /**
2
4
  * @category ShipEngine API Hooks
3
5
  */
4
- export declare const useGetInsuranceFundingSourceAcceptedTerms: () => import("@tanstack/react-query").UseQueryResult<import("@shipengine/js-api").InsuranceFundingSourceAcceptedTermsResponse, import("@shipengine/js-api").CodedError[]>;
6
+ export declare const useGetInsuranceFundingSourceAcceptedTerms: (params?: QueryProps<InsuranceFundingSourceAcceptedTermsResponse>) => import("@tanstack/react-query").UseQueryResult<InsuranceFundingSourceAcceptedTermsResponse, import("@shipengine/js-api").CodedError[]>;
@@ -1,6 +1,10 @@
1
+ import { OrderSource } from "@shipengine/js-api";
2
+ import { QueryProps } from "../../utilities";
1
3
  /**
2
4
  * @category ShipEngine API Hooks
3
5
  *
4
6
  * @see [ShipEngine Developer Docs](https://www.shipengine.com/docs/reference/list-order-sources/)
5
7
  */
6
- export declare const useListOrderSources: () => import("@tanstack/react-query").UseQueryResult<import("@shipengine/js-api").OrderSource[], import("@shipengine/js-api").CodedError[]>;
8
+ export declare const useListOrderSources: (params?: QueryProps<{
9
+ orderSources: OrderSource[];
10
+ }>) => import("@tanstack/react-query").UseQueryResult<OrderSource[], import("@shipengine/js-api").CodedError[]>;
package/index.js CHANGED
@@ -79,25 +79,25 @@ const onError = (_errors) => _default();
79
79
 
80
80
  var o={trace:10,debug:20,info:30,warn:40,error:50,fatal:60},l={};function a(e){return "string"==typeof e?o[e.toLowerCase()]:e}function c(e,r){return c=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e},c(e,r)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return !1;if(Reflect.construct.sham)return !1;if("function"==typeof Proxy)return !0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return !1}}function f(e,r,t){return f=u()?Reflect.construct:function(e,r,t){var s=[null];s.push.apply(s,r);var i=new(Function.bind.apply(e,s));return t&&c(i,t.prototype),i},f.apply(null,arguments)}function h(e){if(null==e)return e;if(Array.isArray(e))return e.slice();if("object"==typeof e){var r={};return Object.keys(e).forEach(function(t){r[t]=e[t];}),r}return e}function v(e){return void 0===e?"undefined":null===e?"null":Array.isArray(e)?"[ "+e.map(function(e){return v(e)}).join(", ")+" ]":"object"==typeof e?JSON.stringify(e):"function"==typeof e?"[Function: "+e.name+"]":"boolean"==typeof e||"number"==typeof e?e:"'"+e.toString()+"'"}function p(e){if("string"!=typeof e){for(var r=new Array(arguments.length),t=0;t<arguments.length;t++)r[t]=v(arguments[t]);return r.join(" ")}for(var s=/%[sdj%]/g,i=1,n=arguments,o=n.length,l=String(e).replace(s,function(e){if("%%"===e)return "%";if(i>=o)return e;switch(e){case"%s":return String(n[i++]);case"%d":return Number(n[i++]);case"%j":try{return JSON.stringify(n[i++])}catch(e){return "[Circular]"}default:return e}}),a=n[i];i<o;a=n[++i])l+=null===a||"object"!=typeof a?" "+a:" "+v(a);return l}function m(e,r){var t=e.split("\n");t[0]&&t[0].indexOf("call-stack-error")>=0&&t.shift();var s=t[r],i=null;if(s){var n=/^\s*(at|.*@)\s*(.+)?$/.exec(s);i=Array.isArray(n)&&n[2]?n[2]:s;}return i}Object.keys(o).forEach(function(e){l[o[e]]=e;});var y={};function d(e,r){if(r){if(y[r])return;y[r]=!0;}console.error(e+"\n");}function g(e){return y[e]}function w(){var e=[];return function(r,t){return t&&"object"==typeof t?-1!==e.indexOf(t)?"[Circular]":(e.push(t),t):t}}var b=/*#__PURE__*/function(){function e(){}return e.prototype.write=function(e){e.level<30?console.log(e):e.level<40?console.info(e):e.level<50?console.warn(e):console.error(e),e.err&&e.err.stack&&console.error(e.err.stack),e.obj&&console.log(e.obj);},e}(),j=/*#__PURE__*/function(){function e(r,t,s){var i,n,o,l,a=this;if(!(this instanceof e))return new e(r,t);if(void 0!==t&&(i=r,r=t,!(i instanceof e)))throw new TypeError("invalid Logger creation: do not pass a second arg");if(!r)throw new TypeError("options (object) is required");if(i){if(r.name)throw new TypeError("invalid options.name: child cannot set logger name")}else if(!r.name)throw new TypeError("options.name (string) is required");if(r.stream&&r.streams)throw new TypeError('cannot mix "streams" and "stream" options');if(r.streams&&!Array.isArray(r.streams))throw new TypeError("invalid options.streams: must be an array");if(r.serializers&&("object"!=typeof r.serializers||Array.isArray(r.serializers)))throw new TypeError("invalid options.serializers: must be an object");if(i&&s){this._level=i._level,this.streams=i.streams,this.serializers=i.serializers,this.src=i.src,n=this.fields={};var c=Object.keys(i.fields);for(l=0;l<c.length;l++)n[o=c[l]]=i.fields[o];var u=Object.keys(r);for(l=0;l<u.length;l++)n[o=u[l]]=r[o];}else {if(i){for(this._level=i._level,this.streams=[],l=0;l<i.streams.length;l++){var f=h(i.streams[l]);this.streams.push(f);}this.serializers=h(i.serializers),this.src=i.src,this.fields=h(i.fields),r.level&&this.level(r.level);}else this._level=Number.POSITIVE_INFINITY,this.streams=[],this.serializers=null,this.src=!1,this.fields={};r.stream?this.addStream({type:"stream",stream:r.stream,level:r.level}):r.streams?r.streams.forEach(function(e){a.addStream(e,r.level);}):i&&r.level?this.level(r.level):i||this.addStream({type:"raw",stream:new b,level:r.level}),r.serializers&&this.addSerializers(r.serializers),r.src&&(this.src=!0),delete(n=h(r)).stream,delete n.level,delete n.streams,delete n.serializers,delete n.src,this.serializers&&this._applySerializers(n),Object.keys(n).forEach(function(e){a.fields[e]=n[e];});}}var r=e.prototype;return r.addStream=function(e,r){void 0===r&&(r=30),(e=h(e)).type="raw",e.level=a(e.level||r),e.level<this._level&&(this._level=e.level),this.streams.push(e),delete this.haveNonRawStreams;},r.addSerializers=function(e){var r=this;this.serializers||(this.serializers={}),Object.keys(e).forEach(function(t){var s=e[t];if("function"!=typeof s)throw new TypeError(p('invalid serializer for "%s" field: must be a function',t));r.serializers[t]=s;});},r.child=function(e,r){return new this.constructor(this,e||{},r)},r.level=function(e){if(void 0===e)return this._level;for(var r=a(e),t=this.streams.length,s=0;s<t;s++)this.streams[s].level=r;this._level=r;},r.levels=function(e,r){if(void 0===e)return this.streams.map(function(e){return e.level});var t;if("number"==typeof e){if(void 0===(t=this.streams[e]))throw new Error("invalid stream index: "+e)}else {for(var s=this.streams.length,i=0;i<s;i++){var n=this.streams[i];if(n.name===e){t=n;break}}if(!t)throw new Error(p('no stream with name "%s"',e))}if(void 0===r)return t.level;var o=a(r);t.level=o,o<this._level&&(this._level=o);},r._applySerializers=function(e,r){var t=this;Object.keys(this.serializers).forEach(function(s){if(!(void 0===e[s]||r&&r[s]))try{e[s]=t.serializers[s](e[s]);}catch(r){d(p('bunyan: ERROR: Exception thrown from the "%s" Bunyan serializer. This should never happen. This is a bugin that serializer function.\n%s',s,r.stack||r)),e[s]=p('(Error in Bunyan log "%s" serializer broke field. See stderr for details.)',s);}});},r._emit=function(e,r){var t,s;if(void 0===this.haveNonRawStreams)for(this.haveNonRawStreams=!1,t=0;t<this.streams.length;t++)if(!this.streams[t].raw){this.haveNonRawStreams=!0;break}if(r||this.haveNonRawStreams)try{s=JSON.stringify(e,w())+"\n";}catch(r){var i=r.stack.split(/\n/g,2).join("\n");d('bunyan: ERROR: Exception in `JSON.stringify(rec)`. You can install the "safe-json-stringify" module to have Bunyan fallback to safer stringification. Record:\n'+function(e,r){return r||(r=" "),r+e.split(/\r?\n/g).join("\n"+r)}(p("%s\n%s",e,r.stack)),i),s=p("(Exception in JSON.stringify(rec): %j. See stderr for details.)\n",r.message);}if(r)return s;var n=e.level;for(t=0;t<this.streams.length;t++){var o=this.streams[t];o.level<=n&&o.stream.write(e);}return s},e}();function z(e){return function(){var r=this;function t(t){var n;t[0]instanceof Error?(s={err:r.serializers&&r.serializers.err?r.serializers.err(t[0]):k.err(t[0])},n={err:!0},i=1===t.length?[s.err.message]:Array.prototype.slice.call(t,1)):"object"!=typeof t[0]&&null!==t[0]||Array.isArray(t[0])?(s=null,i=Array.prototype.slice.call(t)):(s=t[0],i=1===t.length&&s.err&&s.err instanceof Error?[s.err.message]:Array.prototype.slice.call(t,1));var o=h(r.fields);o.level=e;var a=s?h(s):null;if(a&&(r.serializers&&r._applySerializers(a,n),Object.keys(a).forEach(function(e){o[e]=a[e];})),o.levelName=l[e],o.msg=i.length?p.apply(r,i):"",o.time||(o.time=new Date),r.src&&!o.src)try{throw new Error("call-stack-error")}catch(e){var c=e.stack?m(e.stack,2):"";c||g("src")||d("Unable to determine src line info","src"),o.src=c||"";}return o.v=1,o}var s=null,i=arguments,n=null;if(0===arguments.length)return this._level<=e;this._level>e||(n=t(i),this._emit(n));}}function S(e){var r=e.stack||e.toString();if(e.cause&&"function"==typeof e.cause){var t=e.cause();t&&(r+="\nCaused by: "+S(t));}return r}j.prototype.trace=z(10),j.prototype.debug=z(20),j.prototype.info=z(30),j.prototype.warn=z(40),j.prototype.error=z(50),j.prototype.fatal=z(60);var k={err:function(e){return e&&e.stack?{message:e.message,name:e.name,stack:S(e),code:e.code,signal:e.signal}:e}};function E(){return f(j,[].slice.call(arguments))}var A={levels:{trace:"color: DeepPink",debug:"color: GoldenRod",info:"color: DarkTurquoise",warn:"color: Purple",error:"color: Crimson",fatal:"color: Black"},def:"color: DimGray",msg:"color: SteelBlue",src:"color: DimGray; font-style: italic; font-size: 0.9em"},R=/*#__PURE__*/function(){function e(e){var r=void 0===e?{}:e,t=r.logByLevel,s=r.css,i=void 0===s?A:s;this.logByLevel=void 0!==t&&t,this.css=i;}return e.prototype.write=function(e){var r,t,s=this.css.def,i=this.css.msg,n=this.css.src,o=e.childName?e.name+"/"+e.childName:e.name,a=l[e.level],c=(Array(6-a.length).join(" ")+a).toUpperCase();this.logByLevel?(10===e.level?a="debug":60===e.level&&(a="error"),t="function"==typeof console[a]?console[a]:console.log):t=console.log,r=e.level<20?this.css.levels.trace:e.level<30?this.css.levels.debug:e.level<40?this.css.levels.info:e.level<50?this.css.levels.warn:e.level<60?this.css.levels.error:this.css.levels.fatal;var u=function(e,r){return Array(r+1-(e+"").length).join("0")+e},f=[];f.push("[%s:%s:%s:%s] %c%s%c: %s: %c%s "+(e.src?"%c%s":"")),f.push(u(e.time.getHours(),2)),f.push(u(e.time.getMinutes(),2)),f.push(u(e.time.getSeconds(),2)),f.push(u(e.time.getMilliseconds(),4)),f.push(r),f.push(c),f.push(s),f.push(o),f.push(i),f.push(e.msg),e.src&&(f.push(n),f.push(e.src)),e.obj&&(f.push("\n"),f.push(e.obj)),e.err&&e.err.stack&&(f.push("\n"),f.push(e.err.stack)),t.apply(console,f);},e.getDefaultCss=function(){return A},e}();
81
81
 
82
- var __defProp$h = Object.defineProperty;
83
- var __defProps$g = Object.defineProperties;
84
- var __getOwnPropDescs$g = Object.getOwnPropertyDescriptors;
85
- var __getOwnPropSymbols$r = Object.getOwnPropertySymbols;
86
- var __hasOwnProp$r = Object.prototype.hasOwnProperty;
87
- var __propIsEnum$r = Object.prototype.propertyIsEnumerable;
88
- var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
89
- var __spreadValues$h = (a, b) => {
82
+ var __defProp$j = Object.defineProperty;
83
+ var __defProps$i = Object.defineProperties;
84
+ var __getOwnPropDescs$i = Object.getOwnPropertyDescriptors;
85
+ var __getOwnPropSymbols$t = Object.getOwnPropertySymbols;
86
+ var __hasOwnProp$t = Object.prototype.hasOwnProperty;
87
+ var __propIsEnum$t = Object.prototype.propertyIsEnumerable;
88
+ var __defNormalProp$j = (obj, key, value) => key in obj ? __defProp$j(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
89
+ var __spreadValues$j = (a, b) => {
90
90
  for (var prop in b || (b = {}))
91
- if (__hasOwnProp$r.call(b, prop))
92
- __defNormalProp$h(a, prop, b[prop]);
93
- if (__getOwnPropSymbols$r)
94
- for (var prop of __getOwnPropSymbols$r(b)) {
95
- if (__propIsEnum$r.call(b, prop))
96
- __defNormalProp$h(a, prop, b[prop]);
91
+ if (__hasOwnProp$t.call(b, prop))
92
+ __defNormalProp$j(a, prop, b[prop]);
93
+ if (__getOwnPropSymbols$t)
94
+ for (var prop of __getOwnPropSymbols$t(b)) {
95
+ if (__propIsEnum$t.call(b, prop))
96
+ __defNormalProp$j(a, prop, b[prop]);
97
97
  }
98
98
  return a;
99
99
  };
100
- var __spreadProps$g = (a, b) => __defProps$g(a, __getOwnPropDescs$g(b));
100
+ var __spreadProps$i = (a, b) => __defProps$i(a, __getOwnPropDescs$i(b));
101
101
  const streams = [];
102
102
  if (process.env.NODE_ENV === "production") {
103
103
  streams.push({
@@ -106,7 +106,7 @@ if (process.env.NODE_ENV === "production") {
106
106
  }
107
107
  const logger = E({
108
108
  name: "shipengine",
109
- serializers: __spreadProps$g(__spreadValues$h({}, k), {
109
+ serializers: __spreadProps$i(__spreadValues$j({}, k), {
110
110
  req: (req) => ({
111
111
  headers: req.headers,
112
112
  method: req.method,
@@ -507,41 +507,41 @@ const useGetServicesByCarrier = (carrierId) => {
507
507
  });
508
508
  };
509
509
 
510
- var __defProp$g = Object.defineProperty;
511
- var __defProps$f = Object.defineProperties;
512
- var __getOwnPropDescs$f = Object.getOwnPropertyDescriptors;
513
- var __getOwnPropSymbols$q = Object.getOwnPropertySymbols;
514
- var __hasOwnProp$q = Object.prototype.hasOwnProperty;
515
- var __propIsEnum$q = Object.prototype.propertyIsEnumerable;
516
- var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
517
- var __spreadValues$g = (a, b) => {
510
+ var __defProp$i = Object.defineProperty;
511
+ var __defProps$h = Object.defineProperties;
512
+ var __getOwnPropDescs$h = Object.getOwnPropertyDescriptors;
513
+ var __getOwnPropSymbols$s = Object.getOwnPropertySymbols;
514
+ var __hasOwnProp$s = Object.prototype.hasOwnProperty;
515
+ var __propIsEnum$s = Object.prototype.propertyIsEnumerable;
516
+ var __defNormalProp$i = (obj, key, value) => key in obj ? __defProp$i(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
517
+ var __spreadValues$i = (a, b) => {
518
518
  for (var prop in b || (b = {}))
519
- if (__hasOwnProp$q.call(b, prop))
520
- __defNormalProp$g(a, prop, b[prop]);
521
- if (__getOwnPropSymbols$q)
522
- for (var prop of __getOwnPropSymbols$q(b)) {
523
- if (__propIsEnum$q.call(b, prop))
524
- __defNormalProp$g(a, prop, b[prop]);
519
+ if (__hasOwnProp$s.call(b, prop))
520
+ __defNormalProp$i(a, prop, b[prop]);
521
+ if (__getOwnPropSymbols$s)
522
+ for (var prop of __getOwnPropSymbols$s(b)) {
523
+ if (__propIsEnum$s.call(b, prop))
524
+ __defNormalProp$i(a, prop, b[prop]);
525
525
  }
526
526
  return a;
527
527
  };
528
- var __spreadProps$f = (a, b) => __defProps$f(a, __getOwnPropDescs$f(b));
528
+ var __spreadProps$h = (a, b) => __defProps$h(a, __getOwnPropDescs$h(b));
529
529
  var __objRest$j = (source, exclude) => {
530
530
  var target = {};
531
531
  for (var prop in source)
532
- if (__hasOwnProp$q.call(source, prop) && exclude.indexOf(prop) < 0)
532
+ if (__hasOwnProp$s.call(source, prop) && exclude.indexOf(prop) < 0)
533
533
  target[prop] = source[prop];
534
- if (source != null && __getOwnPropSymbols$q)
535
- for (var prop of __getOwnPropSymbols$q(source)) {
536
- if (exclude.indexOf(prop) < 0 && __propIsEnum$q.call(source, prop))
534
+ if (source != null && __getOwnPropSymbols$s)
535
+ for (var prop of __getOwnPropSymbols$s(source)) {
536
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$s.call(source, prop))
537
537
  target[prop] = source[prop];
538
538
  }
539
539
  return target;
540
540
  };
541
541
  const useListCarriers = (params) => {
542
542
  const { client } = useShipEngine();
543
- const _a = __spreadValues$g({}, params), { queryFnParams } = _a, rest = __objRest$j(_a, ["queryFnParams"]);
544
- return reactQuery.useQuery(__spreadProps$f(__spreadValues$g({}, rest), {
543
+ const _a = __spreadValues$i({}, params), { queryFnParams } = _a, rest = __objRest$j(_a, ["queryFnParams"]);
544
+ return reactQuery.useQuery(__spreadProps$h(__spreadValues$i({}, rest), {
545
545
  onError,
546
546
  queryFn: () => client.carriers.list(queryFnParams),
547
547
  queryKey: ["useListCarriers", queryFnParams],
@@ -549,17 +549,17 @@ const useListCarriers = (params) => {
549
549
  }));
550
550
  };
551
551
 
552
- var __getOwnPropSymbols$p = Object.getOwnPropertySymbols;
553
- var __hasOwnProp$p = Object.prototype.hasOwnProperty;
554
- var __propIsEnum$p = Object.prototype.propertyIsEnumerable;
552
+ var __getOwnPropSymbols$r = Object.getOwnPropertySymbols;
553
+ var __hasOwnProp$r = Object.prototype.hasOwnProperty;
554
+ var __propIsEnum$r = Object.prototype.propertyIsEnumerable;
555
555
  var __objRest$i = (source, exclude) => {
556
556
  var target = {};
557
557
  for (var prop in source)
558
- if (__hasOwnProp$p.call(source, prop) && exclude.indexOf(prop) < 0)
558
+ if (__hasOwnProp$r.call(source, prop) && exclude.indexOf(prop) < 0)
559
559
  target[prop] = source[prop];
560
- if (source != null && __getOwnPropSymbols$p)
561
- for (var prop of __getOwnPropSymbols$p(source)) {
562
- if (exclude.indexOf(prop) < 0 && __propIsEnum$p.call(source, prop))
560
+ if (source != null && __getOwnPropSymbols$r)
561
+ for (var prop of __getOwnPropSymbols$r(source)) {
562
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$r.call(source, prop))
563
563
  target[prop] = source[prop];
564
564
  }
565
565
  return target;
@@ -650,17 +650,17 @@ const useDeleteCarrier = () => {
650
650
  });
651
651
  };
652
652
 
653
- var __getOwnPropSymbols$o = Object.getOwnPropertySymbols;
654
- var __hasOwnProp$o = Object.prototype.hasOwnProperty;
655
- var __propIsEnum$o = Object.prototype.propertyIsEnumerable;
653
+ var __getOwnPropSymbols$q = Object.getOwnPropertySymbols;
654
+ var __hasOwnProp$q = Object.prototype.hasOwnProperty;
655
+ var __propIsEnum$q = Object.prototype.propertyIsEnumerable;
656
656
  var __objRest$h = (source, exclude) => {
657
657
  var target = {};
658
658
  for (var prop in source)
659
- if (__hasOwnProp$o.call(source, prop) && exclude.indexOf(prop) < 0)
659
+ if (__hasOwnProp$q.call(source, prop) && exclude.indexOf(prop) < 0)
660
660
  target[prop] = source[prop];
661
- if (source != null && __getOwnPropSymbols$o)
662
- for (var prop of __getOwnPropSymbols$o(source)) {
663
- if (exclude.indexOf(prop) < 0 && __propIsEnum$o.call(source, prop))
661
+ if (source != null && __getOwnPropSymbols$q)
662
+ for (var prop of __getOwnPropSymbols$q(source)) {
663
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$q.call(source, prop))
664
664
  target[prop] = source[prop];
665
665
  }
666
666
  return target;
@@ -677,17 +677,17 @@ const useGetCarrierConnectionForm = (_params) => {
677
677
  });
678
678
  };
679
679
 
680
- var __getOwnPropSymbols$n = Object.getOwnPropertySymbols;
681
- var __hasOwnProp$n = Object.prototype.hasOwnProperty;
682
- var __propIsEnum$n = Object.prototype.propertyIsEnumerable;
680
+ var __getOwnPropSymbols$p = Object.getOwnPropertySymbols;
681
+ var __hasOwnProp$p = Object.prototype.hasOwnProperty;
682
+ var __propIsEnum$p = Object.prototype.propertyIsEnumerable;
683
683
  var __objRest$g = (source, exclude) => {
684
684
  var target = {};
685
685
  for (var prop in source)
686
- if (__hasOwnProp$n.call(source, prop) && exclude.indexOf(prop) < 0)
686
+ if (__hasOwnProp$p.call(source, prop) && exclude.indexOf(prop) < 0)
687
687
  target[prop] = source[prop];
688
- if (source != null && __getOwnPropSymbols$n)
689
- for (var prop of __getOwnPropSymbols$n(source)) {
690
- if (exclude.indexOf(prop) < 0 && __propIsEnum$n.call(source, prop))
688
+ if (source != null && __getOwnPropSymbols$p)
689
+ for (var prop of __getOwnPropSymbols$p(source)) {
690
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$p.call(source, prop))
691
691
  target[prop] = source[prop];
692
692
  }
693
693
  return target;
@@ -747,33 +747,33 @@ const useCarrierConnectionsServicesList = (carrierCode) => {
747
747
  });
748
748
  };
749
749
 
750
- var __defProp$f = Object.defineProperty;
751
- var __defProps$e = Object.defineProperties;
752
- var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
753
- var __getOwnPropSymbols$m = Object.getOwnPropertySymbols;
754
- var __hasOwnProp$m = Object.prototype.hasOwnProperty;
755
- var __propIsEnum$m = Object.prototype.propertyIsEnumerable;
756
- var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
757
- var __spreadValues$f = (a, b) => {
750
+ var __defProp$h = Object.defineProperty;
751
+ var __defProps$g = Object.defineProperties;
752
+ var __getOwnPropDescs$g = Object.getOwnPropertyDescriptors;
753
+ var __getOwnPropSymbols$o = Object.getOwnPropertySymbols;
754
+ var __hasOwnProp$o = Object.prototype.hasOwnProperty;
755
+ var __propIsEnum$o = Object.prototype.propertyIsEnumerable;
756
+ var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
757
+ var __spreadValues$h = (a, b) => {
758
758
  for (var prop in b || (b = {}))
759
- if (__hasOwnProp$m.call(b, prop))
760
- __defNormalProp$f(a, prop, b[prop]);
761
- if (__getOwnPropSymbols$m)
762
- for (var prop of __getOwnPropSymbols$m(b)) {
763
- if (__propIsEnum$m.call(b, prop))
764
- __defNormalProp$f(a, prop, b[prop]);
759
+ if (__hasOwnProp$o.call(b, prop))
760
+ __defNormalProp$h(a, prop, b[prop]);
761
+ if (__getOwnPropSymbols$o)
762
+ for (var prop of __getOwnPropSymbols$o(b)) {
763
+ if (__propIsEnum$o.call(b, prop))
764
+ __defNormalProp$h(a, prop, b[prop]);
765
765
  }
766
766
  return a;
767
767
  };
768
- var __spreadProps$e = (a, b) => __defProps$e(a, __getOwnPropDescs$e(b));
768
+ var __spreadProps$g = (a, b) => __defProps$g(a, __getOwnPropDescs$g(b));
769
769
  var __objRest$f = (source, exclude) => {
770
770
  var target = {};
771
771
  for (var prop in source)
772
- if (__hasOwnProp$m.call(source, prop) && exclude.indexOf(prop) < 0)
772
+ if (__hasOwnProp$o.call(source, prop) && exclude.indexOf(prop) < 0)
773
773
  target[prop] = source[prop];
774
- if (source != null && __getOwnPropSymbols$m)
775
- for (var prop of __getOwnPropSymbols$m(source)) {
776
- if (exclude.indexOf(prop) < 0 && __propIsEnum$m.call(source, prop))
774
+ if (source != null && __getOwnPropSymbols$o)
775
+ for (var prop of __getOwnPropSymbols$o(source)) {
776
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$o.call(source, prop))
777
777
  target[prop] = source[prop];
778
778
  }
779
779
  return target;
@@ -786,7 +786,7 @@ const useGetConnectionsCarrierSettings = (_a) => {
786
786
  ]);
787
787
  const { client } = useShipEngine();
788
788
  const { carrierName, carrierId } = queryFnParams;
789
- return reactQuery.useQuery(__spreadProps$e(__spreadValues$f({}, params), {
789
+ return reactQuery.useQuery(__spreadProps$g(__spreadValues$h({}, params), {
790
790
  onError,
791
791
  queryFn: () => client.connections.getCarrierSettings(carrierName, carrierId),
792
792
  queryKey: ["useGetConnectionsCarrierSettings", carrierName, carrierId],
@@ -794,25 +794,25 @@ const useGetConnectionsCarrierSettings = (_a) => {
794
794
  }));
795
795
  };
796
796
 
797
- var __defProp$e = Object.defineProperty;
798
- var __defProps$d = Object.defineProperties;
799
- var __getOwnPropDescs$d = Object.getOwnPropertyDescriptors;
800
- var __getOwnPropSymbols$l = Object.getOwnPropertySymbols;
801
- var __hasOwnProp$l = Object.prototype.hasOwnProperty;
802
- var __propIsEnum$l = Object.prototype.propertyIsEnumerable;
803
- var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
804
- var __spreadValues$e = (a, b) => {
797
+ var __defProp$g = Object.defineProperty;
798
+ var __defProps$f = Object.defineProperties;
799
+ var __getOwnPropDescs$f = Object.getOwnPropertyDescriptors;
800
+ var __getOwnPropSymbols$n = Object.getOwnPropertySymbols;
801
+ var __hasOwnProp$n = Object.prototype.hasOwnProperty;
802
+ var __propIsEnum$n = Object.prototype.propertyIsEnumerable;
803
+ var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
804
+ var __spreadValues$g = (a, b) => {
805
805
  for (var prop in b || (b = {}))
806
- if (__hasOwnProp$l.call(b, prop))
807
- __defNormalProp$e(a, prop, b[prop]);
808
- if (__getOwnPropSymbols$l)
809
- for (var prop of __getOwnPropSymbols$l(b)) {
810
- if (__propIsEnum$l.call(b, prop))
811
- __defNormalProp$e(a, prop, b[prop]);
806
+ if (__hasOwnProp$n.call(b, prop))
807
+ __defNormalProp$g(a, prop, b[prop]);
808
+ if (__getOwnPropSymbols$n)
809
+ for (var prop of __getOwnPropSymbols$n(b)) {
810
+ if (__propIsEnum$n.call(b, prop))
811
+ __defNormalProp$g(a, prop, b[prop]);
812
812
  }
813
813
  return a;
814
814
  };
815
- var __spreadProps$d = (a, b) => __defProps$d(a, __getOwnPropDescs$d(b));
815
+ var __spreadProps$f = (a, b) => __defProps$f(a, __getOwnPropDescs$f(b));
816
816
  var __async$A = (__this, __arguments, generator) => {
817
817
  return new Promise((resolve, reject) => {
818
818
  var fulfilled = (value) => {
@@ -835,7 +835,7 @@ var __async$A = (__this, __arguments, generator) => {
835
835
  };
836
836
  const useUpdateConnectionsCarrierSettings = (params) => {
837
837
  const { client } = useShipEngine();
838
- return reactQuery.useMutation(__spreadProps$d(__spreadValues$e({}, params), {
838
+ return reactQuery.useMutation(__spreadProps$f(__spreadValues$g({}, params), {
839
839
  mutationFn: (_0) => __async$A(void 0, [_0], function* ({
840
840
  carrierName,
841
841
  carrierId,
@@ -1041,14 +1041,34 @@ const useGetFundingSourceTransactions = (fundingSourceId, params) => {
1041
1041
  });
1042
1042
  };
1043
1043
 
1044
- const useGetInsuranceFundingSourceAcceptedTerms = () => {
1044
+ var __defProp$f = Object.defineProperty;
1045
+ var __defProps$e = Object.defineProperties;
1046
+ var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
1047
+ var __getOwnPropSymbols$m = Object.getOwnPropertySymbols;
1048
+ var __hasOwnProp$m = Object.prototype.hasOwnProperty;
1049
+ var __propIsEnum$m = Object.prototype.propertyIsEnumerable;
1050
+ var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1051
+ var __spreadValues$f = (a, b) => {
1052
+ for (var prop in b || (b = {}))
1053
+ if (__hasOwnProp$m.call(b, prop))
1054
+ __defNormalProp$f(a, prop, b[prop]);
1055
+ if (__getOwnPropSymbols$m)
1056
+ for (var prop of __getOwnPropSymbols$m(b)) {
1057
+ if (__propIsEnum$m.call(b, prop))
1058
+ __defNormalProp$f(a, prop, b[prop]);
1059
+ }
1060
+ return a;
1061
+ };
1062
+ var __spreadProps$e = (a, b) => __defProps$e(a, __getOwnPropDescs$e(b));
1063
+ const useGetInsuranceFundingSourceAcceptedTerms = (params) => {
1045
1064
  const { client } = useShipEngine();
1046
- return reactQuery.useQuery({
1065
+ const queryParams = __spreadValues$f({}, params);
1066
+ return reactQuery.useQuery(__spreadProps$e(__spreadValues$f({}, queryParams), {
1047
1067
  onError,
1048
1068
  queryFn: () => client.fundingSources.insuranceAcceptedTerms(),
1049
1069
  queryKey: ["useGetInsuranceFundingSourceAcceptedTerms"],
1050
1070
  select: (result) => result.data
1051
- });
1071
+ }));
1052
1072
  };
1053
1073
 
1054
1074
  const useGetInsuranceAccount = (insuranceProvider) => {
@@ -1066,17 +1086,17 @@ const useGetInsuranceAccount = (insuranceProvider) => {
1066
1086
  });
1067
1087
  };
1068
1088
 
1069
- var __getOwnPropSymbols$k = Object.getOwnPropertySymbols;
1070
- var __hasOwnProp$k = Object.prototype.hasOwnProperty;
1071
- var __propIsEnum$k = Object.prototype.propertyIsEnumerable;
1089
+ var __getOwnPropSymbols$l = Object.getOwnPropertySymbols;
1090
+ var __hasOwnProp$l = Object.prototype.hasOwnProperty;
1091
+ var __propIsEnum$l = Object.prototype.propertyIsEnumerable;
1072
1092
  var __objRest$e = (source, exclude) => {
1073
1093
  var target = {};
1074
1094
  for (var prop in source)
1075
- if (__hasOwnProp$k.call(source, prop) && exclude.indexOf(prop) < 0)
1095
+ if (__hasOwnProp$l.call(source, prop) && exclude.indexOf(prop) < 0)
1076
1096
  target[prop] = source[prop];
1077
- if (source != null && __getOwnPropSymbols$k)
1078
- for (var prop of __getOwnPropSymbols$k(source)) {
1079
- if (exclude.indexOf(prop) < 0 && __propIsEnum$k.call(source, prop))
1097
+ if (source != null && __getOwnPropSymbols$l)
1098
+ for (var prop of __getOwnPropSymbols$l(source)) {
1099
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$l.call(source, prop))
1080
1100
  target[prop] = source[prop];
1081
1101
  }
1082
1102
  return target;
@@ -1114,17 +1134,17 @@ const useAddInsuranceFunds = () => {
1114
1134
  });
1115
1135
  };
1116
1136
 
1117
- var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
1118
- var __hasOwnProp$j = Object.prototype.hasOwnProperty;
1119
- var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
1137
+ var __getOwnPropSymbols$k = Object.getOwnPropertySymbols;
1138
+ var __hasOwnProp$k = Object.prototype.hasOwnProperty;
1139
+ var __propIsEnum$k = Object.prototype.propertyIsEnumerable;
1120
1140
  var __objRest$d = (source, exclude) => {
1121
1141
  var target = {};
1122
1142
  for (var prop in source)
1123
- if (__hasOwnProp$j.call(source, prop) && exclude.indexOf(prop) < 0)
1143
+ if (__hasOwnProp$k.call(source, prop) && exclude.indexOf(prop) < 0)
1124
1144
  target[prop] = source[prop];
1125
- if (source != null && __getOwnPropSymbols$j)
1126
- for (var prop of __getOwnPropSymbols$j(source)) {
1127
- if (exclude.indexOf(prop) < 0 && __propIsEnum$j.call(source, prop))
1145
+ if (source != null && __getOwnPropSymbols$k)
1146
+ for (var prop of __getOwnPropSymbols$k(source)) {
1147
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$k.call(source, prop))
1128
1148
  target[prop] = source[prop];
1129
1149
  }
1130
1150
  return target;
@@ -1177,41 +1197,41 @@ const useGetLabel = (labelId) => {
1177
1197
  });
1178
1198
  };
1179
1199
 
1180
- var __defProp$d = Object.defineProperty;
1181
- var __defProps$c = Object.defineProperties;
1182
- var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;
1183
- var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
1184
- var __hasOwnProp$i = Object.prototype.hasOwnProperty;
1185
- var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
1186
- var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1187
- var __spreadValues$d = (a, b) => {
1200
+ var __defProp$e = Object.defineProperty;
1201
+ var __defProps$d = Object.defineProperties;
1202
+ var __getOwnPropDescs$d = Object.getOwnPropertyDescriptors;
1203
+ var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
1204
+ var __hasOwnProp$j = Object.prototype.hasOwnProperty;
1205
+ var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
1206
+ var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1207
+ var __spreadValues$e = (a, b) => {
1188
1208
  for (var prop in b || (b = {}))
1189
- if (__hasOwnProp$i.call(b, prop))
1190
- __defNormalProp$d(a, prop, b[prop]);
1191
- if (__getOwnPropSymbols$i)
1192
- for (var prop of __getOwnPropSymbols$i(b)) {
1193
- if (__propIsEnum$i.call(b, prop))
1194
- __defNormalProp$d(a, prop, b[prop]);
1209
+ if (__hasOwnProp$j.call(b, prop))
1210
+ __defNormalProp$e(a, prop, b[prop]);
1211
+ if (__getOwnPropSymbols$j)
1212
+ for (var prop of __getOwnPropSymbols$j(b)) {
1213
+ if (__propIsEnum$j.call(b, prop))
1214
+ __defNormalProp$e(a, prop, b[prop]);
1195
1215
  }
1196
1216
  return a;
1197
1217
  };
1198
- var __spreadProps$c = (a, b) => __defProps$c(a, __getOwnPropDescs$c(b));
1218
+ var __spreadProps$d = (a, b) => __defProps$d(a, __getOwnPropDescs$d(b));
1199
1219
  var __objRest$c = (source, exclude) => {
1200
1220
  var target = {};
1201
1221
  for (var prop in source)
1202
- if (__hasOwnProp$i.call(source, prop) && exclude.indexOf(prop) < 0)
1222
+ if (__hasOwnProp$j.call(source, prop) && exclude.indexOf(prop) < 0)
1203
1223
  target[prop] = source[prop];
1204
- if (source != null && __getOwnPropSymbols$i)
1205
- for (var prop of __getOwnPropSymbols$i(source)) {
1206
- if (exclude.indexOf(prop) < 0 && __propIsEnum$i.call(source, prop))
1224
+ if (source != null && __getOwnPropSymbols$j)
1225
+ for (var prop of __getOwnPropSymbols$j(source)) {
1226
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$j.call(source, prop))
1207
1227
  target[prop] = source[prop];
1208
1228
  }
1209
1229
  return target;
1210
1230
  };
1211
1231
  const useListLabels = (params) => {
1212
1232
  const { client } = useShipEngine();
1213
- const _a = __spreadValues$d({}, params), { queryFnParams } = _a, rest = __objRest$c(_a, ["queryFnParams"]);
1214
- return reactQuery.useQuery(__spreadProps$c(__spreadValues$d({}, rest), {
1233
+ const _a = __spreadValues$e({}, params), { queryFnParams } = _a, rest = __objRest$c(_a, ["queryFnParams"]);
1234
+ return reactQuery.useQuery(__spreadProps$d(__spreadValues$e({}, rest), {
1215
1235
  onError,
1216
1236
  queryFn: () => client.labels.list(queryFnParams),
1217
1237
  queryKey: ["useListLabels", params],
@@ -1251,14 +1271,33 @@ const useVoidLabel = () => {
1251
1271
  });
1252
1272
  };
1253
1273
 
1254
- const useListOrderSources = () => {
1274
+ var __defProp$d = Object.defineProperty;
1275
+ var __defProps$c = Object.defineProperties;
1276
+ var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;
1277
+ var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
1278
+ var __hasOwnProp$i = Object.prototype.hasOwnProperty;
1279
+ var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
1280
+ var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1281
+ var __spreadValues$d = (a, b) => {
1282
+ for (var prop in b || (b = {}))
1283
+ if (__hasOwnProp$i.call(b, prop))
1284
+ __defNormalProp$d(a, prop, b[prop]);
1285
+ if (__getOwnPropSymbols$i)
1286
+ for (var prop of __getOwnPropSymbols$i(b)) {
1287
+ if (__propIsEnum$i.call(b, prop))
1288
+ __defNormalProp$d(a, prop, b[prop]);
1289
+ }
1290
+ return a;
1291
+ };
1292
+ var __spreadProps$c = (a, b) => __defProps$c(a, __getOwnPropDescs$c(b));
1293
+ const useListOrderSources = (params) => {
1255
1294
  const { client } = useShipEngine();
1256
- return reactQuery.useQuery({
1295
+ return reactQuery.useQuery(__spreadProps$c(__spreadValues$d({}, params), {
1257
1296
  onError,
1258
1297
  queryFn: () => client.orderSources.list(),
1259
1298
  queryKey: ["useListOrderSources"],
1260
1299
  select: (result) => result.data.orderSources
1261
- });
1300
+ }));
1262
1301
  };
1263
1302
 
1264
1303
  var __async$s = (__this, __arguments, generator) => {
package/index.mjs CHANGED
@@ -76,25 +76,25 @@ const onError = (_errors) => _default();
76
76
 
77
77
  var o={trace:10,debug:20,info:30,warn:40,error:50,fatal:60},l={};function a(e){return "string"==typeof e?o[e.toLowerCase()]:e}function c(e,r){return c=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e},c(e,r)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return !1;if(Reflect.construct.sham)return !1;if("function"==typeof Proxy)return !0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return !1}}function f(e,r,t){return f=u()?Reflect.construct:function(e,r,t){var s=[null];s.push.apply(s,r);var i=new(Function.bind.apply(e,s));return t&&c(i,t.prototype),i},f.apply(null,arguments)}function h(e){if(null==e)return e;if(Array.isArray(e))return e.slice();if("object"==typeof e){var r={};return Object.keys(e).forEach(function(t){r[t]=e[t];}),r}return e}function v(e){return void 0===e?"undefined":null===e?"null":Array.isArray(e)?"[ "+e.map(function(e){return v(e)}).join(", ")+" ]":"object"==typeof e?JSON.stringify(e):"function"==typeof e?"[Function: "+e.name+"]":"boolean"==typeof e||"number"==typeof e?e:"'"+e.toString()+"'"}function p(e){if("string"!=typeof e){for(var r=new Array(arguments.length),t=0;t<arguments.length;t++)r[t]=v(arguments[t]);return r.join(" ")}for(var s=/%[sdj%]/g,i=1,n=arguments,o=n.length,l=String(e).replace(s,function(e){if("%%"===e)return "%";if(i>=o)return e;switch(e){case"%s":return String(n[i++]);case"%d":return Number(n[i++]);case"%j":try{return JSON.stringify(n[i++])}catch(e){return "[Circular]"}default:return e}}),a=n[i];i<o;a=n[++i])l+=null===a||"object"!=typeof a?" "+a:" "+v(a);return l}function m(e,r){var t=e.split("\n");t[0]&&t[0].indexOf("call-stack-error")>=0&&t.shift();var s=t[r],i=null;if(s){var n=/^\s*(at|.*@)\s*(.+)?$/.exec(s);i=Array.isArray(n)&&n[2]?n[2]:s;}return i}Object.keys(o).forEach(function(e){l[o[e]]=e;});var y={};function d(e,r){if(r){if(y[r])return;y[r]=!0;}console.error(e+"\n");}function g(e){return y[e]}function w(){var e=[];return function(r,t){return t&&"object"==typeof t?-1!==e.indexOf(t)?"[Circular]":(e.push(t),t):t}}var b=/*#__PURE__*/function(){function e(){}return e.prototype.write=function(e){e.level<30?console.log(e):e.level<40?console.info(e):e.level<50?console.warn(e):console.error(e),e.err&&e.err.stack&&console.error(e.err.stack),e.obj&&console.log(e.obj);},e}(),j=/*#__PURE__*/function(){function e(r,t,s){var i,n,o,l,a=this;if(!(this instanceof e))return new e(r,t);if(void 0!==t&&(i=r,r=t,!(i instanceof e)))throw new TypeError("invalid Logger creation: do not pass a second arg");if(!r)throw new TypeError("options (object) is required");if(i){if(r.name)throw new TypeError("invalid options.name: child cannot set logger name")}else if(!r.name)throw new TypeError("options.name (string) is required");if(r.stream&&r.streams)throw new TypeError('cannot mix "streams" and "stream" options');if(r.streams&&!Array.isArray(r.streams))throw new TypeError("invalid options.streams: must be an array");if(r.serializers&&("object"!=typeof r.serializers||Array.isArray(r.serializers)))throw new TypeError("invalid options.serializers: must be an object");if(i&&s){this._level=i._level,this.streams=i.streams,this.serializers=i.serializers,this.src=i.src,n=this.fields={};var c=Object.keys(i.fields);for(l=0;l<c.length;l++)n[o=c[l]]=i.fields[o];var u=Object.keys(r);for(l=0;l<u.length;l++)n[o=u[l]]=r[o];}else {if(i){for(this._level=i._level,this.streams=[],l=0;l<i.streams.length;l++){var f=h(i.streams[l]);this.streams.push(f);}this.serializers=h(i.serializers),this.src=i.src,this.fields=h(i.fields),r.level&&this.level(r.level);}else this._level=Number.POSITIVE_INFINITY,this.streams=[],this.serializers=null,this.src=!1,this.fields={};r.stream?this.addStream({type:"stream",stream:r.stream,level:r.level}):r.streams?r.streams.forEach(function(e){a.addStream(e,r.level);}):i&&r.level?this.level(r.level):i||this.addStream({type:"raw",stream:new b,level:r.level}),r.serializers&&this.addSerializers(r.serializers),r.src&&(this.src=!0),delete(n=h(r)).stream,delete n.level,delete n.streams,delete n.serializers,delete n.src,this.serializers&&this._applySerializers(n),Object.keys(n).forEach(function(e){a.fields[e]=n[e];});}}var r=e.prototype;return r.addStream=function(e,r){void 0===r&&(r=30),(e=h(e)).type="raw",e.level=a(e.level||r),e.level<this._level&&(this._level=e.level),this.streams.push(e),delete this.haveNonRawStreams;},r.addSerializers=function(e){var r=this;this.serializers||(this.serializers={}),Object.keys(e).forEach(function(t){var s=e[t];if("function"!=typeof s)throw new TypeError(p('invalid serializer for "%s" field: must be a function',t));r.serializers[t]=s;});},r.child=function(e,r){return new this.constructor(this,e||{},r)},r.level=function(e){if(void 0===e)return this._level;for(var r=a(e),t=this.streams.length,s=0;s<t;s++)this.streams[s].level=r;this._level=r;},r.levels=function(e,r){if(void 0===e)return this.streams.map(function(e){return e.level});var t;if("number"==typeof e){if(void 0===(t=this.streams[e]))throw new Error("invalid stream index: "+e)}else {for(var s=this.streams.length,i=0;i<s;i++){var n=this.streams[i];if(n.name===e){t=n;break}}if(!t)throw new Error(p('no stream with name "%s"',e))}if(void 0===r)return t.level;var o=a(r);t.level=o,o<this._level&&(this._level=o);},r._applySerializers=function(e,r){var t=this;Object.keys(this.serializers).forEach(function(s){if(!(void 0===e[s]||r&&r[s]))try{e[s]=t.serializers[s](e[s]);}catch(r){d(p('bunyan: ERROR: Exception thrown from the "%s" Bunyan serializer. This should never happen. This is a bugin that serializer function.\n%s',s,r.stack||r)),e[s]=p('(Error in Bunyan log "%s" serializer broke field. See stderr for details.)',s);}});},r._emit=function(e,r){var t,s;if(void 0===this.haveNonRawStreams)for(this.haveNonRawStreams=!1,t=0;t<this.streams.length;t++)if(!this.streams[t].raw){this.haveNonRawStreams=!0;break}if(r||this.haveNonRawStreams)try{s=JSON.stringify(e,w())+"\n";}catch(r){var i=r.stack.split(/\n/g,2).join("\n");d('bunyan: ERROR: Exception in `JSON.stringify(rec)`. You can install the "safe-json-stringify" module to have Bunyan fallback to safer stringification. Record:\n'+function(e,r){return r||(r=" "),r+e.split(/\r?\n/g).join("\n"+r)}(p("%s\n%s",e,r.stack)),i),s=p("(Exception in JSON.stringify(rec): %j. See stderr for details.)\n",r.message);}if(r)return s;var n=e.level;for(t=0;t<this.streams.length;t++){var o=this.streams[t];o.level<=n&&o.stream.write(e);}return s},e}();function z(e){return function(){var r=this;function t(t){var n;t[0]instanceof Error?(s={err:r.serializers&&r.serializers.err?r.serializers.err(t[0]):k.err(t[0])},n={err:!0},i=1===t.length?[s.err.message]:Array.prototype.slice.call(t,1)):"object"!=typeof t[0]&&null!==t[0]||Array.isArray(t[0])?(s=null,i=Array.prototype.slice.call(t)):(s=t[0],i=1===t.length&&s.err&&s.err instanceof Error?[s.err.message]:Array.prototype.slice.call(t,1));var o=h(r.fields);o.level=e;var a=s?h(s):null;if(a&&(r.serializers&&r._applySerializers(a,n),Object.keys(a).forEach(function(e){o[e]=a[e];})),o.levelName=l[e],o.msg=i.length?p.apply(r,i):"",o.time||(o.time=new Date),r.src&&!o.src)try{throw new Error("call-stack-error")}catch(e){var c=e.stack?m(e.stack,2):"";c||g("src")||d("Unable to determine src line info","src"),o.src=c||"";}return o.v=1,o}var s=null,i=arguments,n=null;if(0===arguments.length)return this._level<=e;this._level>e||(n=t(i),this._emit(n));}}function S(e){var r=e.stack||e.toString();if(e.cause&&"function"==typeof e.cause){var t=e.cause();t&&(r+="\nCaused by: "+S(t));}return r}j.prototype.trace=z(10),j.prototype.debug=z(20),j.prototype.info=z(30),j.prototype.warn=z(40),j.prototype.error=z(50),j.prototype.fatal=z(60);var k={err:function(e){return e&&e.stack?{message:e.message,name:e.name,stack:S(e),code:e.code,signal:e.signal}:e}};function E(){return f(j,[].slice.call(arguments))}var A={levels:{trace:"color: DeepPink",debug:"color: GoldenRod",info:"color: DarkTurquoise",warn:"color: Purple",error:"color: Crimson",fatal:"color: Black"},def:"color: DimGray",msg:"color: SteelBlue",src:"color: DimGray; font-style: italic; font-size: 0.9em"},R=/*#__PURE__*/function(){function e(e){var r=void 0===e?{}:e,t=r.logByLevel,s=r.css,i=void 0===s?A:s;this.logByLevel=void 0!==t&&t,this.css=i;}return e.prototype.write=function(e){var r,t,s=this.css.def,i=this.css.msg,n=this.css.src,o=e.childName?e.name+"/"+e.childName:e.name,a=l[e.level],c=(Array(6-a.length).join(" ")+a).toUpperCase();this.logByLevel?(10===e.level?a="debug":60===e.level&&(a="error"),t="function"==typeof console[a]?console[a]:console.log):t=console.log,r=e.level<20?this.css.levels.trace:e.level<30?this.css.levels.debug:e.level<40?this.css.levels.info:e.level<50?this.css.levels.warn:e.level<60?this.css.levels.error:this.css.levels.fatal;var u=function(e,r){return Array(r+1-(e+"").length).join("0")+e},f=[];f.push("[%s:%s:%s:%s] %c%s%c: %s: %c%s "+(e.src?"%c%s":"")),f.push(u(e.time.getHours(),2)),f.push(u(e.time.getMinutes(),2)),f.push(u(e.time.getSeconds(),2)),f.push(u(e.time.getMilliseconds(),4)),f.push(r),f.push(c),f.push(s),f.push(o),f.push(i),f.push(e.msg),e.src&&(f.push(n),f.push(e.src)),e.obj&&(f.push("\n"),f.push(e.obj)),e.err&&e.err.stack&&(f.push("\n"),f.push(e.err.stack)),t.apply(console,f);},e.getDefaultCss=function(){return A},e}();
78
78
 
79
- var __defProp$h = Object.defineProperty;
80
- var __defProps$g = Object.defineProperties;
81
- var __getOwnPropDescs$g = Object.getOwnPropertyDescriptors;
82
- var __getOwnPropSymbols$r = Object.getOwnPropertySymbols;
83
- var __hasOwnProp$r = Object.prototype.hasOwnProperty;
84
- var __propIsEnum$r = Object.prototype.propertyIsEnumerable;
85
- var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
86
- var __spreadValues$h = (a, b) => {
79
+ var __defProp$j = Object.defineProperty;
80
+ var __defProps$i = Object.defineProperties;
81
+ var __getOwnPropDescs$i = Object.getOwnPropertyDescriptors;
82
+ var __getOwnPropSymbols$t = Object.getOwnPropertySymbols;
83
+ var __hasOwnProp$t = Object.prototype.hasOwnProperty;
84
+ var __propIsEnum$t = Object.prototype.propertyIsEnumerable;
85
+ var __defNormalProp$j = (obj, key, value) => key in obj ? __defProp$j(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
86
+ var __spreadValues$j = (a, b) => {
87
87
  for (var prop in b || (b = {}))
88
- if (__hasOwnProp$r.call(b, prop))
89
- __defNormalProp$h(a, prop, b[prop]);
90
- if (__getOwnPropSymbols$r)
91
- for (var prop of __getOwnPropSymbols$r(b)) {
92
- if (__propIsEnum$r.call(b, prop))
93
- __defNormalProp$h(a, prop, b[prop]);
88
+ if (__hasOwnProp$t.call(b, prop))
89
+ __defNormalProp$j(a, prop, b[prop]);
90
+ if (__getOwnPropSymbols$t)
91
+ for (var prop of __getOwnPropSymbols$t(b)) {
92
+ if (__propIsEnum$t.call(b, prop))
93
+ __defNormalProp$j(a, prop, b[prop]);
94
94
  }
95
95
  return a;
96
96
  };
97
- var __spreadProps$g = (a, b) => __defProps$g(a, __getOwnPropDescs$g(b));
97
+ var __spreadProps$i = (a, b) => __defProps$i(a, __getOwnPropDescs$i(b));
98
98
  const streams = [];
99
99
  if (process.env.NODE_ENV === "production") {
100
100
  streams.push({
@@ -103,7 +103,7 @@ if (process.env.NODE_ENV === "production") {
103
103
  }
104
104
  const logger = E({
105
105
  name: "shipengine",
106
- serializers: __spreadProps$g(__spreadValues$h({}, k), {
106
+ serializers: __spreadProps$i(__spreadValues$j({}, k), {
107
107
  req: (req) => ({
108
108
  headers: req.headers,
109
109
  method: req.method,
@@ -504,41 +504,41 @@ const useGetServicesByCarrier = (carrierId) => {
504
504
  });
505
505
  };
506
506
 
507
- var __defProp$g = Object.defineProperty;
508
- var __defProps$f = Object.defineProperties;
509
- var __getOwnPropDescs$f = Object.getOwnPropertyDescriptors;
510
- var __getOwnPropSymbols$q = Object.getOwnPropertySymbols;
511
- var __hasOwnProp$q = Object.prototype.hasOwnProperty;
512
- var __propIsEnum$q = Object.prototype.propertyIsEnumerable;
513
- var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
514
- var __spreadValues$g = (a, b) => {
507
+ var __defProp$i = Object.defineProperty;
508
+ var __defProps$h = Object.defineProperties;
509
+ var __getOwnPropDescs$h = Object.getOwnPropertyDescriptors;
510
+ var __getOwnPropSymbols$s = Object.getOwnPropertySymbols;
511
+ var __hasOwnProp$s = Object.prototype.hasOwnProperty;
512
+ var __propIsEnum$s = Object.prototype.propertyIsEnumerable;
513
+ var __defNormalProp$i = (obj, key, value) => key in obj ? __defProp$i(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
514
+ var __spreadValues$i = (a, b) => {
515
515
  for (var prop in b || (b = {}))
516
- if (__hasOwnProp$q.call(b, prop))
517
- __defNormalProp$g(a, prop, b[prop]);
518
- if (__getOwnPropSymbols$q)
519
- for (var prop of __getOwnPropSymbols$q(b)) {
520
- if (__propIsEnum$q.call(b, prop))
521
- __defNormalProp$g(a, prop, b[prop]);
516
+ if (__hasOwnProp$s.call(b, prop))
517
+ __defNormalProp$i(a, prop, b[prop]);
518
+ if (__getOwnPropSymbols$s)
519
+ for (var prop of __getOwnPropSymbols$s(b)) {
520
+ if (__propIsEnum$s.call(b, prop))
521
+ __defNormalProp$i(a, prop, b[prop]);
522
522
  }
523
523
  return a;
524
524
  };
525
- var __spreadProps$f = (a, b) => __defProps$f(a, __getOwnPropDescs$f(b));
525
+ var __spreadProps$h = (a, b) => __defProps$h(a, __getOwnPropDescs$h(b));
526
526
  var __objRest$j = (source, exclude) => {
527
527
  var target = {};
528
528
  for (var prop in source)
529
- if (__hasOwnProp$q.call(source, prop) && exclude.indexOf(prop) < 0)
529
+ if (__hasOwnProp$s.call(source, prop) && exclude.indexOf(prop) < 0)
530
530
  target[prop] = source[prop];
531
- if (source != null && __getOwnPropSymbols$q)
532
- for (var prop of __getOwnPropSymbols$q(source)) {
533
- if (exclude.indexOf(prop) < 0 && __propIsEnum$q.call(source, prop))
531
+ if (source != null && __getOwnPropSymbols$s)
532
+ for (var prop of __getOwnPropSymbols$s(source)) {
533
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$s.call(source, prop))
534
534
  target[prop] = source[prop];
535
535
  }
536
536
  return target;
537
537
  };
538
538
  const useListCarriers = (params) => {
539
539
  const { client } = useShipEngine();
540
- const _a = __spreadValues$g({}, params), { queryFnParams } = _a, rest = __objRest$j(_a, ["queryFnParams"]);
541
- return useQuery(__spreadProps$f(__spreadValues$g({}, rest), {
540
+ const _a = __spreadValues$i({}, params), { queryFnParams } = _a, rest = __objRest$j(_a, ["queryFnParams"]);
541
+ return useQuery(__spreadProps$h(__spreadValues$i({}, rest), {
542
542
  onError,
543
543
  queryFn: () => client.carriers.list(queryFnParams),
544
544
  queryKey: ["useListCarriers", queryFnParams],
@@ -546,17 +546,17 @@ const useListCarriers = (params) => {
546
546
  }));
547
547
  };
548
548
 
549
- var __getOwnPropSymbols$p = Object.getOwnPropertySymbols;
550
- var __hasOwnProp$p = Object.prototype.hasOwnProperty;
551
- var __propIsEnum$p = Object.prototype.propertyIsEnumerable;
549
+ var __getOwnPropSymbols$r = Object.getOwnPropertySymbols;
550
+ var __hasOwnProp$r = Object.prototype.hasOwnProperty;
551
+ var __propIsEnum$r = Object.prototype.propertyIsEnumerable;
552
552
  var __objRest$i = (source, exclude) => {
553
553
  var target = {};
554
554
  for (var prop in source)
555
- if (__hasOwnProp$p.call(source, prop) && exclude.indexOf(prop) < 0)
555
+ if (__hasOwnProp$r.call(source, prop) && exclude.indexOf(prop) < 0)
556
556
  target[prop] = source[prop];
557
- if (source != null && __getOwnPropSymbols$p)
558
- for (var prop of __getOwnPropSymbols$p(source)) {
559
- if (exclude.indexOf(prop) < 0 && __propIsEnum$p.call(source, prop))
557
+ if (source != null && __getOwnPropSymbols$r)
558
+ for (var prop of __getOwnPropSymbols$r(source)) {
559
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$r.call(source, prop))
560
560
  target[prop] = source[prop];
561
561
  }
562
562
  return target;
@@ -647,17 +647,17 @@ const useDeleteCarrier = () => {
647
647
  });
648
648
  };
649
649
 
650
- var __getOwnPropSymbols$o = Object.getOwnPropertySymbols;
651
- var __hasOwnProp$o = Object.prototype.hasOwnProperty;
652
- var __propIsEnum$o = Object.prototype.propertyIsEnumerable;
650
+ var __getOwnPropSymbols$q = Object.getOwnPropertySymbols;
651
+ var __hasOwnProp$q = Object.prototype.hasOwnProperty;
652
+ var __propIsEnum$q = Object.prototype.propertyIsEnumerable;
653
653
  var __objRest$h = (source, exclude) => {
654
654
  var target = {};
655
655
  for (var prop in source)
656
- if (__hasOwnProp$o.call(source, prop) && exclude.indexOf(prop) < 0)
656
+ if (__hasOwnProp$q.call(source, prop) && exclude.indexOf(prop) < 0)
657
657
  target[prop] = source[prop];
658
- if (source != null && __getOwnPropSymbols$o)
659
- for (var prop of __getOwnPropSymbols$o(source)) {
660
- if (exclude.indexOf(prop) < 0 && __propIsEnum$o.call(source, prop))
658
+ if (source != null && __getOwnPropSymbols$q)
659
+ for (var prop of __getOwnPropSymbols$q(source)) {
660
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$q.call(source, prop))
661
661
  target[prop] = source[prop];
662
662
  }
663
663
  return target;
@@ -674,17 +674,17 @@ const useGetCarrierConnectionForm = (_params) => {
674
674
  });
675
675
  };
676
676
 
677
- var __getOwnPropSymbols$n = Object.getOwnPropertySymbols;
678
- var __hasOwnProp$n = Object.prototype.hasOwnProperty;
679
- var __propIsEnum$n = Object.prototype.propertyIsEnumerable;
677
+ var __getOwnPropSymbols$p = Object.getOwnPropertySymbols;
678
+ var __hasOwnProp$p = Object.prototype.hasOwnProperty;
679
+ var __propIsEnum$p = Object.prototype.propertyIsEnumerable;
680
680
  var __objRest$g = (source, exclude) => {
681
681
  var target = {};
682
682
  for (var prop in source)
683
- if (__hasOwnProp$n.call(source, prop) && exclude.indexOf(prop) < 0)
683
+ if (__hasOwnProp$p.call(source, prop) && exclude.indexOf(prop) < 0)
684
684
  target[prop] = source[prop];
685
- if (source != null && __getOwnPropSymbols$n)
686
- for (var prop of __getOwnPropSymbols$n(source)) {
687
- if (exclude.indexOf(prop) < 0 && __propIsEnum$n.call(source, prop))
685
+ if (source != null && __getOwnPropSymbols$p)
686
+ for (var prop of __getOwnPropSymbols$p(source)) {
687
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$p.call(source, prop))
688
688
  target[prop] = source[prop];
689
689
  }
690
690
  return target;
@@ -744,33 +744,33 @@ const useCarrierConnectionsServicesList = (carrierCode) => {
744
744
  });
745
745
  };
746
746
 
747
- var __defProp$f = Object.defineProperty;
748
- var __defProps$e = Object.defineProperties;
749
- var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
750
- var __getOwnPropSymbols$m = Object.getOwnPropertySymbols;
751
- var __hasOwnProp$m = Object.prototype.hasOwnProperty;
752
- var __propIsEnum$m = Object.prototype.propertyIsEnumerable;
753
- var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
754
- var __spreadValues$f = (a, b) => {
747
+ var __defProp$h = Object.defineProperty;
748
+ var __defProps$g = Object.defineProperties;
749
+ var __getOwnPropDescs$g = Object.getOwnPropertyDescriptors;
750
+ var __getOwnPropSymbols$o = Object.getOwnPropertySymbols;
751
+ var __hasOwnProp$o = Object.prototype.hasOwnProperty;
752
+ var __propIsEnum$o = Object.prototype.propertyIsEnumerable;
753
+ var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
754
+ var __spreadValues$h = (a, b) => {
755
755
  for (var prop in b || (b = {}))
756
- if (__hasOwnProp$m.call(b, prop))
757
- __defNormalProp$f(a, prop, b[prop]);
758
- if (__getOwnPropSymbols$m)
759
- for (var prop of __getOwnPropSymbols$m(b)) {
760
- if (__propIsEnum$m.call(b, prop))
761
- __defNormalProp$f(a, prop, b[prop]);
756
+ if (__hasOwnProp$o.call(b, prop))
757
+ __defNormalProp$h(a, prop, b[prop]);
758
+ if (__getOwnPropSymbols$o)
759
+ for (var prop of __getOwnPropSymbols$o(b)) {
760
+ if (__propIsEnum$o.call(b, prop))
761
+ __defNormalProp$h(a, prop, b[prop]);
762
762
  }
763
763
  return a;
764
764
  };
765
- var __spreadProps$e = (a, b) => __defProps$e(a, __getOwnPropDescs$e(b));
765
+ var __spreadProps$g = (a, b) => __defProps$g(a, __getOwnPropDescs$g(b));
766
766
  var __objRest$f = (source, exclude) => {
767
767
  var target = {};
768
768
  for (var prop in source)
769
- if (__hasOwnProp$m.call(source, prop) && exclude.indexOf(prop) < 0)
769
+ if (__hasOwnProp$o.call(source, prop) && exclude.indexOf(prop) < 0)
770
770
  target[prop] = source[prop];
771
- if (source != null && __getOwnPropSymbols$m)
772
- for (var prop of __getOwnPropSymbols$m(source)) {
773
- if (exclude.indexOf(prop) < 0 && __propIsEnum$m.call(source, prop))
771
+ if (source != null && __getOwnPropSymbols$o)
772
+ for (var prop of __getOwnPropSymbols$o(source)) {
773
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$o.call(source, prop))
774
774
  target[prop] = source[prop];
775
775
  }
776
776
  return target;
@@ -783,7 +783,7 @@ const useGetConnectionsCarrierSettings = (_a) => {
783
783
  ]);
784
784
  const { client } = useShipEngine();
785
785
  const { carrierName, carrierId } = queryFnParams;
786
- return useQuery(__spreadProps$e(__spreadValues$f({}, params), {
786
+ return useQuery(__spreadProps$g(__spreadValues$h({}, params), {
787
787
  onError,
788
788
  queryFn: () => client.connections.getCarrierSettings(carrierName, carrierId),
789
789
  queryKey: ["useGetConnectionsCarrierSettings", carrierName, carrierId],
@@ -791,25 +791,25 @@ const useGetConnectionsCarrierSettings = (_a) => {
791
791
  }));
792
792
  };
793
793
 
794
- var __defProp$e = Object.defineProperty;
795
- var __defProps$d = Object.defineProperties;
796
- var __getOwnPropDescs$d = Object.getOwnPropertyDescriptors;
797
- var __getOwnPropSymbols$l = Object.getOwnPropertySymbols;
798
- var __hasOwnProp$l = Object.prototype.hasOwnProperty;
799
- var __propIsEnum$l = Object.prototype.propertyIsEnumerable;
800
- var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
801
- var __spreadValues$e = (a, b) => {
794
+ var __defProp$g = Object.defineProperty;
795
+ var __defProps$f = Object.defineProperties;
796
+ var __getOwnPropDescs$f = Object.getOwnPropertyDescriptors;
797
+ var __getOwnPropSymbols$n = Object.getOwnPropertySymbols;
798
+ var __hasOwnProp$n = Object.prototype.hasOwnProperty;
799
+ var __propIsEnum$n = Object.prototype.propertyIsEnumerable;
800
+ var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
801
+ var __spreadValues$g = (a, b) => {
802
802
  for (var prop in b || (b = {}))
803
- if (__hasOwnProp$l.call(b, prop))
804
- __defNormalProp$e(a, prop, b[prop]);
805
- if (__getOwnPropSymbols$l)
806
- for (var prop of __getOwnPropSymbols$l(b)) {
807
- if (__propIsEnum$l.call(b, prop))
808
- __defNormalProp$e(a, prop, b[prop]);
803
+ if (__hasOwnProp$n.call(b, prop))
804
+ __defNormalProp$g(a, prop, b[prop]);
805
+ if (__getOwnPropSymbols$n)
806
+ for (var prop of __getOwnPropSymbols$n(b)) {
807
+ if (__propIsEnum$n.call(b, prop))
808
+ __defNormalProp$g(a, prop, b[prop]);
809
809
  }
810
810
  return a;
811
811
  };
812
- var __spreadProps$d = (a, b) => __defProps$d(a, __getOwnPropDescs$d(b));
812
+ var __spreadProps$f = (a, b) => __defProps$f(a, __getOwnPropDescs$f(b));
813
813
  var __async$A = (__this, __arguments, generator) => {
814
814
  return new Promise((resolve, reject) => {
815
815
  var fulfilled = (value) => {
@@ -832,7 +832,7 @@ var __async$A = (__this, __arguments, generator) => {
832
832
  };
833
833
  const useUpdateConnectionsCarrierSettings = (params) => {
834
834
  const { client } = useShipEngine();
835
- return useMutation(__spreadProps$d(__spreadValues$e({}, params), {
835
+ return useMutation(__spreadProps$f(__spreadValues$g({}, params), {
836
836
  mutationFn: (_0) => __async$A(void 0, [_0], function* ({
837
837
  carrierName,
838
838
  carrierId,
@@ -1038,14 +1038,34 @@ const useGetFundingSourceTransactions = (fundingSourceId, params) => {
1038
1038
  });
1039
1039
  };
1040
1040
 
1041
- const useGetInsuranceFundingSourceAcceptedTerms = () => {
1041
+ var __defProp$f = Object.defineProperty;
1042
+ var __defProps$e = Object.defineProperties;
1043
+ var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
1044
+ var __getOwnPropSymbols$m = Object.getOwnPropertySymbols;
1045
+ var __hasOwnProp$m = Object.prototype.hasOwnProperty;
1046
+ var __propIsEnum$m = Object.prototype.propertyIsEnumerable;
1047
+ var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1048
+ var __spreadValues$f = (a, b) => {
1049
+ for (var prop in b || (b = {}))
1050
+ if (__hasOwnProp$m.call(b, prop))
1051
+ __defNormalProp$f(a, prop, b[prop]);
1052
+ if (__getOwnPropSymbols$m)
1053
+ for (var prop of __getOwnPropSymbols$m(b)) {
1054
+ if (__propIsEnum$m.call(b, prop))
1055
+ __defNormalProp$f(a, prop, b[prop]);
1056
+ }
1057
+ return a;
1058
+ };
1059
+ var __spreadProps$e = (a, b) => __defProps$e(a, __getOwnPropDescs$e(b));
1060
+ const useGetInsuranceFundingSourceAcceptedTerms = (params) => {
1042
1061
  const { client } = useShipEngine();
1043
- return useQuery({
1062
+ const queryParams = __spreadValues$f({}, params);
1063
+ return useQuery(__spreadProps$e(__spreadValues$f({}, queryParams), {
1044
1064
  onError,
1045
1065
  queryFn: () => client.fundingSources.insuranceAcceptedTerms(),
1046
1066
  queryKey: ["useGetInsuranceFundingSourceAcceptedTerms"],
1047
1067
  select: (result) => result.data
1048
- });
1068
+ }));
1049
1069
  };
1050
1070
 
1051
1071
  const useGetInsuranceAccount = (insuranceProvider) => {
@@ -1063,17 +1083,17 @@ const useGetInsuranceAccount = (insuranceProvider) => {
1063
1083
  });
1064
1084
  };
1065
1085
 
1066
- var __getOwnPropSymbols$k = Object.getOwnPropertySymbols;
1067
- var __hasOwnProp$k = Object.prototype.hasOwnProperty;
1068
- var __propIsEnum$k = Object.prototype.propertyIsEnumerable;
1086
+ var __getOwnPropSymbols$l = Object.getOwnPropertySymbols;
1087
+ var __hasOwnProp$l = Object.prototype.hasOwnProperty;
1088
+ var __propIsEnum$l = Object.prototype.propertyIsEnumerable;
1069
1089
  var __objRest$e = (source, exclude) => {
1070
1090
  var target = {};
1071
1091
  for (var prop in source)
1072
- if (__hasOwnProp$k.call(source, prop) && exclude.indexOf(prop) < 0)
1092
+ if (__hasOwnProp$l.call(source, prop) && exclude.indexOf(prop) < 0)
1073
1093
  target[prop] = source[prop];
1074
- if (source != null && __getOwnPropSymbols$k)
1075
- for (var prop of __getOwnPropSymbols$k(source)) {
1076
- if (exclude.indexOf(prop) < 0 && __propIsEnum$k.call(source, prop))
1094
+ if (source != null && __getOwnPropSymbols$l)
1095
+ for (var prop of __getOwnPropSymbols$l(source)) {
1096
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$l.call(source, prop))
1077
1097
  target[prop] = source[prop];
1078
1098
  }
1079
1099
  return target;
@@ -1111,17 +1131,17 @@ const useAddInsuranceFunds = () => {
1111
1131
  });
1112
1132
  };
1113
1133
 
1114
- var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
1115
- var __hasOwnProp$j = Object.prototype.hasOwnProperty;
1116
- var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
1134
+ var __getOwnPropSymbols$k = Object.getOwnPropertySymbols;
1135
+ var __hasOwnProp$k = Object.prototype.hasOwnProperty;
1136
+ var __propIsEnum$k = Object.prototype.propertyIsEnumerable;
1117
1137
  var __objRest$d = (source, exclude) => {
1118
1138
  var target = {};
1119
1139
  for (var prop in source)
1120
- if (__hasOwnProp$j.call(source, prop) && exclude.indexOf(prop) < 0)
1140
+ if (__hasOwnProp$k.call(source, prop) && exclude.indexOf(prop) < 0)
1121
1141
  target[prop] = source[prop];
1122
- if (source != null && __getOwnPropSymbols$j)
1123
- for (var prop of __getOwnPropSymbols$j(source)) {
1124
- if (exclude.indexOf(prop) < 0 && __propIsEnum$j.call(source, prop))
1142
+ if (source != null && __getOwnPropSymbols$k)
1143
+ for (var prop of __getOwnPropSymbols$k(source)) {
1144
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$k.call(source, prop))
1125
1145
  target[prop] = source[prop];
1126
1146
  }
1127
1147
  return target;
@@ -1174,41 +1194,41 @@ const useGetLabel = (labelId) => {
1174
1194
  });
1175
1195
  };
1176
1196
 
1177
- var __defProp$d = Object.defineProperty;
1178
- var __defProps$c = Object.defineProperties;
1179
- var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;
1180
- var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
1181
- var __hasOwnProp$i = Object.prototype.hasOwnProperty;
1182
- var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
1183
- var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1184
- var __spreadValues$d = (a, b) => {
1197
+ var __defProp$e = Object.defineProperty;
1198
+ var __defProps$d = Object.defineProperties;
1199
+ var __getOwnPropDescs$d = Object.getOwnPropertyDescriptors;
1200
+ var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
1201
+ var __hasOwnProp$j = Object.prototype.hasOwnProperty;
1202
+ var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
1203
+ var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1204
+ var __spreadValues$e = (a, b) => {
1185
1205
  for (var prop in b || (b = {}))
1186
- if (__hasOwnProp$i.call(b, prop))
1187
- __defNormalProp$d(a, prop, b[prop]);
1188
- if (__getOwnPropSymbols$i)
1189
- for (var prop of __getOwnPropSymbols$i(b)) {
1190
- if (__propIsEnum$i.call(b, prop))
1191
- __defNormalProp$d(a, prop, b[prop]);
1206
+ if (__hasOwnProp$j.call(b, prop))
1207
+ __defNormalProp$e(a, prop, b[prop]);
1208
+ if (__getOwnPropSymbols$j)
1209
+ for (var prop of __getOwnPropSymbols$j(b)) {
1210
+ if (__propIsEnum$j.call(b, prop))
1211
+ __defNormalProp$e(a, prop, b[prop]);
1192
1212
  }
1193
1213
  return a;
1194
1214
  };
1195
- var __spreadProps$c = (a, b) => __defProps$c(a, __getOwnPropDescs$c(b));
1215
+ var __spreadProps$d = (a, b) => __defProps$d(a, __getOwnPropDescs$d(b));
1196
1216
  var __objRest$c = (source, exclude) => {
1197
1217
  var target = {};
1198
1218
  for (var prop in source)
1199
- if (__hasOwnProp$i.call(source, prop) && exclude.indexOf(prop) < 0)
1219
+ if (__hasOwnProp$j.call(source, prop) && exclude.indexOf(prop) < 0)
1200
1220
  target[prop] = source[prop];
1201
- if (source != null && __getOwnPropSymbols$i)
1202
- for (var prop of __getOwnPropSymbols$i(source)) {
1203
- if (exclude.indexOf(prop) < 0 && __propIsEnum$i.call(source, prop))
1221
+ if (source != null && __getOwnPropSymbols$j)
1222
+ for (var prop of __getOwnPropSymbols$j(source)) {
1223
+ if (exclude.indexOf(prop) < 0 && __propIsEnum$j.call(source, prop))
1204
1224
  target[prop] = source[prop];
1205
1225
  }
1206
1226
  return target;
1207
1227
  };
1208
1228
  const useListLabels = (params) => {
1209
1229
  const { client } = useShipEngine();
1210
- const _a = __spreadValues$d({}, params), { queryFnParams } = _a, rest = __objRest$c(_a, ["queryFnParams"]);
1211
- return useQuery(__spreadProps$c(__spreadValues$d({}, rest), {
1230
+ const _a = __spreadValues$e({}, params), { queryFnParams } = _a, rest = __objRest$c(_a, ["queryFnParams"]);
1231
+ return useQuery(__spreadProps$d(__spreadValues$e({}, rest), {
1212
1232
  onError,
1213
1233
  queryFn: () => client.labels.list(queryFnParams),
1214
1234
  queryKey: ["useListLabels", params],
@@ -1248,14 +1268,33 @@ const useVoidLabel = () => {
1248
1268
  });
1249
1269
  };
1250
1270
 
1251
- const useListOrderSources = () => {
1271
+ var __defProp$d = Object.defineProperty;
1272
+ var __defProps$c = Object.defineProperties;
1273
+ var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;
1274
+ var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
1275
+ var __hasOwnProp$i = Object.prototype.hasOwnProperty;
1276
+ var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
1277
+ var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1278
+ var __spreadValues$d = (a, b) => {
1279
+ for (var prop in b || (b = {}))
1280
+ if (__hasOwnProp$i.call(b, prop))
1281
+ __defNormalProp$d(a, prop, b[prop]);
1282
+ if (__getOwnPropSymbols$i)
1283
+ for (var prop of __getOwnPropSymbols$i(b)) {
1284
+ if (__propIsEnum$i.call(b, prop))
1285
+ __defNormalProp$d(a, prop, b[prop]);
1286
+ }
1287
+ return a;
1288
+ };
1289
+ var __spreadProps$c = (a, b) => __defProps$c(a, __getOwnPropDescs$c(b));
1290
+ const useListOrderSources = (params) => {
1252
1291
  const { client } = useShipEngine();
1253
- return useQuery({
1292
+ return useQuery(__spreadProps$c(__spreadValues$d({}, params), {
1254
1293
  onError,
1255
1294
  queryFn: () => client.orderSources.list(),
1256
1295
  queryKey: ["useListOrderSources"],
1257
1296
  select: (result) => result.data.orderSources
1258
- });
1297
+ }));
1259
1298
  };
1260
1299
 
1261
1300
  var __async$s = (__this, __arguments, generator) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/react-api",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {