@shipengine/react-api 4.6.3 → 4.7.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.
@@ -1,3 +1,4 @@
1
1
  export * from "./use-create-auctane-pay-session";
2
2
  export * from "./use-get-auctane-pay-config";
3
3
  export * from "./use-preview-transaction";
4
+ export * from "./use-get-payment-methods";
@@ -0,0 +1,7 @@
1
+ import { ConfigResponse } from "@shipengine/js-api";
2
+ import { QueryProps } from "../../utilities";
3
+ /**
4
+ * @category ShipEngine API Hooks
5
+ * @see https://auctane-pay-dev.kubedev.sslocal.com/swagger/index.html#tag/PaymentMethod/operation/List%20Payment%20Methods
6
+ */
7
+ export declare const useGetPaymentMethods: (params?: QueryProps<ConfigResponse>) => import("@tanstack/react-query").UseQueryResult<import("@shipengine/js-api").PaymentMethodsResponse, import("@shipengine/js-api").CodedError[]>;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * @category ShipEngine API Hooks
3
3
  */
4
- export declare const useGetAutoFundingConfiguration: (carrierId?: string) => import("@tanstack/react-query").UseQueryResult<import("@shipengine/js-api").CarrierAutoFundingSettingsResponse, import("@shipengine/js-api").CodedError[]>;
4
+ export declare const useGetAutoFundingConfiguration: (carrierId?: string) => import("@tanstack/react-query").UseQueryResult<import("@shipengine/js-api").CarrierAutoFundingSettings, 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$B = Object.defineProperty;
83
- var __defProps$A = Object.defineProperties;
84
- var __getOwnPropDescs$A = Object.getOwnPropertyDescriptors;
85
- var __getOwnPropSymbols$K = Object.getOwnPropertySymbols;
86
- var __hasOwnProp$K = Object.prototype.hasOwnProperty;
87
- var __propIsEnum$K = Object.prototype.propertyIsEnumerable;
88
- var __defNormalProp$B = (obj, key, value) => key in obj ? __defProp$B(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
89
- var __spreadValues$B = (a, b) => {
82
+ var __defProp$C = Object.defineProperty;
83
+ var __defProps$B = Object.defineProperties;
84
+ var __getOwnPropDescs$B = Object.getOwnPropertyDescriptors;
85
+ var __getOwnPropSymbols$L = Object.getOwnPropertySymbols;
86
+ var __hasOwnProp$L = Object.prototype.hasOwnProperty;
87
+ var __propIsEnum$L = Object.prototype.propertyIsEnumerable;
88
+ var __defNormalProp$C = (obj, key, value) => key in obj ? __defProp$C(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
89
+ var __spreadValues$C = (a, b) => {
90
90
  for (var prop in b || (b = {}))
91
- if (__hasOwnProp$K.call(b, prop))
92
- __defNormalProp$B(a, prop, b[prop]);
93
- if (__getOwnPropSymbols$K)
94
- for (var prop of __getOwnPropSymbols$K(b)) {
95
- if (__propIsEnum$K.call(b, prop))
96
- __defNormalProp$B(a, prop, b[prop]);
91
+ if (__hasOwnProp$L.call(b, prop))
92
+ __defNormalProp$C(a, prop, b[prop]);
93
+ if (__getOwnPropSymbols$L)
94
+ for (var prop of __getOwnPropSymbols$L(b)) {
95
+ if (__propIsEnum$L.call(b, prop))
96
+ __defNormalProp$C(a, prop, b[prop]);
97
97
  }
98
98
  return a;
99
99
  };
100
- var __spreadProps$A = (a, b) => __defProps$A(a, __getOwnPropDescs$A(b));
100
+ var __spreadProps$B = (a, b) => __defProps$B(a, __getOwnPropDescs$B(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$A(__spreadValues$B({}, k), {
109
+ serializers: __spreadProps$B(__spreadValues$C({}, k), {
110
110
  req: (req) => ({
111
111
  headers: req.headers,
112
112
  method: req.method,
@@ -343,25 +343,25 @@ const useValidateAddresses = () => {
343
343
  });
344
344
  };
345
345
 
346
- var __defProp$A = Object.defineProperty;
347
- var __defProps$z = Object.defineProperties;
348
- var __getOwnPropDescs$z = Object.getOwnPropertyDescriptors;
349
- var __getOwnPropSymbols$J = Object.getOwnPropertySymbols;
350
- var __hasOwnProp$J = Object.prototype.hasOwnProperty;
351
- var __propIsEnum$J = Object.prototype.propertyIsEnumerable;
352
- var __defNormalProp$A = (obj, key, value) => key in obj ? __defProp$A(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
353
- var __spreadValues$A = (a, b) => {
346
+ var __defProp$B = Object.defineProperty;
347
+ var __defProps$A = Object.defineProperties;
348
+ var __getOwnPropDescs$A = Object.getOwnPropertyDescriptors;
349
+ var __getOwnPropSymbols$K = Object.getOwnPropertySymbols;
350
+ var __hasOwnProp$K = Object.prototype.hasOwnProperty;
351
+ var __propIsEnum$K = Object.prototype.propertyIsEnumerable;
352
+ var __defNormalProp$B = (obj, key, value) => key in obj ? __defProp$B(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
353
+ var __spreadValues$B = (a, b) => {
354
354
  for (var prop in b || (b = {}))
355
- if (__hasOwnProp$J.call(b, prop))
356
- __defNormalProp$A(a, prop, b[prop]);
357
- if (__getOwnPropSymbols$J)
358
- for (var prop of __getOwnPropSymbols$J(b)) {
359
- if (__propIsEnum$J.call(b, prop))
360
- __defNormalProp$A(a, prop, b[prop]);
355
+ if (__hasOwnProp$K.call(b, prop))
356
+ __defNormalProp$B(a, prop, b[prop]);
357
+ if (__getOwnPropSymbols$K)
358
+ for (var prop of __getOwnPropSymbols$K(b)) {
359
+ if (__propIsEnum$K.call(b, prop))
360
+ __defNormalProp$B(a, prop, b[prop]);
361
361
  }
362
362
  return a;
363
363
  };
364
- var __spreadProps$z = (a, b) => __defProps$z(a, __getOwnPropDescs$z(b));
364
+ var __spreadProps$A = (a, b) => __defProps$A(a, __getOwnPropDescs$A(b));
365
365
  var __async$P = (__this, __arguments, generator) => {
366
366
  return new Promise((resolve, reject) => {
367
367
  var fulfilled = (value) => {
@@ -384,7 +384,7 @@ var __async$P = (__this, __arguments, generator) => {
384
384
  };
385
385
  const useCreateAuctanePaySession = (params) => {
386
386
  const { client } = useShipEngine();
387
- return reactQuery.useMutation(__spreadProps$z(__spreadValues$A({}, params), {
387
+ return reactQuery.useMutation(__spreadProps$A(__spreadValues$B({}, params), {
388
388
  mutationFn: (request) => __async$P(void 0, null, function* () {
389
389
  const result = yield client.auctanePay.createSession(request);
390
390
  return result.data;
@@ -394,6 +394,36 @@ const useCreateAuctanePaySession = (params) => {
394
394
  }));
395
395
  };
396
396
 
397
+ var __defProp$A = Object.defineProperty;
398
+ var __defProps$z = Object.defineProperties;
399
+ var __getOwnPropDescs$z = Object.getOwnPropertyDescriptors;
400
+ var __getOwnPropSymbols$J = Object.getOwnPropertySymbols;
401
+ var __hasOwnProp$J = Object.prototype.hasOwnProperty;
402
+ var __propIsEnum$J = Object.prototype.propertyIsEnumerable;
403
+ var __defNormalProp$A = (obj, key, value) => key in obj ? __defProp$A(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
404
+ var __spreadValues$A = (a, b) => {
405
+ for (var prop in b || (b = {}))
406
+ if (__hasOwnProp$J.call(b, prop))
407
+ __defNormalProp$A(a, prop, b[prop]);
408
+ if (__getOwnPropSymbols$J)
409
+ for (var prop of __getOwnPropSymbols$J(b)) {
410
+ if (__propIsEnum$J.call(b, prop))
411
+ __defNormalProp$A(a, prop, b[prop]);
412
+ }
413
+ return a;
414
+ };
415
+ var __spreadProps$z = (a, b) => __defProps$z(a, __getOwnPropDescs$z(b));
416
+ const useGetAuctanePayConfig = (params) => {
417
+ const { client } = useShipEngine();
418
+ const queryParams = __spreadValues$A({}, params);
419
+ return reactQuery.useQuery(__spreadProps$z(__spreadValues$A({}, queryParams), {
420
+ onError,
421
+ queryFn: () => client.auctanePay.getConfig(),
422
+ queryKey: ["useGetAuctanePayConfig"],
423
+ select: (result) => result.data
424
+ }));
425
+ };
426
+
397
427
  var __defProp$z = Object.defineProperty;
398
428
  var __defProps$y = Object.defineProperties;
399
429
  var __getOwnPropDescs$y = Object.getOwnPropertyDescriptors;
@@ -413,36 +443,6 @@ var __spreadValues$z = (a, b) => {
413
443
  return a;
414
444
  };
415
445
  var __spreadProps$y = (a, b) => __defProps$y(a, __getOwnPropDescs$y(b));
416
- const useGetAuctanePayConfig = (params) => {
417
- const { client } = useShipEngine();
418
- const queryParams = __spreadValues$z({}, params);
419
- return reactQuery.useQuery(__spreadProps$y(__spreadValues$z({}, queryParams), {
420
- onError,
421
- queryFn: () => client.auctanePay.getConfig(),
422
- queryKey: ["useGetAuctanePayConfig"],
423
- select: (result) => result.data
424
- }));
425
- };
426
-
427
- var __defProp$y = Object.defineProperty;
428
- var __defProps$x = Object.defineProperties;
429
- var __getOwnPropDescs$x = Object.getOwnPropertyDescriptors;
430
- var __getOwnPropSymbols$H = Object.getOwnPropertySymbols;
431
- var __hasOwnProp$H = Object.prototype.hasOwnProperty;
432
- var __propIsEnum$H = Object.prototype.propertyIsEnumerable;
433
- var __defNormalProp$y = (obj, key, value) => key in obj ? __defProp$y(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
434
- var __spreadValues$y = (a, b) => {
435
- for (var prop in b || (b = {}))
436
- if (__hasOwnProp$H.call(b, prop))
437
- __defNormalProp$y(a, prop, b[prop]);
438
- if (__getOwnPropSymbols$H)
439
- for (var prop of __getOwnPropSymbols$H(b)) {
440
- if (__propIsEnum$H.call(b, prop))
441
- __defNormalProp$y(a, prop, b[prop]);
442
- }
443
- return a;
444
- };
445
- var __spreadProps$x = (a, b) => __defProps$x(a, __getOwnPropDescs$x(b));
446
446
  var __async$O = (__this, __arguments, generator) => {
447
447
  return new Promise((resolve, reject) => {
448
448
  var fulfilled = (value) => {
@@ -465,7 +465,7 @@ var __async$O = (__this, __arguments, generator) => {
465
465
  };
466
466
  const usePreviewTransaction = (params) => {
467
467
  const { client } = useShipEngine();
468
- return reactQuery.useMutation(__spreadProps$x(__spreadValues$y({}, params), {
468
+ return reactQuery.useMutation(__spreadProps$y(__spreadValues$z({}, params), {
469
469
  mutationFn: (_0) => __async$O(void 0, [_0], function* ({ amount, transactionCategory = "add_funds" }) {
470
470
  const request = {
471
471
  amount,
@@ -479,6 +479,36 @@ const usePreviewTransaction = (params) => {
479
479
  }));
480
480
  };
481
481
 
482
+ var __defProp$y = Object.defineProperty;
483
+ var __defProps$x = Object.defineProperties;
484
+ var __getOwnPropDescs$x = Object.getOwnPropertyDescriptors;
485
+ var __getOwnPropSymbols$H = Object.getOwnPropertySymbols;
486
+ var __hasOwnProp$H = Object.prototype.hasOwnProperty;
487
+ var __propIsEnum$H = Object.prototype.propertyIsEnumerable;
488
+ var __defNormalProp$y = (obj, key, value) => key in obj ? __defProp$y(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
489
+ var __spreadValues$y = (a, b) => {
490
+ for (var prop in b || (b = {}))
491
+ if (__hasOwnProp$H.call(b, prop))
492
+ __defNormalProp$y(a, prop, b[prop]);
493
+ if (__getOwnPropSymbols$H)
494
+ for (var prop of __getOwnPropSymbols$H(b)) {
495
+ if (__propIsEnum$H.call(b, prop))
496
+ __defNormalProp$y(a, prop, b[prop]);
497
+ }
498
+ return a;
499
+ };
500
+ var __spreadProps$x = (a, b) => __defProps$x(a, __getOwnPropDescs$x(b));
501
+ const useGetPaymentMethods = (params) => {
502
+ const { client } = useShipEngine();
503
+ const queryParams = __spreadValues$y({}, params);
504
+ return reactQuery.useQuery(__spreadProps$x(__spreadValues$y({}, queryParams), {
505
+ onError,
506
+ queryFn: () => client.auctanePay.getPaymentMethods(),
507
+ queryKey: ["useGetPaymentMethods"],
508
+ select: (result) => result.data
509
+ }));
510
+ };
511
+
482
512
  var __async$N = (__this, __arguments, generator) => {
483
513
  return new Promise((resolve, reject) => {
484
514
  var fulfilled = (value) => {
@@ -3926,6 +3956,7 @@ exports.useGetInsuranceFundingSourceAcceptedTerms = useGetInsuranceFundingSource
3926
3956
  exports.useGetInvoiceAddress = useGetInvoiceAddress;
3927
3957
  exports.useGetLabel = useGetLabel;
3928
3958
  exports.useGetPackageRatingGroupByCarrier = useGetPackageRatingGroupByCarrier;
3959
+ exports.useGetPaymentMethods = useGetPaymentMethods;
3929
3960
  exports.useGetRateCardById = useGetRateCardById;
3930
3961
  exports.useGetSalesOrder = useGetSalesOrder;
3931
3962
  exports.useGetSalesOrderByExternalOrderId = useGetSalesOrderByExternalOrderId;
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$B = Object.defineProperty;
80
- var __defProps$A = Object.defineProperties;
81
- var __getOwnPropDescs$A = Object.getOwnPropertyDescriptors;
82
- var __getOwnPropSymbols$K = Object.getOwnPropertySymbols;
83
- var __hasOwnProp$K = Object.prototype.hasOwnProperty;
84
- var __propIsEnum$K = Object.prototype.propertyIsEnumerable;
85
- var __defNormalProp$B = (obj, key, value) => key in obj ? __defProp$B(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
86
- var __spreadValues$B = (a, b) => {
79
+ var __defProp$C = Object.defineProperty;
80
+ var __defProps$B = Object.defineProperties;
81
+ var __getOwnPropDescs$B = Object.getOwnPropertyDescriptors;
82
+ var __getOwnPropSymbols$L = Object.getOwnPropertySymbols;
83
+ var __hasOwnProp$L = Object.prototype.hasOwnProperty;
84
+ var __propIsEnum$L = Object.prototype.propertyIsEnumerable;
85
+ var __defNormalProp$C = (obj, key, value) => key in obj ? __defProp$C(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
86
+ var __spreadValues$C = (a, b) => {
87
87
  for (var prop in b || (b = {}))
88
- if (__hasOwnProp$K.call(b, prop))
89
- __defNormalProp$B(a, prop, b[prop]);
90
- if (__getOwnPropSymbols$K)
91
- for (var prop of __getOwnPropSymbols$K(b)) {
92
- if (__propIsEnum$K.call(b, prop))
93
- __defNormalProp$B(a, prop, b[prop]);
88
+ if (__hasOwnProp$L.call(b, prop))
89
+ __defNormalProp$C(a, prop, b[prop]);
90
+ if (__getOwnPropSymbols$L)
91
+ for (var prop of __getOwnPropSymbols$L(b)) {
92
+ if (__propIsEnum$L.call(b, prop))
93
+ __defNormalProp$C(a, prop, b[prop]);
94
94
  }
95
95
  return a;
96
96
  };
97
- var __spreadProps$A = (a, b) => __defProps$A(a, __getOwnPropDescs$A(b));
97
+ var __spreadProps$B = (a, b) => __defProps$B(a, __getOwnPropDescs$B(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$A(__spreadValues$B({}, k), {
106
+ serializers: __spreadProps$B(__spreadValues$C({}, k), {
107
107
  req: (req) => ({
108
108
  headers: req.headers,
109
109
  method: req.method,
@@ -340,25 +340,25 @@ const useValidateAddresses = () => {
340
340
  });
341
341
  };
342
342
 
343
- var __defProp$A = Object.defineProperty;
344
- var __defProps$z = Object.defineProperties;
345
- var __getOwnPropDescs$z = Object.getOwnPropertyDescriptors;
346
- var __getOwnPropSymbols$J = Object.getOwnPropertySymbols;
347
- var __hasOwnProp$J = Object.prototype.hasOwnProperty;
348
- var __propIsEnum$J = Object.prototype.propertyIsEnumerable;
349
- var __defNormalProp$A = (obj, key, value) => key in obj ? __defProp$A(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
350
- var __spreadValues$A = (a, b) => {
343
+ var __defProp$B = Object.defineProperty;
344
+ var __defProps$A = Object.defineProperties;
345
+ var __getOwnPropDescs$A = Object.getOwnPropertyDescriptors;
346
+ var __getOwnPropSymbols$K = Object.getOwnPropertySymbols;
347
+ var __hasOwnProp$K = Object.prototype.hasOwnProperty;
348
+ var __propIsEnum$K = Object.prototype.propertyIsEnumerable;
349
+ var __defNormalProp$B = (obj, key, value) => key in obj ? __defProp$B(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
350
+ var __spreadValues$B = (a, b) => {
351
351
  for (var prop in b || (b = {}))
352
- if (__hasOwnProp$J.call(b, prop))
353
- __defNormalProp$A(a, prop, b[prop]);
354
- if (__getOwnPropSymbols$J)
355
- for (var prop of __getOwnPropSymbols$J(b)) {
356
- if (__propIsEnum$J.call(b, prop))
357
- __defNormalProp$A(a, prop, b[prop]);
352
+ if (__hasOwnProp$K.call(b, prop))
353
+ __defNormalProp$B(a, prop, b[prop]);
354
+ if (__getOwnPropSymbols$K)
355
+ for (var prop of __getOwnPropSymbols$K(b)) {
356
+ if (__propIsEnum$K.call(b, prop))
357
+ __defNormalProp$B(a, prop, b[prop]);
358
358
  }
359
359
  return a;
360
360
  };
361
- var __spreadProps$z = (a, b) => __defProps$z(a, __getOwnPropDescs$z(b));
361
+ var __spreadProps$A = (a, b) => __defProps$A(a, __getOwnPropDescs$A(b));
362
362
  var __async$P = (__this, __arguments, generator) => {
363
363
  return new Promise((resolve, reject) => {
364
364
  var fulfilled = (value) => {
@@ -381,7 +381,7 @@ var __async$P = (__this, __arguments, generator) => {
381
381
  };
382
382
  const useCreateAuctanePaySession = (params) => {
383
383
  const { client } = useShipEngine();
384
- return useMutation(__spreadProps$z(__spreadValues$A({}, params), {
384
+ return useMutation(__spreadProps$A(__spreadValues$B({}, params), {
385
385
  mutationFn: (request) => __async$P(void 0, null, function* () {
386
386
  const result = yield client.auctanePay.createSession(request);
387
387
  return result.data;
@@ -391,6 +391,36 @@ const useCreateAuctanePaySession = (params) => {
391
391
  }));
392
392
  };
393
393
 
394
+ var __defProp$A = Object.defineProperty;
395
+ var __defProps$z = Object.defineProperties;
396
+ var __getOwnPropDescs$z = Object.getOwnPropertyDescriptors;
397
+ var __getOwnPropSymbols$J = Object.getOwnPropertySymbols;
398
+ var __hasOwnProp$J = Object.prototype.hasOwnProperty;
399
+ var __propIsEnum$J = Object.prototype.propertyIsEnumerable;
400
+ var __defNormalProp$A = (obj, key, value) => key in obj ? __defProp$A(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
401
+ var __spreadValues$A = (a, b) => {
402
+ for (var prop in b || (b = {}))
403
+ if (__hasOwnProp$J.call(b, prop))
404
+ __defNormalProp$A(a, prop, b[prop]);
405
+ if (__getOwnPropSymbols$J)
406
+ for (var prop of __getOwnPropSymbols$J(b)) {
407
+ if (__propIsEnum$J.call(b, prop))
408
+ __defNormalProp$A(a, prop, b[prop]);
409
+ }
410
+ return a;
411
+ };
412
+ var __spreadProps$z = (a, b) => __defProps$z(a, __getOwnPropDescs$z(b));
413
+ const useGetAuctanePayConfig = (params) => {
414
+ const { client } = useShipEngine();
415
+ const queryParams = __spreadValues$A({}, params);
416
+ return useQuery(__spreadProps$z(__spreadValues$A({}, queryParams), {
417
+ onError,
418
+ queryFn: () => client.auctanePay.getConfig(),
419
+ queryKey: ["useGetAuctanePayConfig"],
420
+ select: (result) => result.data
421
+ }));
422
+ };
423
+
394
424
  var __defProp$z = Object.defineProperty;
395
425
  var __defProps$y = Object.defineProperties;
396
426
  var __getOwnPropDescs$y = Object.getOwnPropertyDescriptors;
@@ -410,36 +440,6 @@ var __spreadValues$z = (a, b) => {
410
440
  return a;
411
441
  };
412
442
  var __spreadProps$y = (a, b) => __defProps$y(a, __getOwnPropDescs$y(b));
413
- const useGetAuctanePayConfig = (params) => {
414
- const { client } = useShipEngine();
415
- const queryParams = __spreadValues$z({}, params);
416
- return useQuery(__spreadProps$y(__spreadValues$z({}, queryParams), {
417
- onError,
418
- queryFn: () => client.auctanePay.getConfig(),
419
- queryKey: ["useGetAuctanePayConfig"],
420
- select: (result) => result.data
421
- }));
422
- };
423
-
424
- var __defProp$y = Object.defineProperty;
425
- var __defProps$x = Object.defineProperties;
426
- var __getOwnPropDescs$x = Object.getOwnPropertyDescriptors;
427
- var __getOwnPropSymbols$H = Object.getOwnPropertySymbols;
428
- var __hasOwnProp$H = Object.prototype.hasOwnProperty;
429
- var __propIsEnum$H = Object.prototype.propertyIsEnumerable;
430
- var __defNormalProp$y = (obj, key, value) => key in obj ? __defProp$y(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
431
- var __spreadValues$y = (a, b) => {
432
- for (var prop in b || (b = {}))
433
- if (__hasOwnProp$H.call(b, prop))
434
- __defNormalProp$y(a, prop, b[prop]);
435
- if (__getOwnPropSymbols$H)
436
- for (var prop of __getOwnPropSymbols$H(b)) {
437
- if (__propIsEnum$H.call(b, prop))
438
- __defNormalProp$y(a, prop, b[prop]);
439
- }
440
- return a;
441
- };
442
- var __spreadProps$x = (a, b) => __defProps$x(a, __getOwnPropDescs$x(b));
443
443
  var __async$O = (__this, __arguments, generator) => {
444
444
  return new Promise((resolve, reject) => {
445
445
  var fulfilled = (value) => {
@@ -462,7 +462,7 @@ var __async$O = (__this, __arguments, generator) => {
462
462
  };
463
463
  const usePreviewTransaction = (params) => {
464
464
  const { client } = useShipEngine();
465
- return useMutation(__spreadProps$x(__spreadValues$y({}, params), {
465
+ return useMutation(__spreadProps$y(__spreadValues$z({}, params), {
466
466
  mutationFn: (_0) => __async$O(void 0, [_0], function* ({ amount, transactionCategory = "add_funds" }) {
467
467
  const request = {
468
468
  amount,
@@ -476,6 +476,36 @@ const usePreviewTransaction = (params) => {
476
476
  }));
477
477
  };
478
478
 
479
+ var __defProp$y = Object.defineProperty;
480
+ var __defProps$x = Object.defineProperties;
481
+ var __getOwnPropDescs$x = Object.getOwnPropertyDescriptors;
482
+ var __getOwnPropSymbols$H = Object.getOwnPropertySymbols;
483
+ var __hasOwnProp$H = Object.prototype.hasOwnProperty;
484
+ var __propIsEnum$H = Object.prototype.propertyIsEnumerable;
485
+ var __defNormalProp$y = (obj, key, value) => key in obj ? __defProp$y(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
486
+ var __spreadValues$y = (a, b) => {
487
+ for (var prop in b || (b = {}))
488
+ if (__hasOwnProp$H.call(b, prop))
489
+ __defNormalProp$y(a, prop, b[prop]);
490
+ if (__getOwnPropSymbols$H)
491
+ for (var prop of __getOwnPropSymbols$H(b)) {
492
+ if (__propIsEnum$H.call(b, prop))
493
+ __defNormalProp$y(a, prop, b[prop]);
494
+ }
495
+ return a;
496
+ };
497
+ var __spreadProps$x = (a, b) => __defProps$x(a, __getOwnPropDescs$x(b));
498
+ const useGetPaymentMethods = (params) => {
499
+ const { client } = useShipEngine();
500
+ const queryParams = __spreadValues$y({}, params);
501
+ return useQuery(__spreadProps$x(__spreadValues$y({}, queryParams), {
502
+ onError,
503
+ queryFn: () => client.auctanePay.getPaymentMethods(),
504
+ queryKey: ["useGetPaymentMethods"],
505
+ select: (result) => result.data
506
+ }));
507
+ };
508
+
479
509
  var __async$N = (__this, __arguments, generator) => {
480
510
  return new Promise((resolve, reject) => {
481
511
  var fulfilled = (value) => {
@@ -3861,4 +3891,4 @@ const useListUsers = (params) => {
3861
3891
  }));
3862
3892
  };
3863
3893
 
3864
- export { ShipEngine, ShipEngineContext, delay, logger, onError, retryUntil, useAddFunds, useAddInsuranceFunds, useAddSandboxCarriers, useCalculateRates, useCancelShipment, useCarrierConnectionsServicesList, useConnectCarrier, useConnectCarrierAccount, useCreateAccountImage, useCreateAuctanePaySession, useCreateFundingSource, useCreateInvoiceAddress, useCreateLabel, useCreateLabelByRateId, useCreateLabelByShipmentId, useCreateRateCard, useCreateSalesOrderShipment, useCreateSandboxSeller, useCreateSellerApiKey, useCreateShipment, useCreateShippingRule, useCreateWarehouse, useCreateWebhook, useDeactivateOrderSource, useDeleteAccountImage, useDeleteCarrier, useDeleteRateCard, useDeleteSellerApiKey, useDeleteShippingRule, useDeleteWarehouse, useDeleteWebhook, useDownloadRateCard, useEditShippingRule, useExportLabels, useExportShipments, useFundingSourcesAddFunds, useGetAccountBilling, useGetAccountBillingPlan, useGetAccountImages, useGetAccountSettings, useGetAuctanePayConfig, useGetAutoFundingConfiguration, useGetCarrierById, useGetCarrierConnectionForm, useGetConnectionsCarrierSettings, useGetCountriesByCarrier, useGetCurrenciesByCarrier, useGetFundingSourceById, useGetFundingSourceMetadata, useGetFundingSourceTransactions, useGetHereToken, useGetInsuranceAccount, useGetInsuranceFundingSourceAcceptedTerms, useGetInvoiceAddress, useGetLabel, useGetPackageRatingGroupByCarrier, useGetRateCardById, useGetSalesOrder, useGetSalesOrderByExternalOrderId, useGetSalesOrderShipment, useGetServicePoint, useGetServicesByCarrier, useGetShipment, useGetShipmentByExternalId, useGetShipmentRates, useGetShippingRuleById, useGetShippingRuleConditionsOptions, useGetThemeById, useGetZonesByCarrier, useListCarrierConnections, useListCarriers, useListCustomPackageTypes, useListFundingSources, useListLabels, useListLabelsInfinite, useListOrderSources, useListOrderSourcesConnections, useListRateCards, useListSalesOrderShipments, useListSalesOrderShipmentsByExternalOrderId, useListSalesOrders, useListSandboxSellerIds, useListSellerApiKeys, useListServicePoints, useListShipments, useListShippingRules, useListUsers, useListWarehouses, useListWebhooks, useNotifySalesOrderShipped, useParseAddress, usePreviewTransaction, usePublishRateCard, useRatesEstimate, useRefreshOrderSource, useRefreshOrderSourceAsync, useRegisterCarrier, useRequestStampsAccountUrls, useShipEngine, useUpdateAccountBillingPlan, useUpdateAccountImage, useUpdateAccountSettings, useUpdateAutoFunding, useUpdateConnectionsCarrierSettings, useUpdateFundingSource, useUpdateInvoiceAddress, useUpdateOrderSource, useUpdateRateCard, useUpdateSalesOrderShipment, useUpdateWarehouse, useUpdateWebhook, useUploadRateCard, useUpsertAccountBilling, useValidateAddresses, useVoidLabel };
3894
+ export { ShipEngine, ShipEngineContext, delay, logger, onError, retryUntil, useAddFunds, useAddInsuranceFunds, useAddSandboxCarriers, useCalculateRates, useCancelShipment, useCarrierConnectionsServicesList, useConnectCarrier, useConnectCarrierAccount, useCreateAccountImage, useCreateAuctanePaySession, useCreateFundingSource, useCreateInvoiceAddress, useCreateLabel, useCreateLabelByRateId, useCreateLabelByShipmentId, useCreateRateCard, useCreateSalesOrderShipment, useCreateSandboxSeller, useCreateSellerApiKey, useCreateShipment, useCreateShippingRule, useCreateWarehouse, useCreateWebhook, useDeactivateOrderSource, useDeleteAccountImage, useDeleteCarrier, useDeleteRateCard, useDeleteSellerApiKey, useDeleteShippingRule, useDeleteWarehouse, useDeleteWebhook, useDownloadRateCard, useEditShippingRule, useExportLabels, useExportShipments, useFundingSourcesAddFunds, useGetAccountBilling, useGetAccountBillingPlan, useGetAccountImages, useGetAccountSettings, useGetAuctanePayConfig, useGetAutoFundingConfiguration, useGetCarrierById, useGetCarrierConnectionForm, useGetConnectionsCarrierSettings, useGetCountriesByCarrier, useGetCurrenciesByCarrier, useGetFundingSourceById, useGetFundingSourceMetadata, useGetFundingSourceTransactions, useGetHereToken, useGetInsuranceAccount, useGetInsuranceFundingSourceAcceptedTerms, useGetInvoiceAddress, useGetLabel, useGetPackageRatingGroupByCarrier, useGetPaymentMethods, useGetRateCardById, useGetSalesOrder, useGetSalesOrderByExternalOrderId, useGetSalesOrderShipment, useGetServicePoint, useGetServicesByCarrier, useGetShipment, useGetShipmentByExternalId, useGetShipmentRates, useGetShippingRuleById, useGetShippingRuleConditionsOptions, useGetThemeById, useGetZonesByCarrier, useListCarrierConnections, useListCarriers, useListCustomPackageTypes, useListFundingSources, useListLabels, useListLabelsInfinite, useListOrderSources, useListOrderSourcesConnections, useListRateCards, useListSalesOrderShipments, useListSalesOrderShipmentsByExternalOrderId, useListSalesOrders, useListSandboxSellerIds, useListSellerApiKeys, useListServicePoints, useListShipments, useListShippingRules, useListUsers, useListWarehouses, useListWebhooks, useNotifySalesOrderShipped, useParseAddress, usePreviewTransaction, usePublishRateCard, useRatesEstimate, useRefreshOrderSource, useRefreshOrderSourceAsync, useRegisterCarrier, useRequestStampsAccountUrls, useShipEngine, useUpdateAccountBillingPlan, useUpdateAccountImage, useUpdateAccountSettings, useUpdateAutoFunding, useUpdateConnectionsCarrierSettings, useUpdateFundingSource, useUpdateInvoiceAddress, useUpdateOrderSource, useUpdateRateCard, useUpdateSalesOrderShipment, useUpdateWarehouse, useUpdateWebhook, useUploadRateCard, useUpsertAccountBilling, useValidateAddresses, useVoidLabel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/react-api",
3
- "version": "4.6.3",
3
+ "version": "4.7.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {