60p82u21t54k 0.0.20 → 0.0.22
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/dist/60p82u21t54k.es.js +39 -36
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import k from "axios";
|
|
2
|
-
const
|
|
2
|
+
const x = k.create({
|
|
3
3
|
baseURL: "/graph",
|
|
4
4
|
timeout: 5e3,
|
|
5
5
|
// Request timeout
|
|
@@ -45,11 +45,11 @@ const b = k.create({
|
|
|
45
45
|
// },
|
|
46
46
|
// },
|
|
47
47
|
});
|
|
48
|
-
|
|
48
|
+
x.interceptors.request.use(
|
|
49
49
|
(e) => e,
|
|
50
50
|
(e) => (console.error("Error request:", e.response), Promise.reject(e))
|
|
51
51
|
);
|
|
52
|
-
|
|
52
|
+
x.interceptors.response.use(
|
|
53
53
|
(e) => e,
|
|
54
54
|
(e) => {
|
|
55
55
|
const t = {
|
|
@@ -137,39 +137,39 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
137
137
|
}, _ = (e, t, s, a) => {
|
|
138
138
|
let n, o;
|
|
139
139
|
s > 0 ? n = e > 0 ? Math.max(s, e) : s : n = Math.max(e, 0), a > 0 ? o = t > 0 ? Math.min(a, t) : a : o = Math.max(t, 0);
|
|
140
|
-
const
|
|
140
|
+
const r = Math.round(n);
|
|
141
141
|
let i = 1e3;
|
|
142
142
|
o < i && (i = Math.round(o));
|
|
143
|
-
const m = i -
|
|
143
|
+
const m = i - r;
|
|
144
144
|
let l = "", d = "";
|
|
145
145
|
if (m > 0) {
|
|
146
|
-
let c = Math.round((i -
|
|
147
|
-
for (const
|
|
148
|
-
|
|
149
|
-
for (let
|
|
150
|
-
|
|
151
|
-
c = Math.round((i -
|
|
152
|
-
for (const
|
|
153
|
-
|
|
154
|
-
for (let
|
|
155
|
-
|
|
146
|
+
let c = Math.round((i - r) * 0.25).toString().split(""), p = [];
|
|
147
|
+
for (const u of c)
|
|
148
|
+
u !== "" && p.push(u);
|
|
149
|
+
for (let u = 0; u < p.length; u++)
|
|
150
|
+
u === 0 ? l += (parseInt(p[u]) + 1).toString() : l += "0";
|
|
151
|
+
c = Math.round((i - r) * 0.5).toString().split(""), p = [];
|
|
152
|
+
for (const u of c)
|
|
153
|
+
u !== "" && p.push(u);
|
|
154
|
+
for (let u = 0; u < p.length; u++)
|
|
155
|
+
u === 0 ? d += (parseInt(p[u]) + 1).toString() : d += "0";
|
|
156
156
|
} else
|
|
157
157
|
l = i.toString(), d = i.toString();
|
|
158
158
|
return { amountList: [
|
|
159
|
-
|
|
159
|
+
r.toString(),
|
|
160
160
|
l,
|
|
161
161
|
d,
|
|
162
162
|
i.toString()
|
|
163
|
-
], minAmount:
|
|
163
|
+
], minAmount: r, maxAmount: o };
|
|
164
164
|
}, O = (e, t) => t ? {
|
|
165
165
|
id: 0,
|
|
166
166
|
name: "manualMethod",
|
|
167
167
|
type: g.manual,
|
|
168
168
|
promo: S(e.promo),
|
|
169
169
|
bank: e.bank.map((n) => {
|
|
170
|
-
const o = n.list && n.list.length > 0 ? n.list[0].mintransaction ?? "0.00" : "0.00",
|
|
170
|
+
const o = n.list && n.list.length > 0 ? n.list[0].mintransaction ?? "0.00" : "0.00", r = n.list && n.list.length > 0 ? n.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: i, minAmount: m, maxAmount: l } = _(
|
|
171
171
|
Number(o),
|
|
172
|
-
Number(
|
|
172
|
+
Number(r),
|
|
173
173
|
t.mdBankLevelDetail.deposit_min,
|
|
174
174
|
t.mdBankLevelDetail.deposit_max
|
|
175
175
|
);
|
|
@@ -195,13 +195,13 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
195
195
|
type: g.pay,
|
|
196
196
|
promo: S(e.promo),
|
|
197
197
|
bank: e.banklist.map((n) => {
|
|
198
|
-
let o = "0.00",
|
|
198
|
+
let o = "0.00", r = "0.00";
|
|
199
199
|
const i = n.bankindex ?? 0;
|
|
200
200
|
for (let c = 0; c < t.mdGatewayMinMax.length; c++)
|
|
201
|
-
t.mdGatewayMinMax[c].bankindex == i.toString() && (o = t.mdGatewayMinMax[c].min,
|
|
201
|
+
t.mdGatewayMinMax[c].bankindex == i.toString() && (o = t.mdGatewayMinMax[c].min, r = t.mdGatewayMinMax[c].max);
|
|
202
202
|
const { amountList: m, minAmount: l, maxAmount: d } = _(
|
|
203
203
|
Number(o),
|
|
204
|
-
Number(
|
|
204
|
+
Number(r),
|
|
205
205
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
206
206
|
t.mdBankLevelDetail.onlinepayment_max
|
|
207
207
|
), h = {
|
|
@@ -210,8 +210,8 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
210
210
|
amountList: m,
|
|
211
211
|
min: l,
|
|
212
212
|
max: d
|
|
213
|
-
},
|
|
214
|
-
const p = c.mintransaction ?? "0.00", M = c.maxtransaction ?? "0.00", { amountList: P, minAmount:
|
|
213
|
+
}, b = n.pg.map((c) => {
|
|
214
|
+
const p = c.mintransaction ?? "0.00", M = c.maxtransaction ?? "0.00", { amountList: P, minAmount: u, maxAmount: N } = _(
|
|
215
215
|
Number(p),
|
|
216
216
|
Number(M),
|
|
217
217
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -221,7 +221,7 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
221
221
|
id: c.pgindex,
|
|
222
222
|
name: c.bankaccountname,
|
|
223
223
|
amountList: P,
|
|
224
|
-
min:
|
|
224
|
+
min: u,
|
|
225
225
|
max: N
|
|
226
226
|
};
|
|
227
227
|
});
|
|
@@ -231,7 +231,7 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
231
231
|
amountList: [],
|
|
232
232
|
min: 0,
|
|
233
233
|
max: 0,
|
|
234
|
-
gateway: [h, ...
|
|
234
|
+
gateway: [h, ...b]
|
|
235
235
|
};
|
|
236
236
|
}),
|
|
237
237
|
requiredField: {
|
|
@@ -272,14 +272,14 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
272
272
|
Number(m),
|
|
273
273
|
s.mdBankLevelDetail.onlinepayment_min,
|
|
274
274
|
s.mdBankLevelDetail.onlinepayment_max
|
|
275
|
-
),
|
|
275
|
+
), b = {
|
|
276
276
|
id: 0,
|
|
277
277
|
name: "autoChannel",
|
|
278
278
|
amountList: l,
|
|
279
279
|
min: d,
|
|
280
280
|
max: h
|
|
281
281
|
};
|
|
282
|
-
n.push(
|
|
282
|
+
n.push(b);
|
|
283
283
|
}
|
|
284
284
|
return {
|
|
285
285
|
id: e,
|
|
@@ -332,7 +332,7 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
332
332
|
})), I = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
333
333
|
__proto__: null,
|
|
334
334
|
getAnnouncementResponse: A
|
|
335
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
335
|
+
}, Symbol.toStringTag, { value: "Module" })), $ = (e) => ({
|
|
336
336
|
username: e.username,
|
|
337
337
|
birthday: e.mdUserDetail.dob,
|
|
338
338
|
email: e.mdUserDetail.email,
|
|
@@ -358,14 +358,14 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
358
358
|
}, H = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
359
359
|
__proto__: null,
|
|
360
360
|
getGameListResponse: R
|
|
361
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
361
|
+
}, Symbol.toStringTag, { value: "Module" })), q = async (e) => {
|
|
362
362
|
var t, s;
|
|
363
363
|
try {
|
|
364
364
|
const a = {
|
|
365
365
|
requests: e
|
|
366
366
|
};
|
|
367
367
|
console.log(a);
|
|
368
|
-
const n = await
|
|
368
|
+
const n = await x.post(
|
|
369
369
|
"/jwt",
|
|
370
370
|
T(JSON.stringify(a))
|
|
371
371
|
), o = {
|
|
@@ -373,8 +373,11 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
373
373
|
message: "",
|
|
374
374
|
result: {}
|
|
375
375
|
};
|
|
376
|
-
for (const
|
|
377
|
-
|
|
376
|
+
for (const r of n.data.responses) {
|
|
377
|
+
console.log(`res.attributes ${r.attirbutes}`);
|
|
378
|
+
const i = r.attirbutes !== null && r.attirbutes !== void 0 ? v(r.attributes) : null;
|
|
379
|
+
console.log(`decodedData ${i}`);
|
|
380
|
+
const m = r.name, l = i ? JSON.parse(i) : null;
|
|
378
381
|
if (!l)
|
|
379
382
|
return o.result[m] = null, o;
|
|
380
383
|
switch (m) {
|
|
@@ -392,7 +395,7 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
392
395
|
break;
|
|
393
396
|
}
|
|
394
397
|
case y.getUserProfile:
|
|
395
|
-
o.result[m] =
|
|
398
|
+
o.result[m] = $(l);
|
|
396
399
|
break;
|
|
397
400
|
}
|
|
398
401
|
}
|
|
@@ -410,14 +413,14 @@ const F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
410
413
|
}
|
|
411
414
|
}, K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
412
415
|
__proto__: null,
|
|
413
|
-
post:
|
|
416
|
+
post: q
|
|
414
417
|
}, Symbol.toStringTag, { value: "Module" })), C = async (e, t) => {
|
|
415
418
|
try {
|
|
416
419
|
const s = {
|
|
417
420
|
status: 200,
|
|
418
421
|
message: ""
|
|
419
422
|
};
|
|
420
|
-
return await
|
|
423
|
+
return await x.post(
|
|
421
424
|
"/auth/sesh",
|
|
422
425
|
JSON.stringify({
|
|
423
426
|
usr: e,
|
package/dist/60p82u21t54k.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(u,_){typeof exports=="object"&&typeof module<"u"?_(exports,require("axios")):typeof define=="function"&&define.amd?define(["exports","axios"],_):(u=typeof globalThis<"u"?globalThis:u||self,_(u["60p82u21t54k"]={},u.axios))})(this,function(u,_){"use strict";const S=_.create({baseURL:"/graph",timeout:5e3,headers:{"Content-Type":"application/json"}});S.interceptors.request.use(e=>e,e=>(console.error("Error request:",e.response),Promise.reject(e))),S.interceptors.response.use(e=>e,e=>{const t={status:null,message:"An error occurred"};return e.response?(t.status=e.response.status,t.message=e.response.data.message||e.response.statusText,console.error("Error response:",JSON.stringify(t)),e.response.status===401?console.error("Unauthorized access - redirecting to login."):e.response.status===404?console.error("Resource not found."):e.response.status>=500&&console.error("Server error. Please try again later.")):e.request?console.error("No response received:",e.request):console.error("Error setting up request:",e.message),Promise.reject(t)});const v=e=>new TextEncoder().encode(e),N=e=>{try{return atob(e)}catch(t){return console.error("Failed to decode Base64:",t),""}};var y=(e=>(e.announcement="announcement",e.gameList="gameList",e.fishGameList="fishGameList",e.cmsList="cmsList",e.paymentsProvider="paymentsProvider",e.getUserProfile="getUserProfile",e))(y||{});const D=Object.freeze(Object.defineProperty({__proto__:null,Api:y},Symbol.toStringTag,{value:"Module"}));var g=(e=>(e.default="default",e.pay="pay",e.auto="auto",e.fix="fix",e.manual="manual",e.unknown="unknown",e))(g||{});const B=Object.freeze(Object.defineProperty({__proto__:null,PaymentType:g},Symbol.toStringTag,{value:"Module"})),O=e=>e.mdPaymentChannels.map(t=>{const o=[];switch(t.name){case g.default:o.push(j(t.paymentmethod.manual,e));break;case g.pay:o.push(U(t.paymentmethod.onlinebanking,e));break;default:if(t.paymentmethod.auto.bank.length>0&&o.push($(t.bankid??0,t.paymentmethod.auto,e)),t.paymentmethod.manual.bank.length>0){let a=!1;for(let n=0;n<t.paymentmethod.manual.bank.length;n++){const s=t.paymentmethod.manual.bank[n];if(s.list&&s.list.length>0){a=!0;break}}a&&o.push(j(t.paymentmethod.manual,e))}t.paymentmethod.fixamount.bank.length>0&&o.push(q(t.bankid??0,t.paymentmethod.fixamount))}return{name:t.label,imageUrl:`/image/game/native/deposit/sidemenu/${t.name}.png?${e.systemtime}`,paymentList:o}}),P={id:0,name:"",type:g.unknown,promo:[],bank:[],requiredField:{deposit_bank:!1,deposit_datetime:!1,deposit_detail:!1,deposit_method:!1,depositor:!1,uploadReceipt:!1}},L=e=>{const t={id:0,name:"excludePromo",value:"0",disabled:!0},o=e.map((a,n)=>({id:n+1,name:a.promodesc,value:a.promoindex.toString(),disabled:!1}));return[t,...o]},b=(e,t,o,a)=>{let n,s;o>0?n=e>0?Math.max(o,e):o:n=Math.max(e,0),a>0?s=t>0?Math.min(a,t):a:s=Math.max(t,0);const r=Math.round(n);let i=1e3;s<i&&(i=Math.round(s));const m=i-r;let l="",p="";if(m>0){let d=Math.round((i-r)*.25).toString().split(""),f=[];for(const c of d)c!==""&&f.push(c);for(let c=0;c<f.length;c++)c===0?l+=(parseInt(f[c])+1).toString():l+="0";d=Math.round((i-r)*.5).toString().split(""),f=[];for(const c of d)c!==""&&f.push(c);for(let c=0;c<f.length;c++)c===0?p+=(parseInt(f[c])+1).toString():p+="0"}else l=i.toString(),p=i.toString();return{amountList:[r.toString(),l,p,i.toString()],minAmount:r,maxAmount:s}},j=(e,t)=>t?{id:0,name:"manualMethod",type:g.manual,promo:L(e.promo),bank:e.bank.map(n=>{const s=n.list&&n.list.length>0?n.list[0].mintransaction??"0.00":"0.00",r=n.list&&n.list.length>0?n.list[0].maxtransaction??"0.00":"0.00",{amountList:i,minAmount:m,maxAmount:l}=b(Number(s),Number(r),t.mdBankLevelDetail.deposit_min,t.mdBankLevelDetail.deposit_max);return t.mdManualDepositRequireField.depositor=!0,{id:n.bankindex??0,bankAccountId:n.list&&n.list.length>0?n.list[0].bankaccountindex??0:0,name:n.list&&n.list.length>0?n.list[0].label??"":"",accountName:n.list&&n.list.length>0?n.list[0].bankaccountname??"":"",accountNo:n.list&&n.list.length>0?n.list[0].bankaccountno??"":"",qrcode:n.list&&n.list.length>0?n.list[0].bankaccountdesc:"",amountList:i,min:m,max:l}}),requiredField:{...t.mdManualDepositRequireField,uploadReceipt:t.mdUploadReceipt}}:P,U=(e,t)=>t?{id:0,name:"onlineBankingMethod",type:g.pay,promo:L(e.promo),bank:e.banklist.map(n=>{let s="0.00",r="0.00";const i=n.bankindex??0;for(let d=0;d<t.mdGatewayMinMax.length;d++)t.mdGatewayMinMax[d].bankindex==i.toString()&&(s=t.mdGatewayMinMax[d].min,r=t.mdGatewayMinMax[d].max);const{amountList:m,minAmount:l,maxAmount:p}=b(Number(s),Number(r),t.mdBankLevelDetail.onlinepayment_min,t.mdBankLevelDetail.onlinepayment_max),x={id:0,name:"autoChannel",amountList:m,min:l,max:p},M=n.pg.map(d=>{const f=d.mintransaction??"0.00",T=d.maxtransaction??"0.00",{amountList:R,minAmount:c,maxAmount:V}=b(Number(f),Number(T),t.mdBankLevelDetail.onlinepayment_min,t.mdBankLevelDetail.onlinepayment_max);return{id:d.pgindex,name:d.bankaccountname,amountList:R,min:c,max:V}});return{id:n.bankindex??0,name:n.banknameenglish??"",amountList:[],min:0,max:0,gateway:[x,...M]}}),requiredField:{deposit_bank:!1,deposit_datetime:!1,deposit_detail:!1,deposit_method:!1,depositor:!1,uploadReceipt:!1}}:P,$=(e,t,o)=>{if(!o)return P;const a=g.auto;let n=[];const s=o.mdGatewayMinMax;if(t.bank.length>0&&o.mdPGSelection=="1")n=t.bank.map(i=>{const{amountList:m,minAmount:l,maxAmount:p}=b(i.minTransaction??0,i.maxTransaction??0,o.mdBankLevelDetail.onlinepayment_min,o.mdBankLevelDetail.onlinepayment_max);return{id:i.pgindex,name:i.bankaccountname||"",amountList:m,min:l,max:p}});else{let i="0.00",m="0.00";for(let h=0;h<s.length;h++)s[h].bankindex===e.toString()&&(i=s[h].min,m=s[h].max);const{amountList:l,minAmount:p,maxAmount:x}=b(Number(i),Number(m),o.mdBankLevelDetail.onlinepayment_min,o.mdBankLevelDetail.onlinepayment_max),M={id:0,name:"autoChannel",amountList:l,min:p,max:x};n.push(M)}return{id:e,name:"autoMethod",type:a,promo:L(t.promo),bank:n,requiredField:{deposit_bank:!1,deposit_datetime:!1,deposit_detail:!1,deposit_method:!1,depositor:!1,uploadReceipt:!1}}},q=(e,t)=>{const o=g.fix;return{id:e,name:"fixAmountMethod",type:o,promo:L(t.promo),bank:t.bank.map(n=>{const s=n.amtlist.map(Number).sort((i,m)=>i-m);return{id:n.pgindex,name:n.name,amountList:n.amtlist,min:s.length>0?s[0]:0,max:s.length>0?s[s.length-1]:0}}),requiredField:{deposit_bank:!1,deposit_datetime:!1,deposit_detail:!1,deposit_method:!1,depositor:!1,uploadReceipt:!1}}},C=Object.freeze(Object.defineProperty({__proto__:null,getPaymentsProviderResponse:O},Symbol.toStringTag,{value:"Module"})),k=e=>e.map(t=>({alert:t.announcement_alert=="1",update_time:t.announcement_lastupdated,content:t.announcement_simplified})),G=Object.freeze(Object.defineProperty({__proto__:null,getAnnouncementResponse:k},Symbol.toStringTag,{value:"Module"})),z=e=>({username:e.username,birthday:e.mdUserDetail.dob,email:e.mdUserDetail.email,fullName:e.mdUserDetail.firstname,phoneNumber:e.mdUserDetail.mobileno,profilePicUrl:e.mdUserDetail.profile_pic}),A=e=>{const t=e.mdDomains;return e.mdGameListResult.map(o=>({code:o.code,id:o.id,name:o.name,nextPage:o.nextPage===1,list:o.mdPlatformProducts.map(a=>{const n=`${t[a.mdDomains_id]}/${a.img}?${a.filemtime}`;return{id:Number(a.id),name:a.shortName,imageUrl:n}})}))},E=Object.freeze(Object.defineProperty({__proto__:null,getGameListResponse:A},Symbol.toStringTag,{value:"Module"})),F=Object.freeze(Object.defineProperty({__proto__:null,post:async e=>{var t,o;try{const a={requests:e};console.log(a);const n=await S.post("/jwt",v(JSON.stringify(a))),s={status:200,message:"",result:{}};for(const r of n.data.responses){console.log(`res.attributes ${r.attirbutes}`);const i=r.attirbutes!==null&&r.attirbutes!==void 0?N(r.attributes):null;console.log(`decodedData ${i}`);const m=r.name,l=i?JSON.parse(i):null;if(!l)return s.result[m]=null,s;switch(m){case y.announcement:s.result[m]=k(l);break;case y.gameList:console.log(l),s.result[m]=A(l);break;case y.cmsList:s.result[m]=l;break;case y.paymentsProvider:{s.result[m]=O(l);break}case y.getUserProfile:s.result[m]=z(l);break}}return s}catch(a){return _.isAxiosError(a)?(console.error(a),{status:((t=a.response)==null?void 0:t.status)||500,message:JSON.stringify((o=a.response)==null?void 0:o.data),result:{}}):(console.error(a),{status:a.status||500,message:a.message,result:{}})}}},Symbol.toStringTag,{value:"Module"})),J=Object.freeze(Object.defineProperty({__proto__:null,login:async(e,t)=>{try{const o={status:200,message:""};return await S.post("/auth/sesh",JSON.stringify({usr:e,pwd:t})),o}catch(o){return console.error(`login: ${JSON.stringify(o)}`),{status:o.status||500,message:o.message}}}},Symbol.toStringTag,{value:"Module"})),I=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),H=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),K=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),Q={install(){}};u.Repository=Q,u.announcementType=H,u.api=F,u.apiType=D,u.gameListType=K,u.getAnnouncementResponse=G,u.getGameListResponse=E,u.getPaymentsProviderResponse=C,u.loginApi=J,u.loginType=I,u.paymentsProviderType=B,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|
package/dist/api/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api/api.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,cAAc,EAAiB,cAAc,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAOnF,eAAO,MAAM,IAAI,GAAU,CAAC,SAAS,MAAM,cAAc,YAC7C,cAAc,CAAC,CAAC,CAAC,EAAE,KAC5B,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api/api.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,cAAc,EAAiB,cAAc,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAOnF,eAAO,MAAM,IAAI,GAAU,CAAC,SAAS,MAAM,cAAc,YAC7C,cAAc,CAAC,CAAC,CAAC,EAAE,KAC5B,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAwEnB,CAAA"}
|