wallet 2.1.507 → 2.1.508

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 (546) hide show
  1. package/README.md +849 -16
  2. package/api/advertisementCreditsApi.ts +1 -1
  3. package/api/analyticsApi.ts +1 -1
  4. package/api/appleWalletSubscribersApi.ts +1 -1
  5. package/api/billingApi.ts +1 -1
  6. package/api/clubMembersPointsApi.ts +1 -1
  7. package/api/configurationApi.ts +1 -1
  8. package/api/countriesApi.ts +1 -1
  9. package/api/customerApi.ts +1 -1
  10. package/api/dashboardApi.ts +1 -1
  11. package/api/dynamicVouchersApi.ts +1 -1
  12. package/api/employeeAPIKeysApi.ts +1 -1
  13. package/api/employeeAccessApi.ts +1 -1
  14. package/api/employeesApi.ts +1 -1
  15. package/api/industriesApi.ts +1 -1
  16. package/api/infoGenesisReportsApi.ts +1 -1
  17. package/api/integratedTerminalsApi.ts +1 -1
  18. package/api/interactionsApi.ts +1 -1
  19. package/api/linkBookApi.ts +1 -1
  20. package/api/linkBookSectionApi.ts +1 -1
  21. package/api/loginAndLogoutApi.ts +1 -1
  22. package/api/membershipTiersApi.ts +1 -1
  23. package/api/merchantApi.ts +63 -1
  24. package/api/merchantCreditsApi.ts +1 -1
  25. package/api/merchantURLsApi.ts +1 -1
  26. package/api/mobileTerminalApi.ts +1 -1
  27. package/api/newsApi.ts +1 -1
  28. package/api/paymentDesignsApi.ts +1 -1
  29. package/api/performancesApi.ts +1 -1
  30. package/api/promoCodesApi.ts +1 -1
  31. package/api/sMSApi.ts +1 -1
  32. package/api/settingsApi.ts +1 -1
  33. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  34. package/api/staticVoucherCampaignsApi.ts +1 -1
  35. package/api/staticVouchersApi.ts +1 -1
  36. package/api/systemApi.ts +1 -1
  37. package/api/transactionLedgerApi.ts +1 -1
  38. package/api/utilitiesApi.ts +1 -1
  39. package/api/webTerminalApi.ts +1 -1
  40. package/dist/api/merchantApi.d.ts +8 -0
  41. package/dist/api/merchantApi.js +57 -0
  42. package/dist/api/merchantApi.js.map +1 -1
  43. package/dist/examples/advertisementcredits.example.js +7 -1
  44. package/dist/examples/advertisementcredits.example.js.map +1 -1
  45. package/dist/examples/clubmembers.example.js +22 -1
  46. package/dist/examples/clubmembers.example.js.map +1 -1
  47. package/dist/examples/dynamicvouchers.example.d.ts +1 -0
  48. package/dist/examples/dynamicvouchers.example.js +110 -0
  49. package/dist/examples/dynamicvouchers.example.js.map +1 -0
  50. package/dist/examples/linkbook.example.js +3 -1
  51. package/dist/examples/linkbook.example.js.map +1 -1
  52. package/dist/examples/membershiptiers.example.js +17 -1
  53. package/dist/examples/membershiptiers.example.js.map +1 -1
  54. package/dist/examples/merchantcredits.example.js +23 -2
  55. package/dist/examples/merchantcredits.example.js.map +1 -1
  56. package/dist/examples/merchanturls.example.js +7 -1
  57. package/dist/examples/merchanturls.example.js.map +1 -1
  58. package/dist/examples/news.example.js +3 -1
  59. package/dist/examples/news.example.js.map +1 -1
  60. package/dist/examples/paymentdesigns.example.js +6 -2
  61. package/dist/examples/paymentdesigns.example.js.map +1 -1
  62. package/dist/examples/performances.example.js +5 -2
  63. package/dist/examples/performances.example.js.map +1 -1
  64. package/dist/examples/promocodes.example.js +4 -2
  65. package/dist/examples/promocodes.example.js.map +1 -1
  66. package/dist/examples/sms.example.d.ts +1 -0
  67. package/dist/examples/sms.example.js +264 -0
  68. package/dist/examples/sms.example.js.map +1 -0
  69. package/dist/examples/staticvouchercampaigns.example.d.ts +1 -0
  70. package/dist/examples/staticvouchercampaigns.example.js +166 -0
  71. package/dist/examples/staticvouchercampaigns.example.js.map +1 -0
  72. package/dist/examples/staticvouchers.example.d.ts +1 -0
  73. package/dist/examples/staticvouchers.example.js +78 -0
  74. package/dist/examples/staticvouchers.example.js.map +1 -0
  75. package/dist/model/inlineObject.d.ts +2 -1
  76. package/dist/model/inlineObject.js +7 -2
  77. package/dist/model/inlineObject.js.map +1 -1
  78. package/dist/model/inlineObject1.d.ts +16 -1
  79. package/dist/model/inlineObject1.js +77 -2
  80. package/dist/model/inlineObject1.js.map +1 -1
  81. package/dist/model/inlineObject10.d.ts +3 -2
  82. package/dist/model/inlineObject10.js +11 -6
  83. package/dist/model/inlineObject10.js.map +1 -1
  84. package/dist/model/inlineObject11.d.ts +3 -2
  85. package/dist/model/inlineObject11.js +11 -6
  86. package/dist/model/inlineObject11.js.map +1 -1
  87. package/dist/model/inlineObject12.d.ts +3 -2
  88. package/dist/model/inlineObject12.js +11 -6
  89. package/dist/model/inlineObject12.js.map +1 -1
  90. package/dist/model/inlineObject13.d.ts +3 -2
  91. package/dist/model/inlineObject13.js +11 -6
  92. package/dist/model/inlineObject13.js.map +1 -1
  93. package/dist/model/inlineObject14.d.ts +3 -2
  94. package/dist/model/inlineObject14.js +11 -6
  95. package/dist/model/inlineObject14.js.map +1 -1
  96. package/dist/model/inlineObject15.d.ts +3 -7
  97. package/dist/model/inlineObject15.js +8 -28
  98. package/dist/model/inlineObject15.js.map +1 -1
  99. package/dist/model/inlineObject16.d.ts +3 -6
  100. package/dist/model/inlineObject16.js +8 -23
  101. package/dist/model/inlineObject16.js.map +1 -1
  102. package/dist/model/inlineObject17.d.ts +3 -5
  103. package/dist/model/inlineObject17.js +9 -19
  104. package/dist/model/inlineObject17.js.map +1 -1
  105. package/dist/model/inlineObject18.d.ts +3 -6
  106. package/dist/model/inlineObject18.js +8 -23
  107. package/dist/model/inlineObject18.js.map +1 -1
  108. package/dist/model/inlineObject19.d.ts +3 -5
  109. package/dist/model/inlineObject19.js +9 -19
  110. package/dist/model/inlineObject19.js.map +1 -1
  111. package/dist/model/inlineObject2.d.ts +4 -1
  112. package/dist/model/inlineObject2.js +17 -2
  113. package/dist/model/inlineObject2.js.map +1 -1
  114. package/dist/model/inlineObject20.d.ts +3 -6
  115. package/dist/model/inlineObject20.js +8 -23
  116. package/dist/model/inlineObject20.js.map +1 -1
  117. package/dist/model/inlineObject21.d.ts +3 -8
  118. package/dist/model/inlineObject21.js +9 -34
  119. package/dist/model/inlineObject21.js.map +1 -1
  120. package/dist/model/inlineObject22.d.ts +3 -1
  121. package/dist/model/inlineObject22.js +13 -3
  122. package/dist/model/inlineObject22.js.map +1 -1
  123. package/dist/model/inlineObject23.d.ts +3 -1
  124. package/dist/model/inlineObject23.js +12 -2
  125. package/dist/model/inlineObject23.js.map +1 -1
  126. package/dist/model/inlineObject24.d.ts +3 -3
  127. package/dist/model/inlineObject24.js +7 -7
  128. package/dist/model/inlineObject24.js.map +1 -1
  129. package/dist/model/inlineObject25.d.ts +4 -5
  130. package/dist/model/inlineObject25.js +9 -14
  131. package/dist/model/inlineObject25.js.map +1 -1
  132. package/dist/model/inlineObject26.d.ts +4 -1
  133. package/dist/model/inlineObject26.js +18 -3
  134. package/dist/model/inlineObject26.js.map +1 -1
  135. package/dist/model/inlineObject27.d.ts +2 -1
  136. package/dist/model/inlineObject27.js +8 -3
  137. package/dist/model/inlineObject27.js.map +1 -1
  138. package/dist/model/inlineObject28.d.ts +16 -3
  139. package/dist/model/inlineObject28.js +74 -9
  140. package/dist/model/inlineObject28.js.map +1 -1
  141. package/dist/model/inlineObject29.d.ts +2 -4
  142. package/dist/model/inlineObject29.js +6 -16
  143. package/dist/model/inlineObject29.js.map +1 -1
  144. package/dist/model/inlineObject3.d.ts +4 -1
  145. package/dist/model/inlineObject3.js +17 -2
  146. package/dist/model/inlineObject3.js.map +1 -1
  147. package/dist/model/inlineObject30.d.ts +16 -3
  148. package/dist/model/inlineObject30.js +74 -9
  149. package/dist/model/inlineObject30.js.map +1 -1
  150. package/dist/model/inlineObject31.d.ts +4 -1
  151. package/dist/model/inlineObject31.js +18 -3
  152. package/dist/model/inlineObject31.js.map +1 -1
  153. package/dist/model/inlineObject32.d.ts +2 -1
  154. package/dist/model/inlineObject32.js +8 -3
  155. package/dist/model/inlineObject32.js.map +1 -1
  156. package/dist/model/inlineObject33.d.ts +16 -1
  157. package/dist/model/inlineObject33.js +78 -3
  158. package/dist/model/inlineObject33.js.map +1 -1
  159. package/dist/model/inlineObject34.d.ts +3 -3
  160. package/dist/model/inlineObject34.js +9 -9
  161. package/dist/model/inlineObject34.js.map +1 -1
  162. package/dist/model/inlineObject35.d.ts +3 -3
  163. package/dist/model/inlineObject35.js +9 -9
  164. package/dist/model/inlineObject35.js.map +1 -1
  165. package/dist/model/inlineObject36.d.ts +3 -3
  166. package/dist/model/inlineObject36.js +9 -9
  167. package/dist/model/inlineObject36.js.map +1 -1
  168. package/dist/model/inlineObject37.d.ts +2 -3
  169. package/dist/model/inlineObject37.js +6 -11
  170. package/dist/model/inlineObject37.js.map +1 -1
  171. package/dist/model/inlineObject38.d.ts +2 -3
  172. package/dist/model/inlineObject38.js +5 -10
  173. package/dist/model/inlineObject38.js.map +1 -1
  174. package/dist/model/inlineObject39.d.ts +2 -3
  175. package/dist/model/inlineObject39.js +5 -10
  176. package/dist/model/inlineObject39.js.map +1 -1
  177. package/dist/model/inlineObject4.d.ts +2 -2
  178. package/dist/model/inlineObject4.js +5 -5
  179. package/dist/model/inlineObject4.js.map +1 -1
  180. package/dist/model/inlineObject40.d.ts +32 -3
  181. package/dist/model/inlineObject40.js +154 -9
  182. package/dist/model/inlineObject40.js.map +1 -1
  183. package/dist/model/inlineObject41.d.ts +4 -3
  184. package/dist/model/inlineObject41.js +14 -9
  185. package/dist/model/inlineObject41.js.map +1 -1
  186. package/dist/model/inlineObject42.d.ts +4 -3
  187. package/dist/model/inlineObject42.js +14 -9
  188. package/dist/model/inlineObject42.js.map +1 -1
  189. package/dist/model/inlineObject43.d.ts +2 -3
  190. package/dist/model/inlineObject43.js +6 -11
  191. package/dist/model/inlineObject43.js.map +1 -1
  192. package/dist/model/inlineObject44.d.ts +16 -3
  193. package/dist/model/inlineObject44.js +74 -9
  194. package/dist/model/inlineObject44.js.map +1 -1
  195. package/dist/model/inlineObject45.d.ts +4 -3
  196. package/dist/model/inlineObject45.js +14 -9
  197. package/dist/model/inlineObject45.js.map +1 -1
  198. package/dist/model/inlineObject46.d.ts +2 -3
  199. package/dist/model/inlineObject46.js +6 -11
  200. package/dist/model/inlineObject46.js.map +1 -1
  201. package/dist/model/inlineObject47.d.ts +16 -3
  202. package/dist/model/inlineObject47.js +74 -9
  203. package/dist/model/inlineObject47.js.map +1 -1
  204. package/dist/model/inlineObject5.d.ts +16 -1
  205. package/dist/model/inlineObject5.js +78 -3
  206. package/dist/model/inlineObject5.js.map +1 -1
  207. package/dist/model/inlineObject6.d.ts +1 -1
  208. package/dist/model/inlineObject6.js +3 -3
  209. package/dist/model/inlineObject6.js.map +1 -1
  210. package/dist/model/inlineObject7.d.ts +1 -1
  211. package/dist/model/inlineObject7.js +3 -3
  212. package/dist/model/inlineObject7.js.map +1 -1
  213. package/dist/model/inlineObject8.d.ts +3 -3
  214. package/dist/model/inlineObject8.js +9 -9
  215. package/dist/model/inlineObject8.js.map +1 -1
  216. package/dist/model/inlineObject9.d.ts +3 -2
  217. package/dist/model/inlineObject9.js +11 -6
  218. package/dist/model/inlineObject9.js.map +1 -1
  219. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +1 -0
  220. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +5 -0
  221. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
  222. package/dist/model/walletConfiguration.d.ts +4 -4
  223. package/dist/model/walletConfiguration.js +15 -15
  224. package/dist/model/walletConfiguration.js.map +1 -1
  225. package/examples/advertisementcredits.example.ts +13 -1
  226. package/examples/clubmembers.example.ts +34 -1
  227. package/examples/dynamicvouchers.example.ts +107 -0
  228. package/examples/linkbook.example.ts +5 -1
  229. package/examples/membershiptiers.example.ts +26 -1
  230. package/examples/merchantcredits.example.ts +35 -2
  231. package/examples/merchanturls.example.ts +13 -1
  232. package/examples/news.example.ts +5 -1
  233. package/examples/package-lock.json +2108 -0
  234. package/examples/package.json +18 -0
  235. package/examples/paymentdesigns.example.ts +11 -3
  236. package/examples/performances.example.ts +7 -2
  237. package/examples/promocodes.example.ts +6 -2
  238. package/examples/sms.example.ts +305 -0
  239. package/examples/staticvouchercampaigns.example.ts +192 -0
  240. package/examples/staticvouchers.example.ts +67 -0
  241. package/model/advertisementCredit.ts +1 -1
  242. package/model/advertisementCreditBroadcast.ts +1 -1
  243. package/model/advertisementCreditScan.ts +1 -1
  244. package/model/agreement.ts +1 -1
  245. package/model/alert.ts +1 -1
  246. package/model/announcement.ts +1 -1
  247. package/model/applicableTerminals.ts +1 -1
  248. package/model/applicableTerminalsAnyOf.ts +1 -1
  249. package/model/applicableTerminalsAnyOf1.ts +1 -1
  250. package/model/applicableTerminalsAnyOf2.ts +1 -1
  251. package/model/applicableTerminalsAnyOf3.ts +1 -1
  252. package/model/authError.ts +1 -1
  253. package/model/availablePhoneNumbersRequest.ts +1 -1
  254. package/model/clickFunnelAmount.ts +1 -1
  255. package/model/clickFunnelContact.ts +1 -1
  256. package/model/clickFunnelContactProfile.ts +1 -1
  257. package/model/clickFunnelEvent.ts +1 -1
  258. package/model/clickFunnelOriginalAmount.ts +1 -1
  259. package/model/clickFunnelProduct.ts +1 -1
  260. package/model/clickFunnelPurchase.ts +1 -1
  261. package/model/createStaticVoucherCampaign.ts +1 -1
  262. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  263. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  264. package/model/dashboardWidget.ts +1 -1
  265. package/model/duplicateRowFound.ts +1 -1
  266. package/model/dynamicVoucher.ts +1 -1
  267. package/model/dynamicVoucherBroadcast.ts +1 -1
  268. package/model/employee.ts +1 -1
  269. package/model/employeeAPIKey.ts +1 -1
  270. package/model/employeeActivityLog.ts +1 -1
  271. package/model/entityTooLarge.ts +1 -1
  272. package/model/exportDataFile.ts +1 -1
  273. package/model/falsumError.ts +1 -1
  274. package/model/falsumField.ts +1 -1
  275. package/model/feature.ts +1 -1
  276. package/model/forbiddenRequest.ts +1 -1
  277. package/model/foreignKeyDoesNotExist.ts +1 -1
  278. package/model/helpDeskRequest.ts +1 -1
  279. package/model/importedList.ts +1 -1
  280. package/model/importedListRecipient.ts +1 -1
  281. package/model/inlineObject.ts +9 -3
  282. package/model/inlineObject1.ts +93 -3
  283. package/model/inlineObject10.ts +14 -8
  284. package/model/inlineObject11.ts +14 -8
  285. package/model/inlineObject12.ts +14 -8
  286. package/model/inlineObject13.ts +14 -8
  287. package/model/inlineObject14.ts +14 -8
  288. package/model/inlineObject15.ts +11 -35
  289. package/model/inlineObject16.ts +11 -29
  290. package/model/inlineObject17.ts +12 -24
  291. package/model/inlineObject18.ts +11 -29
  292. package/model/inlineObject19.ts +12 -24
  293. package/model/inlineObject2.ts +21 -3
  294. package/model/inlineObject20.ts +11 -29
  295. package/model/inlineObject21.ts +12 -42
  296. package/model/inlineObject22.ts +16 -4
  297. package/model/inlineObject23.ts +15 -3
  298. package/model/inlineObject24.ts +10 -10
  299. package/model/inlineObject25.ts +13 -19
  300. package/model/inlineObject26.ts +22 -4
  301. package/model/inlineObject27.ts +10 -4
  302. package/model/inlineObject28.ts +90 -12
  303. package/model/inlineObject29.ts +8 -20
  304. package/model/inlineObject3.ts +21 -3
  305. package/model/inlineObject30.ts +90 -12
  306. package/model/inlineObject31.ts +22 -4
  307. package/model/inlineObject32.ts +10 -4
  308. package/model/inlineObject33.ts +94 -4
  309. package/model/inlineObject34.ts +12 -12
  310. package/model/inlineObject35.ts +12 -12
  311. package/model/inlineObject36.ts +12 -12
  312. package/model/inlineObject37.ts +8 -14
  313. package/model/inlineObject38.ts +7 -13
  314. package/model/inlineObject39.ts +7 -13
  315. package/model/inlineObject4.ts +7 -7
  316. package/model/inlineObject40.ts +186 -12
  317. package/model/inlineObject41.ts +18 -12
  318. package/model/inlineObject42.ts +18 -12
  319. package/model/inlineObject43.ts +8 -14
  320. package/model/inlineObject44.ts +90 -12
  321. package/model/inlineObject45.ts +18 -12
  322. package/model/inlineObject46.ts +8 -14
  323. package/model/inlineObject47.ts +90 -12
  324. package/model/inlineObject5.ts +94 -4
  325. package/model/inlineObject6.ts +4 -4
  326. package/model/inlineObject7.ts +4 -4
  327. package/model/inlineObject8.ts +12 -12
  328. package/model/inlineObject9.ts +14 -8
  329. package/model/inlineResponse200.ts +1 -1
  330. package/model/inlineResponse2001.ts +1 -1
  331. package/model/inlineResponse20010.ts +1 -1
  332. package/model/inlineResponse20011.ts +1 -1
  333. package/model/inlineResponse20012.ts +1 -1
  334. package/model/inlineResponse20013.ts +1 -1
  335. package/model/inlineResponse20014.ts +1 -1
  336. package/model/inlineResponse2002.ts +1 -1
  337. package/model/inlineResponse2003.ts +1 -1
  338. package/model/inlineResponse2004.ts +1 -1
  339. package/model/inlineResponse2005.ts +1 -1
  340. package/model/inlineResponse2006.ts +1 -1
  341. package/model/inlineResponse2007.ts +1 -1
  342. package/model/inlineResponse2008.ts +1 -1
  343. package/model/inlineResponse2009.ts +1 -1
  344. package/model/internalServerError.ts +1 -1
  345. package/model/ledgerEntry.ts +1 -1
  346. package/model/linkBook.ts +1 -1
  347. package/model/linkBookSection.ts +1 -1
  348. package/model/mSMemberHistory.ts +1 -1
  349. package/model/mSMemberHistoryPagination.ts +1 -1
  350. package/model/mSMemberRedemption.ts +1 -1
  351. package/model/mSMemberRedemptionPagination.ts +1 -1
  352. package/model/mSMembershipTierHistory.ts +1 -1
  353. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  354. package/model/mSMembershipTierRedemption.ts +1 -1
  355. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  356. package/model/mSMerchantCreditHistory.ts +1 -1
  357. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  358. package/model/mSMerchantCreditRedemption.ts +1 -1
  359. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  360. package/model/mediaFile.ts +1 -1
  361. package/model/member.ts +1 -1
  362. package/model/memberSearch.ts +1 -1
  363. package/model/merchant.ts +1 -1
  364. package/model/merchantCreditSearch.ts +1 -1
  365. package/model/merchantNotInitialized.ts +1 -1
  366. package/model/merchantURL.ts +1 -1
  367. package/model/message.ts +1 -1
  368. package/model/moduleError.ts +1 -1
  369. package/model/newsArticle.ts +1 -1
  370. package/model/optInList.ts +1 -1
  371. package/model/optInListSource.ts +1 -1
  372. package/model/optInListSubscriber.ts +1 -1
  373. package/model/outboundSMS.ts +1 -1
  374. package/model/paginatedWTMembers.ts +1 -1
  375. package/model/paginatedWTMerchantCredits.ts +1 -1
  376. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  377. package/model/paginationRequestWithSortOptions.ts +1 -1
  378. package/model/paymentDesign.ts +1 -1
  379. package/model/performance.ts +1 -1
  380. package/model/phoneNumber.ts +1 -1
  381. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  382. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  383. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  384. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  385. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  386. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  387. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  388. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  389. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  390. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  391. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
  392. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  393. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  394. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  395. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +1 -1
  396. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  397. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  398. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  399. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  400. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  401. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  402. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  403. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  404. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
  405. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  406. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  407. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  408. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  409. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +1 -1
  410. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  411. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  412. package/model/plan.ts +1 -1
  413. package/model/portalPage.ts +1 -1
  414. package/model/presignedPost.ts +1 -1
  415. package/model/presignedPostFields.ts +1 -1
  416. package/model/product.ts +1 -1
  417. package/model/promoCode.ts +1 -1
  418. package/model/reachPerformanceStats.ts +1 -1
  419. package/model/request.ts +1 -1
  420. package/model/response.ts +1 -1
  421. package/model/role.ts +1 -1
  422. package/model/roleAuditLog.ts +1 -1
  423. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  424. package/model/sSOptInSource.ts +1 -1
  425. package/model/simpleSMSBroadcast.ts +1 -1
  426. package/model/staticVoucher.ts +1 -1
  427. package/model/staticVoucherCampaign.ts +1 -1
  428. package/model/staticVoucherCampaignBroadcast.ts +1 -1
  429. package/model/staticVoucherCampaignGroup.ts +1 -1
  430. package/model/staticVoucherCampaignUpdate.ts +1 -1
  431. package/model/status.ts +1 -1
  432. package/model/statusAnyOf.ts +1 -1
  433. package/model/statusAnyOf1.ts +1 -1
  434. package/model/statusAnyOf2.ts +1 -1
  435. package/model/statusAnyOf3.ts +1 -1
  436. package/model/subscriptionFeature.ts +1 -1
  437. package/model/subscriptionPlan.ts +1 -1
  438. package/model/subscriptionProduct.ts +1 -1
  439. package/model/tcpa.ts +1 -1
  440. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  441. package/model/vSCampaignGeneratedMessage.ts +1 -1
  442. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  443. package/model/vSDynamicVoucherStatus.ts +1 -1
  444. package/model/wTAdvertisementCredit.ts +1 -1
  445. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  446. package/model/wTAdvertisementCreditScan.ts +1 -1
  447. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  448. package/model/wTAuthenticationForgotPassword.ts +1 -1
  449. package/model/wTAuthenticationLogin.ts +1 -1
  450. package/model/wTAuthenticationRegister.ts +1 -1
  451. package/model/wTAuthenticationRequestResetPassword.ts +1 -1
  452. package/model/wTAuthenticationResetPassword.ts +1 -1
  453. package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
  454. package/model/wTBillingChangePlan.ts +1 -1
  455. package/model/wTBillingSavePaymentMethod.ts +1 -1
  456. package/model/wTCustomerSearchByMemberID.ts +1 -1
  457. package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
  458. package/model/wTDynamicVoucher.ts +1 -1
  459. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  460. package/model/wTDynamicVoucherRedemption.ts +1 -1
  461. package/model/wTDynamicVoucherSummary.ts +1 -1
  462. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  463. package/model/wTEmployee.ts +1 -1
  464. package/model/wTEmployeeAPIKey.ts +1 -1
  465. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  466. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  467. package/model/wTEmployeeCreate.ts +1 -1
  468. package/model/wTEmployeeCreateAlert.ts +1 -1
  469. package/model/wTEmployeeCreateMediaFile.ts +1 -1
  470. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
  471. package/model/wTEmployeeFileCreate.ts +1 -1
  472. package/model/wTEmployeeImportRecords.ts +1 -1
  473. package/model/wTEmployeeNotification.ts +1 -1
  474. package/model/wTEmployeePeerRoles.ts +1 -1
  475. package/model/wTEmployeeS3FilePresign.ts +1 -1
  476. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
  477. package/model/wTEmployeeScheduleSimpleSMS.ts +1 -1
  478. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
  479. package/model/wTEmployeeSendHelpDeskResponse.ts +1 -1
  480. package/model/wTEmployeeUpdate.ts +1 -1
  481. package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
  482. package/model/wTImportedList.ts +1 -1
  483. package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
  484. package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
  485. package/model/wTInfoGenesisRoutingIDs.ts +1 -1
  486. package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
  487. package/model/wTLinkBookCreateParams.ts +1 -1
  488. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  489. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  490. package/model/wTLinkBookUpdateParams.ts +1 -1
  491. package/model/wTMember.ts +1 -1
  492. package/model/wTMemberCreationParams.ts +1 -1
  493. package/model/wTMembershipTier.ts +1 -1
  494. package/model/wTMembershipTierCreationParams.ts +1 -1
  495. package/model/wTMembershipTierUpdateParams.ts +1 -1
  496. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  497. package/model/wTMerchantCredit.ts +1 -1
  498. package/model/wTMerchantCreditCreationParams.ts +1 -1
  499. package/model/wTMerchantURLCreate.ts +1 -1
  500. package/model/wTMerchantURLUpdate.ts +1 -1
  501. package/model/wTMerchantUpdate.ts +1 -1
  502. package/model/wTMerchantUpdateBillingContact.ts +1 -1
  503. package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
  504. package/model/wTNewsArticleCreateParams.ts +1 -1
  505. package/model/wTNewsArticleUpdateParams.ts +1 -1
  506. package/model/wTOptInList.ts +1 -1
  507. package/model/wTOptInListCreationParams.ts +1 -1
  508. package/model/wTPaymentDesign.ts +1 -1
  509. package/model/wTPaymentDesignCreateParams.ts +1 -1
  510. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  511. package/model/wTPerformanceCreateParams.ts +1 -1
  512. package/model/wTPerformanceUpdateParams.ts +1 -1
  513. package/model/wTPosMachine.ts +1 -1
  514. package/model/wTPosMachineCreateParams.ts +1 -1
  515. package/model/wTPosMachineUpdateParams.ts +1 -1
  516. package/model/wTPromoCodeCreateParams.ts +1 -1
  517. package/model/wTPromoCodeUpdateParams.ts +1 -1
  518. package/model/wTRole.ts +1 -1
  519. package/model/wTSMSAcquirePhoneNumber.ts +1 -1
  520. package/model/wTSMSCreateAgreement.ts +1 -1
  521. package/model/wTSMSImportOptInListSubscribers.ts +1 -1
  522. package/model/wTSMSImportedListCreate.ts +1 -1
  523. package/model/wTSMSOptInListSourceCreate.ts +1 -1
  524. package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
  525. package/model/wTSettingsSetPassword.ts +1 -1
  526. package/model/wTStaticVoucher.ts +1 -1
  527. package/model/wTStaticVoucherCampaign.ts +1 -1
  528. package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
  529. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
  530. package/model/wTStaticVoucherCreateParams.ts +1 -1
  531. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  532. package/model/wTSystemApprovePhoneNumber.ts +1 -1
  533. package/model/wTSystemRoleCreate.ts +1 -1
  534. package/model/wTTCPAOpt.ts +1 -1
  535. package/model/wTTwilioRequestAuthyCode.ts +1 -1
  536. package/model/wTTwilioVerifyAuthyCode.ts +1 -1
  537. package/model/wTWalletConfigurationSaveWalletRecord.ts +7 -1
  538. package/model/wTWalletItemRedemption.ts +1 -1
  539. package/model/wTWalletPageView.ts +1 -1
  540. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  541. package/model/walletConfiguration.ts +20 -23
  542. package/model/walletPageView.ts +1 -1
  543. package/model/webpage.ts +1 -1
  544. package/package.json +1 -1
  545. package/readme-generator.py +9 -3
  546. package/tsconfig.json +2 -1
@@ -13,27 +13,33 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject45 {
16
- 'selectedRegisters'?: Array<string>;
17
- 'endDateTime': Date;
18
- 'startDateTime': Date;
16
+ 'isRefresh'?: boolean;
17
+ 'pageType': string;
18
+ 'merchantID': string;
19
+ 'phoneVerificationToken': string;
19
20
 
20
21
  static discriminator: string | undefined = undefined;
21
22
 
22
23
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
23
24
  {
24
- "name": "selectedRegisters",
25
- "baseName": "selectedRegisters",
26
- "type": "Array<string>"
25
+ "name": "isRefresh",
26
+ "baseName": "isRefresh",
27
+ "type": "boolean"
27
28
  },
28
29
  {
29
- "name": "endDateTime",
30
- "baseName": "endDateTime",
31
- "type": "Date"
30
+ "name": "pageType",
31
+ "baseName": "pageType",
32
+ "type": "string"
32
33
  },
33
34
  {
34
- "name": "startDateTime",
35
- "baseName": "startDateTime",
36
- "type": "Date"
35
+ "name": "merchantID",
36
+ "baseName": "merchantID",
37
+ "type": "string"
38
+ },
39
+ {
40
+ "name": "phoneVerificationToken",
41
+ "baseName": "phoneVerificationToken",
42
+ "type": "string"
37
43
  } ];
38
44
 
39
45
  static getAttributeTypeMap() {
@@ -13,27 +13,21 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject46 {
16
- 'selectedRegisters'?: Array<string>;
17
- 'endDateTime': Date;
18
- 'startDateTime': Date;
16
+ 'password': string;
17
+ 'username': string;
19
18
 
20
19
  static discriminator: string | undefined = undefined;
21
20
 
22
21
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
23
22
  {
24
- "name": "selectedRegisters",
25
- "baseName": "selectedRegisters",
26
- "type": "Array<string>"
23
+ "name": "password",
24
+ "baseName": "password",
25
+ "type": "string"
27
26
  },
28
27
  {
29
- "name": "endDateTime",
30
- "baseName": "endDateTime",
31
- "type": "Date"
32
- },
33
- {
34
- "name": "startDateTime",
35
- "baseName": "startDateTime",
36
- "type": "Date"
28
+ "name": "username",
29
+ "baseName": "username",
30
+ "type": "string"
37
31
  } ];
38
32
 
39
33
  static getAttributeTypeMap() {
@@ -13,27 +13,105 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject47 {
16
- 'selectedRegisters'?: Array<string>;
17
- 'endDateTime': Date;
18
- 'startDateTime': Date;
16
+ 'ein'?: string;
17
+ 'phoneNumber': string;
18
+ 'country': string;
19
+ 'zip': string;
20
+ 'state': string;
21
+ 'city': string;
22
+ 'streetAddress2': string;
23
+ 'streetAddress1': string;
24
+ 'merchantType': string;
25
+ 'companyName': string;
26
+ 'hearAboutUsDetails': string;
27
+ 'hearAboutUs': string;
28
+ 'password': string;
29
+ 'email': string;
30
+ 'lastName': string;
31
+ 'firstName': string;
19
32
 
20
33
  static discriminator: string | undefined = undefined;
21
34
 
22
35
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
23
36
  {
24
- "name": "selectedRegisters",
25
- "baseName": "selectedRegisters",
26
- "type": "Array<string>"
37
+ "name": "ein",
38
+ "baseName": "ein",
39
+ "type": "string"
27
40
  },
28
41
  {
29
- "name": "endDateTime",
30
- "baseName": "endDateTime",
31
- "type": "Date"
42
+ "name": "phoneNumber",
43
+ "baseName": "phoneNumber",
44
+ "type": "string"
32
45
  },
33
46
  {
34
- "name": "startDateTime",
35
- "baseName": "startDateTime",
36
- "type": "Date"
47
+ "name": "country",
48
+ "baseName": "country",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "zip",
53
+ "baseName": "zip",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "state",
58
+ "baseName": "state",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "city",
63
+ "baseName": "city",
64
+ "type": "string"
65
+ },
66
+ {
67
+ "name": "streetAddress2",
68
+ "baseName": "streetAddress2",
69
+ "type": "string"
70
+ },
71
+ {
72
+ "name": "streetAddress1",
73
+ "baseName": "streetAddress1",
74
+ "type": "string"
75
+ },
76
+ {
77
+ "name": "merchantType",
78
+ "baseName": "merchantType",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "companyName",
83
+ "baseName": "companyName",
84
+ "type": "string"
85
+ },
86
+ {
87
+ "name": "hearAboutUsDetails",
88
+ "baseName": "hearAboutUsDetails",
89
+ "type": "string"
90
+ },
91
+ {
92
+ "name": "hearAboutUs",
93
+ "baseName": "hearAboutUs",
94
+ "type": "string"
95
+ },
96
+ {
97
+ "name": "password",
98
+ "baseName": "password",
99
+ "type": "string"
100
+ },
101
+ {
102
+ "name": "email",
103
+ "baseName": "email",
104
+ "type": "string"
105
+ },
106
+ {
107
+ "name": "lastName",
108
+ "baseName": "lastName",
109
+ "type": "string"
110
+ },
111
+ {
112
+ "name": "firstName",
113
+ "baseName": "firstName",
114
+ "type": "string"
37
115
  } ];
38
116
 
39
117
  static getAttributeTypeMap() {
@@ -13,15 +13,105 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject5 {
16
- 'rolesArray'?: Array<any>;
16
+ 'ein'?: string;
17
+ 'phoneNumber': string;
18
+ 'country': string;
19
+ 'zip': string;
20
+ 'state': string;
21
+ 'city': string;
22
+ 'streetAddress2': string;
23
+ 'streetAddress1': string;
24
+ 'merchantType': string;
25
+ 'companyName': string;
26
+ 'hearAboutUsDetails': string;
27
+ 'hearAboutUs': string;
28
+ 'password': string;
29
+ 'email': string;
30
+ 'lastName': string;
31
+ 'firstName': string;
17
32
 
18
33
  static discriminator: string | undefined = undefined;
19
34
 
20
35
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
21
36
  {
22
- "name": "rolesArray",
23
- "baseName": "rolesArray",
24
- "type": "Array<any>"
37
+ "name": "ein",
38
+ "baseName": "ein",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "phoneNumber",
43
+ "baseName": "phoneNumber",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "country",
48
+ "baseName": "country",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "zip",
53
+ "baseName": "zip",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "state",
58
+ "baseName": "state",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "city",
63
+ "baseName": "city",
64
+ "type": "string"
65
+ },
66
+ {
67
+ "name": "streetAddress2",
68
+ "baseName": "streetAddress2",
69
+ "type": "string"
70
+ },
71
+ {
72
+ "name": "streetAddress1",
73
+ "baseName": "streetAddress1",
74
+ "type": "string"
75
+ },
76
+ {
77
+ "name": "merchantType",
78
+ "baseName": "merchantType",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "companyName",
83
+ "baseName": "companyName",
84
+ "type": "string"
85
+ },
86
+ {
87
+ "name": "hearAboutUsDetails",
88
+ "baseName": "hearAboutUsDetails",
89
+ "type": "string"
90
+ },
91
+ {
92
+ "name": "hearAboutUs",
93
+ "baseName": "hearAboutUs",
94
+ "type": "string"
95
+ },
96
+ {
97
+ "name": "password",
98
+ "baseName": "password",
99
+ "type": "string"
100
+ },
101
+ {
102
+ "name": "email",
103
+ "baseName": "email",
104
+ "type": "string"
105
+ },
106
+ {
107
+ "name": "lastName",
108
+ "baseName": "lastName",
109
+ "type": "string"
110
+ },
111
+ {
112
+ "name": "firstName",
113
+ "baseName": "firstName",
114
+ "type": "string"
25
115
  } ];
26
116
 
27
117
  static getAttributeTypeMap() {
@@ -13,15 +13,15 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject6 {
16
- 'rolesArray'?: Array<any>;
16
+ 'uniquePostingIDs': Array<string>;
17
17
 
18
18
  static discriminator: string | undefined = undefined;
19
19
 
20
20
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
21
21
  {
22
- "name": "rolesArray",
23
- "baseName": "rolesArray",
24
- "type": "Array<any>"
22
+ "name": "uniquePostingIDs",
23
+ "baseName": "uniquePostingIDs",
24
+ "type": "Array<string>"
25
25
  } ];
26
26
 
27
27
  static getAttributeTypeMap() {
@@ -13,15 +13,15 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject7 {
16
- 'name': string;
16
+ 'routingIDs': Array<string>;
17
17
 
18
18
  static discriminator: string | undefined = undefined;
19
19
 
20
20
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
21
21
  {
22
- "name": "name",
23
- "baseName": "name",
24
- "type": "string"
22
+ "name": "routingIDs",
23
+ "baseName": "routingIDs",
24
+ "type": "Array<string>"
25
25
  } ];
26
26
 
27
27
  static getAttributeTypeMap() {
@@ -13,27 +13,27 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject8 {
16
- 'context': string | null;
17
- 'fileType': string;
18
- 'fileName': string;
16
+ 'selectedRegisters'?: Array<string>;
17
+ 'endDateTime': Date;
18
+ 'startDateTime': Date;
19
19
 
20
20
  static discriminator: string | undefined = undefined;
21
21
 
22
22
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
23
23
  {
24
- "name": "context",
25
- "baseName": "context",
26
- "type": "string"
24
+ "name": "selectedRegisters",
25
+ "baseName": "selectedRegisters",
26
+ "type": "Array<string>"
27
27
  },
28
28
  {
29
- "name": "fileType",
30
- "baseName": "fileType",
31
- "type": "string"
29
+ "name": "endDateTime",
30
+ "baseName": "endDateTime",
31
+ "type": "Date"
32
32
  },
33
33
  {
34
- "name": "fileName",
35
- "baseName": "fileName",
36
- "type": "string"
34
+ "name": "startDateTime",
35
+ "baseName": "startDateTime",
36
+ "type": "Date"
37
37
  } ];
38
38
 
39
39
  static getAttributeTypeMap() {
@@ -13,21 +13,27 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class InlineObject9 {
16
- 'fileData': string;
17
- 'fileName': string;
16
+ 'selectedRegisters'?: Array<string>;
17
+ 'endDateTime': Date;
18
+ 'startDateTime': Date;
18
19
 
19
20
  static discriminator: string | undefined = undefined;
20
21
 
21
22
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
22
23
  {
23
- "name": "fileData",
24
- "baseName": "fileData",
25
- "type": "string"
24
+ "name": "selectedRegisters",
25
+ "baseName": "selectedRegisters",
26
+ "type": "Array<string>"
26
27
  },
27
28
  {
28
- "name": "fileName",
29
- "baseName": "fileName",
30
- "type": "string"
29
+ "name": "endDateTime",
30
+ "baseName": "endDateTime",
31
+ "type": "Date"
32
+ },
33
+ {
34
+ "name": "startDateTime",
35
+ "baseName": "startDateTime",
36
+ "type": "Date"
31
37
  } ];
32
38
 
33
39
  static getAttributeTypeMap() {
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/linkBook.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
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.507
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).