frappe-react-sdk 1.0.19 → 1.0.20
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.
|
@@ -2841,12 +2841,12 @@ const xo = Tr.exports.jsx, re = Zn(null), Lo = ({
|
|
|
2841
2841
|
logout: d,
|
|
2842
2842
|
updateCurrentUser: i
|
|
2843
2843
|
};
|
|
2844
|
-
}, Po = (e, r, t) => {
|
|
2844
|
+
}, Po = (e, r, t, o) => {
|
|
2845
2845
|
const {
|
|
2846
|
-
db:
|
|
2846
|
+
db: a
|
|
2847
2847
|
} = ne(re);
|
|
2848
2848
|
return {
|
|
2849
|
-
...Ze(o.getRequestURL(e, r), () =>
|
|
2849
|
+
...Ze(o === void 0 ? a.getRequestURL(e, r) : o, () => a.getDoc(e, r), t)
|
|
2850
2850
|
};
|
|
2851
2851
|
}, Fo = (e) => {
|
|
2852
2852
|
var t, o, a;
|
|
@@ -2856,12 +2856,12 @@ const xo = Tr.exports.jsx, re = Zn(null), Lo = ({
|
|
|
2856
2856
|
r += "order_by=" + n + "&";
|
|
2857
2857
|
}
|
|
2858
2858
|
return e != null && e.asDict && (r += "as_dict=" + e.asDict), r;
|
|
2859
|
-
}, Uo = (e, r, t) => {
|
|
2859
|
+
}, Uo = (e, r, t, o) => {
|
|
2860
2860
|
const {
|
|
2861
|
-
db:
|
|
2861
|
+
db: a
|
|
2862
2862
|
} = ne(re);
|
|
2863
2863
|
return {
|
|
2864
|
-
...Ze(`${
|
|
2864
|
+
...Ze(o === void 0 ? `${a.getRequestURL(e)}?${Fo(r)}` : o, () => a.getDocList(e, r), t)
|
|
2865
2865
|
};
|
|
2866
2866
|
}, No = () => {
|
|
2867
2867
|
const {
|
|
@@ -2915,21 +2915,21 @@ function Cr(e) {
|
|
|
2915
2915
|
r.push(encodeURIComponent(t) + "=" + encodeURIComponent(e[t]));
|
|
2916
2916
|
return r.join("&");
|
|
2917
2917
|
}
|
|
2918
|
-
const $o = (e, r, t = !1, o = !1, a) => {
|
|
2918
|
+
const $o = (e, r, t = !1, o = !1, a, n) => {
|
|
2919
2919
|
const {
|
|
2920
|
-
url:
|
|
2921
|
-
db:
|
|
2920
|
+
url: i,
|
|
2921
|
+
db: c
|
|
2922
2922
|
} = ne(re);
|
|
2923
2923
|
return {
|
|
2924
|
-
...Ze((() => {
|
|
2925
|
-
const
|
|
2924
|
+
...Ze(n === void 0 ? (() => {
|
|
2925
|
+
const f = Cr({
|
|
2926
2926
|
doctype: e,
|
|
2927
2927
|
filters: r != null ? r : [],
|
|
2928
2928
|
cache: t,
|
|
2929
2929
|
debug: o
|
|
2930
2930
|
});
|
|
2931
|
-
return `${
|
|
2932
|
-
})(), () =>
|
|
2931
|
+
return `${i}/api/method/frappe.client.get_count?${f}`;
|
|
2932
|
+
})() : n, () => c.getCount(e, r, t, o), a)
|
|
2933
2933
|
};
|
|
2934
2934
|
}, Do = (e, r, t, o) => {
|
|
2935
2935
|
const {
|
|
@@ -41,4 +41,4 @@ Check the render method of \``+u+"`."}return""}}function Fo(u){{if(u!==void 0){v
|
|
|
41
41
|
|
|
42
42
|
Check your code at `+p+":"+m+"."}return""}}var yr={};function Do(u){{var p=_r();if(!p){var m=typeof u=="string"?u:u.displayName||u.name;m&&(p=`
|
|
43
43
|
|
|
44
|
-
Check the top-level render call using <`+m+">.")}return p}}function br(u,p){{if(!u._store||u._store.validated||u.key!=null)return;u._store.validated=!0;var m=Do(p);if(yr[m])return;yr[m]=!0;var E="";u&&u._owner&&u._owner!==nn.current&&(E=" It was passed a child from "+W(u._owner.type)+"."),ke(u),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',m,E),ke(null)}}function Sr(u,p){{if(typeof u!="object")return;if(ge(u))for(var m=0;m<u.length;m++){var E=u[m];an(E)&&br(E,p)}else if(an(u))u._store&&(u._store.validated=!0);else if(u){var O=T(u);if(typeof O=="function"&&O!==u.entries)for(var D=O.call(u),C;!(C=D.next()).done;)an(C.value)&&br(C.value,p)}}}function ko(u){{var p=u.type;if(p==null||typeof p=="string")return;var m;if(typeof p=="function")m=p.propTypes;else if(typeof p=="object"&&(p.$$typeof===d||p.$$typeof===l))m=p.propTypes;else return;if(m){var E=W(p);te(m,u.props,"prop",E,u)}else if(p.PropTypes!==void 0&&!rn){rn=!0;var O=W(p);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",O||"Unknown")}typeof p.getDefaultProps=="function"&&!p.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ao(u){{for(var p=Object.keys(u.props),m=0;m<p.length;m++){var E=p[m];if(E!=="children"&&E!=="key"){ke(u),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",E),ke(null);break}}u.ref!==null&&(ke(u),R("Invalid attribute `ref` supplied to `React.Fragment`."),ke(null))}}function Er(u,p,m,E,O,D){{var C=I(u);if(!C){var g="";(u===void 0||typeof u=="object"&&u!==null&&Object.keys(u).length===0)&&(g+=" 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 Z=Fo(O);Z?g+=Z:g+=_r();var M;u===null?M="null":ge(u)?M="array":u!==void 0&&u.$$typeof===r?(M="<"+(W(u.type)||"Unknown")+" />",g=" Did you accidentally export a JSX literal instead of a component?"):M=typeof u,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",M,g)}var H=xo(u,p,m,O,D);if(H==null)return H;if(C){var re=p.children;if(re!==void 0)if(E)if(ge(re)){for(var Ae=0;Ae<re.length;Ae++)Sr(re[Ae],u);Object.freeze&&Object.freeze(re)}else R("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 Sr(re,u)}return u===o?Ao(H):ko(H),H}}function Lo(u,p,m){return Er(u,p,m,!0)}function jo(u,p,m){return Er(u,p,m,!1)}var Po=jo,Uo=Lo;He.Fragment=o,He.jsx=Po,He.jsxs=Uo}()),He}(function(e){process.env.NODE_ENV==="production"?e.exports=to():e.exports=no()})(ir);const ro=ir.exports.jsx,ee=v.createContext(null),ao=({url:e="",children:r})=>{const t=v.useMemo(()=>{const o=new Oa.FrappeApp(e);return{url:e,app:o,auth:o.auth(),db:o.db(),call:o.call(),file:o.file()}},[e]);return ro(ee.Provider,{value:t,children:r})},oo=e=>{const{url:r,auth:t}=v.useContext(ee),{data:o,error:a,isValidating:n,mutate:s}=Me(`${r}/api/method/frappe.auth.get_logged_user`,()=>t.getLoggedInUser(),e),c=v.useCallback(async(i,f)=>t.loginWithUsernamePassword({username:i,password:f}).then(l=>{console.log(l),s()}),[]),d=v.useCallback(async()=>t.logout().then(()=>s(null)),[]);return{currentUser:o,isValidating:n,error:a,login:c,logout:d,updateCurrentUser:s}},so=(e,r,t)=>{const{db:
|
|
44
|
+
Check the top-level render call using <`+m+">.")}return p}}function br(u,p){{if(!u._store||u._store.validated||u.key!=null)return;u._store.validated=!0;var m=Do(p);if(yr[m])return;yr[m]=!0;var E="";u&&u._owner&&u._owner!==nn.current&&(E=" It was passed a child from "+W(u._owner.type)+"."),ke(u),R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',m,E),ke(null)}}function Sr(u,p){{if(typeof u!="object")return;if(ge(u))for(var m=0;m<u.length;m++){var E=u[m];an(E)&&br(E,p)}else if(an(u))u._store&&(u._store.validated=!0);else if(u){var O=T(u);if(typeof O=="function"&&O!==u.entries)for(var D=O.call(u),C;!(C=D.next()).done;)an(C.value)&&br(C.value,p)}}}function ko(u){{var p=u.type;if(p==null||typeof p=="string")return;var m;if(typeof p=="function")m=p.propTypes;else if(typeof p=="object"&&(p.$$typeof===d||p.$$typeof===l))m=p.propTypes;else return;if(m){var E=W(p);te(m,u.props,"prop",E,u)}else if(p.PropTypes!==void 0&&!rn){rn=!0;var O=W(p);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",O||"Unknown")}typeof p.getDefaultProps=="function"&&!p.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ao(u){{for(var p=Object.keys(u.props),m=0;m<p.length;m++){var E=p[m];if(E!=="children"&&E!=="key"){ke(u),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",E),ke(null);break}}u.ref!==null&&(ke(u),R("Invalid attribute `ref` supplied to `React.Fragment`."),ke(null))}}function Er(u,p,m,E,O,D){{var C=I(u);if(!C){var g="";(u===void 0||typeof u=="object"&&u!==null&&Object.keys(u).length===0)&&(g+=" 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 Z=Fo(O);Z?g+=Z:g+=_r();var M;u===null?M="null":ge(u)?M="array":u!==void 0&&u.$$typeof===r?(M="<"+(W(u.type)||"Unknown")+" />",g=" Did you accidentally export a JSX literal instead of a component?"):M=typeof u,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",M,g)}var H=xo(u,p,m,O,D);if(H==null)return H;if(C){var re=p.children;if(re!==void 0)if(E)if(ge(re)){for(var Ae=0;Ae<re.length;Ae++)Sr(re[Ae],u);Object.freeze&&Object.freeze(re)}else R("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 Sr(re,u)}return u===o?Ao(H):ko(H),H}}function Lo(u,p,m){return Er(u,p,m,!0)}function jo(u,p,m){return Er(u,p,m,!1)}var Po=jo,Uo=Lo;He.Fragment=o,He.jsx=Po,He.jsxs=Uo}()),He}(function(e){process.env.NODE_ENV==="production"?e.exports=to():e.exports=no()})(ir);const ro=ir.exports.jsx,ee=v.createContext(null),ao=({url:e="",children:r})=>{const t=v.useMemo(()=>{const o=new Oa.FrappeApp(e);return{url:e,app:o,auth:o.auth(),db:o.db(),call:o.call(),file:o.file()}},[e]);return ro(ee.Provider,{value:t,children:r})},oo=e=>{const{url:r,auth:t}=v.useContext(ee),{data:o,error:a,isValidating:n,mutate:s}=Me(`${r}/api/method/frappe.auth.get_logged_user`,()=>t.getLoggedInUser(),e),c=v.useCallback(async(i,f)=>t.loginWithUsernamePassword({username:i,password:f}).then(l=>{console.log(l),s()}),[]),d=v.useCallback(async()=>t.logout().then(()=>s(null)),[]);return{currentUser:o,isValidating:n,error:a,login:c,logout:d,updateCurrentUser:s}},so=(e,r,t,o)=>{const{db:a}=v.useContext(ee);return{...Me(o===void 0?a.getRequestURL(e,r):o,()=>a.getDoc(e,r),t)}},lr=e=>{var t,o,a;let r="";if(e!=null&&e.fields&&(r+="fields="+JSON.stringify(e==null?void 0:e.fields)+"&"),e!=null&&e.filters&&(r+="filters="+JSON.stringify(e==null?void 0:e.filters)+"&"),e!=null&&e.orFilters&&(r+="or_filters="+JSON.stringify(e==null?void 0:e.orFilters)+"&"),e!=null&&e.limit_start&&(r+="limit_start="+JSON.stringify(e==null?void 0:e.limit_start)+"&"),e!=null&&e.limit&&(r+="limit="+JSON.stringify(e==null?void 0:e.limit)+"&"),e!=null&&e.orderBy){const n=`${(t=e.orderBy)==null?void 0:t.field} ${(a=(o=e.orderBy)==null?void 0:o.order)!=null?a:"asc"}`;r+="order_by="+n+"&"}return e!=null&&e.asDict&&(r+="as_dict="+e.asDict),r},io=(e,r,t,o)=>{const{db:a}=v.useContext(ee);return{...Me(o===void 0?`${a.getRequestURL(e)}?${lr(r)}`:o,()=>a.getDocList(e,r),t)}},uo=()=>{const{db:e}=v.useContext(ee),[r,t]=v.useState(!1),[o,a]=v.useState(null),[n,s]=v.useState(!1),c=v.useCallback(()=>{t(!1),a(null),s(!1)},[]);return{createDoc:v.useCallback(async(i,f)=>(a(null),s(!1),t(!0),e.createDoc(i,f).then(l=>(t(!1),s(!0),l)).catch(l=>{throw t(!1),s(!1),a(l),l})),[]),loading:r,error:o,isCompleted:n,reset:c}},co=()=>{const{db:e}=v.useContext(ee),[r,t]=v.useState(!1),[o,a]=v.useState(null),[n,s]=v.useState(!1),c=v.useCallback(()=>{t(!1),a(null),s(!1)},[]);return{updateDoc:v.useCallback(async(i,f,l)=>(a(null),s(!1),t(!0),e.updateDoc(i,f,l).then(y=>(t(!1),s(!0),y)).catch(y=>{throw t(!1),s(!1),a(y),y})),[]),loading:r,error:o,reset:c,isCompleted:n}},lo=()=>{const{db:e}=v.useContext(ee),[r,t]=v.useState(!1),[o,a]=v.useState(null),[n,s]=v.useState(!1),c=v.useCallback(()=>{t(!1),a(null),s(!1)},[]);return{deleteDoc:v.useCallback(async(i,f)=>(a(null),s(!1),t(!0),e.deleteDoc(i,f).then(l=>(t(!1),s(!0),l)).catch(l=>{throw t(!1),s(!1),a(l),l})),[]),loading:r,error:o,reset:c,isCompleted:n}};function fr(e){const r=[];for(let t in e)r.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return r.join("&")}const fo=(e,r,t=!1,o=!1,a,n)=>{const{url:s,db:c}=v.useContext(ee);return{...Me(n===void 0?(()=>{const f=fr({doctype:e,filters:r!=null?r:[],cache:t,debug:o});return`${s}/api/method/frappe.client.get_count?${f}`})():n,()=>c.getCount(e,r,t,o),a)}},dr=(e,r,t,o)=>{const{call:a}=v.useContext(ee),n=fr(r!=null?r:{}),s=`${e}?${n}`;return{...Me(t!=null?t:s,()=>a.get(e,r),o)}},po=e=>{const{call:r}=v.useContext(ee),[t,o]=v.useState(null),[a,n]=v.useState(!1),[s,c]=v.useState(null),[d,i]=v.useState(!1),f=v.useCallback(()=>{o(null),n(!1),c(null),i(!1)},[]);return{call:v.useCallback(async y=>(c(null),i(!1),n(!0),o(null),r.post(e,y).then(h=>(o(h),n(!1),i(!0),h)).catch(h=>{throw n(!1),i(!1),c(h),h})),[]),result:t,loading:a,error:s,reset:f,isCompleted:d}},ho=e=>{const{call:r}=v.useContext(ee),[t,o]=v.useState(null),[a,n]=v.useState(!1),[s,c]=v.useState(null),[d,i]=v.useState(!1),f=v.useCallback(()=>{o(null),n(!1),c(null),i(!1)},[]);return{call:v.useCallback(async y=>(c(null),i(!1),n(!0),o(null),r.put(e,y).then(h=>(o(h),n(!1),i(!0),h)).catch(h=>{throw n(!1),i(!1),c(h),h})),[]),result:t,loading:a,error:s,reset:f,isCompleted:d}},vo=e=>{const{call:r}=v.useContext(ee),[t,o]=v.useState(null),[a,n]=v.useState(!1),[s,c]=v.useState(null),[d,i]=v.useState(!1),f=v.useCallback(()=>{o(null),n(!1),c(null),i(!1)},[]);return{call:v.useCallback(async y=>(c(null),i(!1),n(!0),o(null),r.delete(e,y).then(h=>(o(h),n(!1),i(!0),h)).catch(h=>{throw n(!1),i(!1),c(h),h})),[]),result:t,loading:a,error:s,reset:f,isCompleted:d}},mo=()=>{const{file:e}=v.useContext(ee),[r,t]=v.useState(0),[o,a]=v.useState(!1),[n,s]=v.useState(null),[c,d]=v.useState(!1),i=v.useCallback(async(l,y)=>(f(),a(!0),e.uploadFile(l,y,(h,S)=>t(Math.round(h/S*100))).then(h=>(d(!0),t(100),a(!1),h.data.message)).catch(h=>{throw console.error(h),s(h),a(!1),h})),[]),f=v.useCallback(()=>{t(0),a(!1),s(null),d(!1)},[]);return{upload:i,progress:r,loading:o,isCompleted:c,error:n,reset:f}},wo=(e,r,t=[],o=20,a=250)=>{const n=_o(r,a);return dr("frappe.desk.search.search_link",{doctype:e,page_length:o,txt:n,filters:JSON.stringify(t!=null?t:[])})},_o=(e,r)=>{const[t,o]=v.useState(e);return v.useEffect(()=>{const a=setTimeout(()=>{o(e)},r);return()=>{clearTimeout(a)}},[e,r]),t};N.FrappeContext=ee,N.FrappeProvider=ao,N.getDocListQueryString=lr,N.useFrappeAuth=oo,N.useFrappeCreateDoc=uo,N.useFrappeDeleteCall=vo,N.useFrappeDeleteDoc=lo,N.useFrappeFileUpload=mo,N.useFrappeGetCall=dr,N.useFrappeGetDoc=so,N.useFrappeGetDocCount=fo,N.useFrappeGetDocList=io,N.useFrappePostCall=po,N.useFrappePutCall=ho,N.useFrappeUpdateDoc=co,N.useSearch=wo,Object.defineProperties(N,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { FrappeDB } from "frappe-js-sdk/lib/db";
|
|
|
4
4
|
import { FrappeFileUpload } from "frappe-js-sdk/lib/file";
|
|
5
5
|
import { Error } from 'frappe-js-sdk/lib/frappe_app/types';
|
|
6
6
|
import { Filter, FrappeDoc, GetDocListArgs } from 'frappe-js-sdk/lib/db/types';
|
|
7
|
-
import { SWRConfiguration, SWRResponse } from 'swr';
|
|
7
|
+
import { Key, SWRConfiguration, SWRResponse } from 'swr';
|
|
8
8
|
import { FileArgs } from 'frappe-js-sdk/lib/file/types';
|
|
9
9
|
export type { SWRConfiguration, SWRResponse };
|
|
10
10
|
export type { FrappeDoc, GetDocListArgs, Filter, FileArgs, Error as FrappeError };
|
|
@@ -53,7 +53,7 @@ export declare const useFrappeAuth: (options?: Partial<import("swr/_internal").P
|
|
|
53
53
|
*
|
|
54
54
|
* @typeParam T - The type of the document
|
|
55
55
|
*/
|
|
56
|
-
export declare const useFrappeGetDoc: <T>(doctype: string, name?: string | undefined, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined) => SWRResponse<FrappeDoc<T>, Error>;
|
|
56
|
+
export declare const useFrappeGetDoc: <T>(doctype: string, name?: string | undefined, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined, swrKey?: Key) => SWRResponse<FrappeDoc<T>, Error>;
|
|
57
57
|
/**
|
|
58
58
|
* Function that returns a query string for all arguments passed to getDocList function
|
|
59
59
|
* @param args - The arguments to pass to the getDocList method
|
|
@@ -70,7 +70,7 @@ export declare const getDocListQueryString: (args?: GetDocListArgs | undefined)
|
|
|
70
70
|
*
|
|
71
71
|
* @typeParam T - The type definition of the document object
|
|
72
72
|
*/
|
|
73
|
-
export declare const useFrappeGetDocList: <T>(doctype: string, args?: GetDocListArgs | undefined, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined) => SWRResponse<T[], Error>;
|
|
73
|
+
export declare const useFrappeGetDocList: <T>(doctype: string, args?: GetDocListArgs | undefined, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined, swrKey?: Key) => SWRResponse<T[], Error>;
|
|
74
74
|
/**
|
|
75
75
|
* Hook to create a document in the database and maintain loading and error states
|
|
76
76
|
* @returns Object with the following properties: loading, error, isCompleted and createDoc and reset functions
|
|
@@ -133,7 +133,7 @@ export declare const useFrappeDeleteDoc: () => {
|
|
|
133
133
|
* @returns an object (SWRResponse) with the following properties: data (number), error, isValidating, and mutate
|
|
134
134
|
*
|
|
135
135
|
*/
|
|
136
|
-
export declare const useFrappeGetDocCount: (doctype: string, filters?: Filter[] | undefined, cache?: boolean, debug?: boolean, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined) => SWRResponse<number, Error>;
|
|
136
|
+
export declare const useFrappeGetDocCount: (doctype: string, filters?: Filter[] | undefined, cache?: boolean, debug?: boolean, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined, swrKey?: Key) => SWRResponse<number, Error>;
|
|
137
137
|
/**
|
|
138
138
|
* Hook to make a GET request to the server
|
|
139
139
|
*
|
|
@@ -145,7 +145,7 @@ export declare const useFrappeGetDocCount: (doctype: string, filters?: Filter[]
|
|
|
145
145
|
* @typeParam T - Type of the data returned by the method
|
|
146
146
|
* @returns an object (SWRResponse) with the following properties: data (number), error, isValidating, and mutate
|
|
147
147
|
*/
|
|
148
|
-
export declare const useFrappeGetCall: <T>(method: string, params?: Record<string, any> | undefined, swrKey?:
|
|
148
|
+
export declare const useFrappeGetCall: <T>(method: string, params?: Record<string, any> | undefined, swrKey?: Key, options?: Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined) => SWRResponse<T, Error>;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @param method - name of the method to call (POST request) (will be dotted path e.g. "frappe.client.set_value")
|