@stashfin/grpc 1.4.0 → 1.5.2

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.
Files changed (416) hide show
  1. package/package.json +1 -1
  2. package/ts/admin/getcustomer.js +1 -1
  3. package/ts/admin/getcustomerbyid.js +1 -1
  4. package/ts/admin.js +1 -1
  5. package/ts/banking/aa/getaasupport.js +1 -1
  6. package/ts/banking/aa/getbanklist.js +1 -1
  7. package/ts/banking/aa/getcustomerbank.js +1 -1
  8. package/ts/banking/aa/getrpdlink.js +1 -1
  9. package/ts/banking/aa/initiate.js +1 -1
  10. package/ts/banking/aa/initiatepennydrop.js +1 -1
  11. package/ts/banking/aa/netbankinginitiate.js +1 -1
  12. package/ts/banking/aa/pollingrpd.js +1 -1
  13. package/ts/banking.js +1 -1
  14. package/ts/bbps/getallbbpstransactions.js +1 -1
  15. package/ts/bbps/getallcategory.js +1 -1
  16. package/ts/bbps/getbillforreminder.js +1 -1
  17. package/ts/bbps/getbills.js +1 -1
  18. package/ts/bbps/getorderdetails.d.ts +63 -0
  19. package/ts/bbps/getorderdetails.js +414 -0
  20. package/ts/bbps/processdecryptedrudata.js +1 -1
  21. package/ts/bbps/processwebhook.d.ts +1 -22
  22. package/ts/bbps/processwebhook.js +10 -177
  23. package/ts/bbps/processwebhookv2.d.ts +79 -0
  24. package/ts/bbps/processwebhookv2.js +468 -0
  25. package/ts/bbps/remindernotification.js +1 -1
  26. package/ts/bbps/sendremindercall.js +1 -1
  27. package/ts/bbps/updatetxnsstatus.js +1 -1
  28. package/ts/bbps.d.ts +35 -7
  29. package/ts/bbps.js +21 -1
  30. package/ts/bbpsreminder.js +1 -1
  31. package/ts/bureau/deletebureaudatabycustid.js +1 -1
  32. package/ts/bureau/getbasicdetails.js +1 -1
  33. package/ts/bureau/getbureaudetails.js +1 -1
  34. package/ts/bureau/getbureauscore.js +1 -1
  35. package/ts/bureau/getcibilwebtoken.js +1 -1
  36. package/ts/bureau/getdbrcolending.js +1 -1
  37. package/ts/bureau/getdemogs.js +1 -1
  38. package/ts/bureau/getobligation.js +1 -1
  39. package/ts/bureau/getreport.js +1 -1
  40. package/ts/bureau/ischrenabled.js +1 -1
  41. package/ts/bureau.js +1 -1
  42. package/ts/chr/notifychrpayments.js +1 -1
  43. package/ts/chr.js +1 -1
  44. package/ts/ckyc/ckycdownload.js +1 -1
  45. package/ts/ckyc/ckycsearch.js +1 -1
  46. package/ts/ckyc.js +1 -1
  47. package/ts/colender/disburseLoan.js +1 -1
  48. package/ts/colender/forecloseLoan.js +1 -1
  49. package/ts/colender/repayLoan.js +1 -1
  50. package/ts/colender.js +1 -1
  51. package/ts/cr/crmembershipinfo.js +1 -1
  52. package/ts/cr/notifycrpayments.js +1 -1
  53. package/ts/cr.js +1 -1
  54. package/ts/customers/aa/getaatxnstatus.js +1 -1
  55. package/ts/customers/aa/getbanklist.js +1 -1
  56. package/ts/customers/aa/initiate.js +1 -1
  57. package/ts/customers/accidentprotectionplan.js +1 -1
  58. package/ts/customers/addaddress.js +1 -1
  59. package/ts/customers/addbankaccountdetails.js +1 -1
  60. package/ts/customers/addfathersname.js +1 -1
  61. package/ts/customers/addgstnumber.js +1 -1
  62. package/ts/customers/addmoredetails.js +1 -1
  63. package/ts/customers/addsuspendedcustomer.js +1 -1
  64. package/ts/customers/adduserapps.js +1 -1
  65. package/ts/customers/applyclijourney.js +1 -1
  66. package/ts/customers/bulksms.js +1 -1
  67. package/ts/customers/cb/cbapplicationrejecteddata.js +1 -1
  68. package/ts/customers/cb/cbpaynow.js +1 -1
  69. package/ts/customers/cb/cbsignup.js +1 -1
  70. package/ts/customers/cb/getcbtxnstatus.js +1 -1
  71. package/ts/customers/cb/getcreditbuilder.js +1 -1
  72. package/ts/customers/cb/getpaymentsummary.js +1 -1
  73. package/ts/customers/cb/insurancedetails.js +1 -1
  74. package/ts/customers/cb/lesscsimprove.js +1 -1
  75. package/ts/customers/cb/morecsimprove.js +1 -1
  76. package/ts/customers/cb/savecreditbuilder.js +1 -1
  77. package/ts/customers/cb/updatecbstandalonecancellation.js +1 -1
  78. package/ts/customers/cb/updatecbstandaloneconfirmation.js +1 -1
  79. package/ts/customers/cb/updatecbstandalonejourney.js +1 -1
  80. package/ts/customers/cb/updatecbtxnstatus.js +1 -1
  81. package/ts/customers/changempin.js +1 -1
  82. package/ts/customers/createcustomerreference.js +1 -1
  83. package/ts/customers/createvanumber.js +1 -1
  84. package/ts/customers/customerinfo.js +1 -1
  85. package/ts/customers/deletedocument.js +1 -1
  86. package/ts/customers/deleteprofile.js +1 -1
  87. package/ts/customers/disablempin.js +1 -1
  88. package/ts/customers/enach/gettxnstatus.js +1 -1
  89. package/ts/customers/enach/getweburl.js +1 -1
  90. package/ts/customers/enach/updateenachtxnstatus.js +1 -1
  91. package/ts/customers/fetchrcprofile.js +1 -1
  92. package/ts/customers/floatingvideos.js +1 -1
  93. package/ts/customers/forceupdate.js +1 -1
  94. package/ts/customers/forgotmpin.js +1 -1
  95. package/ts/customers/forgotmpinverify.js +1 -1
  96. package/ts/customers/freedom/addressconfirmation.js +1 -1
  97. package/ts/customers/freedom/freedompaynow.js +1 -1
  98. package/ts/customers/freedom/getfreedomtxnstatus.js +1 -1
  99. package/ts/customers/freedom/updateadditionalverification.js +1 -1
  100. package/ts/customers/freedom/updatefreedomtxnstatus.js +1 -1
  101. package/ts/customers/getaddresslist.js +1 -1
  102. package/ts/customers/getappsubmittedscreen.js +1 -1
  103. package/ts/customers/getbankaccountdetails.js +1 -1
  104. package/ts/customers/getbasicinfo.js +1 -1
  105. package/ts/customers/getcities.js +1 -1
  106. package/ts/customers/getclistatus.js +1 -1
  107. package/ts/customers/getcompanyaccdetails.js +1 -1
  108. package/ts/customers/getcustomerbyid.js +1 -1
  109. package/ts/customers/getcustomerdetailsbymobile.js +1 -1
  110. package/ts/customers/getdashboard.js +1 -1
  111. package/ts/customers/getdashboardmaincard.js +1 -1
  112. package/ts/customers/getdocuments.js +1 -1
  113. package/ts/customers/getglobalpopups.js +1 -1
  114. package/ts/customers/getlimit.js +1 -1
  115. package/ts/customers/getloclimit.js +1 -1
  116. package/ts/customers/getmessengermode.js +1 -1
  117. package/ts/customers/getoccupationlist.js +1 -1
  118. package/ts/customers/getpaymentoptions.js +1 -1
  119. package/ts/customers/getprofessionalinfo.js +1 -1
  120. package/ts/customers/getprofile.js +1 -1
  121. package/ts/customers/getselfieetxnid.js +1 -1
  122. package/ts/customers/getstates.js +1 -1
  123. package/ts/customers/getstep.js +1 -1
  124. package/ts/customers/getsyncstatus.js +1 -1
  125. package/ts/customers/getvanumber.js +1 -1
  126. package/ts/customers/lamf/applylamf.js +1 -1
  127. package/ts/customers/lamf/sendlamfotp.js +1 -1
  128. package/ts/customers/lamf/sendlamfpledgeotp.js +1 -1
  129. package/ts/customers/lamf/verifylamfotp.js +1 -1
  130. package/ts/customers/lamf/verifylamfpledgeotp.js +1 -1
  131. package/ts/customers/logout.js +1 -1
  132. package/ts/customers/pd/getbanklist.js +1 -1
  133. package/ts/customers/pd/validatebankaccount.js +1 -1
  134. package/ts/customers/profilebasic.js +1 -1
  135. package/ts/customers/profileupdatetnc.js +1 -1
  136. package/ts/customers/resetbanner.js +1 -1
  137. package/ts/customers/restoreaccount.js +1 -1
  138. package/ts/customers/rpd/getrpdlink.js +1 -1
  139. package/ts/customers/rpd/getrpdtransactionstatus.js +1 -1
  140. package/ts/customers/rpd/mockpayment.js +1 -1
  141. package/ts/customers/saveappslist.js +1 -1
  142. package/ts/customers/savebasicdetails.js +1 -1
  143. package/ts/customers/savelimit.js +1 -1
  144. package/ts/customers/saveunlocklimit.js +1 -1
  145. package/ts/customers/sendotp.js +1 -1
  146. package/ts/customers/sendotptoemail.js +1 -1
  147. package/ts/customers/setmpin.js +1 -1
  148. package/ts/customers/skipscreen.js +1 -1
  149. package/ts/customers/submituploadeddocuments.js +1 -1
  150. package/ts/customers/syncdecisionengine.js +1 -1
  151. package/ts/customers/updatecategory.js +1 -1
  152. package/ts/customers/updatecongratulationstep.js +1 -1
  153. package/ts/customers/updatecustomerbyid.js +1 -1
  154. package/ts/customers/updatedlnumber.js +1 -1
  155. package/ts/customers/updatedob.js +1 -1
  156. package/ts/customers/updatelocstatus.js +1 -1
  157. package/ts/customers/updatemobilesendotp.js +1 -1
  158. package/ts/customers/updatemobileverifyotp.js +1 -1
  159. package/ts/customers/updateokyctxn.js +1 -1
  160. package/ts/customers/updatesanctionamount.js +1 -1
  161. package/ts/customers/updateselfieetxn.js +1 -1
  162. package/ts/customers/updatesyncstatus.js +1 -1
  163. package/ts/customers/updatevehiclenumber.js +1 -1
  164. package/ts/customers/uploaddocuments.js +1 -1
  165. package/ts/customers/validatepan.js +1 -1
  166. package/ts/customers/verifympin.js +1 -1
  167. package/ts/customers/verifyotp.js +1 -1
  168. package/ts/customers/verifyotptoemail.js +1 -1
  169. package/ts/customers.js +1 -1
  170. package/ts/decisionengine/decisionenginetrigger.js +1 -1
  171. package/ts/decisionengine/locdisbursalapproval.js +1 -1
  172. package/ts/decisionengine/saveconsent.js +1 -1
  173. package/ts/decisionengine.js +1 -1
  174. package/ts/deveqxcustomers.js +1 -1
  175. package/ts/devupi.js +1 -1
  176. package/ts/digigold/buygold.js +1 -1
  177. package/ts/digigold/getbuygoldstatus.js +1 -1
  178. package/ts/digigold/getquote.js +1 -1
  179. package/ts/digigold.js +1 -1
  180. package/ts/documents/getagreement.js +1 -1
  181. package/ts/documents/getfinancialdoc.js +1 -1
  182. package/ts/documents.js +1 -1
  183. package/ts/eqxcustomer.js +1 -1
  184. package/ts/eqxcustomers/authenticateuser.js +1 -1
  185. package/ts/eqxcustomers/creditguidance.js +1 -1
  186. package/ts/eqxcustomers/getallcustomers.js +1 -1
  187. package/ts/eqxcustomers/getbankaccount.js +1 -1
  188. package/ts/eqxcustomers/getcustomerbyid.js +1 -1
  189. package/ts/eqxcustomers/getcustomerbymobile.js +1 -1
  190. package/ts/eqxcustomers/getcustomerbyvpa.js +1 -1
  191. package/ts/eqxcustomers/getdashboard.js +1 -1
  192. package/ts/eqxcustomers/getdashboardmaincard.js +1 -1
  193. package/ts/eqxcustomers/getlatlong.js +1 -1
  194. package/ts/eqxcustomers/getlendingcustomerappsInfo.js +1 -1
  195. package/ts/eqxcustomers/getlendingcustomerdeviceInfo.js +1 -1
  196. package/ts/eqxcustomers/getlendinghomepage.js +1 -1
  197. package/ts/eqxcustomers/getlendingrefreshtoken.js +1 -1
  198. package/ts/eqxcustomers/getlendingsyncedinfo.js +1 -1
  199. package/ts/eqxcustomers/getloanplans.js +1 -1
  200. package/ts/eqxcustomers/getnotifications.js +1 -1
  201. package/ts/eqxcustomers/getstashscorecustomerprofile.js +1 -1
  202. package/ts/eqxcustomers/gettnc.js +1 -1
  203. package/ts/eqxcustomers/gettncbycustomerid.js +1 -1
  204. package/ts/eqxcustomers/gettokens.js +1 -1
  205. package/ts/eqxcustomers/getvpalist.js +1 -1
  206. package/ts/eqxcustomers/iscustomerregistered.js +1 -1
  207. package/ts/eqxcustomers/lendingcustomerexists.js +1 -1
  208. package/ts/eqxcustomers/sendotp.js +1 -1
  209. package/ts/eqxcustomers/truecallerlogin.js +1 -1
  210. package/ts/eqxcustomers/updatecustomer.js +1 -1
  211. package/ts/eqxcustomers/updatecustomerbasicdetails.js +1 -1
  212. package/ts/eqxcustomers/updatecustomercategory.js +1 -1
  213. package/ts/eqxcustomers/updatedevicedetails.js +1 -1
  214. package/ts/eqxcustomers/updatenotification.js +1 -1
  215. package/ts/eqxcustomers/updatepushid.js +1 -1
  216. package/ts/eqxcustomers/updatesubscriptionstatus.js +1 -1
  217. package/ts/eqxcustomers/verifyotp.js +1 -1
  218. package/ts/eqxcustomers/verifytoken.js +1 -1
  219. package/ts/eqxpayments/checkpaymentstatus.js +1 -1
  220. package/ts/eqxpayments/createorder.d.ts +54 -0
  221. package/ts/eqxpayments/createorder.js +307 -0
  222. package/ts/eqxpayments/createorderv2.d.ts +50 -0
  223. package/ts/eqxpayments/createorderv2.js +334 -0
  224. package/ts/eqxpayments/createtransaction.js +1 -1
  225. package/ts/eqxpayments/fundtransfer.js +1 -1
  226. package/ts/eqxpayments/getorderv2.d.ts +41 -0
  227. package/ts/eqxpayments/getorderv2.js +211 -0
  228. package/ts/eqxpayments/getpaymentoptions.js +1 -1
  229. package/ts/eqxpayments/getpaymenttypes.js +1 -1
  230. package/ts/eqxpayments/initiateattemptv2.d.ts +58 -0
  231. package/ts/eqxpayments/initiateattemptv2.js +374 -0
  232. package/ts/eqxpayments/initiatepayment.js +1 -1
  233. package/ts/eqxpayments/initiaterefund.js +1 -1
  234. package/ts/eqxpayments/listcheckoutoptionsv2.d.ts +96 -0
  235. package/ts/eqxpayments/listcheckoutoptionsv2.js +489 -0
  236. package/ts/eqxpayments/merchants_create.d.ts +47 -0
  237. package/ts/eqxpayments/merchants_create.js +275 -0
  238. package/ts/eqxpayments/merchants_credentials_rotate.d.ts +41 -0
  239. package/ts/eqxpayments/merchants_credentials_rotate.js +177 -0
  240. package/ts/eqxpayments/merchants_get.d.ts +43 -0
  241. package/ts/eqxpayments/merchants_get.js +255 -0
  242. package/ts/eqxpayments/merchants_list.d.ts +74 -0
  243. package/ts/eqxpayments/merchants_list.js +456 -0
  244. package/ts/eqxpayments/merchants_update.d.ts +44 -0
  245. package/ts/eqxpayments/merchants_update.js +247 -0
  246. package/ts/eqxpayments/nachpresentation.js +1 -1
  247. package/ts/eqxpayments/nachpresentationstatus.js +1 -1
  248. package/ts/eqxpayments/nachregistration.js +1 -1
  249. package/ts/eqxpayments/nachregistrationstatus.js +1 -1
  250. package/ts/eqxpayments/payment_modes_get.d.ts +40 -0
  251. package/ts/eqxpayments/payment_modes_get.js +189 -0
  252. package/ts/eqxpayments/payment_modes_list.d.ts +66 -0
  253. package/ts/eqxpayments/payment_modes_list.js +365 -0
  254. package/ts/eqxpayments/routes_create.d.ts +52 -0
  255. package/ts/eqxpayments/routes_create.js +394 -0
  256. package/ts/eqxpayments/routes_list.d.ts +62 -0
  257. package/ts/eqxpayments/routes_list.js +412 -0
  258. package/ts/eqxpayments/routes_update.d.ts +50 -0
  259. package/ts/eqxpayments/routes_update.js +364 -0
  260. package/ts/eqxpayments/spmc_delete.d.ts +38 -0
  261. package/ts/eqxpayments/spmc_delete.js +162 -0
  262. package/ts/eqxpayments/spmc_list.d.ts +56 -0
  263. package/ts/eqxpayments/spmc_list.js +323 -0
  264. package/ts/eqxpayments/spmc_patch.d.ts +47 -0
  265. package/ts/eqxpayments/spmc_patch.js +319 -0
  266. package/ts/eqxpayments/spmc_upsert.d.ts +48 -0
  267. package/ts/eqxpayments/spmc_upsert.js +312 -0
  268. package/ts/eqxpayments/subscribers_client_secret_rotate.d.ts +36 -0
  269. package/ts/eqxpayments/subscribers_client_secret_rotate.js +133 -0
  270. package/ts/eqxpayments/subscribers_create.d.ts +50 -0
  271. package/ts/eqxpayments/subscribers_create.js +317 -0
  272. package/ts/eqxpayments/subscribers_get.d.ts +42 -0
  273. package/ts/eqxpayments/subscribers_get.js +228 -0
  274. package/ts/eqxpayments/subscribers_list.d.ts +72 -0
  275. package/ts/eqxpayments/subscribers_list.js +432 -0
  276. package/ts/eqxpayments/subscribers_update.d.ts +46 -0
  277. package/ts/eqxpayments/subscribers_update.js +274 -0
  278. package/ts/eqxpayments/vendors_create.d.ts +82 -0
  279. package/ts/eqxpayments/vendors_create.js +481 -0
  280. package/ts/eqxpayments/vendors_get.d.ts +78 -0
  281. package/ts/eqxpayments/vendors_get.js +435 -0
  282. package/ts/eqxpayments/vendors_list.d.ts +111 -0
  283. package/ts/eqxpayments/vendors_list.js +653 -0
  284. package/ts/eqxpayments/vendors_update.d.ts +82 -0
  285. package/ts/eqxpayments/vendors_update.js +481 -0
  286. package/ts/eqxpayments.d.ts +314 -84
  287. package/ts/eqxpayments.js +247 -85
  288. package/ts/example.js +1 -1
  289. package/ts/feepayments/getbanklist.js +1 -1
  290. package/ts/feepayments.js +1 -1
  291. package/ts/growth/getchrpdfurl.js +1 -1
  292. package/ts/growth/getchrreportdata.js +1 -1
  293. package/ts/growth/getchrsubscriptionplan.js +1 -1
  294. package/ts/growth/getchrvideourl.js +1 -1
  295. package/ts/growth.js +1 -1
  296. package/ts/kyc/amldetails.js +1 -1
  297. package/ts/kyc/authbridgepancomprehend.js +1 -1
  298. package/ts/kyc/bureauidwhatsapp.js +1 -1
  299. package/ts/kyc/ckycfetchrecord.js +1 -1
  300. package/ts/kyc/ckycresendotp.js +1 -1
  301. package/ts/kyc/ckycsearchv1.js +1 -1
  302. package/ts/kyc/ckycvalidation.js +1 -1
  303. package/ts/kyc/facematch.js +1 -1
  304. package/ts/kyc/fetchaadhaarbypan.js +1 -1
  305. package/ts/kyc/fetchemploymenthistory.js +1 -1
  306. package/ts/kyc/fetchuanlist.js +1 -1
  307. package/ts/kyc/getselfietxnid.js +1 -1
  308. package/ts/kyc/getselfieurl.js +1 -1
  309. package/ts/kyc/nsdlpanvalidate.js +1 -1
  310. package/ts/kyc/okyclinkhyperverge.js +1 -1
  311. package/ts/kyc.js +1 -1
  312. package/ts/lamf/getloandetails.js +1 -1
  313. package/ts/lamf/submitotp.js +1 -1
  314. package/ts/lamf/validateuser.js +1 -1
  315. package/ts/lamf.js +1 -1
  316. package/ts/loans/addreference.js +1 -1
  317. package/ts/loans/amortization.js +1 -1
  318. package/ts/loans/approveloan.js +1 -1
  319. package/ts/loans/banklist.js +1 -1
  320. package/ts/loans/calculateemi.js +1 -1
  321. package/ts/loans/cbloan.js +1 -1
  322. package/ts/loans/createlamfloan.js +1 -1
  323. package/ts/loans/createpenalty.js +1 -1
  324. package/ts/loans/creditlimit.js +1 -1
  325. package/ts/loans/emimoredetails.js +1 -1
  326. package/ts/loans/fcppayment.js +1 -1
  327. package/ts/loans/foreclosepayment.js +1 -1
  328. package/ts/loans/getaddonslist.js +1 -1
  329. package/ts/loans/getbankdetails.js +1 -1
  330. package/ts/loans/getbilldetails.js +1 -1
  331. package/ts/loans/getcbloandetails.js +1 -1
  332. package/ts/loans/getchrdetails.js +1 -1
  333. package/ts/loans/getcustomerloanstatus.js +1 -1
  334. package/ts/loans/getforecloseamount.js +1 -1
  335. package/ts/loans/getloanbyid.js +1 -1
  336. package/ts/loans/getlocconfirms.js +1 -1
  337. package/ts/loans/getlocdetails.js +1 -1
  338. package/ts/loans/getlocdisburse.js +1 -1
  339. package/ts/loans/getloctenure.js +1 -1
  340. package/ts/loans/getlocwithdraw.js +1 -1
  341. package/ts/loans/getlocwithdrawform.js +1 -1
  342. package/ts/loans/getnextdueamount.js +1 -1
  343. package/ts/loans/getpaymentoptions.js +1 -1
  344. package/ts/loans/getpendingemiamount.js +1 -1
  345. package/ts/loans/getsetubilldetails.js +1 -1
  346. package/ts/loans/getsummarystaticfields.js +1 -1
  347. package/ts/loans/gettransactionstatus.js +1 -1
  348. package/ts/loans/getusedlimit.js +1 -1
  349. package/ts/loans/getvirtualbankinfo.js +1 -1
  350. package/ts/loans/loansummary.js +1 -1
  351. package/ts/loans/locrequested.js +1 -1
  352. package/ts/loans/manualpaymentallocation.js +1 -1
  353. package/ts/loans/paymentallocation.js +1 -1
  354. package/ts/loans/paymenthistory.js +1 -1
  355. package/ts/loans/paynow.js +1 -1
  356. package/ts/loans/refund.js +1 -1
  357. package/ts/loans/restructureloan.js +1 -1
  358. package/ts/loans/rollback.js +1 -1
  359. package/ts/loans/sendemail.js +1 -1
  360. package/ts/loans/sendnocemail.js +1 -1
  361. package/ts/loans/transactionlist.js +1 -1
  362. package/ts/loans/updatecollectionview.js +1 -1
  363. package/ts/loans/updateinstallments.js +1 -1
  364. package/ts/loans/updateloan.js +1 -1
  365. package/ts/loans/updatetransactionstatus.js +1 -1
  366. package/ts/loans.js +1 -1
  367. package/ts/payments/cancelnachupimandate.js +1 -1
  368. package/ts/payments/checkpaymentstatus.js +1 -1
  369. package/ts/payments/fundtransfer.js +1 -1
  370. package/ts/payments/getpaymentoptions.js +1 -1
  371. package/ts/payments/initiatepayment.js +1 -1
  372. package/ts/payments/initiaterefund.js +1 -1
  373. package/ts/payments/nachpresentation.js +1 -1
  374. package/ts/payments/nachregistration.js +1 -1
  375. package/ts/payments.js +1 -1
  376. package/ts/paymentsnode.js +1 -1
  377. package/ts/rewards/getoffers.js +1 -1
  378. package/ts/rewards/redeemoffer.js +1 -1
  379. package/ts/rewards.js +1 -1
  380. package/ts/stashcash/creditsc.js +1 -1
  381. package/ts/stashcash/debitsc.js +1 -1
  382. package/ts/stashcash/getearnings.js +1 -1
  383. package/ts/stashcash/getscbalance.js +1 -1
  384. package/ts/stashcash/getschistory.js +1 -1
  385. package/ts/stashcash/reversesc.js +1 -1
  386. package/ts/stashcash.js +1 -1
  387. package/ts/upi/addaccount.js +1 -1
  388. package/ts/upi/blockvpa.js +1 -1
  389. package/ts/upi/checkderegisterpermission.js +1 -1
  390. package/ts/upi/checktransactionstatus.js +1 -1
  391. package/ts/upi/declinemandate.js +1 -1
  392. package/ts/upi/declinetransaction.js +1 -1
  393. package/ts/upi/deregisterprofile.js +1 -1
  394. package/ts/upi/getaccountsbyprovider.js +1 -1
  395. package/ts/upi/getallmandates.js +1 -1
  396. package/ts/upi/getallupitxnsdetails.js +1 -1
  397. package/ts/upi/getavailablevpa.js +1 -1
  398. package/ts/upi/getlistedaccountproviders.js +1 -1
  399. package/ts/upi/getmandatedetails.js +1 -1
  400. package/ts/upi/getmandatehistory.js +1 -1
  401. package/ts/upi/getpendingcollectrequest.js +1 -1
  402. package/ts/upi/getprofile.js +1 -1
  403. package/ts/upi/getrecentcontacts.js +1 -1
  404. package/ts/upi/gettransactions.js +1 -1
  405. package/ts/upi/getupinumbers.js +1 -1
  406. package/ts/upi/getupireport.js +1 -1
  407. package/ts/upi/getupitxnstatustype.js +1 -1
  408. package/ts/upi/initiatemandateaction.js +1 -1
  409. package/ts/upi/initiatetransaction.js +1 -1
  410. package/ts/upi/listblockedvpa.js +1 -1
  411. package/ts/upi/unblockvpa.js +1 -1
  412. package/ts/upi/updatedevicebinding.js +1 -1
  413. package/ts/upi/upinumberoperations.js +1 -1
  414. package/ts/upi/validateifsc.js +1 -1
  415. package/ts/upi/validatevpa.js +1 -1
  416. package/ts/upi.js +1 -1
@@ -0,0 +1,317 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.181.2
5
+ // protoc v6.33.0
6
+ // source: eqxpayments/subscribers_create.proto
7
+ var __importDefault = (this && this.__importDefault) || function (mod) {
8
+ return (mod && mod.__esModule) ? mod : { "default": mod };
9
+ };
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.response = exports.request = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "eqxpayments.subscribers_create";
15
+ function createBaserequest() {
16
+ return { id: "", name: "", client_id: "", webhook_url: "", allow_domains: [], status: "" };
17
+ }
18
+ exports.request = {
19
+ encode(message, writer = minimal_1.default.Writer.create()) {
20
+ if (message.id !== "") {
21
+ writer.uint32(10).string(message.id);
22
+ }
23
+ if (message.name !== "") {
24
+ writer.uint32(18).string(message.name);
25
+ }
26
+ if (message.client_id !== "") {
27
+ writer.uint32(26).string(message.client_id);
28
+ }
29
+ if (message.webhook_url !== "") {
30
+ writer.uint32(34).string(message.webhook_url);
31
+ }
32
+ for (const v of message.allow_domains) {
33
+ writer.uint32(42).string(v);
34
+ }
35
+ if (message.status !== "") {
36
+ writer.uint32(50).string(message.status);
37
+ }
38
+ return writer;
39
+ },
40
+ decode(input, length) {
41
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
42
+ let end = length === undefined ? reader.len : reader.pos + length;
43
+ const message = createBaserequest();
44
+ while (reader.pos < end) {
45
+ const tag = reader.uint32();
46
+ switch (tag >>> 3) {
47
+ case 1:
48
+ if (tag !== 10) {
49
+ break;
50
+ }
51
+ message.id = reader.string();
52
+ continue;
53
+ case 2:
54
+ if (tag !== 18) {
55
+ break;
56
+ }
57
+ message.name = reader.string();
58
+ continue;
59
+ case 3:
60
+ if (tag !== 26) {
61
+ break;
62
+ }
63
+ message.client_id = reader.string();
64
+ continue;
65
+ case 4:
66
+ if (tag !== 34) {
67
+ break;
68
+ }
69
+ message.webhook_url = reader.string();
70
+ continue;
71
+ case 5:
72
+ if (tag !== 42) {
73
+ break;
74
+ }
75
+ message.allow_domains.push(reader.string());
76
+ continue;
77
+ case 6:
78
+ if (tag !== 50) {
79
+ break;
80
+ }
81
+ message.status = reader.string();
82
+ continue;
83
+ }
84
+ if ((tag & 7) === 4 || tag === 0) {
85
+ break;
86
+ }
87
+ reader.skipType(tag & 7);
88
+ }
89
+ return message;
90
+ },
91
+ fromJSON(object) {
92
+ return {
93
+ id: isSet(object.id) ? globalThis.String(object.id) : "",
94
+ name: isSet(object.name) ? globalThis.String(object.name) : "",
95
+ client_id: isSet(object.client_id) ? globalThis.String(object.client_id) : "",
96
+ webhook_url: isSet(object.webhook_url) ? globalThis.String(object.webhook_url) : "",
97
+ allow_domains: globalThis.Array.isArray(object?.allow_domains)
98
+ ? object.allow_domains.map((e) => globalThis.String(e))
99
+ : [],
100
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
101
+ };
102
+ },
103
+ toJSON(message) {
104
+ const obj = {};
105
+ if (message.id !== "") {
106
+ obj.id = message.id;
107
+ }
108
+ if (message.name !== "") {
109
+ obj.name = message.name;
110
+ }
111
+ if (message.client_id !== "") {
112
+ obj.client_id = message.client_id;
113
+ }
114
+ if (message.webhook_url !== "") {
115
+ obj.webhook_url = message.webhook_url;
116
+ }
117
+ if (message.allow_domains?.length) {
118
+ obj.allow_domains = message.allow_domains;
119
+ }
120
+ if (message.status !== "") {
121
+ obj.status = message.status;
122
+ }
123
+ return obj;
124
+ },
125
+ create(base) {
126
+ return exports.request.fromPartial(base ?? {});
127
+ },
128
+ fromPartial(object) {
129
+ const message = createBaserequest();
130
+ message.id = object.id ?? "";
131
+ message.name = object.name ?? "";
132
+ message.client_id = object.client_id ?? "";
133
+ message.webhook_url = object.webhook_url ?? "";
134
+ message.allow_domains = object.allow_domains?.map((e) => e) || [];
135
+ message.status = object.status ?? "";
136
+ return message;
137
+ },
138
+ };
139
+ function createBaseresponse() {
140
+ return {
141
+ id: "",
142
+ name: "",
143
+ client_id: "",
144
+ client_secret: "",
145
+ webhook_url: "",
146
+ allow_domains: [],
147
+ status: "",
148
+ created_at: "",
149
+ updated_at: "",
150
+ };
151
+ }
152
+ exports.response = {
153
+ encode(message, writer = minimal_1.default.Writer.create()) {
154
+ if (message.id !== "") {
155
+ writer.uint32(10).string(message.id);
156
+ }
157
+ if (message.name !== "") {
158
+ writer.uint32(18).string(message.name);
159
+ }
160
+ if (message.client_id !== "") {
161
+ writer.uint32(26).string(message.client_id);
162
+ }
163
+ if (message.client_secret !== "") {
164
+ writer.uint32(34).string(message.client_secret);
165
+ }
166
+ if (message.webhook_url !== "") {
167
+ writer.uint32(42).string(message.webhook_url);
168
+ }
169
+ for (const v of message.allow_domains) {
170
+ writer.uint32(50).string(v);
171
+ }
172
+ if (message.status !== "") {
173
+ writer.uint32(58).string(message.status);
174
+ }
175
+ if (message.created_at !== "") {
176
+ writer.uint32(66).string(message.created_at);
177
+ }
178
+ if (message.updated_at !== "") {
179
+ writer.uint32(74).string(message.updated_at);
180
+ }
181
+ return writer;
182
+ },
183
+ decode(input, length) {
184
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
185
+ let end = length === undefined ? reader.len : reader.pos + length;
186
+ const message = createBaseresponse();
187
+ while (reader.pos < end) {
188
+ const tag = reader.uint32();
189
+ switch (tag >>> 3) {
190
+ case 1:
191
+ if (tag !== 10) {
192
+ break;
193
+ }
194
+ message.id = reader.string();
195
+ continue;
196
+ case 2:
197
+ if (tag !== 18) {
198
+ break;
199
+ }
200
+ message.name = reader.string();
201
+ continue;
202
+ case 3:
203
+ if (tag !== 26) {
204
+ break;
205
+ }
206
+ message.client_id = reader.string();
207
+ continue;
208
+ case 4:
209
+ if (tag !== 34) {
210
+ break;
211
+ }
212
+ message.client_secret = reader.string();
213
+ continue;
214
+ case 5:
215
+ if (tag !== 42) {
216
+ break;
217
+ }
218
+ message.webhook_url = reader.string();
219
+ continue;
220
+ case 6:
221
+ if (tag !== 50) {
222
+ break;
223
+ }
224
+ message.allow_domains.push(reader.string());
225
+ continue;
226
+ case 7:
227
+ if (tag !== 58) {
228
+ break;
229
+ }
230
+ message.status = reader.string();
231
+ continue;
232
+ case 8:
233
+ if (tag !== 66) {
234
+ break;
235
+ }
236
+ message.created_at = reader.string();
237
+ continue;
238
+ case 9:
239
+ if (tag !== 74) {
240
+ break;
241
+ }
242
+ message.updated_at = reader.string();
243
+ continue;
244
+ }
245
+ if ((tag & 7) === 4 || tag === 0) {
246
+ break;
247
+ }
248
+ reader.skipType(tag & 7);
249
+ }
250
+ return message;
251
+ },
252
+ fromJSON(object) {
253
+ return {
254
+ id: isSet(object.id) ? globalThis.String(object.id) : "",
255
+ name: isSet(object.name) ? globalThis.String(object.name) : "",
256
+ client_id: isSet(object.client_id) ? globalThis.String(object.client_id) : "",
257
+ client_secret: isSet(object.client_secret) ? globalThis.String(object.client_secret) : "",
258
+ webhook_url: isSet(object.webhook_url) ? globalThis.String(object.webhook_url) : "",
259
+ allow_domains: globalThis.Array.isArray(object?.allow_domains)
260
+ ? object.allow_domains.map((e) => globalThis.String(e))
261
+ : [],
262
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
263
+ created_at: isSet(object.created_at) ? globalThis.String(object.created_at) : "",
264
+ updated_at: isSet(object.updated_at) ? globalThis.String(object.updated_at) : "",
265
+ };
266
+ },
267
+ toJSON(message) {
268
+ const obj = {};
269
+ if (message.id !== "") {
270
+ obj.id = message.id;
271
+ }
272
+ if (message.name !== "") {
273
+ obj.name = message.name;
274
+ }
275
+ if (message.client_id !== "") {
276
+ obj.client_id = message.client_id;
277
+ }
278
+ if (message.client_secret !== "") {
279
+ obj.client_secret = message.client_secret;
280
+ }
281
+ if (message.webhook_url !== "") {
282
+ obj.webhook_url = message.webhook_url;
283
+ }
284
+ if (message.allow_domains?.length) {
285
+ obj.allow_domains = message.allow_domains;
286
+ }
287
+ if (message.status !== "") {
288
+ obj.status = message.status;
289
+ }
290
+ if (message.created_at !== "") {
291
+ obj.created_at = message.created_at;
292
+ }
293
+ if (message.updated_at !== "") {
294
+ obj.updated_at = message.updated_at;
295
+ }
296
+ return obj;
297
+ },
298
+ create(base) {
299
+ return exports.response.fromPartial(base ?? {});
300
+ },
301
+ fromPartial(object) {
302
+ const message = createBaseresponse();
303
+ message.id = object.id ?? "";
304
+ message.name = object.name ?? "";
305
+ message.client_id = object.client_id ?? "";
306
+ message.client_secret = object.client_secret ?? "";
307
+ message.webhook_url = object.webhook_url ?? "";
308
+ message.allow_domains = object.allow_domains?.map((e) => e) || [];
309
+ message.status = object.status ?? "";
310
+ message.created_at = object.created_at ?? "";
311
+ message.updated_at = object.updated_at ?? "";
312
+ return message;
313
+ },
314
+ };
315
+ function isSet(value) {
316
+ return value !== null && value !== undefined;
317
+ }
@@ -0,0 +1,42 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "eqxpayments.subscribers_get";
3
+ export interface request {
4
+ subscriber_id: string;
5
+ }
6
+ export interface response {
7
+ id: string;
8
+ name: string;
9
+ client_id: string;
10
+ webhook_url: string;
11
+ allow_domains: string[];
12
+ status: string;
13
+ created_at: string;
14
+ updated_at: string;
15
+ }
16
+ export declare const request: {
17
+ encode(message: request, writer?: _m0.Writer): _m0.Writer;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): request;
19
+ fromJSON(object: any): request;
20
+ toJSON(message: request): unknown;
21
+ create<I extends Exact<DeepPartial<request>, I>>(base?: I): request;
22
+ fromPartial<I extends Exact<DeepPartial<request>, I>>(object: I): request;
23
+ };
24
+ export declare const response: {
25
+ encode(message: response, writer?: _m0.Writer): _m0.Writer;
26
+ decode(input: _m0.Reader | Uint8Array, length?: number): response;
27
+ fromJSON(object: any): response;
28
+ toJSON(message: response): unknown;
29
+ create<I extends Exact<DeepPartial<response>, I>>(base?: I): response;
30
+ fromPartial<I extends Exact<DeepPartial<response>, I>>(object: I): response;
31
+ };
32
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
33
+ export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
34
+ [K in keyof T]?: DeepPartial<T[K]>;
35
+ } : Partial<T>;
36
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
37
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
38
+ [K in keyof P]: Exact<P[K], I[K]>;
39
+ } & {
40
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
41
+ };
42
+ export {};
@@ -0,0 +1,228 @@
1
+ "use strict";
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
+ // versions:
4
+ // protoc-gen-ts_proto v1.181.2
5
+ // protoc v6.33.0
6
+ // source: eqxpayments/subscribers_get.proto
7
+ var __importDefault = (this && this.__importDefault) || function (mod) {
8
+ return (mod && mod.__esModule) ? mod : { "default": mod };
9
+ };
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.response = exports.request = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "eqxpayments.subscribers_get";
15
+ function createBaserequest() {
16
+ return { subscriber_id: "" };
17
+ }
18
+ exports.request = {
19
+ encode(message, writer = minimal_1.default.Writer.create()) {
20
+ if (message.subscriber_id !== "") {
21
+ writer.uint32(10).string(message.subscriber_id);
22
+ }
23
+ return writer;
24
+ },
25
+ decode(input, length) {
26
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
27
+ let end = length === undefined ? reader.len : reader.pos + length;
28
+ const message = createBaserequest();
29
+ while (reader.pos < end) {
30
+ const tag = reader.uint32();
31
+ switch (tag >>> 3) {
32
+ case 1:
33
+ if (tag !== 10) {
34
+ break;
35
+ }
36
+ message.subscriber_id = reader.string();
37
+ continue;
38
+ }
39
+ if ((tag & 7) === 4 || tag === 0) {
40
+ break;
41
+ }
42
+ reader.skipType(tag & 7);
43
+ }
44
+ return message;
45
+ },
46
+ fromJSON(object) {
47
+ return { subscriber_id: isSet(object.subscriber_id) ? globalThis.String(object.subscriber_id) : "" };
48
+ },
49
+ toJSON(message) {
50
+ const obj = {};
51
+ if (message.subscriber_id !== "") {
52
+ obj.subscriber_id = message.subscriber_id;
53
+ }
54
+ return obj;
55
+ },
56
+ create(base) {
57
+ return exports.request.fromPartial(base ?? {});
58
+ },
59
+ fromPartial(object) {
60
+ const message = createBaserequest();
61
+ message.subscriber_id = object.subscriber_id ?? "";
62
+ return message;
63
+ },
64
+ };
65
+ function createBaseresponse() {
66
+ return {
67
+ id: "",
68
+ name: "",
69
+ client_id: "",
70
+ webhook_url: "",
71
+ allow_domains: [],
72
+ status: "",
73
+ created_at: "",
74
+ updated_at: "",
75
+ };
76
+ }
77
+ exports.response = {
78
+ encode(message, writer = minimal_1.default.Writer.create()) {
79
+ if (message.id !== "") {
80
+ writer.uint32(10).string(message.id);
81
+ }
82
+ if (message.name !== "") {
83
+ writer.uint32(18).string(message.name);
84
+ }
85
+ if (message.client_id !== "") {
86
+ writer.uint32(26).string(message.client_id);
87
+ }
88
+ if (message.webhook_url !== "") {
89
+ writer.uint32(34).string(message.webhook_url);
90
+ }
91
+ for (const v of message.allow_domains) {
92
+ writer.uint32(42).string(v);
93
+ }
94
+ if (message.status !== "") {
95
+ writer.uint32(50).string(message.status);
96
+ }
97
+ if (message.created_at !== "") {
98
+ writer.uint32(58).string(message.created_at);
99
+ }
100
+ if (message.updated_at !== "") {
101
+ writer.uint32(66).string(message.updated_at);
102
+ }
103
+ return writer;
104
+ },
105
+ decode(input, length) {
106
+ const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
107
+ let end = length === undefined ? reader.len : reader.pos + length;
108
+ const message = createBaseresponse();
109
+ while (reader.pos < end) {
110
+ const tag = reader.uint32();
111
+ switch (tag >>> 3) {
112
+ case 1:
113
+ if (tag !== 10) {
114
+ break;
115
+ }
116
+ message.id = reader.string();
117
+ continue;
118
+ case 2:
119
+ if (tag !== 18) {
120
+ break;
121
+ }
122
+ message.name = reader.string();
123
+ continue;
124
+ case 3:
125
+ if (tag !== 26) {
126
+ break;
127
+ }
128
+ message.client_id = reader.string();
129
+ continue;
130
+ case 4:
131
+ if (tag !== 34) {
132
+ break;
133
+ }
134
+ message.webhook_url = reader.string();
135
+ continue;
136
+ case 5:
137
+ if (tag !== 42) {
138
+ break;
139
+ }
140
+ message.allow_domains.push(reader.string());
141
+ continue;
142
+ case 6:
143
+ if (tag !== 50) {
144
+ break;
145
+ }
146
+ message.status = reader.string();
147
+ continue;
148
+ case 7:
149
+ if (tag !== 58) {
150
+ break;
151
+ }
152
+ message.created_at = reader.string();
153
+ continue;
154
+ case 8:
155
+ if (tag !== 66) {
156
+ break;
157
+ }
158
+ message.updated_at = reader.string();
159
+ continue;
160
+ }
161
+ if ((tag & 7) === 4 || tag === 0) {
162
+ break;
163
+ }
164
+ reader.skipType(tag & 7);
165
+ }
166
+ return message;
167
+ },
168
+ fromJSON(object) {
169
+ return {
170
+ id: isSet(object.id) ? globalThis.String(object.id) : "",
171
+ name: isSet(object.name) ? globalThis.String(object.name) : "",
172
+ client_id: isSet(object.client_id) ? globalThis.String(object.client_id) : "",
173
+ webhook_url: isSet(object.webhook_url) ? globalThis.String(object.webhook_url) : "",
174
+ allow_domains: globalThis.Array.isArray(object?.allow_domains)
175
+ ? object.allow_domains.map((e) => globalThis.String(e))
176
+ : [],
177
+ status: isSet(object.status) ? globalThis.String(object.status) : "",
178
+ created_at: isSet(object.created_at) ? globalThis.String(object.created_at) : "",
179
+ updated_at: isSet(object.updated_at) ? globalThis.String(object.updated_at) : "",
180
+ };
181
+ },
182
+ toJSON(message) {
183
+ const obj = {};
184
+ if (message.id !== "") {
185
+ obj.id = message.id;
186
+ }
187
+ if (message.name !== "") {
188
+ obj.name = message.name;
189
+ }
190
+ if (message.client_id !== "") {
191
+ obj.client_id = message.client_id;
192
+ }
193
+ if (message.webhook_url !== "") {
194
+ obj.webhook_url = message.webhook_url;
195
+ }
196
+ if (message.allow_domains?.length) {
197
+ obj.allow_domains = message.allow_domains;
198
+ }
199
+ if (message.status !== "") {
200
+ obj.status = message.status;
201
+ }
202
+ if (message.created_at !== "") {
203
+ obj.created_at = message.created_at;
204
+ }
205
+ if (message.updated_at !== "") {
206
+ obj.updated_at = message.updated_at;
207
+ }
208
+ return obj;
209
+ },
210
+ create(base) {
211
+ return exports.response.fromPartial(base ?? {});
212
+ },
213
+ fromPartial(object) {
214
+ const message = createBaseresponse();
215
+ message.id = object.id ?? "";
216
+ message.name = object.name ?? "";
217
+ message.client_id = object.client_id ?? "";
218
+ message.webhook_url = object.webhook_url ?? "";
219
+ message.allow_domains = object.allow_domains?.map((e) => e) || [];
220
+ message.status = object.status ?? "";
221
+ message.created_at = object.created_at ?? "";
222
+ message.updated_at = object.updated_at ?? "";
223
+ return message;
224
+ },
225
+ };
226
+ function isSet(value) {
227
+ return value !== null && value !== undefined;
228
+ }
@@ -0,0 +1,72 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "eqxpayments.subscribers_list";
3
+ export interface SubscriberItem {
4
+ id: string;
5
+ name: string;
6
+ client_id: string;
7
+ webhook_url: string;
8
+ allow_domains: string[];
9
+ /** ACTIVE|INACTIVE */
10
+ status: string;
11
+ created_at: string;
12
+ updated_at: string;
13
+ }
14
+ export interface PageInfo {
15
+ number: number;
16
+ size: number;
17
+ total_elements: number;
18
+ total_pages: number;
19
+ }
20
+ export interface request {
21
+ status?: string | undefined;
22
+ query?: string | undefined;
23
+ page?: number | undefined;
24
+ size?: number | undefined;
25
+ }
26
+ export interface response {
27
+ items: SubscriberItem[];
28
+ page: PageInfo | undefined;
29
+ }
30
+ export declare const SubscriberItem: {
31
+ encode(message: SubscriberItem, writer?: _m0.Writer): _m0.Writer;
32
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubscriberItem;
33
+ fromJSON(object: any): SubscriberItem;
34
+ toJSON(message: SubscriberItem): unknown;
35
+ create<I extends Exact<DeepPartial<SubscriberItem>, I>>(base?: I): SubscriberItem;
36
+ fromPartial<I extends Exact<DeepPartial<SubscriberItem>, I>>(object: I): SubscriberItem;
37
+ };
38
+ export declare const PageInfo: {
39
+ encode(message: PageInfo, writer?: _m0.Writer): _m0.Writer;
40
+ decode(input: _m0.Reader | Uint8Array, length?: number): PageInfo;
41
+ fromJSON(object: any): PageInfo;
42
+ toJSON(message: PageInfo): unknown;
43
+ create<I extends Exact<DeepPartial<PageInfo>, I>>(base?: I): PageInfo;
44
+ fromPartial<I extends Exact<DeepPartial<PageInfo>, I>>(object: I): PageInfo;
45
+ };
46
+ export declare const request: {
47
+ encode(message: request, writer?: _m0.Writer): _m0.Writer;
48
+ decode(input: _m0.Reader | Uint8Array, length?: number): request;
49
+ fromJSON(object: any): request;
50
+ toJSON(message: request): unknown;
51
+ create<I extends Exact<DeepPartial<request>, I>>(base?: I): request;
52
+ fromPartial<I extends Exact<DeepPartial<request>, I>>(object: I): request;
53
+ };
54
+ export declare const response: {
55
+ encode(message: response, writer?: _m0.Writer): _m0.Writer;
56
+ decode(input: _m0.Reader | Uint8Array, length?: number): response;
57
+ fromJSON(object: any): response;
58
+ toJSON(message: response): unknown;
59
+ create<I extends Exact<DeepPartial<response>, I>>(base?: I): response;
60
+ fromPartial<I extends Exact<DeepPartial<response>, I>>(object: I): response;
61
+ };
62
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
63
+ export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
64
+ [K in keyof T]?: DeepPartial<T[K]>;
65
+ } : Partial<T>;
66
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
67
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
68
+ [K in keyof P]: Exact<P[K], I[K]>;
69
+ } & {
70
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
71
+ };
72
+ export {};