@tracktor/shared-module 0.12.0 → 0.12.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/CHANGELOG.md CHANGED
@@ -1,5 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/shared-module/releases)
2
2
 
3
- ## v0.12.0
4
- - **[docs]** : Add documentation default props for `AxiosConfig` component
5
- - **[feat]** : Add new props `tokenTypeKey` and `tokenKey` for `AxiosConfig` component
3
+ ## v0.12.1
4
+ - **[fix]** : run `afterAllFilesWrite` prettier orval config
@@ -31,6 +31,9 @@ export declare const getOrvalOperationName: (_: any, route: string, method: stri
31
31
  */
32
32
  export declare const getOrvalConfig: (config?: CustomOrvalConfig) => {
33
33
  readonly api: {
34
+ readonly hooks: {
35
+ readonly afterAllFilesWrite: "prettier src/api/ --write";
36
+ };
34
37
  readonly input: string;
35
38
  readonly output: {
36
39
  readonly client: "react-query";
package/dist/main.js CHANGED
@@ -821,6 +821,9 @@ const X = pr({
821
821
  const { input: o = "./openapi.json", operationsToGenerateInfiniteQueryHook: i = void 0 } = n || {};
822
822
  return {
823
823
  api: {
824
+ hooks: {
825
+ afterAllFilesWrite: "prettier src/api/ --write"
826
+ },
824
827
  input: o,
825
828
  output: {
826
829
  client: "react-query",
package/dist/main.umd.cjs CHANGED
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */var ue;function Ie(){if(ue)return W;ue=1;var n=E,o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),d=Object.prototype.hasOwnProperty,u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function s(m,l,C){var y,T={},S=null,O=null;C!==void 0&&(S=""+C),l.key!==void 0&&(S=""+l.key),l.ref!==void 0&&(O=l.ref);for(y in l)d.call(l,y)&&!p.hasOwnProperty(y)&&(T[y]=l[y]);if(m&&m.defaultProps)for(y in l=m.defaultProps,l)T[y]===void 0&&(T[y]=l[y]);return{$$typeof:o,type:m,key:S,ref:O,props:T,_owner:u.current}}return W.Fragment=i,W.jsx=s,W.jsxs=s,W}var N={};/**
9
+ */var se;function Ie(){if(se)return W;se=1;var n=E,o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),d=Object.prototype.hasOwnProperty,s=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,g={key:!0,ref:!0,__self:!0,__source:!0};function u(m,l,C){var y,T={},S=null,O=null;C!==void 0&&(S=""+C),l.key!==void 0&&(S=""+l.key),l.ref!==void 0&&(O=l.ref);for(y in l)d.call(l,y)&&!g.hasOwnProperty(y)&&(T[y]=l[y]);if(m&&m.defaultProps)for(y in l=m.defaultProps,l)T[y]===void 0&&(T[y]=l[y]);return{$$typeof:o,type:m,key:S,ref:O,props:T,_owner:s.current}}return W.Fragment=i,W.jsx=u,W.jsxs=u,W}var N={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,14 +14,14 @@
14
14
  *
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
- */var se;function Le(){return se||(se=1,process.env.NODE_ENV!=="production"&&function(){var n=E,o=Symbol.for("react.element"),i=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),m=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),S=Symbol.for("react.lazy"),O=Symbol.for("react.offscreen"),D=Symbol.iterator,F="@@iterator";function z(e){if(e===null||typeof e!="object")return null;var r=D&&e[D]||e[F];return typeof r=="function"?r:null}var x=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function v(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),a=1;a<r;a++)t[a-1]=arguments[a];ce("error",e,t)}}function ce(e,r,t){{var a=x.ReactDebugCurrentFrame,g=a.getStackAddendum();g!==""&&(r+="%s",t=t.concat([g]));var h=t.map(function(f){return String(f)});h.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,h)}}var le=!1,G=!1,Qe=!1,er=!1,rr=!1,fe;fe=Symbol.for("react.module.reference");function tr(e){return!!(typeof e=="string"||typeof e=="function"||e===d||e===p||rr||e===u||e===C||e===y||er||e===O||le||G||Qe||typeof e=="object"&&e!==null&&(e.$$typeof===S||e.$$typeof===T||e.$$typeof===s||e.$$typeof===m||e.$$typeof===l||e.$$typeof===fe||e.getModuleId!==void 0))}function nr(e,r,t){var a=e.displayName;if(a)return a;var g=r.displayName||r.name||"";return g!==""?t+"("+g+")":t}function de(e){return e.displayName||"Context"}function k(e){if(e==null)return null;if(typeof e.tag=="number"&&v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case d:return"Fragment";case i:return"Portal";case p:return"Profiler";case u:return"StrictMode";case C:return"Suspense";case y:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case m:var r=e;return de(r)+".Consumer";case s:var t=e;return de(t._context)+".Provider";case l:return nr(e,e.render,"ForwardRef");case T:var a=e.displayName||null;return a!==null?a:k(e.type)||"Memo";case S:{var g=e,h=g._payload,f=g._init;try{return k(f(h))}catch{return null}}}return null}var I=Object.assign,V=0,ve,ge,pe,me,he,Ee,ye;function be(){}be.__reactDisabledLog=!0;function ar(){{if(V===0){ve=console.log,ge=console.info,pe=console.warn,me=console.error,he=console.group,Ee=console.groupCollapsed,ye=console.groupEnd;var e={configurable:!0,enumerable:!0,value:be,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}V++}}function or(){{if(V--,V===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:I({},e,{value:ve}),info:I({},e,{value:ge}),warn:I({},e,{value:pe}),error:I({},e,{value:me}),group:I({},e,{value:he}),groupCollapsed:I({},e,{value:Ee}),groupEnd:I({},e,{value:ye})})}V<0&&v("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Q=x.ReactCurrentDispatcher,ee;function J(e,r,t){{if(ee===void 0)try{throw Error()}catch(g){var a=g.stack.trim().match(/\n( *(at )?)/);ee=a&&a[1]||""}return`
18
- `+ee+e}}var re=!1,X;{var ir=typeof WeakMap=="function"?WeakMap:Map;X=new ir}function Re(e,r){if(!e||re)return"";{var t=X.get(e);if(t!==void 0)return t}var a;re=!0;var g=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var h;h=Q.current,Q.current=null,ar();try{if(r){var f=function(){throw Error()};if(Object.defineProperty(f.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(f,[])}catch(A){a=A}Reflect.construct(e,[],f)}else{try{f.call()}catch(A){a=A}e.call(f.prototype)}}else{try{throw Error()}catch(A){a=A}e()}}catch(A){if(A&&a&&typeof A.stack=="string"){for(var c=A.stack.split(`
17
+ */var ue;function Le(){return ue||(ue=1,process.env.NODE_ENV!=="production"&&function(){var n=E,o=Symbol.for("react.element"),i=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),m=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),S=Symbol.for("react.lazy"),O=Symbol.for("react.offscreen"),D=Symbol.iterator,F="@@iterator";function z(e){if(e===null||typeof e!="object")return null;var r=D&&e[D]||e[F];return typeof r=="function"?r:null}var k=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function v(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),a=1;a<r;a++)t[a-1]=arguments[a];ce("error",e,t)}}function ce(e,r,t){{var a=k.ReactDebugCurrentFrame,p=a.getStackAddendum();p!==""&&(r+="%s",t=t.concat([p]));var h=t.map(function(f){return String(f)});h.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,h)}}var le=!1,G=!1,Qe=!1,er=!1,rr=!1,fe;fe=Symbol.for("react.module.reference");function tr(e){return!!(typeof e=="string"||typeof e=="function"||e===d||e===g||rr||e===s||e===C||e===y||er||e===O||le||G||Qe||typeof e=="object"&&e!==null&&(e.$$typeof===S||e.$$typeof===T||e.$$typeof===u||e.$$typeof===m||e.$$typeof===l||e.$$typeof===fe||e.getModuleId!==void 0))}function nr(e,r,t){var a=e.displayName;if(a)return a;var p=r.displayName||r.name||"";return p!==""?t+"("+p+")":t}function de(e){return e.displayName||"Context"}function x(e){if(e==null)return null;if(typeof e.tag=="number"&&v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case d:return"Fragment";case i:return"Portal";case g:return"Profiler";case s:return"StrictMode";case C:return"Suspense";case y:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case m:var r=e;return de(r)+".Consumer";case u:var t=e;return de(t._context)+".Provider";case l:return nr(e,e.render,"ForwardRef");case T:var a=e.displayName||null;return a!==null?a:x(e.type)||"Memo";case S:{var p=e,h=p._payload,f=p._init;try{return x(f(h))}catch{return null}}}return null}var I=Object.assign,V=0,ve,pe,ge,me,he,Ee,ye;function be(){}be.__reactDisabledLog=!0;function ar(){{if(V===0){ve=console.log,pe=console.info,ge=console.warn,me=console.error,he=console.group,Ee=console.groupCollapsed,ye=console.groupEnd;var e={configurable:!0,enumerable:!0,value:be,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}V++}}function or(){{if(V--,V===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:I({},e,{value:ve}),info:I({},e,{value:pe}),warn:I({},e,{value:ge}),error:I({},e,{value:me}),group:I({},e,{value:he}),groupCollapsed:I({},e,{value:Ee}),groupEnd:I({},e,{value:ye})})}V<0&&v("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Q=k.ReactCurrentDispatcher,ee;function J(e,r,t){{if(ee===void 0)try{throw Error()}catch(p){var a=p.stack.trim().match(/\n( *(at )?)/);ee=a&&a[1]||""}return`
18
+ `+ee+e}}var re=!1,X;{var ir=typeof WeakMap=="function"?WeakMap:Map;X=new ir}function Re(e,r){if(!e||re)return"";{var t=X.get(e);if(t!==void 0)return t}var a;re=!0;var p=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var h;h=Q.current,Q.current=null,ar();try{if(r){var f=function(){throw Error()};if(Object.defineProperty(f.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(f,[])}catch(A){a=A}Reflect.construct(e,[],f)}else{try{f.call()}catch(A){a=A}e.call(f.prototype)}}else{try{throw Error()}catch(A){a=A}e()}}catch(A){if(A&&a&&typeof A.stack=="string"){for(var c=A.stack.split(`
19
19
  `),w=a.stack.split(`
20
20
  `),b=c.length-1,R=w.length-1;b>=1&&R>=0&&c[b]!==w[R];)R--;for(;b>=1&&R>=0;b--,R--)if(c[b]!==w[R]){if(b!==1||R!==1)do if(b--,R--,R<0||c[b]!==w[R]){var j=`
21
- `+c[b].replace(" at new "," at ");return e.displayName&&j.includes("<anonymous>")&&(j=j.replace("<anonymous>",e.displayName)),typeof e=="function"&&X.set(e,j),j}while(b>=1&&R>=0);break}}}finally{re=!1,Q.current=h,or(),Error.prepareStackTrace=g}var M=e?e.displayName||e.name:"",Fe=M?J(M):"";return typeof e=="function"&&X.set(e,Fe),Fe}function ur(e,r,t){return Re(e,!1)}function sr(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function H(e,r,t){if(e==null)return"";if(typeof e=="function")return Re(e,sr(e));if(typeof e=="string")return J(e);switch(e){case C:return J("Suspense");case y:return J("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case l:return ur(e.render);case T:return H(e.type,r,t);case S:{var a=e,g=a._payload,h=a._init;try{return H(h(g),r,t)}catch{}}}return""}var q=Object.prototype.hasOwnProperty,_e={},Ce=x.ReactDebugCurrentFrame;function Z(e){if(e){var r=e._owner,t=H(e.type,e._source,r?r.type:null);Ce.setExtraStackFrame(t)}else Ce.setExtraStackFrame(null)}function cr(e,r,t,a,g){{var h=Function.call.bind(q);for(var f in e)if(h(e,f)){var c=void 0;try{if(typeof e[f]!="function"){var w=Error((a||"React class")+": "+t+" type `"+f+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[f]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}c=e[f](r,f,a,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(b){c=b}c&&!(c instanceof Error)&&(Z(g),v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",a||"React class",t,f,typeof c),Z(null)),c instanceof Error&&!(c.message in _e)&&(_e[c.message]=!0,Z(g),v("Failed %s type: %s",t,c.message),Z(null))}}}var lr=Array.isArray;function te(e){return lr(e)}function fr(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function dr(e){try{return we(e),!1}catch{return!0}}function we(e){return""+e}function Te(e){if(dr(e))return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",fr(e)),we(e)}var B=x.ReactCurrentOwner,vr={key:!0,ref:!0,__self:!0,__source:!0},Oe,Se,ne;ne={};function gr(e){if(q.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function pr(e){if(q.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function mr(e,r){if(typeof e.ref=="string"&&B.current&&r&&B.current.stateNode!==r){var t=k(B.current.type);ne[t]||(v('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',k(B.current.type),e.ref),ne[t]=!0)}}function hr(e,r){{var t=function(){Oe||(Oe=!0,v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function Er(e,r){{var t=function(){Se||(Se=!0,v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var yr=function(e,r,t,a,g,h,f){var c={$$typeof:o,type:e,key:r,ref:t,props:f,_owner:h};return c._store={},Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,"_self",{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.defineProperty(c,"_source",{configurable:!1,enumerable:!1,writable:!1,value:g}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c};function br(e,r,t,a,g){{var h,f={},c=null,w=null;t!==void 0&&(Te(t),c=""+t),pr(r)&&(Te(r.key),c=""+r.key),gr(r)&&(w=r.ref,mr(r,g));for(h in r)q.call(r,h)&&!vr.hasOwnProperty(h)&&(f[h]=r[h]);if(e&&e.defaultProps){var b=e.defaultProps;for(h in b)f[h]===void 0&&(f[h]=b[h])}if(c||w){var R=typeof e=="function"?e.displayName||e.name||"Unknown":e;c&&hr(f,R),w&&Er(f,R)}return yr(e,c,w,g,a,B.current,f)}}var ae=x.ReactCurrentOwner,je=x.ReactDebugCurrentFrame;function L(e){if(e){var r=e._owner,t=H(e.type,e._source,r?r.type:null);je.setExtraStackFrame(t)}else je.setExtraStackFrame(null)}var oe;oe=!1;function ie(e){return typeof e=="object"&&e!==null&&e.$$typeof===o}function Pe(){{if(ae.current){var e=k(ae.current.type);if(e)return`
21
+ `+c[b].replace(" at new "," at ");return e.displayName&&j.includes("<anonymous>")&&(j=j.replace("<anonymous>",e.displayName)),typeof e=="function"&&X.set(e,j),j}while(b>=1&&R>=0);break}}}finally{re=!1,Q.current=h,or(),Error.prepareStackTrace=p}var M=e?e.displayName||e.name:"",Fe=M?J(M):"";return typeof e=="function"&&X.set(e,Fe),Fe}function sr(e,r,t){return Re(e,!1)}function ur(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function H(e,r,t){if(e==null)return"";if(typeof e=="function")return Re(e,ur(e));if(typeof e=="string")return J(e);switch(e){case C:return J("Suspense");case y:return J("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case l:return sr(e.render);case T:return H(e.type,r,t);case S:{var a=e,p=a._payload,h=a._init;try{return H(h(p),r,t)}catch{}}}return""}var q=Object.prototype.hasOwnProperty,_e={},Ce=k.ReactDebugCurrentFrame;function Z(e){if(e){var r=e._owner,t=H(e.type,e._source,r?r.type:null);Ce.setExtraStackFrame(t)}else Ce.setExtraStackFrame(null)}function cr(e,r,t,a,p){{var h=Function.call.bind(q);for(var f in e)if(h(e,f)){var c=void 0;try{if(typeof e[f]!="function"){var w=Error((a||"React class")+": "+t+" type `"+f+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[f]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}c=e[f](r,f,a,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(b){c=b}c&&!(c instanceof Error)&&(Z(p),v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",a||"React class",t,f,typeof c),Z(null)),c instanceof Error&&!(c.message in _e)&&(_e[c.message]=!0,Z(p),v("Failed %s type: %s",t,c.message),Z(null))}}}var lr=Array.isArray;function te(e){return lr(e)}function fr(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function dr(e){try{return we(e),!1}catch{return!0}}function we(e){return""+e}function Te(e){if(dr(e))return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",fr(e)),we(e)}var B=k.ReactCurrentOwner,vr={key:!0,ref:!0,__self:!0,__source:!0},Oe,Se,ne;ne={};function pr(e){if(q.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function gr(e){if(q.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function mr(e,r){if(typeof e.ref=="string"&&B.current&&r&&B.current.stateNode!==r){var t=x(B.current.type);ne[t]||(v('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',x(B.current.type),e.ref),ne[t]=!0)}}function hr(e,r){{var t=function(){Oe||(Oe=!0,v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function Er(e,r){{var t=function(){Se||(Se=!0,v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var yr=function(e,r,t,a,p,h,f){var c={$$typeof:o,type:e,key:r,ref:t,props:f,_owner:h};return c._store={},Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,"_self",{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.defineProperty(c,"_source",{configurable:!1,enumerable:!1,writable:!1,value:p}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c};function br(e,r,t,a,p){{var h,f={},c=null,w=null;t!==void 0&&(Te(t),c=""+t),gr(r)&&(Te(r.key),c=""+r.key),pr(r)&&(w=r.ref,mr(r,p));for(h in r)q.call(r,h)&&!vr.hasOwnProperty(h)&&(f[h]=r[h]);if(e&&e.defaultProps){var b=e.defaultProps;for(h in b)f[h]===void 0&&(f[h]=b[h])}if(c||w){var R=typeof e=="function"?e.displayName||e.name||"Unknown":e;c&&hr(f,R),w&&Er(f,R)}return yr(e,c,w,p,a,B.current,f)}}var ae=k.ReactCurrentOwner,je=k.ReactDebugCurrentFrame;function L(e){if(e){var r=e._owner,t=H(e.type,e._source,r?r.type:null);je.setExtraStackFrame(t)}else je.setExtraStackFrame(null)}var oe;oe=!1;function ie(e){return typeof e=="object"&&e!==null&&e.$$typeof===o}function Pe(){{if(ae.current){var e=x(ae.current.type);if(e)return`
22
22
 
23
23
  Check the render method of \``+e+"`."}return""}}function Rr(e){{if(e!==void 0){var r=e.fileName.replace(/^.*[\\\/]/,""),t=e.lineNumber;return`
24
24
 
25
- Check your code at `+r+":"+t+"."}return""}}var xe={};function _r(e){{var r=Pe();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=`
25
+ Check your code at `+r+":"+t+"."}return""}}var ke={};function _r(e){{var r=Pe();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=`
26
26
 
27
- Check the top-level render call using <`+t+">.")}return r}}function ke(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=_r(r);if(xe[t])return;xe[t]=!0;var a="";e&&e._owner&&e._owner!==ae.current&&(a=" It was passed a child from "+k(e._owner.type)+"."),L(e),v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',t,a),L(null)}}function Ae(e,r){{if(typeof e!="object")return;if(te(e))for(var t=0;t<e.length;t++){var a=e[t];ie(a)&&ke(a,r)}else if(ie(e))e._store&&(e._store.validated=!0);else if(e){var g=z(e);if(typeof g=="function"&&g!==e.entries)for(var h=g.call(e),f;!(f=h.next()).done;)ie(f.value)&&ke(f.value,r)}}}function Cr(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===l||r.$$typeof===T))t=r.propTypes;else return;if(t){var a=k(r);cr(t,e.props,"prop",a,e)}else if(r.PropTypes!==void 0&&!oe){oe=!0;var g=k(r);v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",g||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function wr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var a=r[t];if(a!=="children"&&a!=="key"){L(e),v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a),L(null);break}}e.ref!==null&&(L(e),v("Invalid attribute `ref` supplied to `React.Fragment`."),L(null))}}function De(e,r,t,a,g,h){{var f=tr(e);if(!f){var c="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(c+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var w=Rr(g);w?c+=w:c+=Pe();var b;e===null?b="null":te(e)?b="array":e!==void 0&&e.$$typeof===o?(b="<"+(k(e.type)||"Unknown")+" />",c=" Did you accidentally export a JSX literal instead of a component?"):b=typeof e,v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",b,c)}var R=br(e,r,t,g,h);if(R==null)return R;if(f){var j=r.children;if(j!==void 0)if(a)if(te(j)){for(var M=0;M<j.length;M++)Ae(j[M],e);Object.freeze&&Object.freeze(j)}else v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ae(j,e)}return e===d?wr(R):Cr(R),R}}function Tr(e,r,t){return De(e,r,t,!0)}function Or(e,r,t){return De(e,r,t,!1)}var Sr=Or,jr=Tr;N.Fragment=d,N.jsx=Sr,N.jsxs=jr}()),N}process.env.NODE_ENV==="production"?K.exports=Ie():K.exports=Le();var P=K.exports;const Y=E.createContext({axios:void 0,children:void 0,Navigate:void 0,Outlet:void 0,translate:void 0,useAuth:void 0,useLocation:void 0}),Me=({axios:n,children:o,translate:i,useAuth:d,Outlet:u,Navigate:p,useLocation:s,useGoogleTagManager:m})=>{const l=E.useMemo(()=>({axios:n,Navigate:p,Outlet:u,translate:i,useAuth:d,useGoogleTagManager:m,useLocation:s}),[p,u,n,i,d,m,s]);return P.jsx(Y.Provider,{value:l,children:o})},U=n=>`RequireAuth require « ${n} » dependency. You can provide with InjectDependenciesProvider or directly in props.`,We=({Fallback:n,loginPath:o="/login",localStorageKey:i="user",redirect401Path:d="/login",...u})=>{var D,F,z,x;const{axios:p=u.axios,useLocation:s=u.useLocation,useAuth:m=u.useAuth,Outlet:l=u.Outlet,Navigate:C=u.Navigate}=E.useContext(Y);if(m===void 0)throw new Error(U("useAuth"));if(s===void 0)throw new Error(U("useLocation"));if(l===void 0)throw new Error(U("Outlet"));if(C===void 0)throw new Error(U("Navigate"));const[y,T]=E.useState(null),{isLogged:S}=m(),O=s();return E.useLayoutEffect(()=>{p==null||p.interceptors.response.use(v=>v,async v=>{var G;return typeof v=="object"&&v&&"response"in v&&v.response&&typeof v.response=="object"&&"status"in v.response&&v.response&&typeof v.response=="object"&&"status"in v.response&&((G=v==null?void 0:v.response)==null?void 0:G.status)===401&&(p.defaults.headers.common.Authorization=null,localStorage.removeItem(i),T(d)),Promise.reject(v)})},[p==null?void 0:p.defaults,p==null?void 0:p.interceptors.response,i,d]),S&&!y?P.jsx(E.Suspense,{fallback:n,children:(F=(D=O.state)==null?void 0:D.from)!=null&&F.state&&((x=(z=O.state)==null?void 0:z.from)==null?void 0:x.pathname)===o?P.jsx(C,{to:O.state.from.state.from.pathname+O.state.from.state.from.search,replace:!0}):P.jsx(l,{})}):P.jsx(C,{to:o,state:{from:O},replace:!0})},$=n=>`GTMSendPageView require « ${n} » dependency. You can provide with InjectDependenciesProvider or directly in props.`,Ne=({...n})=>{const{useLocation:o=n.useLocation,Outlet:i=n.Outlet,useGoogleTagManager:d=n.useGoogleTagManager}=E.useContext(Y);if(o===void 0)throw new Error($("useLocation"));if(i===void 0)throw new Error($("Outlet"));if(d===void 0)throw new Error($("useGoogleTagManager"));const{pathname:u}=o(),{sendEvent:p}=d();return E.useEffect(()=>{p({event:"pageView",pathname:u})},[u,p]),P.jsx(i,{})},Ye=({axios:n,baseURL:o,tokenTypeKey:i="tokenType",userLocalStorageKey:d="user",tokenKey:u="accessToken",postContentType:p="application/json"})=>(E.useLayoutEffect(()=>{if(!n.defaults)return;const s=localStorage.getItem(d),m=s?JSON.parse(s):null,l=m!=null&&m[i]?m[i]:null,C=m!=null&&m[u]?m[u]:null,y=s?`${l} ${C}`:null;n.defaults.baseURL=o,n.defaults.headers.post["Content-Type"]=p,y&&(n.defaults.headers.common.Authorization=y)},[n.defaults,o,p,u,i,d]),null),Ve=({i18n:n,initReactI18next:o,resources:i,LanguageDetector:d})=>(n.use(d).use(o).init({debug:!1,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{useSuspense:!0},resources:i,returnNull:!1}).then(()=>{document.documentElement.lang!==n.resolvedLanguage&&n.resolvedLanguage&&document.documentElement.setAttribute("lang",n.resolvedLanguage)}),n.on("languageChanged",u=>{document.documentElement.setAttribute("lang",u)}),null),Be=({dsn:n,sentry:o})=>(E.useLayoutEffect(()=>{process.env.NODE_ENV==="production"&&o.init({dsn:n,integrations:[new o.BrowserTracing],tracesSampleRate:1})},[n,o]),null),Ue=({IMaskMixin:n,...o})=>{const i=E.useMemo(()=>n(({TextField:d,...u})=>P.jsx(d,{...u})),[n]);return P.jsx(i,{...o})},ze=({mapbox:n,accessToken:o})=>(E.useLayoutEffect(()=>{n&&o&&(n.accessToken=o)},[o,n]),null),Ge=({children:n,defaultOptions:o,QueryClient:i,QueryClientProvider:d})=>{const u=new i({defaultOptions:{queries:{refetchOnWindowFocus:!1,retry:3,...o}}});return P.jsx(d,{client:u,children:n})},Je=n=>{const{unknownErrorTranslationKey:o="error.unknownError"}=n||{},{translate:i=n==null?void 0:n.translate}=E.useContext(Y);return{printError:E.useCallback(u=>{var m,l,C,y,T,S,O,D,F;const p=i?i(o):"Unknown error",{response:s}=u||{};return u!=null&&u.reason?String(u.reason):(m=s==null?void 0:s.data)!=null&&m.reason?String(s.data.reason):(l=s==null?void 0:s.data)!=null&&l.message?String(s.data.message):(y=(C=s==null?void 0:s.data)==null?void 0:C.detail)!=null&&y.length&&Array.isArray((T=s==null?void 0:s.data)==null?void 0:T.detail)&&((O=(S=s==null?void 0:s.data)==null?void 0:S.detail[0])!=null&&O.msg)&&typeof((F=(D=s==null?void 0:s.data)==null?void 0:D.detail[0])==null?void 0:F.msg)=="string"?String(s.data.detail[0].msg):p},[i,o])}},Xe=({data:n,fetchNextPage:o,isFetchingNextPage:i,isInitialLoading:d,isLoading:u,enabled:p=!0})=>{const s=E.useCallback(async l=>{i||!p||await o({pageParam:(l==null?void 0:l.pageParam)||l.visibleRowsCount})},[p,o,i]),m=E.useMemo(()=>{if(n)return n.pages.reduce((l,C)=>[...l,...C],[])},[n]);return{fetchNextPageOnRowsScrollEnd:s,isLoading:i||u,loadingVariant:d?"skeleton":"linear",rows:m}},He=n=>n.charAt(0).toUpperCase()+n.slice(1).toLowerCase(),qe=n=>{const d=n.split("/").filter(u=>u.length>0).map(u=>u.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(l=>l.charAt(0).toUpperCase()+l.slice(1)).join("")).join("");return d.charAt(0).toLowerCase()+d.slice(1)},Ze=(n,o,i)=>{const d=qe(o),u=He(i);return`${d}${u}`},Ke=n=>{if(n)return(n==null?void 0:n.reduce((o,i)=>(o[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset"}},o),{}))||{}},$e=n=>{const{input:o="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=n||{};return{api:{input:o,output:{client:"react-query",mode:"tags-split",override:{mutator:{name:"axiosCustomInstance",path:`${__dirname}/config/orval/mutator/axiosCustomInstance.ts`},operationName:Ze,...(i==null?void 0:i.length)&&{operations:Ke(i)},query:{useQuery:!0}},schemas:"src/api/model",target:"src/api/services/api.ts"}}}};_.AxiosConfig=Ye,_.GTMSendPageView=Ne,_.I18nConfig=Ve,_.InjectDependenciesContext=Y,_.InjectDependenciesProvider=Me,_.MapBoxConfig=ze,_.MaskTextField=Ue,_.QueryClientConfigProvider=Ge,_.RequireAuth=We,_.SentryConfig=Be,_.getOrvalConfig=$e,_.useInfiniteDataGrid=Xe,_.useResponseError=Je,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
27
+ Check the top-level render call using <`+t+">.")}return r}}function xe(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=_r(r);if(ke[t])return;ke[t]=!0;var a="";e&&e._owner&&e._owner!==ae.current&&(a=" It was passed a child from "+x(e._owner.type)+"."),L(e),v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',t,a),L(null)}}function Ae(e,r){{if(typeof e!="object")return;if(te(e))for(var t=0;t<e.length;t++){var a=e[t];ie(a)&&xe(a,r)}else if(ie(e))e._store&&(e._store.validated=!0);else if(e){var p=z(e);if(typeof p=="function"&&p!==e.entries)for(var h=p.call(e),f;!(f=h.next()).done;)ie(f.value)&&xe(f.value,r)}}}function Cr(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===l||r.$$typeof===T))t=r.propTypes;else return;if(t){var a=x(r);cr(t,e.props,"prop",a,e)}else if(r.PropTypes!==void 0&&!oe){oe=!0;var p=x(r);v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",p||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function wr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var a=r[t];if(a!=="children"&&a!=="key"){L(e),v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a),L(null);break}}e.ref!==null&&(L(e),v("Invalid attribute `ref` supplied to `React.Fragment`."),L(null))}}function De(e,r,t,a,p,h){{var f=tr(e);if(!f){var c="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(c+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var w=Rr(p);w?c+=w:c+=Pe();var b;e===null?b="null":te(e)?b="array":e!==void 0&&e.$$typeof===o?(b="<"+(x(e.type)||"Unknown")+" />",c=" Did you accidentally export a JSX literal instead of a component?"):b=typeof e,v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",b,c)}var R=br(e,r,t,p,h);if(R==null)return R;if(f){var j=r.children;if(j!==void 0)if(a)if(te(j)){for(var M=0;M<j.length;M++)Ae(j[M],e);Object.freeze&&Object.freeze(j)}else v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ae(j,e)}return e===d?wr(R):Cr(R),R}}function Tr(e,r,t){return De(e,r,t,!0)}function Or(e,r,t){return De(e,r,t,!1)}var Sr=Or,jr=Tr;N.Fragment=d,N.jsx=Sr,N.jsxs=jr}()),N}process.env.NODE_ENV==="production"?K.exports=Ie():K.exports=Le();var P=K.exports;const Y=E.createContext({axios:void 0,children:void 0,Navigate:void 0,Outlet:void 0,translate:void 0,useAuth:void 0,useLocation:void 0}),Me=({axios:n,children:o,translate:i,useAuth:d,Outlet:s,Navigate:g,useLocation:u,useGoogleTagManager:m})=>{const l=E.useMemo(()=>({axios:n,Navigate:g,Outlet:s,translate:i,useAuth:d,useGoogleTagManager:m,useLocation:u}),[g,s,n,i,d,m,u]);return P.jsx(Y.Provider,{value:l,children:o})},U=n=>`RequireAuth require « ${n} » dependency. You can provide with InjectDependenciesProvider or directly in props.`,We=({Fallback:n,loginPath:o="/login",localStorageKey:i="user",redirect401Path:d="/login",...s})=>{var D,F,z,k;const{axios:g=s.axios,useLocation:u=s.useLocation,useAuth:m=s.useAuth,Outlet:l=s.Outlet,Navigate:C=s.Navigate}=E.useContext(Y);if(m===void 0)throw new Error(U("useAuth"));if(u===void 0)throw new Error(U("useLocation"));if(l===void 0)throw new Error(U("Outlet"));if(C===void 0)throw new Error(U("Navigate"));const[y,T]=E.useState(null),{isLogged:S}=m(),O=u();return E.useLayoutEffect(()=>{g==null||g.interceptors.response.use(v=>v,async v=>{var G;return typeof v=="object"&&v&&"response"in v&&v.response&&typeof v.response=="object"&&"status"in v.response&&v.response&&typeof v.response=="object"&&"status"in v.response&&((G=v==null?void 0:v.response)==null?void 0:G.status)===401&&(g.defaults.headers.common.Authorization=null,localStorage.removeItem(i),T(d)),Promise.reject(v)})},[g==null?void 0:g.defaults,g==null?void 0:g.interceptors.response,i,d]),S&&!y?P.jsx(E.Suspense,{fallback:n,children:(F=(D=O.state)==null?void 0:D.from)!=null&&F.state&&((k=(z=O.state)==null?void 0:z.from)==null?void 0:k.pathname)===o?P.jsx(C,{to:O.state.from.state.from.pathname+O.state.from.state.from.search,replace:!0}):P.jsx(l,{})}):P.jsx(C,{to:o,state:{from:O},replace:!0})},$=n=>`GTMSendPageView require « ${n} » dependency. You can provide with InjectDependenciesProvider or directly in props.`,Ne=({...n})=>{const{useLocation:o=n.useLocation,Outlet:i=n.Outlet,useGoogleTagManager:d=n.useGoogleTagManager}=E.useContext(Y);if(o===void 0)throw new Error($("useLocation"));if(i===void 0)throw new Error($("Outlet"));if(d===void 0)throw new Error($("useGoogleTagManager"));const{pathname:s}=o(),{sendEvent:g}=d();return E.useEffect(()=>{g({event:"pageView",pathname:s})},[s,g]),P.jsx(i,{})},Ye=({axios:n,baseURL:o,tokenTypeKey:i="tokenType",userLocalStorageKey:d="user",tokenKey:s="accessToken",postContentType:g="application/json"})=>(E.useLayoutEffect(()=>{if(!n.defaults)return;const u=localStorage.getItem(d),m=u?JSON.parse(u):null,l=m!=null&&m[i]?m[i]:null,C=m!=null&&m[s]?m[s]:null,y=u?`${l} ${C}`:null;n.defaults.baseURL=o,n.defaults.headers.post["Content-Type"]=g,y&&(n.defaults.headers.common.Authorization=y)},[n.defaults,o,g,s,i,d]),null),Ve=({i18n:n,initReactI18next:o,resources:i,LanguageDetector:d})=>(n.use(d).use(o).init({debug:!1,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{useSuspense:!0},resources:i,returnNull:!1}).then(()=>{document.documentElement.lang!==n.resolvedLanguage&&n.resolvedLanguage&&document.documentElement.setAttribute("lang",n.resolvedLanguage)}),n.on("languageChanged",s=>{document.documentElement.setAttribute("lang",s)}),null),Be=({dsn:n,sentry:o})=>(E.useLayoutEffect(()=>{process.env.NODE_ENV==="production"&&o.init({dsn:n,integrations:[new o.BrowserTracing],tracesSampleRate:1})},[n,o]),null),Ue=({IMaskMixin:n,...o})=>{const i=E.useMemo(()=>n(({TextField:d,...s})=>P.jsx(d,{...s})),[n]);return P.jsx(i,{...o})},ze=({mapbox:n,accessToken:o})=>(E.useLayoutEffect(()=>{n&&o&&(n.accessToken=o)},[o,n]),null),Ge=({children:n,defaultOptions:o,QueryClient:i,QueryClientProvider:d})=>{const s=new i({defaultOptions:{queries:{refetchOnWindowFocus:!1,retry:3,...o}}});return P.jsx(d,{client:s,children:n})},Je=n=>{const{unknownErrorTranslationKey:o="error.unknownError"}=n||{},{translate:i=n==null?void 0:n.translate}=E.useContext(Y);return{printError:E.useCallback(s=>{var m,l,C,y,T,S,O,D,F;const g=i?i(o):"Unknown error",{response:u}=s||{};return s!=null&&s.reason?String(s.reason):(m=u==null?void 0:u.data)!=null&&m.reason?String(u.data.reason):(l=u==null?void 0:u.data)!=null&&l.message?String(u.data.message):(y=(C=u==null?void 0:u.data)==null?void 0:C.detail)!=null&&y.length&&Array.isArray((T=u==null?void 0:u.data)==null?void 0:T.detail)&&((O=(S=u==null?void 0:u.data)==null?void 0:S.detail[0])!=null&&O.msg)&&typeof((F=(D=u==null?void 0:u.data)==null?void 0:D.detail[0])==null?void 0:F.msg)=="string"?String(u.data.detail[0].msg):g},[i,o])}},Xe=({data:n,fetchNextPage:o,isFetchingNextPage:i,isInitialLoading:d,isLoading:s,enabled:g=!0})=>{const u=E.useCallback(async l=>{i||!g||await o({pageParam:(l==null?void 0:l.pageParam)||l.visibleRowsCount})},[g,o,i]),m=E.useMemo(()=>{if(n)return n.pages.reduce((l,C)=>[...l,...C],[])},[n]);return{fetchNextPageOnRowsScrollEnd:u,isLoading:i||s,loadingVariant:d?"skeleton":"linear",rows:m}},He=n=>n.charAt(0).toUpperCase()+n.slice(1).toLowerCase(),qe=n=>{const d=n.split("/").filter(s=>s.length>0).map(s=>s.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(l=>l.charAt(0).toUpperCase()+l.slice(1)).join("")).join("");return d.charAt(0).toLowerCase()+d.slice(1)},Ze=(n,o,i)=>{const d=qe(o),s=He(i);return`${d}${s}`},Ke=n=>{if(n)return(n==null?void 0:n.reduce((o,i)=>(o[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset"}},o),{}))||{}},$e=n=>{const{input:o="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=n||{};return{api:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:o,output:{client:"react-query",mode:"tags-split",override:{mutator:{name:"axiosCustomInstance",path:`${__dirname}/config/orval/mutator/axiosCustomInstance.ts`},operationName:Ze,...(i==null?void 0:i.length)&&{operations:Ke(i)},query:{useQuery:!0}},schemas:"src/api/model",target:"src/api/services/api.ts"}}}};_.AxiosConfig=Ye,_.GTMSendPageView=Ne,_.I18nConfig=Ve,_.InjectDependenciesContext=Y,_.InjectDependenciesProvider=Me,_.MapBoxConfig=ze,_.MaskTextField=Ue,_.QueryClientConfigProvider=Ge,_.RequireAuth=We,_.SentryConfig=Be,_.getOrvalConfig=$e,_.useInfiniteDataGrid=Xe,_.useResponseError=Je,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracktor/shared-module",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "types": "./dist/main.d.ts",