@shipengine/react-api 3.5.1 → 3.6.1
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/hooks/account-settings/use-update-account-settings.d.ts +1 -1
- package/hooks/order-sources/use-list-order-sources.d.ts +5 -1
- package/hooks/shipments/index.d.ts +1 -0
- package/hooks/shipments/use-cancel-shipment.d.ts +4 -0
- package/index.js +250 -198
- package/index.mjs +250 -199
- package/package.json +1 -1
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$
|
|
80
|
-
var __defProps$
|
|
81
|
-
var __getOwnPropDescs$
|
|
82
|
-
var __getOwnPropSymbols$
|
|
83
|
-
var __hasOwnProp$
|
|
84
|
-
var __propIsEnum$
|
|
85
|
-
var __defNormalProp$
|
|
86
|
-
var __spreadValues$
|
|
79
|
+
var __defProp$i = Object.defineProperty;
|
|
80
|
+
var __defProps$h = Object.defineProperties;
|
|
81
|
+
var __getOwnPropDescs$h = Object.getOwnPropertyDescriptors;
|
|
82
|
+
var __getOwnPropSymbols$s = Object.getOwnPropertySymbols;
|
|
83
|
+
var __hasOwnProp$s = Object.prototype.hasOwnProperty;
|
|
84
|
+
var __propIsEnum$s = Object.prototype.propertyIsEnumerable;
|
|
85
|
+
var __defNormalProp$i = (obj, key, value) => key in obj ? __defProp$i(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
86
|
+
var __spreadValues$i = (a, b) => {
|
|
87
87
|
for (var prop in b || (b = {}))
|
|
88
|
-
if (__hasOwnProp$
|
|
89
|
-
__defNormalProp$
|
|
90
|
-
if (__getOwnPropSymbols$
|
|
91
|
-
for (var prop of __getOwnPropSymbols$
|
|
92
|
-
if (__propIsEnum$
|
|
93
|
-
__defNormalProp$
|
|
88
|
+
if (__hasOwnProp$s.call(b, prop))
|
|
89
|
+
__defNormalProp$i(a, prop, b[prop]);
|
|
90
|
+
if (__getOwnPropSymbols$s)
|
|
91
|
+
for (var prop of __getOwnPropSymbols$s(b)) {
|
|
92
|
+
if (__propIsEnum$s.call(b, prop))
|
|
93
|
+
__defNormalProp$i(a, prop, b[prop]);
|
|
94
94
|
}
|
|
95
95
|
return a;
|
|
96
96
|
};
|
|
97
|
-
var __spreadProps$
|
|
97
|
+
var __spreadProps$h = (a, b) => __defProps$h(a, __getOwnPropDescs$h(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$
|
|
106
|
+
serializers: __spreadProps$h(__spreadValues$i({}, k), {
|
|
107
107
|
req: (req) => ({
|
|
108
108
|
headers: req.headers,
|
|
109
109
|
method: req.method,
|
|
@@ -128,7 +128,7 @@ const retryUntil = (callbackFn, retries = 10, timeoutBetweenAttempts = 1e3) => P
|
|
|
128
128
|
throw error;
|
|
129
129
|
});
|
|
130
130
|
|
|
131
|
-
var __async$
|
|
131
|
+
var __async$L = (__this, __arguments, generator) => {
|
|
132
132
|
return new Promise((resolve, reject) => {
|
|
133
133
|
var fulfilled = (value) => {
|
|
134
134
|
try {
|
|
@@ -151,7 +151,7 @@ var __async$K = (__this, __arguments, generator) => {
|
|
|
151
151
|
const useCreateAccountImage = () => {
|
|
152
152
|
const { client } = useShipEngine();
|
|
153
153
|
return useMutation({
|
|
154
|
-
mutationFn: (data) => __async$
|
|
154
|
+
mutationFn: (data) => __async$L(void 0, null, function* () {
|
|
155
155
|
const result = yield client.accountSettings.createImage(data);
|
|
156
156
|
return result.data;
|
|
157
157
|
}),
|
|
@@ -160,7 +160,7 @@ const useCreateAccountImage = () => {
|
|
|
160
160
|
});
|
|
161
161
|
};
|
|
162
162
|
|
|
163
|
-
var __async$
|
|
163
|
+
var __async$K = (__this, __arguments, generator) => {
|
|
164
164
|
return new Promise((resolve, reject) => {
|
|
165
165
|
var fulfilled = (value) => {
|
|
166
166
|
try {
|
|
@@ -183,7 +183,7 @@ var __async$J = (__this, __arguments, generator) => {
|
|
|
183
183
|
const useDeleteAccountImage = () => {
|
|
184
184
|
const { client } = useShipEngine();
|
|
185
185
|
return useMutation({
|
|
186
|
-
mutationFn: (labelImageId) => __async$
|
|
186
|
+
mutationFn: (labelImageId) => __async$K(void 0, null, function* () {
|
|
187
187
|
const result = yield client.accountSettings.deleteImage(labelImageId);
|
|
188
188
|
return result.data;
|
|
189
189
|
}),
|
|
@@ -212,7 +212,7 @@ const useGetAccountSettings = () => {
|
|
|
212
212
|
});
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
var __async$
|
|
215
|
+
var __async$J = (__this, __arguments, generator) => {
|
|
216
216
|
return new Promise((resolve, reject) => {
|
|
217
217
|
var fulfilled = (value) => {
|
|
218
218
|
try {
|
|
@@ -235,7 +235,7 @@ var __async$I = (__this, __arguments, generator) => {
|
|
|
235
235
|
const useUpdateAccountImage = () => {
|
|
236
236
|
const { client } = useShipEngine();
|
|
237
237
|
return useMutation({
|
|
238
|
-
mutationFn: (data) => __async$
|
|
238
|
+
mutationFn: (data) => __async$J(void 0, null, function* () {
|
|
239
239
|
const result = yield client.accountSettings.updateImage(data);
|
|
240
240
|
return result.data;
|
|
241
241
|
}),
|
|
@@ -244,7 +244,7 @@ const useUpdateAccountImage = () => {
|
|
|
244
244
|
});
|
|
245
245
|
};
|
|
246
246
|
|
|
247
|
-
var __async$
|
|
247
|
+
var __async$I = (__this, __arguments, generator) => {
|
|
248
248
|
return new Promise((resolve, reject) => {
|
|
249
249
|
var fulfilled = (value) => {
|
|
250
250
|
try {
|
|
@@ -267,7 +267,7 @@ var __async$H = (__this, __arguments, generator) => {
|
|
|
267
267
|
const useUpdateAccountSettings = () => {
|
|
268
268
|
const { client } = useShipEngine();
|
|
269
269
|
return useMutation({
|
|
270
|
-
mutationFn: (settings) => __async$
|
|
270
|
+
mutationFn: (settings) => __async$I(void 0, null, function* () {
|
|
271
271
|
const result = yield client.accountSettings.update(settings);
|
|
272
272
|
return result.data;
|
|
273
273
|
}),
|
|
@@ -276,7 +276,7 @@ const useUpdateAccountSettings = () => {
|
|
|
276
276
|
});
|
|
277
277
|
};
|
|
278
278
|
|
|
279
|
-
var __async$
|
|
279
|
+
var __async$H = (__this, __arguments, generator) => {
|
|
280
280
|
return new Promise((resolve, reject) => {
|
|
281
281
|
var fulfilled = (value) => {
|
|
282
282
|
try {
|
|
@@ -299,7 +299,7 @@ var __async$G = (__this, __arguments, generator) => {
|
|
|
299
299
|
const useParseAddress = () => {
|
|
300
300
|
const { client } = useShipEngine();
|
|
301
301
|
return useMutation({
|
|
302
|
-
mutationFn: (_0) => __async$
|
|
302
|
+
mutationFn: (_0) => __async$H(void 0, [_0], function* ({ address, text }) {
|
|
303
303
|
const result = yield client.addresses.parse(text, address);
|
|
304
304
|
return result.data;
|
|
305
305
|
}),
|
|
@@ -308,7 +308,7 @@ const useParseAddress = () => {
|
|
|
308
308
|
});
|
|
309
309
|
};
|
|
310
310
|
|
|
311
|
-
var __async$
|
|
311
|
+
var __async$G = (__this, __arguments, generator) => {
|
|
312
312
|
return new Promise((resolve, reject) => {
|
|
313
313
|
var fulfilled = (value) => {
|
|
314
314
|
try {
|
|
@@ -331,7 +331,7 @@ var __async$F = (__this, __arguments, generator) => {
|
|
|
331
331
|
const useValidateAddresses = () => {
|
|
332
332
|
const { client } = useShipEngine();
|
|
333
333
|
return useMutation({
|
|
334
|
-
mutationFn: (addresses) => __async$
|
|
334
|
+
mutationFn: (addresses) => __async$G(void 0, null, function* () {
|
|
335
335
|
const result = yield client.addresses.validate(addresses);
|
|
336
336
|
return result.data;
|
|
337
337
|
}),
|
|
@@ -340,7 +340,7 @@ const useValidateAddresses = () => {
|
|
|
340
340
|
});
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
var __async$
|
|
343
|
+
var __async$F = (__this, __arguments, generator) => {
|
|
344
344
|
return new Promise((resolve, reject) => {
|
|
345
345
|
var fulfilled = (value) => {
|
|
346
346
|
try {
|
|
@@ -363,7 +363,7 @@ var __async$E = (__this, __arguments, generator) => {
|
|
|
363
363
|
const useAddFunds = () => {
|
|
364
364
|
const { client } = useShipEngine();
|
|
365
365
|
return useMutation({
|
|
366
|
-
mutationFn: (_0) => __async$
|
|
366
|
+
mutationFn: (_0) => __async$F(void 0, [_0], function* ({ carrierId, funds }) {
|
|
367
367
|
const result = yield client.carriers.addFunds(carrierId, funds);
|
|
368
368
|
return result.data;
|
|
369
369
|
}),
|
|
@@ -372,7 +372,7 @@ const useAddFunds = () => {
|
|
|
372
372
|
});
|
|
373
373
|
};
|
|
374
374
|
|
|
375
|
-
var __async$
|
|
375
|
+
var __async$E = (__this, __arguments, generator) => {
|
|
376
376
|
return new Promise((resolve, reject) => {
|
|
377
377
|
var fulfilled = (value) => {
|
|
378
378
|
try {
|
|
@@ -395,7 +395,7 @@ var __async$D = (__this, __arguments, generator) => {
|
|
|
395
395
|
const useConnectCarrier = () => {
|
|
396
396
|
const { client } = useShipEngine();
|
|
397
397
|
return useMutation({
|
|
398
|
-
mutationFn: (params) => __async$
|
|
398
|
+
mutationFn: (params) => __async$E(void 0, null, function* () {
|
|
399
399
|
const result = yield client.carriers.connect(params);
|
|
400
400
|
return result.data;
|
|
401
401
|
}),
|
|
@@ -504,41 +504,41 @@ const useGetServicesByCarrier = (carrierId) => {
|
|
|
504
504
|
});
|
|
505
505
|
};
|
|
506
506
|
|
|
507
|
-
var __defProp$
|
|
508
|
-
var __defProps$
|
|
509
|
-
var __getOwnPropDescs$
|
|
510
|
-
var __getOwnPropSymbols$
|
|
511
|
-
var __hasOwnProp$
|
|
512
|
-
var __propIsEnum$
|
|
513
|
-
var __defNormalProp$
|
|
514
|
-
var __spreadValues$
|
|
507
|
+
var __defProp$h = Object.defineProperty;
|
|
508
|
+
var __defProps$g = Object.defineProperties;
|
|
509
|
+
var __getOwnPropDescs$g = Object.getOwnPropertyDescriptors;
|
|
510
|
+
var __getOwnPropSymbols$r = Object.getOwnPropertySymbols;
|
|
511
|
+
var __hasOwnProp$r = Object.prototype.hasOwnProperty;
|
|
512
|
+
var __propIsEnum$r = Object.prototype.propertyIsEnumerable;
|
|
513
|
+
var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
514
|
+
var __spreadValues$h = (a, b) => {
|
|
515
515
|
for (var prop in b || (b = {}))
|
|
516
|
-
if (__hasOwnProp$
|
|
517
|
-
__defNormalProp$
|
|
518
|
-
if (__getOwnPropSymbols$
|
|
519
|
-
for (var prop of __getOwnPropSymbols$
|
|
520
|
-
if (__propIsEnum$
|
|
521
|
-
__defNormalProp$
|
|
516
|
+
if (__hasOwnProp$r.call(b, prop))
|
|
517
|
+
__defNormalProp$h(a, prop, b[prop]);
|
|
518
|
+
if (__getOwnPropSymbols$r)
|
|
519
|
+
for (var prop of __getOwnPropSymbols$r(b)) {
|
|
520
|
+
if (__propIsEnum$r.call(b, prop))
|
|
521
|
+
__defNormalProp$h(a, prop, b[prop]);
|
|
522
522
|
}
|
|
523
523
|
return a;
|
|
524
524
|
};
|
|
525
|
-
var __spreadProps$
|
|
525
|
+
var __spreadProps$g = (a, b) => __defProps$g(a, __getOwnPropDescs$g(b));
|
|
526
526
|
var __objRest$j = (source, exclude) => {
|
|
527
527
|
var target = {};
|
|
528
528
|
for (var prop in source)
|
|
529
|
-
if (__hasOwnProp$
|
|
529
|
+
if (__hasOwnProp$r.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
530
530
|
target[prop] = source[prop];
|
|
531
|
-
if (source != null && __getOwnPropSymbols$
|
|
532
|
-
for (var prop of __getOwnPropSymbols$
|
|
533
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
531
|
+
if (source != null && __getOwnPropSymbols$r)
|
|
532
|
+
for (var prop of __getOwnPropSymbols$r(source)) {
|
|
533
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$r.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$
|
|
541
|
-
return useQuery(__spreadProps$
|
|
540
|
+
const _a = __spreadValues$h({}, params), { queryFnParams } = _a, rest = __objRest$j(_a, ["queryFnParams"]);
|
|
541
|
+
return useQuery(__spreadProps$g(__spreadValues$h({}, rest), {
|
|
542
542
|
onError,
|
|
543
543
|
queryFn: () => client.carriers.list(queryFnParams),
|
|
544
544
|
queryKey: ["useListCarriers", queryFnParams],
|
|
@@ -546,22 +546,22 @@ const useListCarriers = (params) => {
|
|
|
546
546
|
}));
|
|
547
547
|
};
|
|
548
548
|
|
|
549
|
-
var __getOwnPropSymbols$
|
|
550
|
-
var __hasOwnProp$
|
|
551
|
-
var __propIsEnum$
|
|
549
|
+
var __getOwnPropSymbols$q = Object.getOwnPropertySymbols;
|
|
550
|
+
var __hasOwnProp$q = Object.prototype.hasOwnProperty;
|
|
551
|
+
var __propIsEnum$q = Object.prototype.propertyIsEnumerable;
|
|
552
552
|
var __objRest$i = (source, exclude) => {
|
|
553
553
|
var target = {};
|
|
554
554
|
for (var prop in source)
|
|
555
|
-
if (__hasOwnProp$
|
|
555
|
+
if (__hasOwnProp$q.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
556
556
|
target[prop] = source[prop];
|
|
557
|
-
if (source != null && __getOwnPropSymbols$
|
|
558
|
-
for (var prop of __getOwnPropSymbols$
|
|
559
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
557
|
+
if (source != null && __getOwnPropSymbols$q)
|
|
558
|
+
for (var prop of __getOwnPropSymbols$q(source)) {
|
|
559
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$q.call(source, prop))
|
|
560
560
|
target[prop] = source[prop];
|
|
561
561
|
}
|
|
562
562
|
return target;
|
|
563
563
|
};
|
|
564
|
-
var __async$
|
|
564
|
+
var __async$D = (__this, __arguments, generator) => {
|
|
565
565
|
return new Promise((resolve, reject) => {
|
|
566
566
|
var fulfilled = (value) => {
|
|
567
567
|
try {
|
|
@@ -585,7 +585,7 @@ const useUpdateAutoFunding = () => {
|
|
|
585
585
|
const { client } = useShipEngine();
|
|
586
586
|
const queryClient = useQueryClient();
|
|
587
587
|
return useMutation({
|
|
588
|
-
mutationFn: (_a) => __async$
|
|
588
|
+
mutationFn: (_a) => __async$D(void 0, null, function* () {
|
|
589
589
|
var _b = _a, { carrierId } = _b, options = __objRest$i(_b, ["carrierId"]);
|
|
590
590
|
const result = yield client.carriers.updateAutoFunding(carrierId, options);
|
|
591
591
|
return result.data;
|
|
@@ -615,7 +615,7 @@ const useGetZonesByCarrier = (carrierId) => {
|
|
|
615
615
|
});
|
|
616
616
|
};
|
|
617
617
|
|
|
618
|
-
var __async$
|
|
618
|
+
var __async$C = (__this, __arguments, generator) => {
|
|
619
619
|
return new Promise((resolve, reject) => {
|
|
620
620
|
var fulfilled = (value) => {
|
|
621
621
|
try {
|
|
@@ -638,7 +638,7 @@ var __async$B = (__this, __arguments, generator) => {
|
|
|
638
638
|
const useDeleteCarrier = () => {
|
|
639
639
|
const { client } = useShipEngine();
|
|
640
640
|
return useMutation({
|
|
641
|
-
mutationFn: (carrierId) => __async$
|
|
641
|
+
mutationFn: (carrierId) => __async$C(void 0, null, function* () {
|
|
642
642
|
const result = yield client.carriers.delete(carrierId);
|
|
643
643
|
return result.data;
|
|
644
644
|
}),
|
|
@@ -647,17 +647,17 @@ const useDeleteCarrier = () => {
|
|
|
647
647
|
});
|
|
648
648
|
};
|
|
649
649
|
|
|
650
|
-
var __getOwnPropSymbols$
|
|
651
|
-
var __hasOwnProp$
|
|
652
|
-
var __propIsEnum$
|
|
650
|
+
var __getOwnPropSymbols$p = Object.getOwnPropertySymbols;
|
|
651
|
+
var __hasOwnProp$p = Object.prototype.hasOwnProperty;
|
|
652
|
+
var __propIsEnum$p = Object.prototype.propertyIsEnumerable;
|
|
653
653
|
var __objRest$h = (source, exclude) => {
|
|
654
654
|
var target = {};
|
|
655
655
|
for (var prop in source)
|
|
656
|
-
if (__hasOwnProp$
|
|
656
|
+
if (__hasOwnProp$p.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
657
657
|
target[prop] = source[prop];
|
|
658
|
-
if (source != null && __getOwnPropSymbols$
|
|
659
|
-
for (var prop of __getOwnPropSymbols$
|
|
660
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
658
|
+
if (source != null && __getOwnPropSymbols$p)
|
|
659
|
+
for (var prop of __getOwnPropSymbols$p(source)) {
|
|
660
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$p.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$
|
|
678
|
-
var __hasOwnProp$
|
|
679
|
-
var __propIsEnum$
|
|
677
|
+
var __getOwnPropSymbols$o = Object.getOwnPropertySymbols;
|
|
678
|
+
var __hasOwnProp$o = Object.prototype.hasOwnProperty;
|
|
679
|
+
var __propIsEnum$o = Object.prototype.propertyIsEnumerable;
|
|
680
680
|
var __objRest$g = (source, exclude) => {
|
|
681
681
|
var target = {};
|
|
682
682
|
for (var prop in source)
|
|
683
|
-
if (__hasOwnProp$
|
|
683
|
+
if (__hasOwnProp$o.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
684
684
|
target[prop] = source[prop];
|
|
685
|
-
if (source != null && __getOwnPropSymbols$
|
|
686
|
-
for (var prop of __getOwnPropSymbols$
|
|
687
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
685
|
+
if (source != null && __getOwnPropSymbols$o)
|
|
686
|
+
for (var prop of __getOwnPropSymbols$o(source)) {
|
|
687
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$o.call(source, prop))
|
|
688
688
|
target[prop] = source[prop];
|
|
689
689
|
}
|
|
690
690
|
return target;
|
|
@@ -701,7 +701,7 @@ const useListCarrierConnections = (_params) => {
|
|
|
701
701
|
});
|
|
702
702
|
};
|
|
703
703
|
|
|
704
|
-
var __async$
|
|
704
|
+
var __async$B = (__this, __arguments, generator) => {
|
|
705
705
|
return new Promise((resolve, reject) => {
|
|
706
706
|
var fulfilled = (value) => {
|
|
707
707
|
try {
|
|
@@ -724,7 +724,7 @@ var __async$A = (__this, __arguments, generator) => {
|
|
|
724
724
|
const useConnectCarrierAccount = () => {
|
|
725
725
|
const { client } = useShipEngine();
|
|
726
726
|
return useMutation({
|
|
727
|
-
mutationFn: (_0) => __async$
|
|
727
|
+
mutationFn: (_0) => __async$B(void 0, [_0], function* ({ carrierName, formData }) {
|
|
728
728
|
const result = yield client.connections.connectCarrier(carrierName, formData);
|
|
729
729
|
return result.data;
|
|
730
730
|
}),
|
|
@@ -744,33 +744,33 @@ const useCarrierConnectionsServicesList = (carrierCode) => {
|
|
|
744
744
|
});
|
|
745
745
|
};
|
|
746
746
|
|
|
747
|
-
var __defProp$
|
|
748
|
-
var __defProps$
|
|
749
|
-
var __getOwnPropDescs$
|
|
750
|
-
var __getOwnPropSymbols$
|
|
751
|
-
var __hasOwnProp$
|
|
752
|
-
var __propIsEnum$
|
|
753
|
-
var __defNormalProp$
|
|
754
|
-
var __spreadValues$
|
|
747
|
+
var __defProp$g = Object.defineProperty;
|
|
748
|
+
var __defProps$f = Object.defineProperties;
|
|
749
|
+
var __getOwnPropDescs$f = Object.getOwnPropertyDescriptors;
|
|
750
|
+
var __getOwnPropSymbols$n = Object.getOwnPropertySymbols;
|
|
751
|
+
var __hasOwnProp$n = Object.prototype.hasOwnProperty;
|
|
752
|
+
var __propIsEnum$n = Object.prototype.propertyIsEnumerable;
|
|
753
|
+
var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
754
|
+
var __spreadValues$g = (a, b) => {
|
|
755
755
|
for (var prop in b || (b = {}))
|
|
756
|
-
if (__hasOwnProp$
|
|
757
|
-
__defNormalProp$
|
|
758
|
-
if (__getOwnPropSymbols$
|
|
759
|
-
for (var prop of __getOwnPropSymbols$
|
|
760
|
-
if (__propIsEnum$
|
|
761
|
-
__defNormalProp$
|
|
756
|
+
if (__hasOwnProp$n.call(b, prop))
|
|
757
|
+
__defNormalProp$g(a, prop, b[prop]);
|
|
758
|
+
if (__getOwnPropSymbols$n)
|
|
759
|
+
for (var prop of __getOwnPropSymbols$n(b)) {
|
|
760
|
+
if (__propIsEnum$n.call(b, prop))
|
|
761
|
+
__defNormalProp$g(a, prop, b[prop]);
|
|
762
762
|
}
|
|
763
763
|
return a;
|
|
764
764
|
};
|
|
765
|
-
var __spreadProps$
|
|
765
|
+
var __spreadProps$f = (a, b) => __defProps$f(a, __getOwnPropDescs$f(b));
|
|
766
766
|
var __objRest$f = (source, exclude) => {
|
|
767
767
|
var target = {};
|
|
768
768
|
for (var prop in source)
|
|
769
|
-
if (__hasOwnProp$
|
|
769
|
+
if (__hasOwnProp$n.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
770
770
|
target[prop] = source[prop];
|
|
771
|
-
if (source != null && __getOwnPropSymbols$
|
|
772
|
-
for (var prop of __getOwnPropSymbols$
|
|
773
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
771
|
+
if (source != null && __getOwnPropSymbols$n)
|
|
772
|
+
for (var prop of __getOwnPropSymbols$n(source)) {
|
|
773
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$n.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$
|
|
786
|
+
return useQuery(__spreadProps$f(__spreadValues$g({}, params), {
|
|
787
787
|
onError,
|
|
788
788
|
queryFn: () => client.connections.getCarrierSettings(carrierName, carrierId),
|
|
789
789
|
queryKey: ["useGetConnectionsCarrierSettings", carrierName, carrierId],
|
|
@@ -791,26 +791,26 @@ const useGetConnectionsCarrierSettings = (_a) => {
|
|
|
791
791
|
}));
|
|
792
792
|
};
|
|
793
793
|
|
|
794
|
-
var __defProp$
|
|
795
|
-
var __defProps$
|
|
796
|
-
var __getOwnPropDescs$
|
|
797
|
-
var __getOwnPropSymbols$
|
|
798
|
-
var __hasOwnProp$
|
|
799
|
-
var __propIsEnum$
|
|
800
|
-
var __defNormalProp$
|
|
801
|
-
var __spreadValues$
|
|
794
|
+
var __defProp$f = Object.defineProperty;
|
|
795
|
+
var __defProps$e = Object.defineProperties;
|
|
796
|
+
var __getOwnPropDescs$e = Object.getOwnPropertyDescriptors;
|
|
797
|
+
var __getOwnPropSymbols$m = Object.getOwnPropertySymbols;
|
|
798
|
+
var __hasOwnProp$m = Object.prototype.hasOwnProperty;
|
|
799
|
+
var __propIsEnum$m = Object.prototype.propertyIsEnumerable;
|
|
800
|
+
var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
801
|
+
var __spreadValues$f = (a, b) => {
|
|
802
802
|
for (var prop in b || (b = {}))
|
|
803
|
-
if (__hasOwnProp$
|
|
804
|
-
__defNormalProp$
|
|
805
|
-
if (__getOwnPropSymbols$
|
|
806
|
-
for (var prop of __getOwnPropSymbols$
|
|
807
|
-
if (__propIsEnum$
|
|
808
|
-
__defNormalProp$
|
|
803
|
+
if (__hasOwnProp$m.call(b, prop))
|
|
804
|
+
__defNormalProp$f(a, prop, b[prop]);
|
|
805
|
+
if (__getOwnPropSymbols$m)
|
|
806
|
+
for (var prop of __getOwnPropSymbols$m(b)) {
|
|
807
|
+
if (__propIsEnum$m.call(b, prop))
|
|
808
|
+
__defNormalProp$f(a, prop, b[prop]);
|
|
809
809
|
}
|
|
810
810
|
return a;
|
|
811
811
|
};
|
|
812
|
-
var __spreadProps$
|
|
813
|
-
var __async$
|
|
812
|
+
var __spreadProps$e = (a, b) => __defProps$e(a, __getOwnPropDescs$e(b));
|
|
813
|
+
var __async$A = (__this, __arguments, generator) => {
|
|
814
814
|
return new Promise((resolve, reject) => {
|
|
815
815
|
var fulfilled = (value) => {
|
|
816
816
|
try {
|
|
@@ -832,8 +832,8 @@ var __async$z = (__this, __arguments, generator) => {
|
|
|
832
832
|
};
|
|
833
833
|
const useUpdateConnectionsCarrierSettings = (params) => {
|
|
834
834
|
const { client } = useShipEngine();
|
|
835
|
-
return useMutation(__spreadProps$
|
|
836
|
-
mutationFn: (_0) => __async$
|
|
835
|
+
return useMutation(__spreadProps$e(__spreadValues$f({}, params), {
|
|
836
|
+
mutationFn: (_0) => __async$A(void 0, [_0], function* ({
|
|
837
837
|
carrierName,
|
|
838
838
|
carrierId,
|
|
839
839
|
formData
|
|
@@ -860,7 +860,7 @@ const useListCustomPackageTypes = () => {
|
|
|
860
860
|
});
|
|
861
861
|
};
|
|
862
862
|
|
|
863
|
-
var __async$
|
|
863
|
+
var __async$z = (__this, __arguments, generator) => {
|
|
864
864
|
return new Promise((resolve, reject) => {
|
|
865
865
|
var fulfilled = (value) => {
|
|
866
866
|
try {
|
|
@@ -883,7 +883,7 @@ var __async$y = (__this, __arguments, generator) => {
|
|
|
883
883
|
const useCreateFundingSource = () => {
|
|
884
884
|
const { client } = useShipEngine();
|
|
885
885
|
return useMutation({
|
|
886
|
-
mutationFn: (fundingSource) => __async$
|
|
886
|
+
mutationFn: (fundingSource) => __async$z(void 0, null, function* () {
|
|
887
887
|
const result = yield client.fundingSources.create(fundingSource);
|
|
888
888
|
return result.data;
|
|
889
889
|
}),
|
|
@@ -892,7 +892,7 @@ const useCreateFundingSource = () => {
|
|
|
892
892
|
});
|
|
893
893
|
};
|
|
894
894
|
|
|
895
|
-
var __async$
|
|
895
|
+
var __async$y = (__this, __arguments, generator) => {
|
|
896
896
|
return new Promise((resolve, reject) => {
|
|
897
897
|
var fulfilled = (value) => {
|
|
898
898
|
try {
|
|
@@ -915,7 +915,7 @@ var __async$x = (__this, __arguments, generator) => {
|
|
|
915
915
|
const useFundingSourcesAddFunds = () => {
|
|
916
916
|
const { client } = useShipEngine();
|
|
917
917
|
return useMutation({
|
|
918
|
-
mutationFn: (_0) => __async$
|
|
918
|
+
mutationFn: (_0) => __async$y(void 0, [_0], function* ({ funds, fundingSourceId }) {
|
|
919
919
|
const result = yield client.fundingSources.addFunds(funds, fundingSourceId);
|
|
920
920
|
return result.data;
|
|
921
921
|
}),
|
|
@@ -944,7 +944,7 @@ const useListFundingSources = () => {
|
|
|
944
944
|
});
|
|
945
945
|
};
|
|
946
946
|
|
|
947
|
-
var __async$
|
|
947
|
+
var __async$x = (__this, __arguments, generator) => {
|
|
948
948
|
return new Promise((resolve, reject) => {
|
|
949
949
|
var fulfilled = (value) => {
|
|
950
950
|
try {
|
|
@@ -967,7 +967,7 @@ var __async$w = (__this, __arguments, generator) => {
|
|
|
967
967
|
const useRegisterCarrier = () => {
|
|
968
968
|
const { client } = useShipEngine();
|
|
969
969
|
return useMutation({
|
|
970
|
-
mutationFn: (carrier) => __async$
|
|
970
|
+
mutationFn: (carrier) => __async$x(void 0, null, function* () {
|
|
971
971
|
const result = yield client.fundingSources.registerCarrier(carrier);
|
|
972
972
|
return result.data;
|
|
973
973
|
}),
|
|
@@ -976,7 +976,7 @@ const useRegisterCarrier = () => {
|
|
|
976
976
|
});
|
|
977
977
|
};
|
|
978
978
|
|
|
979
|
-
var __async$
|
|
979
|
+
var __async$w = (__this, __arguments, generator) => {
|
|
980
980
|
return new Promise((resolve, reject) => {
|
|
981
981
|
var fulfilled = (value) => {
|
|
982
982
|
try {
|
|
@@ -999,7 +999,7 @@ var __async$v = (__this, __arguments, generator) => {
|
|
|
999
999
|
const useUpdateFundingSource = () => {
|
|
1000
1000
|
const { client } = useShipEngine();
|
|
1001
1001
|
return useMutation({
|
|
1002
|
-
mutationFn: (_0) => __async$
|
|
1002
|
+
mutationFn: (_0) => __async$w(void 0, [_0], function* ({
|
|
1003
1003
|
billingInfo,
|
|
1004
1004
|
creditCardInfo,
|
|
1005
1005
|
fundingSourceId
|
|
@@ -1063,22 +1063,22 @@ const useGetInsuranceAccount = (insuranceProvider) => {
|
|
|
1063
1063
|
});
|
|
1064
1064
|
};
|
|
1065
1065
|
|
|
1066
|
-
var __getOwnPropSymbols$
|
|
1067
|
-
var __hasOwnProp$
|
|
1068
|
-
var __propIsEnum$
|
|
1066
|
+
var __getOwnPropSymbols$l = Object.getOwnPropertySymbols;
|
|
1067
|
+
var __hasOwnProp$l = Object.prototype.hasOwnProperty;
|
|
1068
|
+
var __propIsEnum$l = Object.prototype.propertyIsEnumerable;
|
|
1069
1069
|
var __objRest$e = (source, exclude) => {
|
|
1070
1070
|
var target = {};
|
|
1071
1071
|
for (var prop in source)
|
|
1072
|
-
if (__hasOwnProp$
|
|
1072
|
+
if (__hasOwnProp$l.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
1073
1073
|
target[prop] = source[prop];
|
|
1074
|
-
if (source != null && __getOwnPropSymbols$
|
|
1075
|
-
for (var prop of __getOwnPropSymbols$
|
|
1076
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
1074
|
+
if (source != null && __getOwnPropSymbols$l)
|
|
1075
|
+
for (var prop of __getOwnPropSymbols$l(source)) {
|
|
1076
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$l.call(source, prop))
|
|
1077
1077
|
target[prop] = source[prop];
|
|
1078
1078
|
}
|
|
1079
1079
|
return target;
|
|
1080
1080
|
};
|
|
1081
|
-
var __async$
|
|
1081
|
+
var __async$v = (__this, __arguments, generator) => {
|
|
1082
1082
|
return new Promise((resolve, reject) => {
|
|
1083
1083
|
var fulfilled = (value) => {
|
|
1084
1084
|
try {
|
|
@@ -1101,7 +1101,7 @@ var __async$u = (__this, __arguments, generator) => {
|
|
|
1101
1101
|
const useAddInsuranceFunds = () => {
|
|
1102
1102
|
const { client } = useShipEngine();
|
|
1103
1103
|
return useMutation({
|
|
1104
|
-
mutationFn: (_a) => __async$
|
|
1104
|
+
mutationFn: (_a) => __async$v(void 0, null, function* () {
|
|
1105
1105
|
var _b = _a, { insuranceProvider } = _b, rest = __objRest$e(_b, ["insuranceProvider"]);
|
|
1106
1106
|
const result = yield client.insurance.addFunds(insuranceProvider, rest);
|
|
1107
1107
|
return result.data;
|
|
@@ -1111,22 +1111,22 @@ const useAddInsuranceFunds = () => {
|
|
|
1111
1111
|
});
|
|
1112
1112
|
};
|
|
1113
1113
|
|
|
1114
|
-
var __getOwnPropSymbols$
|
|
1115
|
-
var __hasOwnProp$
|
|
1116
|
-
var __propIsEnum$
|
|
1114
|
+
var __getOwnPropSymbols$k = Object.getOwnPropertySymbols;
|
|
1115
|
+
var __hasOwnProp$k = Object.prototype.hasOwnProperty;
|
|
1116
|
+
var __propIsEnum$k = Object.prototype.propertyIsEnumerable;
|
|
1117
1117
|
var __objRest$d = (source, exclude) => {
|
|
1118
1118
|
var target = {};
|
|
1119
1119
|
for (var prop in source)
|
|
1120
|
-
if (__hasOwnProp$
|
|
1120
|
+
if (__hasOwnProp$k.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
1121
1121
|
target[prop] = source[prop];
|
|
1122
|
-
if (source != null && __getOwnPropSymbols$
|
|
1123
|
-
for (var prop of __getOwnPropSymbols$
|
|
1124
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
1122
|
+
if (source != null && __getOwnPropSymbols$k)
|
|
1123
|
+
for (var prop of __getOwnPropSymbols$k(source)) {
|
|
1124
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$k.call(source, prop))
|
|
1125
1125
|
target[prop] = source[prop];
|
|
1126
1126
|
}
|
|
1127
1127
|
return target;
|
|
1128
1128
|
};
|
|
1129
|
-
var __async$
|
|
1129
|
+
var __async$u = (__this, __arguments, generator) => {
|
|
1130
1130
|
return new Promise((resolve, reject) => {
|
|
1131
1131
|
var fulfilled = (value) => {
|
|
1132
1132
|
try {
|
|
@@ -1149,7 +1149,7 @@ var __async$t = (__this, __arguments, generator) => {
|
|
|
1149
1149
|
const useCreateLabel = () => {
|
|
1150
1150
|
const { client } = useShipEngine();
|
|
1151
1151
|
return useMutation({
|
|
1152
|
-
mutationFn: (_a) => __async$
|
|
1152
|
+
mutationFn: (_a) => __async$u(void 0, null, function* () {
|
|
1153
1153
|
var _b = _a, { rateId } = _b, options = __objRest$d(_b, ["rateId"]);
|
|
1154
1154
|
const result = yield client.labels.createByRateId(rateId, options);
|
|
1155
1155
|
return result.data;
|
|
@@ -1174,41 +1174,41 @@ const useGetLabel = (labelId) => {
|
|
|
1174
1174
|
});
|
|
1175
1175
|
};
|
|
1176
1176
|
|
|
1177
|
-
var __defProp$
|
|
1178
|
-
var __defProps$
|
|
1179
|
-
var __getOwnPropDescs$
|
|
1180
|
-
var __getOwnPropSymbols$
|
|
1181
|
-
var __hasOwnProp$
|
|
1182
|
-
var __propIsEnum$
|
|
1183
|
-
var __defNormalProp$
|
|
1184
|
-
var __spreadValues$
|
|
1177
|
+
var __defProp$e = Object.defineProperty;
|
|
1178
|
+
var __defProps$d = Object.defineProperties;
|
|
1179
|
+
var __getOwnPropDescs$d = Object.getOwnPropertyDescriptors;
|
|
1180
|
+
var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
|
|
1181
|
+
var __hasOwnProp$j = Object.prototype.hasOwnProperty;
|
|
1182
|
+
var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
|
|
1183
|
+
var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
1184
|
+
var __spreadValues$e = (a, b) => {
|
|
1185
1185
|
for (var prop in b || (b = {}))
|
|
1186
|
-
if (__hasOwnProp$
|
|
1187
|
-
__defNormalProp$
|
|
1188
|
-
if (__getOwnPropSymbols$
|
|
1189
|
-
for (var prop of __getOwnPropSymbols$
|
|
1190
|
-
if (__propIsEnum$
|
|
1191
|
-
__defNormalProp$
|
|
1186
|
+
if (__hasOwnProp$j.call(b, prop))
|
|
1187
|
+
__defNormalProp$e(a, prop, b[prop]);
|
|
1188
|
+
if (__getOwnPropSymbols$j)
|
|
1189
|
+
for (var prop of __getOwnPropSymbols$j(b)) {
|
|
1190
|
+
if (__propIsEnum$j.call(b, prop))
|
|
1191
|
+
__defNormalProp$e(a, prop, b[prop]);
|
|
1192
1192
|
}
|
|
1193
1193
|
return a;
|
|
1194
1194
|
};
|
|
1195
|
-
var __spreadProps$
|
|
1195
|
+
var __spreadProps$d = (a, b) => __defProps$d(a, __getOwnPropDescs$d(b));
|
|
1196
1196
|
var __objRest$c = (source, exclude) => {
|
|
1197
1197
|
var target = {};
|
|
1198
1198
|
for (var prop in source)
|
|
1199
|
-
if (__hasOwnProp$
|
|
1199
|
+
if (__hasOwnProp$j.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
1200
1200
|
target[prop] = source[prop];
|
|
1201
|
-
if (source != null && __getOwnPropSymbols$
|
|
1202
|
-
for (var prop of __getOwnPropSymbols$
|
|
1203
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
1201
|
+
if (source != null && __getOwnPropSymbols$j)
|
|
1202
|
+
for (var prop of __getOwnPropSymbols$j(source)) {
|
|
1203
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$j.call(source, prop))
|
|
1204
1204
|
target[prop] = source[prop];
|
|
1205
1205
|
}
|
|
1206
1206
|
return target;
|
|
1207
1207
|
};
|
|
1208
1208
|
const useListLabels = (params) => {
|
|
1209
1209
|
const { client } = useShipEngine();
|
|
1210
|
-
const _a = __spreadValues$
|
|
1211
|
-
return useQuery(__spreadProps$
|
|
1210
|
+
const _a = __spreadValues$e({}, params), { queryFnParams } = _a, rest = __objRest$c(_a, ["queryFnParams"]);
|
|
1211
|
+
return useQuery(__spreadProps$d(__spreadValues$e({}, rest), {
|
|
1212
1212
|
onError,
|
|
1213
1213
|
queryFn: () => client.labels.list(queryFnParams),
|
|
1214
1214
|
queryKey: ["useListLabels", params],
|
|
@@ -1216,7 +1216,7 @@ const useListLabels = (params) => {
|
|
|
1216
1216
|
}));
|
|
1217
1217
|
};
|
|
1218
1218
|
|
|
1219
|
-
var __async$
|
|
1219
|
+
var __async$t = (__this, __arguments, generator) => {
|
|
1220
1220
|
return new Promise((resolve, reject) => {
|
|
1221
1221
|
var fulfilled = (value) => {
|
|
1222
1222
|
try {
|
|
@@ -1239,7 +1239,7 @@ var __async$s = (__this, __arguments, generator) => {
|
|
|
1239
1239
|
const useVoidLabel = () => {
|
|
1240
1240
|
const { client } = useShipEngine();
|
|
1241
1241
|
return useMutation({
|
|
1242
|
-
mutationFn: (labelId) => __async$
|
|
1242
|
+
mutationFn: (labelId) => __async$t(void 0, null, function* () {
|
|
1243
1243
|
const result = yield client.labels.void(labelId);
|
|
1244
1244
|
return result.data;
|
|
1245
1245
|
}),
|
|
@@ -1248,17 +1248,36 @@ const useVoidLabel = () => {
|
|
|
1248
1248
|
});
|
|
1249
1249
|
};
|
|
1250
1250
|
|
|
1251
|
-
|
|
1251
|
+
var __defProp$d = Object.defineProperty;
|
|
1252
|
+
var __defProps$c = Object.defineProperties;
|
|
1253
|
+
var __getOwnPropDescs$c = Object.getOwnPropertyDescriptors;
|
|
1254
|
+
var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
|
|
1255
|
+
var __hasOwnProp$i = Object.prototype.hasOwnProperty;
|
|
1256
|
+
var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
|
|
1257
|
+
var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
1258
|
+
var __spreadValues$d = (a, b) => {
|
|
1259
|
+
for (var prop in b || (b = {}))
|
|
1260
|
+
if (__hasOwnProp$i.call(b, prop))
|
|
1261
|
+
__defNormalProp$d(a, prop, b[prop]);
|
|
1262
|
+
if (__getOwnPropSymbols$i)
|
|
1263
|
+
for (var prop of __getOwnPropSymbols$i(b)) {
|
|
1264
|
+
if (__propIsEnum$i.call(b, prop))
|
|
1265
|
+
__defNormalProp$d(a, prop, b[prop]);
|
|
1266
|
+
}
|
|
1267
|
+
return a;
|
|
1268
|
+
};
|
|
1269
|
+
var __spreadProps$c = (a, b) => __defProps$c(a, __getOwnPropDescs$c(b));
|
|
1270
|
+
const useListOrderSources = (params) => {
|
|
1252
1271
|
const { client } = useShipEngine();
|
|
1253
|
-
return useQuery({
|
|
1272
|
+
return useQuery(__spreadProps$c(__spreadValues$d({}, params), {
|
|
1254
1273
|
onError,
|
|
1255
1274
|
queryFn: () => client.orderSources.list(),
|
|
1256
1275
|
queryKey: ["useListOrderSources"],
|
|
1257
1276
|
select: (result) => result.data.orderSources
|
|
1258
|
-
});
|
|
1277
|
+
}));
|
|
1259
1278
|
};
|
|
1260
1279
|
|
|
1261
|
-
var __async$
|
|
1280
|
+
var __async$s = (__this, __arguments, generator) => {
|
|
1262
1281
|
return new Promise((resolve, reject) => {
|
|
1263
1282
|
var fulfilled = (value) => {
|
|
1264
1283
|
try {
|
|
@@ -1281,7 +1300,7 @@ var __async$r = (__this, __arguments, generator) => {
|
|
|
1281
1300
|
const useRefreshOrderSourceAsync = () => {
|
|
1282
1301
|
const { client } = useShipEngine();
|
|
1283
1302
|
return useMutation({
|
|
1284
|
-
mutationFn: (orderSourceId) => __async$
|
|
1303
|
+
mutationFn: (orderSourceId) => __async$s(void 0, null, function* () {
|
|
1285
1304
|
const result = yield client.orderSources.refresh(orderSourceId);
|
|
1286
1305
|
return result.data;
|
|
1287
1306
|
}),
|
|
@@ -1292,9 +1311,9 @@ const useRefreshOrderSource = () => {
|
|
|
1292
1311
|
const { client } = useShipEngine();
|
|
1293
1312
|
const { mutateAsync: refreshOrderSourceAsync } = useRefreshOrderSourceAsync();
|
|
1294
1313
|
return useMutation({
|
|
1295
|
-
mutationFn: (orderSourceId) => __async$
|
|
1314
|
+
mutationFn: (orderSourceId) => __async$s(void 0, null, function* () {
|
|
1296
1315
|
yield refreshOrderSourceAsync(orderSourceId);
|
|
1297
|
-
const waitResult = yield retryUntil(() => __async$
|
|
1316
|
+
const waitResult = yield retryUntil(() => __async$s(void 0, null, function* () {
|
|
1298
1317
|
const { data: checkResult } = yield client.orderSources.get(orderSourceId);
|
|
1299
1318
|
if (["preparing_update", "updating"].includes(checkResult.refreshInfo.status)) {
|
|
1300
1319
|
throw new SE.CodedError("Order source is still refreshing");
|
|
@@ -1308,7 +1327,7 @@ const useRefreshOrderSource = () => {
|
|
|
1308
1327
|
});
|
|
1309
1328
|
};
|
|
1310
1329
|
|
|
1311
|
-
var __async$
|
|
1330
|
+
var __async$r = (__this, __arguments, generator) => {
|
|
1312
1331
|
return new Promise((resolve, reject) => {
|
|
1313
1332
|
var fulfilled = (value) => {
|
|
1314
1333
|
try {
|
|
@@ -1331,7 +1350,7 @@ var __async$q = (__this, __arguments, generator) => {
|
|
|
1331
1350
|
const useDeactivateOrderSource = () => {
|
|
1332
1351
|
const { client } = useShipEngine();
|
|
1333
1352
|
return useMutation({
|
|
1334
|
-
mutationFn: (orderSourceId) => __async$
|
|
1353
|
+
mutationFn: (orderSourceId) => __async$r(void 0, null, function* () {
|
|
1335
1354
|
const result = yield client.orderSources.deactivate(orderSourceId);
|
|
1336
1355
|
return result.data;
|
|
1337
1356
|
}),
|
|
@@ -1350,7 +1369,7 @@ const useListOrderSourcesConnections = () => {
|
|
|
1350
1369
|
});
|
|
1351
1370
|
};
|
|
1352
1371
|
|
|
1353
|
-
var __async$
|
|
1372
|
+
var __async$q = (__this, __arguments, generator) => {
|
|
1354
1373
|
return new Promise((resolve, reject) => {
|
|
1355
1374
|
var fulfilled = (value) => {
|
|
1356
1375
|
try {
|
|
@@ -1373,7 +1392,7 @@ var __async$p = (__this, __arguments, generator) => {
|
|
|
1373
1392
|
const useCreateRateCard = () => {
|
|
1374
1393
|
const { client } = useShipEngine();
|
|
1375
1394
|
return useMutation({
|
|
1376
|
-
mutationFn: (rateCard) => __async$
|
|
1395
|
+
mutationFn: (rateCard) => __async$q(void 0, null, function* () {
|
|
1377
1396
|
const result = yield client.rateCards.create(rateCard);
|
|
1378
1397
|
return result.data;
|
|
1379
1398
|
}),
|
|
@@ -1420,7 +1439,7 @@ const useListRateCards = (carrierIds) => {
|
|
|
1420
1439
|
});
|
|
1421
1440
|
};
|
|
1422
1441
|
|
|
1423
|
-
var __async$
|
|
1442
|
+
var __async$p = (__this, __arguments, generator) => {
|
|
1424
1443
|
return new Promise((resolve, reject) => {
|
|
1425
1444
|
var fulfilled = (value) => {
|
|
1426
1445
|
try {
|
|
@@ -1443,7 +1462,7 @@ var __async$o = (__this, __arguments, generator) => {
|
|
|
1443
1462
|
const usePublishRateCard = () => {
|
|
1444
1463
|
const { client } = useShipEngine();
|
|
1445
1464
|
return useMutation({
|
|
1446
|
-
mutationFn: (rateCardId) => __async$
|
|
1465
|
+
mutationFn: (rateCardId) => __async$p(void 0, null, function* () {
|
|
1447
1466
|
return yield client.rateCards.publish(rateCardId);
|
|
1448
1467
|
}),
|
|
1449
1468
|
mutationKey: ["usePublishRateCard"],
|
|
@@ -1451,7 +1470,7 @@ const usePublishRateCard = () => {
|
|
|
1451
1470
|
});
|
|
1452
1471
|
};
|
|
1453
1472
|
|
|
1454
|
-
var __async$
|
|
1473
|
+
var __async$o = (__this, __arguments, generator) => {
|
|
1455
1474
|
return new Promise((resolve, reject) => {
|
|
1456
1475
|
var fulfilled = (value) => {
|
|
1457
1476
|
try {
|
|
@@ -1474,7 +1493,7 @@ var __async$n = (__this, __arguments, generator) => {
|
|
|
1474
1493
|
const useUpdateRateCard = () => {
|
|
1475
1494
|
const { client } = useShipEngine();
|
|
1476
1495
|
return useMutation({
|
|
1477
|
-
mutationFn: (rateCard) => __async$
|
|
1496
|
+
mutationFn: (rateCard) => __async$o(void 0, null, function* () {
|
|
1478
1497
|
const result = yield client.rateCards.update(rateCard);
|
|
1479
1498
|
return result.data;
|
|
1480
1499
|
}),
|
|
@@ -1483,7 +1502,7 @@ const useUpdateRateCard = () => {
|
|
|
1483
1502
|
});
|
|
1484
1503
|
};
|
|
1485
1504
|
|
|
1486
|
-
var __async$
|
|
1505
|
+
var __async$n = (__this, __arguments, generator) => {
|
|
1487
1506
|
return new Promise((resolve, reject) => {
|
|
1488
1507
|
var fulfilled = (value) => {
|
|
1489
1508
|
try {
|
|
@@ -1506,7 +1525,7 @@ var __async$m = (__this, __arguments, generator) => {
|
|
|
1506
1525
|
const useUploadRateCard = () => {
|
|
1507
1526
|
const { client } = useShipEngine();
|
|
1508
1527
|
return useMutation({
|
|
1509
|
-
mutationFn: (_0) => __async$
|
|
1528
|
+
mutationFn: (_0) => __async$n(void 0, [_0], function* ({ rateCardId, file }) {
|
|
1510
1529
|
const result = yield client.rateCards.upload(rateCardId, file);
|
|
1511
1530
|
return result.data;
|
|
1512
1531
|
}),
|
|
@@ -1515,7 +1534,7 @@ const useUploadRateCard = () => {
|
|
|
1515
1534
|
});
|
|
1516
1535
|
};
|
|
1517
1536
|
|
|
1518
|
-
var __async$
|
|
1537
|
+
var __async$m = (__this, __arguments, generator) => {
|
|
1519
1538
|
return new Promise((resolve, reject) => {
|
|
1520
1539
|
var fulfilled = (value) => {
|
|
1521
1540
|
try {
|
|
@@ -1538,7 +1557,7 @@ var __async$l = (__this, __arguments, generator) => {
|
|
|
1538
1557
|
const useDeleteRateCard = () => {
|
|
1539
1558
|
const { client } = useShipEngine();
|
|
1540
1559
|
return useMutation({
|
|
1541
|
-
mutationFn: (rateCardId) => __async$
|
|
1560
|
+
mutationFn: (rateCardId) => __async$m(void 0, null, function* () {
|
|
1542
1561
|
const result = yield client.rateCards.delete(rateCardId);
|
|
1543
1562
|
return result.data;
|
|
1544
1563
|
}),
|
|
@@ -1547,7 +1566,7 @@ const useDeleteRateCard = () => {
|
|
|
1547
1566
|
});
|
|
1548
1567
|
};
|
|
1549
1568
|
|
|
1550
|
-
var __async$
|
|
1569
|
+
var __async$l = (__this, __arguments, generator) => {
|
|
1551
1570
|
return new Promise((resolve, reject) => {
|
|
1552
1571
|
var fulfilled = (value) => {
|
|
1553
1572
|
try {
|
|
@@ -1570,7 +1589,7 @@ var __async$k = (__this, __arguments, generator) => {
|
|
|
1570
1589
|
const useCalculateRates = () => {
|
|
1571
1590
|
const { client } = useShipEngine();
|
|
1572
1591
|
return useMutation({
|
|
1573
|
-
mutationFn: (_0) => __async$
|
|
1592
|
+
mutationFn: (_0) => __async$l(void 0, [_0], function* ({ rateOptions, shipmentId }) {
|
|
1574
1593
|
const result = yield client.rates.calculateByShipmentId(shipmentId, rateOptions);
|
|
1575
1594
|
return result.data;
|
|
1576
1595
|
}),
|
|
@@ -1579,7 +1598,7 @@ const useCalculateRates = () => {
|
|
|
1579
1598
|
});
|
|
1580
1599
|
};
|
|
1581
1600
|
|
|
1582
|
-
var __async$
|
|
1601
|
+
var __async$k = (__this, __arguments, generator) => {
|
|
1583
1602
|
return new Promise((resolve, reject) => {
|
|
1584
1603
|
var fulfilled = (value) => {
|
|
1585
1604
|
try {
|
|
@@ -1602,7 +1621,7 @@ var __async$j = (__this, __arguments, generator) => {
|
|
|
1602
1621
|
const useRatesEstimate = () => {
|
|
1603
1622
|
const { client } = useShipEngine();
|
|
1604
1623
|
return useMutation({
|
|
1605
|
-
mutationFn: (_0) => __async$
|
|
1624
|
+
mutationFn: (_0) => __async$k(void 0, [_0], function* ({ rateParams }) {
|
|
1606
1625
|
const result = yield client.rates.estimate(rateParams);
|
|
1607
1626
|
return result.data;
|
|
1608
1627
|
}),
|
|
@@ -1652,7 +1671,7 @@ var __objRest$b = (source, exclude) => {
|
|
|
1652
1671
|
}
|
|
1653
1672
|
return target;
|
|
1654
1673
|
};
|
|
1655
|
-
var __async$
|
|
1674
|
+
var __async$j = (__this, __arguments, generator) => {
|
|
1656
1675
|
return new Promise((resolve, reject) => {
|
|
1657
1676
|
var fulfilled = (value) => {
|
|
1658
1677
|
try {
|
|
@@ -1675,7 +1694,7 @@ var __async$i = (__this, __arguments, generator) => {
|
|
|
1675
1694
|
const useNotifySalesOrderShipped = () => {
|
|
1676
1695
|
const { client } = useShipEngine();
|
|
1677
1696
|
return useMutation({
|
|
1678
|
-
mutationFn: (_a) => __async$
|
|
1697
|
+
mutationFn: (_a) => __async$j(void 0, null, function* () {
|
|
1679
1698
|
var _b = _a, { salesOrderId } = _b, tracking = __objRest$b(_b, ["salesOrderId"]);
|
|
1680
1699
|
const result = yield client.salesOrders.notifyShipped(salesOrderId, tracking);
|
|
1681
1700
|
return result.data;
|
|
@@ -1700,7 +1719,7 @@ var __objRest$a = (source, exclude) => {
|
|
|
1700
1719
|
}
|
|
1701
1720
|
return target;
|
|
1702
1721
|
};
|
|
1703
|
-
var __async$
|
|
1722
|
+
var __async$i = (__this, __arguments, generator) => {
|
|
1704
1723
|
return new Promise((resolve, reject) => {
|
|
1705
1724
|
var fulfilled = (value) => {
|
|
1706
1725
|
try {
|
|
@@ -1723,7 +1742,7 @@ var __async$h = (__this, __arguments, generator) => {
|
|
|
1723
1742
|
const useCreateSalesOrderShipment = () => {
|
|
1724
1743
|
const { client } = useShipEngine();
|
|
1725
1744
|
return useMutation({
|
|
1726
|
-
mutationFn: (_a) => __async$
|
|
1745
|
+
mutationFn: (_a) => __async$i(void 0, null, function* () {
|
|
1727
1746
|
var _b = _a, { salesOrderId } = _b, shipment = __objRest$a(_b, ["salesOrderId"]);
|
|
1728
1747
|
const result = yield client.salesOrderShipments.create(salesOrderId, shipment);
|
|
1729
1748
|
return result.data;
|
|
@@ -1774,7 +1793,7 @@ var __objRest$9 = (source, exclude) => {
|
|
|
1774
1793
|
}
|
|
1775
1794
|
return target;
|
|
1776
1795
|
};
|
|
1777
|
-
var __async$
|
|
1796
|
+
var __async$h = (__this, __arguments, generator) => {
|
|
1778
1797
|
return new Promise((resolve, reject) => {
|
|
1779
1798
|
var fulfilled = (value) => {
|
|
1780
1799
|
try {
|
|
@@ -1797,7 +1816,7 @@ var __async$g = (__this, __arguments, generator) => {
|
|
|
1797
1816
|
const useUpdateSalesOrderShipment = () => {
|
|
1798
1817
|
const { client } = useShipEngine();
|
|
1799
1818
|
return useMutation({
|
|
1800
|
-
mutationFn: (_a) => __async$
|
|
1819
|
+
mutationFn: (_a) => __async$h(void 0, null, function* () {
|
|
1801
1820
|
var _b = _a, { shipmentId } = _b, shipment = __objRest$9(_b, ["shipmentId"]);
|
|
1802
1821
|
const result = yield client.salesOrderShipments.update(shipmentId, shipment);
|
|
1803
1822
|
return result.data;
|
|
@@ -1826,7 +1845,7 @@ var __spreadValues$c = (a, b) => {
|
|
|
1826
1845
|
return a;
|
|
1827
1846
|
};
|
|
1828
1847
|
var __spreadProps$b = (a, b) => __defProps$b(a, __getOwnPropDescs$b(b));
|
|
1829
|
-
var __async$
|
|
1848
|
+
var __async$g = (__this, __arguments, generator) => {
|
|
1830
1849
|
return new Promise((resolve, reject) => {
|
|
1831
1850
|
var fulfilled = (value) => {
|
|
1832
1851
|
try {
|
|
@@ -1849,7 +1868,7 @@ var __async$f = (__this, __arguments, generator) => {
|
|
|
1849
1868
|
const useCreateShipment = () => {
|
|
1850
1869
|
const { client } = useShipEngine();
|
|
1851
1870
|
return useMutation({
|
|
1852
|
-
mutationFn: (shipment) => __async$
|
|
1871
|
+
mutationFn: (shipment) => __async$g(void 0, null, function* () {
|
|
1853
1872
|
var _a;
|
|
1854
1873
|
if (shipment.warehouseId === void 0 && shipment.shipFrom === void 0) {
|
|
1855
1874
|
throw new SE.CodedError("errorMessages.noWarehouses", {
|
|
@@ -2017,6 +2036,38 @@ const useGetShipmentByExternalId = (params) => {
|
|
|
2017
2036
|
}));
|
|
2018
2037
|
};
|
|
2019
2038
|
|
|
2039
|
+
var __async$f = (__this, __arguments, generator) => {
|
|
2040
|
+
return new Promise((resolve, reject) => {
|
|
2041
|
+
var fulfilled = (value) => {
|
|
2042
|
+
try {
|
|
2043
|
+
step(generator.next(value));
|
|
2044
|
+
} catch (e) {
|
|
2045
|
+
reject(e);
|
|
2046
|
+
}
|
|
2047
|
+
};
|
|
2048
|
+
var rejected = (value) => {
|
|
2049
|
+
try {
|
|
2050
|
+
step(generator.throw(value));
|
|
2051
|
+
} catch (e) {
|
|
2052
|
+
reject(e);
|
|
2053
|
+
}
|
|
2054
|
+
};
|
|
2055
|
+
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
2056
|
+
step((generator = generator.apply(__this, __arguments)).next());
|
|
2057
|
+
});
|
|
2058
|
+
};
|
|
2059
|
+
const useCancelShipment = () => {
|
|
2060
|
+
const { client } = useShipEngine();
|
|
2061
|
+
return useMutation({
|
|
2062
|
+
mutationFn: (shipmentId) => __async$f(void 0, null, function* () {
|
|
2063
|
+
const result = yield client.shipments.cancel(shipmentId);
|
|
2064
|
+
return result.data;
|
|
2065
|
+
}),
|
|
2066
|
+
mutationKey: ["useCancelShipment"],
|
|
2067
|
+
onError
|
|
2068
|
+
});
|
|
2069
|
+
};
|
|
2070
|
+
|
|
2020
2071
|
var __defProp$9 = Object.defineProperty;
|
|
2021
2072
|
var __defProps$8 = Object.defineProperties;
|
|
2022
2073
|
var __getOwnPropDescs$8 = Object.getOwnPropertyDescriptors;
|
|
@@ -2927,4 +2978,4 @@ const useUpdateWebhook = (params) => {
|
|
|
2927
2978
|
}));
|
|
2928
2979
|
};
|
|
2929
2980
|
|
|
2930
|
-
export { ShipEngine, ShipEngineContext, delay, logger, onError, retryUntil, useAddFunds, useAddInsuranceFunds, useAddSandboxCarriers, useCalculateRates, useCarrierConnectionsServicesList, useConnectCarrier, useConnectCarrierAccount, useCreateAccountImage, useCreateFundingSource, useCreateLabel, useCreateRateCard, useCreateSalesOrderShipment, useCreateSandboxSeller, useCreateSellerApiKey, useCreateShipment, useCreateShippingRule, useCreateWarehouse, useCreateWebhook, useDeactivateOrderSource, useDeleteAccountImage, useDeleteCarrier, useDeleteRateCard, useDeleteSellerApiKey, useDeleteShippingRule, useDeleteWarehouse, useDeleteWebhook, useDownloadRateCard, useEditShippingRule, useFundingSourcesAddFunds, useGetAccountBillingPlan, useGetAccountImages, useGetAccountSettings, useGetAutoFundingConfiguration, useGetCarrierById, useGetCarrierConnectionForm, useGetConnectionsCarrierSettings, useGetCountriesByCarrier, useGetCurrenciesByCarrier, useGetFundingSourceById, useGetFundingSourceMetadata, useGetFundingSourceTransactions, useGetHereToken, useGetInsuranceAccount, useGetInsuranceFundingSourceAcceptedTerms, useGetLabel, useGetPackageRatingGroupByCarrier, useGetRateCardById, useGetSalesOrder, useGetSalesOrderShipment, useGetServicePoint, useGetServicesByCarrier, useGetShipment, useGetShipmentByExternalId, useGetShipmentRates, useGetShippingRuleById, useGetShippingRuleConditionsOptions, useGetThemeById, useGetZonesByCarrier, useListCarrierConnections, useListCarriers, useListCustomPackageTypes, useListFundingSources, useListLabels, useListOrderSources, useListOrderSourcesConnections, useListRateCards, useListSalesOrderShipments, useListSalesOrders, useListSandboxSellerIds, useListSellerApiKeys, useListServicePoints, useListShipments, useListShippingRules, useListWarehouses, useListWebhooks, useNotifySalesOrderShipped, useParseAddress, usePublishRateCard, useRatesEstimate, useRefreshOrderSource, useRefreshOrderSourceAsync, useRegisterCarrier, useShipEngine, useUpdateAccountBillingPlan, useUpdateAccountImage, useUpdateAccountSettings, useUpdateAutoFunding, useUpdateConnectionsCarrierSettings, useUpdateFundingSource, useUpdateRateCard, useUpdateSalesOrderShipment, useUpdateWarehouse, useUpdateWebhook, useUploadRateCard, useValidateAddresses, useVoidLabel };
|
|
2981
|
+
export { ShipEngine, ShipEngineContext, delay, logger, onError, retryUntil, useAddFunds, useAddInsuranceFunds, useAddSandboxCarriers, useCalculateRates, useCancelShipment, useCarrierConnectionsServicesList, useConnectCarrier, useConnectCarrierAccount, useCreateAccountImage, useCreateFundingSource, useCreateLabel, useCreateRateCard, useCreateSalesOrderShipment, useCreateSandboxSeller, useCreateSellerApiKey, useCreateShipment, useCreateShippingRule, useCreateWarehouse, useCreateWebhook, useDeactivateOrderSource, useDeleteAccountImage, useDeleteCarrier, useDeleteRateCard, useDeleteSellerApiKey, useDeleteShippingRule, useDeleteWarehouse, useDeleteWebhook, useDownloadRateCard, useEditShippingRule, useFundingSourcesAddFunds, useGetAccountBillingPlan, useGetAccountImages, useGetAccountSettings, useGetAutoFundingConfiguration, useGetCarrierById, useGetCarrierConnectionForm, useGetConnectionsCarrierSettings, useGetCountriesByCarrier, useGetCurrenciesByCarrier, useGetFundingSourceById, useGetFundingSourceMetadata, useGetFundingSourceTransactions, useGetHereToken, useGetInsuranceAccount, useGetInsuranceFundingSourceAcceptedTerms, useGetLabel, useGetPackageRatingGroupByCarrier, useGetRateCardById, useGetSalesOrder, useGetSalesOrderShipment, useGetServicePoint, useGetServicesByCarrier, useGetShipment, useGetShipmentByExternalId, useGetShipmentRates, useGetShippingRuleById, useGetShippingRuleConditionsOptions, useGetThemeById, useGetZonesByCarrier, useListCarrierConnections, useListCarriers, useListCustomPackageTypes, useListFundingSources, useListLabels, useListOrderSources, useListOrderSourcesConnections, useListRateCards, useListSalesOrderShipments, useListSalesOrders, useListSandboxSellerIds, useListSellerApiKeys, useListServicePoints, useListShipments, useListShippingRules, useListWarehouses, useListWebhooks, useNotifySalesOrderShipped, useParseAddress, usePublishRateCard, useRatesEstimate, useRefreshOrderSource, useRefreshOrderSourceAsync, useRegisterCarrier, useShipEngine, useUpdateAccountBillingPlan, useUpdateAccountImage, useUpdateAccountSettings, useUpdateAutoFunding, useUpdateConnectionsCarrierSettings, useUpdateFundingSource, useUpdateRateCard, useUpdateSalesOrderShipment, useUpdateWarehouse, useUpdateWebhook, useUploadRateCard, useValidateAddresses, useVoidLabel };
|