wallet 2.1.503 → 2.1.505

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 (339) hide show
  1. package/api/advertisementCreditsApi.ts +1 -1
  2. package/api/analyticsApi.ts +1 -1
  3. package/api/appleWalletSubscribersApi.ts +1 -1
  4. package/api/billingApi.ts +1 -1
  5. package/api/clubMembersPointsApi.ts +1 -1
  6. package/api/configurationApi.ts +1 -1
  7. package/api/countriesApi.ts +1 -1
  8. package/api/customerApi.ts +1 -1
  9. package/api/dashboardApi.ts +1 -1
  10. package/api/dynamicVouchersApi.ts +1 -1
  11. package/api/employeeAPIKeysApi.ts +1 -1
  12. package/api/employeeAccessApi.ts +1 -1
  13. package/api/employeesApi.ts +1 -1
  14. package/api/industriesApi.ts +1 -1
  15. package/api/infoGenesisReportsApi.ts +1 -1
  16. package/api/integratedTerminalsApi.ts +1 -1
  17. package/api/interactionsApi.ts +71 -2
  18. package/api/linkBookApi.ts +1 -1
  19. package/api/linkBookSectionApi.ts +1 -1
  20. package/api/loginAndLogoutApi.ts +1 -1
  21. package/api/membershipTiersApi.ts +1 -1
  22. package/api/merchantApi.ts +63 -1
  23. package/api/merchantCreditsApi.ts +1 -1
  24. package/api/merchantURLsApi.ts +1 -1
  25. package/api/mobileTerminalApi.ts +1 -1
  26. package/api/newsApi.ts +1 -1
  27. package/api/paymentDesignsApi.ts +1 -1
  28. package/api/performancesApi.ts +1 -1
  29. package/api/promoCodesApi.ts +1 -1
  30. package/api/sMSApi.ts +1 -1
  31. package/api/settingsApi.ts +1 -1
  32. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  33. package/api/staticVoucherCampaignsApi.ts +1 -1
  34. package/api/staticVouchersApi.ts +1 -1
  35. package/api/systemApi.ts +1 -1
  36. package/api/transactionLedgerApi.ts +1 -1
  37. package/api/utilitiesApi.ts +1 -1
  38. package/api/webTerminalApi.ts +1 -1
  39. package/dist/api/interactionsApi.d.ts +8 -0
  40. package/dist/api/interactionsApi.js +61 -0
  41. package/dist/api/interactionsApi.js.map +1 -1
  42. package/dist/api/merchantApi.d.ts +8 -0
  43. package/dist/api/merchantApi.js +57 -0
  44. package/dist/api/merchantApi.js.map +1 -1
  45. package/dist/model/employee.d.ts +3 -0
  46. package/dist/model/employee.js +15 -0
  47. package/dist/model/employee.js.map +1 -1
  48. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +3 -0
  49. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +15 -0
  50. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
  51. package/dist/model/wTEmployee.d.ts +3 -0
  52. package/dist/model/wTEmployee.js +15 -0
  53. package/dist/model/wTEmployee.js.map +1 -1
  54. package/dist/model/wTEmployeeCreate.d.ts +3 -0
  55. package/dist/model/wTEmployeeCreate.js +15 -0
  56. package/dist/model/wTEmployeeCreate.js.map +1 -1
  57. package/dist/model/wTEmployeeUpdate.d.ts +3 -0
  58. package/dist/model/wTEmployeeUpdate.js +15 -0
  59. package/dist/model/wTEmployeeUpdate.js.map +1 -1
  60. package/model/advertisementCredit.ts +1 -1
  61. package/model/advertisementCreditBroadcast.ts +1 -1
  62. package/model/advertisementCreditScan.ts +1 -1
  63. package/model/agreement.ts +1 -1
  64. package/model/alert.ts +1 -1
  65. package/model/announcement.ts +1 -1
  66. package/model/applicableTerminals.ts +1 -1
  67. package/model/applicableTerminalsAnyOf.ts +1 -1
  68. package/model/applicableTerminalsAnyOf1.ts +1 -1
  69. package/model/applicableTerminalsAnyOf2.ts +1 -1
  70. package/model/applicableTerminalsAnyOf3.ts +1 -1
  71. package/model/authError.ts +1 -1
  72. package/model/availablePhoneNumbersRequest.ts +1 -1
  73. package/model/clickFunnelAmount.ts +1 -1
  74. package/model/clickFunnelContact.ts +1 -1
  75. package/model/clickFunnelContactProfile.ts +1 -1
  76. package/model/clickFunnelEvent.ts +1 -1
  77. package/model/clickFunnelOriginalAmount.ts +1 -1
  78. package/model/clickFunnelProduct.ts +1 -1
  79. package/model/clickFunnelPurchase.ts +1 -1
  80. package/model/createStaticVoucherCampaign.ts +1 -1
  81. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  82. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  83. package/model/dashboardWidget.ts +1 -1
  84. package/model/duplicateRowFound.ts +1 -1
  85. package/model/dynamicVoucher.ts +1 -1
  86. package/model/dynamicVoucherBroadcast.ts +1 -1
  87. package/model/employee.ts +19 -1
  88. package/model/employeeAPIKey.ts +1 -1
  89. package/model/employeeActivityLog.ts +1 -1
  90. package/model/entityTooLarge.ts +1 -1
  91. package/model/exportDataFile.ts +1 -1
  92. package/model/falsumError.ts +1 -1
  93. package/model/falsumField.ts +1 -1
  94. package/model/feature.ts +1 -1
  95. package/model/forbiddenRequest.ts +1 -1
  96. package/model/foreignKeyDoesNotExist.ts +1 -1
  97. package/model/helpDeskRequest.ts +1 -1
  98. package/model/importedList.ts +1 -1
  99. package/model/importedListRecipient.ts +1 -1
  100. package/model/inlineObject.ts +1 -1
  101. package/model/inlineObject1.ts +1 -1
  102. package/model/inlineObject10.ts +1 -1
  103. package/model/inlineObject11.ts +1 -1
  104. package/model/inlineObject12.ts +1 -1
  105. package/model/inlineObject13.ts +1 -1
  106. package/model/inlineObject14.ts +1 -1
  107. package/model/inlineObject15.ts +1 -1
  108. package/model/inlineObject16.ts +1 -1
  109. package/model/inlineObject17.ts +1 -1
  110. package/model/inlineObject18.ts +1 -1
  111. package/model/inlineObject19.ts +1 -1
  112. package/model/inlineObject2.ts +1 -1
  113. package/model/inlineObject20.ts +1 -1
  114. package/model/inlineObject21.ts +1 -1
  115. package/model/inlineObject22.ts +1 -1
  116. package/model/inlineObject23.ts +1 -1
  117. package/model/inlineObject24.ts +1 -1
  118. package/model/inlineObject25.ts +1 -1
  119. package/model/inlineObject26.ts +1 -1
  120. package/model/inlineObject27.ts +1 -1
  121. package/model/inlineObject28.ts +1 -1
  122. package/model/inlineObject29.ts +1 -1
  123. package/model/inlineObject3.ts +1 -1
  124. package/model/inlineObject30.ts +1 -1
  125. package/model/inlineObject31.ts +1 -1
  126. package/model/inlineObject32.ts +1 -1
  127. package/model/inlineObject33.ts +1 -1
  128. package/model/inlineObject34.ts +1 -1
  129. package/model/inlineObject35.ts +1 -1
  130. package/model/inlineObject36.ts +1 -1
  131. package/model/inlineObject37.ts +1 -1
  132. package/model/inlineObject38.ts +1 -1
  133. package/model/inlineObject39.ts +1 -1
  134. package/model/inlineObject4.ts +1 -1
  135. package/model/inlineObject40.ts +1 -1
  136. package/model/inlineObject41.ts +1 -1
  137. package/model/inlineObject42.ts +1 -1
  138. package/model/inlineObject43.ts +1 -1
  139. package/model/inlineObject44.ts +1 -1
  140. package/model/inlineObject45.ts +1 -1
  141. package/model/inlineObject46.ts +1 -1
  142. package/model/inlineObject47.ts +1 -1
  143. package/model/inlineObject48.ts +1 -1
  144. package/model/inlineObject49.ts +1 -1
  145. package/model/inlineObject5.ts +1 -1
  146. package/model/inlineObject50.ts +1 -1
  147. package/model/inlineObject51.ts +1 -1
  148. package/model/inlineObject52.ts +1 -1
  149. package/model/inlineObject53.ts +1 -1
  150. package/model/inlineObject54.ts +1 -1
  151. package/model/inlineObject55.ts +1 -1
  152. package/model/inlineObject56.ts +1 -1
  153. package/model/inlineObject57.ts +1 -1
  154. package/model/inlineObject58.ts +1 -1
  155. package/model/inlineObject59.ts +1 -1
  156. package/model/inlineObject6.ts +1 -1
  157. package/model/inlineObject60.ts +1 -1
  158. package/model/inlineObject61.ts +1 -1
  159. package/model/inlineObject62.ts +1 -1
  160. package/model/inlineObject63.ts +1 -1
  161. package/model/inlineObject64.ts +1 -1
  162. package/model/inlineObject65.ts +1 -1
  163. package/model/inlineObject66.ts +1 -1
  164. package/model/inlineObject67.ts +1 -1
  165. package/model/inlineObject68.ts +1 -1
  166. package/model/inlineObject7.ts +1 -1
  167. package/model/inlineObject8.ts +1 -1
  168. package/model/inlineObject9.ts +1 -1
  169. package/model/inlineResponse200.ts +1 -1
  170. package/model/inlineResponse2001.ts +1 -1
  171. package/model/inlineResponse20010.ts +1 -1
  172. package/model/inlineResponse20011.ts +1 -1
  173. package/model/inlineResponse20012.ts +1 -1
  174. package/model/inlineResponse20013.ts +1 -1
  175. package/model/inlineResponse20014.ts +1 -1
  176. package/model/inlineResponse2002.ts +1 -1
  177. package/model/inlineResponse2003.ts +1 -1
  178. package/model/inlineResponse2004.ts +1 -1
  179. package/model/inlineResponse2005.ts +1 -1
  180. package/model/inlineResponse2006.ts +1 -1
  181. package/model/inlineResponse2007.ts +1 -1
  182. package/model/inlineResponse2008.ts +1 -1
  183. package/model/inlineResponse2009.ts +1 -1
  184. package/model/internalServerError.ts +1 -1
  185. package/model/ledgerEntry.ts +1 -1
  186. package/model/linkBook.ts +1 -1
  187. package/model/linkBookSection.ts +1 -1
  188. package/model/mSMemberHistory.ts +1 -1
  189. package/model/mSMemberHistoryPagination.ts +1 -1
  190. package/model/mSMemberRedemption.ts +1 -1
  191. package/model/mSMemberRedemptionPagination.ts +1 -1
  192. package/model/mSMembershipTierHistory.ts +1 -1
  193. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  194. package/model/mSMembershipTierRedemption.ts +1 -1
  195. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  196. package/model/mSMerchantCreditHistory.ts +1 -1
  197. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  198. package/model/mSMerchantCreditRedemption.ts +1 -1
  199. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  200. package/model/mediaFile.ts +1 -1
  201. package/model/member.ts +1 -1
  202. package/model/memberSearch.ts +1 -1
  203. package/model/merchant.ts +1 -1
  204. package/model/merchantCreditSearch.ts +1 -1
  205. package/model/merchantNotInitialized.ts +1 -1
  206. package/model/merchantURL.ts +1 -1
  207. package/model/message.ts +1 -1
  208. package/model/moduleError.ts +1 -1
  209. package/model/newsArticle.ts +1 -1
  210. package/model/optInList.ts +1 -1
  211. package/model/optInListSource.ts +1 -1
  212. package/model/optInListSubscriber.ts +1 -1
  213. package/model/outboundSMS.ts +1 -1
  214. package/model/paginatedWTMembers.ts +1 -1
  215. package/model/paginatedWTMerchantCredits.ts +1 -1
  216. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  217. package/model/paginationRequestWithSortOptions.ts +1 -1
  218. package/model/paymentDesign.ts +1 -1
  219. package/model/performance.ts +1 -1
  220. package/model/phoneNumber.ts +1 -1
  221. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  222. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  223. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  224. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  225. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  226. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  227. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  228. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  229. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  230. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  231. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
  232. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  233. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  234. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  235. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +1 -1
  236. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  237. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  238. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  239. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  240. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  241. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  242. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  243. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  244. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +19 -1
  245. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  246. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  247. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  248. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  249. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +1 -1
  250. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  251. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  252. package/model/plan.ts +1 -1
  253. package/model/portalPage.ts +1 -1
  254. package/model/presignedPost.ts +1 -1
  255. package/model/presignedPostFields.ts +1 -1
  256. package/model/product.ts +1 -1
  257. package/model/promoCode.ts +1 -1
  258. package/model/reachPerformanceStats.ts +1 -1
  259. package/model/request.ts +1 -1
  260. package/model/response.ts +1 -1
  261. package/model/role.ts +1 -1
  262. package/model/roleAuditLog.ts +1 -1
  263. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  264. package/model/sSOptInSource.ts +1 -1
  265. package/model/simpleSMSBroadcast.ts +1 -1
  266. package/model/staticVoucher.ts +1 -1
  267. package/model/staticVoucherCampaign.ts +1 -1
  268. package/model/staticVoucherCampaignBroadcast.ts +1 -1
  269. package/model/staticVoucherCampaignGroup.ts +1 -1
  270. package/model/staticVoucherCampaignUpdate.ts +1 -1
  271. package/model/status.ts +1 -1
  272. package/model/statusAnyOf.ts +1 -1
  273. package/model/statusAnyOf1.ts +1 -1
  274. package/model/statusAnyOf2.ts +1 -1
  275. package/model/statusAnyOf3.ts +1 -1
  276. package/model/subscriptionFeature.ts +1 -1
  277. package/model/subscriptionPlan.ts +1 -1
  278. package/model/subscriptionProduct.ts +1 -1
  279. package/model/tcpa.ts +1 -1
  280. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  281. package/model/vSCampaignGeneratedMessage.ts +1 -1
  282. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  283. package/model/vSDynamicVoucherStatus.ts +1 -1
  284. package/model/wTAdvertisementCredit.ts +1 -1
  285. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  286. package/model/wTAdvertisementCreditScan.ts +1 -1
  287. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  288. package/model/wTDynamicVoucher.ts +1 -1
  289. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  290. package/model/wTDynamicVoucherRedemption.ts +1 -1
  291. package/model/wTDynamicVoucherSummary.ts +1 -1
  292. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  293. package/model/wTEmployee.ts +19 -1
  294. package/model/wTEmployeeAPIKey.ts +1 -1
  295. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  296. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  297. package/model/wTEmployeeCreate.ts +19 -1
  298. package/model/wTEmployeeNotification.ts +1 -1
  299. package/model/wTEmployeeUpdate.ts +19 -1
  300. package/model/wTImportedList.ts +1 -1
  301. package/model/wTLinkBookCreateParams.ts +1 -1
  302. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  303. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  304. package/model/wTLinkBookUpdateParams.ts +1 -1
  305. package/model/wTMember.ts +1 -1
  306. package/model/wTMemberCreationParams.ts +1 -1
  307. package/model/wTMembershipTier.ts +1 -1
  308. package/model/wTMembershipTierCreationParams.ts +1 -1
  309. package/model/wTMembershipTierUpdateParams.ts +1 -1
  310. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  311. package/model/wTMerchantCredit.ts +1 -1
  312. package/model/wTMerchantCreditCreationParams.ts +1 -1
  313. package/model/wTMerchantURLCreate.ts +1 -1
  314. package/model/wTMerchantURLUpdate.ts +1 -1
  315. package/model/wTNewsArticleCreateParams.ts +1 -1
  316. package/model/wTNewsArticleUpdateParams.ts +1 -1
  317. package/model/wTOptInList.ts +1 -1
  318. package/model/wTOptInListCreationParams.ts +1 -1
  319. package/model/wTPaymentDesign.ts +1 -1
  320. package/model/wTPaymentDesignCreateParams.ts +1 -1
  321. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  322. package/model/wTPerformanceCreateParams.ts +1 -1
  323. package/model/wTPerformanceUpdateParams.ts +1 -1
  324. package/model/wTPosMachine.ts +1 -1
  325. package/model/wTPosMachineCreateParams.ts +1 -1
  326. package/model/wTPosMachineUpdateParams.ts +1 -1
  327. package/model/wTPromoCodeCreateParams.ts +1 -1
  328. package/model/wTPromoCodeUpdateParams.ts +1 -1
  329. package/model/wTRole.ts +1 -1
  330. package/model/wTStaticVoucher.ts +1 -1
  331. package/model/wTStaticVoucherCampaign.ts +1 -1
  332. package/model/wTStaticVoucherCreateParams.ts +1 -1
  333. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  334. package/model/wTWalletPageView.ts +1 -1
  335. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  336. package/model/walletConfiguration.ts +1 -1
  337. package/model/walletPageView.ts +1 -1
  338. package/model/webpage.ts +1 -1
  339. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api/billingApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -169,7 +169,76 @@ export class InteractionsApi {
169
169
  }
170
170
  /**
171
171
  *
172
- * @summary Fetch all performances
172
+ * @summary Fetch an employee\'s VCard
173
+ * @param id
174
+ */
175
+ public async createEmployeeVCard (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: string; }> {
176
+ const localVarPath = this.basePath + '/wallet/employee/vcard/{id}'
177
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
178
+ let localVarQueryParameters: any = {};
179
+ let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
180
+ const produces = ['application/json'];
181
+ // give precedence to 'application/json'
182
+ if (produces.indexOf('application/json') >= 0) {
183
+ localVarHeaderParams.Accept = 'application/json';
184
+ } else {
185
+ localVarHeaderParams.Accept = produces.join(',');
186
+ }
187
+ let localVarFormParams: any = {};
188
+
189
+ // verify required parameter 'id' is not null or undefined
190
+ if (id === null || id === undefined) {
191
+ throw new Error('Required parameter id was null or undefined when calling createEmployeeVCard.');
192
+ }
193
+
194
+ (<any>Object).assign(localVarHeaderParams, options.headers);
195
+
196
+ let localVarUseFormData = false;
197
+
198
+ let localVarRequestOptions: localVarRequest.Options = {
199
+ method: 'GET',
200
+ qs: localVarQueryParameters,
201
+ headers: localVarHeaderParams,
202
+ uri: localVarPath,
203
+ useQuerystring: this._useQuerystring,
204
+ json: true,
205
+ };
206
+
207
+ let authenticationPromise = Promise.resolve();
208
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
209
+
210
+ let interceptorPromise = authenticationPromise;
211
+ for (const interceptor of this.interceptors) {
212
+ interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
213
+ }
214
+
215
+ return interceptorPromise.then(() => {
216
+ if (Object.keys(localVarFormParams).length) {
217
+ if (localVarUseFormData) {
218
+ (<any>localVarRequestOptions).formData = localVarFormParams;
219
+ } else {
220
+ localVarRequestOptions.form = localVarFormParams;
221
+ }
222
+ }
223
+ return new Promise<{ response: http.IncomingMessage; body: string; }>((resolve, reject) => {
224
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
225
+ if (error) {
226
+ reject(error);
227
+ } else {
228
+ if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
229
+ body = ObjectSerializer.deserialize(body, "string");
230
+ resolve({ response: response, body: body });
231
+ } else {
232
+ reject(new HttpError(response, body, response.statusCode));
233
+ }
234
+ }
235
+ });
236
+ });
237
+ });
238
+ }
239
+ /**
240
+ *
241
+ * @summary Fetch ICS for live event
173
242
  * @param id
174
243
  */
175
244
  public async createIcsFile (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1388,6 +1388,68 @@ export class MerchantApi {
1388
1388
  });
1389
1389
  });
1390
1390
  }
1391
+ /**
1392
+ *
1393
+ * @summary Fetch public representative employees of the merchant
1394
+ */
1395
+ public async fetchPublicEmployees (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1396
+ const localVarPath = this.basePath + '/v2/merchant/employees/public';
1397
+ let localVarQueryParameters: any = {};
1398
+ let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
1399
+ const produces = ['application/json'];
1400
+ // give precedence to 'application/json'
1401
+ if (produces.indexOf('application/json') >= 0) {
1402
+ localVarHeaderParams.Accept = 'application/json';
1403
+ } else {
1404
+ localVarHeaderParams.Accept = produces.join(',');
1405
+ }
1406
+ let localVarFormParams: any = {};
1407
+
1408
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1409
+
1410
+ let localVarUseFormData = false;
1411
+
1412
+ let localVarRequestOptions: localVarRequest.Options = {
1413
+ method: 'GET',
1414
+ qs: localVarQueryParameters,
1415
+ headers: localVarHeaderParams,
1416
+ uri: localVarPath,
1417
+ useQuerystring: this._useQuerystring,
1418
+ json: true,
1419
+ };
1420
+
1421
+ let authenticationPromise = Promise.resolve();
1422
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
1423
+
1424
+ let interceptorPromise = authenticationPromise;
1425
+ for (const interceptor of this.interceptors) {
1426
+ interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
1427
+ }
1428
+
1429
+ return interceptorPromise.then(() => {
1430
+ if (Object.keys(localVarFormParams).length) {
1431
+ if (localVarUseFormData) {
1432
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1433
+ } else {
1434
+ localVarRequestOptions.form = localVarFormParams;
1435
+ }
1436
+ }
1437
+ return new Promise<{ response: http.IncomingMessage; body: any; }>((resolve, reject) => {
1438
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
1439
+ if (error) {
1440
+ reject(error);
1441
+ } else {
1442
+ if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1443
+ body = ObjectSerializer.deserialize(body, "any");
1444
+ resolve({ response: response, body: body });
1445
+ } else {
1446
+ reject(new HttpError(response, body, response.statusCode));
1447
+ }
1448
+ }
1449
+ });
1450
+ });
1451
+ });
1452
+ }
1391
1453
  /**
1392
1454
  *
1393
1455
  * @summary Fetch all simple SMS broadcasts
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api/newsApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api/sMSApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api/systemApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.503
5
+ * The version of the OpenAPI document: 2.1.505
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -39,6 +39,14 @@ export declare class InteractionsApi {
39
39
  response: http.IncomingMessage;
40
40
  body: AdvertisementCreditScan;
41
41
  }>;
42
+ createEmployeeVCard(id: any, options?: {
43
+ headers: {
44
+ [name: string]: string;
45
+ };
46
+ }): Promise<{
47
+ response: http.IncomingMessage;
48
+ body: string;
49
+ }>;
42
50
  createIcsFile(id: any, options?: {
43
51
  headers: {
44
52
  [name: string]: string;
@@ -128,6 +128,67 @@ class InteractionsApi {
128
128
  });
129
129
  });
130
130
  }
131
+ createEmployeeVCard(id, options = { headers: {} }) {
132
+ return __awaiter(this, void 0, void 0, function* () {
133
+ const localVarPath = this.basePath + '/wallet/employee/vcard/{id}'
134
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
135
+ let localVarQueryParameters = {};
136
+ let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
137
+ const produces = ['application/json'];
138
+ if (produces.indexOf('application/json') >= 0) {
139
+ localVarHeaderParams.Accept = 'application/json';
140
+ }
141
+ else {
142
+ localVarHeaderParams.Accept = produces.join(',');
143
+ }
144
+ let localVarFormParams = {};
145
+ if (id === null || id === undefined) {
146
+ throw new Error('Required parameter id was null or undefined when calling createEmployeeVCard.');
147
+ }
148
+ Object.assign(localVarHeaderParams, options.headers);
149
+ let localVarUseFormData = false;
150
+ let localVarRequestOptions = {
151
+ method: 'GET',
152
+ qs: localVarQueryParameters,
153
+ headers: localVarHeaderParams,
154
+ uri: localVarPath,
155
+ useQuerystring: this._useQuerystring,
156
+ json: true,
157
+ };
158
+ let authenticationPromise = Promise.resolve();
159
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
160
+ let interceptorPromise = authenticationPromise;
161
+ for (const interceptor of this.interceptors) {
162
+ interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
163
+ }
164
+ return interceptorPromise.then(() => {
165
+ if (Object.keys(localVarFormParams).length) {
166
+ if (localVarUseFormData) {
167
+ localVarRequestOptions.formData = localVarFormParams;
168
+ }
169
+ else {
170
+ localVarRequestOptions.form = localVarFormParams;
171
+ }
172
+ }
173
+ return new Promise((resolve, reject) => {
174
+ request_1.default(localVarRequestOptions, (error, response, body) => {
175
+ if (error) {
176
+ reject(error);
177
+ }
178
+ else {
179
+ if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
180
+ body = models_1.ObjectSerializer.deserialize(body, "string");
181
+ resolve({ response: response, body: body });
182
+ }
183
+ else {
184
+ reject(new apis_1.HttpError(response, body, response.statusCode));
185
+ }
186
+ }
187
+ });
188
+ });
189
+ });
190
+ });
191
+ }
131
192
  createIcsFile(id, options = { headers: {} }) {
132
193
  return __awaiter(this, void 0, void 0, function* () {
133
194
  const localVarPath = this.basePath + '/wallet/liveevent/ics/{id}'