wallet 2.1.535 → 2.1.600

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 (1705) hide show
  1. package/.openapi-generator/FILES +125 -36
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api/a2PApi.ts +365 -0
  4. package/api/advertisementCreditsApi.ts +1 -1
  5. package/api/amenitiesApi.ts +447 -0
  6. package/api/analyticsApi.ts +145 -1
  7. package/api/apis.ts +25 -3
  8. package/api/appleWalletSubscribersApi.ts +1 -1
  9. package/api/billingApi.ts +5 -5
  10. package/api/clubMembersPointsApi.ts +12 -12
  11. package/api/configurationApi.ts +8 -8
  12. package/api/countriesApi.ts +5 -5
  13. package/api/customerApi.ts +1 -1
  14. package/api/dashboardApi.ts +1 -1
  15. package/api/diningApi.ts +447 -0
  16. package/api/dynamicVouchersApi.ts +1 -1
  17. package/api/emailSubscriberApi.ts +457 -0
  18. package/api/employeeAPIKeysApi.ts +1 -1
  19. package/api/employeeAccessApi.ts +1 -1
  20. package/api/employeesApi.ts +18 -19
  21. package/api/gamingApi.ts +447 -0
  22. package/api/imageGridApi.ts +1 -1
  23. package/api/industriesApi.ts +130 -5
  24. package/api/infoGenesisReportsApi.ts +1 -1
  25. package/api/integratedTerminalsApi.ts +1 -1
  26. package/api/interactionsApi.ts +316 -21
  27. package/api/loginAndLogoutApi.ts +5 -5
  28. package/api/loungeApi.ts +447 -0
  29. package/api/membershipTiersApi.ts +1 -1
  30. package/api/merchantApi.ts +5 -5
  31. package/api/merchantCreditsApi.ts +5 -5
  32. package/api/merchantURLsApi.ts +1 -1
  33. package/api/mobileTerminalApi.ts +1 -1
  34. package/api/newsApi.ts +1 -1
  35. package/api/paymentDesignsApi.ts +1 -1
  36. package/api/performancesApi.ts +634 -13
  37. package/api/productsApi.ts +447 -0
  38. package/api/promotionCodesApi.ts +1 -1
  39. package/api/qRCodeDesignsApi.ts +1 -1
  40. package/api/quickLinksApi.ts +1 -1
  41. package/api/quickLinksSectionApi.ts +1 -1
  42. package/api/roomRatesApi.ts +447 -0
  43. package/api/sMSApi.ts +14 -85
  44. package/api/servicesApi.ts +447 -0
  45. package/api/settingsApi.ts +1 -1
  46. package/api/shopifyTerminalApi.ts +1 -1
  47. package/api/smsSubscriberApi.ts +457 -0
  48. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  49. package/api/staticVoucherCampaignsApi.ts +12 -12
  50. package/api/staticVouchersApi.ts +1 -1
  51. package/api/systemApi.ts +63 -1
  52. package/api/ticketApi.ts +451 -0
  53. package/api/transactionLedgerApi.ts +5 -5
  54. package/api/videosApi.ts +447 -0
  55. package/api/virtualBusinessCardApi.ts +1 -1
  56. package/api/webTerminalApi.ts +1 -1
  57. package/api/wixTerminalApi.ts +1 -1
  58. package/api/wooCommerceTerminalApi.ts +1 -1
  59. package/api.ts +1 -1
  60. package/dist/api/a2PApi.d.ts +58 -0
  61. package/dist/api/a2PApi.js +310 -0
  62. package/dist/api/a2PApi.js.map +1 -0
  63. package/dist/api/advertisementCreditsApi.d.ts +5 -7
  64. package/dist/api/advertisementCreditsApi.js +8 -10
  65. package/dist/api/advertisementCreditsApi.js.map +1 -1
  66. package/dist/api/amenitiesApi.d.ts +67 -0
  67. package/dist/api/amenitiesApi.js +378 -0
  68. package/dist/api/amenitiesApi.js.map +1 -0
  69. package/dist/api/analyticsApi.d.ts +21 -7
  70. package/dist/api/analyticsApi.js +209 -85
  71. package/dist/api/analyticsApi.js.map +1 -1
  72. package/dist/api/apis.d.ts +25 -3
  73. package/dist/api/apis.js +71 -61
  74. package/dist/api/apis.js.map +1 -1
  75. package/dist/api/appleWalletSubscribersApi.d.ts +5 -7
  76. package/dist/api/appleWalletSubscribersApi.js +3 -5
  77. package/dist/api/appleWalletSubscribersApi.js.map +1 -1
  78. package/dist/api/billingApi.d.ts +7 -9
  79. package/dist/api/billingApi.js +15 -17
  80. package/dist/api/billingApi.js.map +1 -1
  81. package/dist/api/clubMembersPointsApi.d.ts +9 -11
  82. package/dist/api/clubMembersPointsApi.js +16 -18
  83. package/dist/api/clubMembersPointsApi.js.map +1 -1
  84. package/dist/api/configurationApi.d.ts +7 -9
  85. package/dist/api/configurationApi.js +8 -10
  86. package/dist/api/configurationApi.js.map +1 -1
  87. package/dist/api/countriesApi.d.ts +7 -9
  88. package/dist/api/countriesApi.js +3 -5
  89. package/dist/api/countriesApi.js.map +1 -1
  90. package/dist/api/customerApi.d.ts +5 -7
  91. package/dist/api/customerApi.js +10 -12
  92. package/dist/api/customerApi.js.map +1 -1
  93. package/dist/api/dashboardApi.d.ts +5 -7
  94. package/dist/api/dashboardApi.js +19 -21
  95. package/dist/api/dashboardApi.js.map +1 -1
  96. package/dist/api/diningApi.d.ts +67 -0
  97. package/dist/api/diningApi.js +378 -0
  98. package/dist/api/diningApi.js.map +1 -0
  99. package/dist/api/dynamicVouchersApi.d.ts +5 -7
  100. package/dist/api/dynamicVouchersApi.js +10 -12
  101. package/dist/api/dynamicVouchersApi.js.map +1 -1
  102. package/dist/api/emailSubscriberApi.d.ts +67 -0
  103. package/dist/api/emailSubscriberApi.js +384 -0
  104. package/dist/api/emailSubscriberApi.js.map +1 -0
  105. package/dist/api/employeeAPIKeysApi.d.ts +5 -7
  106. package/dist/api/employeeAPIKeysApi.js +6 -8
  107. package/dist/api/employeeAPIKeysApi.js.map +1 -1
  108. package/dist/api/employeeAccessApi.d.ts +5 -7
  109. package/dist/api/employeeAccessApi.js +2 -4
  110. package/dist/api/employeeAccessApi.js.map +1 -1
  111. package/dist/api/employeesApi.d.ts +11 -14
  112. package/dist/api/employeesApi.js +54 -56
  113. package/dist/api/employeesApi.js.map +1 -1
  114. package/dist/api/gamingApi.d.ts +67 -0
  115. package/dist/api/gamingApi.js +378 -0
  116. package/dist/api/gamingApi.js.map +1 -0
  117. package/dist/api/imageGridApi.d.ts +5 -7
  118. package/dist/api/imageGridApi.js +6 -8
  119. package/dist/api/imageGridApi.js.map +1 -1
  120. package/dist/api/industriesApi.d.ts +24 -9
  121. package/dist/api/industriesApi.js +117 -5
  122. package/dist/api/industriesApi.js.map +1 -1
  123. package/dist/api/infoGenesisReportsApi.d.ts +5 -7
  124. package/dist/api/infoGenesisReportsApi.js +28 -30
  125. package/dist/api/infoGenesisReportsApi.js.map +1 -1
  126. package/dist/api/integratedTerminalsApi.d.ts +5 -7
  127. package/dist/api/integratedTerminalsApi.js +6 -8
  128. package/dist/api/integratedTerminalsApi.js.map +1 -1
  129. package/dist/api/interactionsApi.d.ts +50 -13
  130. package/dist/api/interactionsApi.js +275 -26
  131. package/dist/api/interactionsApi.js.map +1 -1
  132. package/dist/api/loginAndLogoutApi.d.ts +7 -9
  133. package/dist/api/loginAndLogoutApi.js +5 -7
  134. package/dist/api/loginAndLogoutApi.js.map +1 -1
  135. package/dist/api/loungeApi.d.ts +67 -0
  136. package/dist/api/loungeApi.js +378 -0
  137. package/dist/api/loungeApi.js.map +1 -0
  138. package/dist/api/membershipTiersApi.d.ts +5 -7
  139. package/dist/api/membershipTiersApi.js +10 -12
  140. package/dist/api/membershipTiersApi.js.map +1 -1
  141. package/dist/api/merchantApi.d.ts +7 -9
  142. package/dist/api/merchantApi.js +29 -31
  143. package/dist/api/merchantApi.js.map +1 -1
  144. package/dist/api/merchantCreditsApi.d.ts +7 -9
  145. package/dist/api/merchantCreditsApi.js +12 -14
  146. package/dist/api/merchantCreditsApi.js.map +1 -1
  147. package/dist/api/merchantURLsApi.d.ts +5 -7
  148. package/dist/api/merchantURLsApi.js +8 -10
  149. package/dist/api/merchantURLsApi.js.map +1 -1
  150. package/dist/api/mobileTerminalApi.d.ts +5 -7
  151. package/dist/api/mobileTerminalApi.js +4 -6
  152. package/dist/api/mobileTerminalApi.js.map +1 -1
  153. package/dist/api/newsApi.d.ts +5 -7
  154. package/dist/api/newsApi.js +6 -8
  155. package/dist/api/newsApi.js.map +1 -1
  156. package/dist/api/paymentDesignsApi.d.ts +5 -7
  157. package/dist/api/paymentDesignsApi.js +7 -9
  158. package/dist/api/paymentDesignsApi.js.map +1 -1
  159. package/dist/api/performancesApi.d.ts +74 -7
  160. package/dist/api/performancesApi.js +532 -8
  161. package/dist/api/performancesApi.js.map +1 -1
  162. package/dist/api/productsApi.d.ts +67 -0
  163. package/dist/api/productsApi.js +378 -0
  164. package/dist/api/productsApi.js.map +1 -0
  165. package/dist/api/promotionCodesApi.d.ts +5 -7
  166. package/dist/api/promotionCodesApi.js +6 -8
  167. package/dist/api/promotionCodesApi.js.map +1 -1
  168. package/dist/api/qRCodeDesignsApi.d.ts +5 -7
  169. package/dist/api/qRCodeDesignsApi.js +7 -9
  170. package/dist/api/qRCodeDesignsApi.js.map +1 -1
  171. package/dist/api/quickLinksApi.d.ts +5 -7
  172. package/dist/api/quickLinksApi.js +7 -9
  173. package/dist/api/quickLinksApi.js.map +1 -1
  174. package/dist/api/quickLinksSectionApi.d.ts +5 -7
  175. package/dist/api/quickLinksSectionApi.js +6 -8
  176. package/dist/api/quickLinksSectionApi.js.map +1 -1
  177. package/dist/api/roomRatesApi.d.ts +67 -0
  178. package/dist/api/roomRatesApi.js +378 -0
  179. package/dist/api/roomRatesApi.js.map +1 -0
  180. package/dist/api/sMSApi.d.ts +11 -23
  181. package/dist/api/sMSApi.js +41 -104
  182. package/dist/api/sMSApi.js.map +1 -1
  183. package/dist/api/servicesApi.d.ts +67 -0
  184. package/dist/api/servicesApi.js +378 -0
  185. package/dist/api/servicesApi.js.map +1 -0
  186. package/dist/api/settingsApi.d.ts +5 -7
  187. package/dist/api/settingsApi.js +3 -5
  188. package/dist/api/settingsApi.js.map +1 -1
  189. package/dist/api/shopifyTerminalApi.d.ts +5 -7
  190. package/dist/api/shopifyTerminalApi.js +4 -6
  191. package/dist/api/shopifyTerminalApi.js.map +1 -1
  192. package/dist/api/smsSubscriberApi.d.ts +67 -0
  193. package/dist/api/smsSubscriberApi.js +384 -0
  194. package/dist/api/smsSubscriberApi.js.map +1 -0
  195. package/dist/api/staticVoucherCampaignGroupsApi.d.ts +5 -7
  196. package/dist/api/staticVoucherCampaignGroupsApi.js +2 -4
  197. package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -1
  198. package/dist/api/staticVoucherCampaignsApi.d.ts +10 -12
  199. package/dist/api/staticVoucherCampaignsApi.js +25 -27
  200. package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
  201. package/dist/api/staticVouchersApi.d.ts +5 -7
  202. package/dist/api/staticVouchersApi.js +7 -9
  203. package/dist/api/staticVouchersApi.js.map +1 -1
  204. package/dist/api/systemApi.d.ts +13 -7
  205. package/dist/api/systemApi.js +65 -10
  206. package/dist/api/systemApi.js.map +1 -1
  207. package/dist/api/ticketApi.d.ts +68 -0
  208. package/dist/api/ticketApi.js +379 -0
  209. package/dist/api/ticketApi.js.map +1 -0
  210. package/dist/api/transactionLedgerApi.d.ts +7 -9
  211. package/dist/api/transactionLedgerApi.js +3 -5
  212. package/dist/api/transactionLedgerApi.js.map +1 -1
  213. package/dist/api/videosApi.d.ts +67 -0
  214. package/dist/api/videosApi.js +378 -0
  215. package/dist/api/videosApi.js.map +1 -0
  216. package/dist/api/virtualBusinessCardApi.d.ts +5 -7
  217. package/dist/api/virtualBusinessCardApi.js +8 -10
  218. package/dist/api/virtualBusinessCardApi.js.map +1 -1
  219. package/dist/api/webTerminalApi.d.ts +5 -7
  220. package/dist/api/webTerminalApi.js +4 -6
  221. package/dist/api/webTerminalApi.js.map +1 -1
  222. package/dist/api/wixTerminalApi.d.ts +5 -7
  223. package/dist/api/wixTerminalApi.js +4 -6
  224. package/dist/api/wixTerminalApi.js.map +1 -1
  225. package/dist/api/wooCommerceTerminalApi.d.ts +5 -7
  226. package/dist/api/wooCommerceTerminalApi.js +4 -6
  227. package/dist/api/wooCommerceTerminalApi.js.map +1 -1
  228. package/dist/api.js +5 -16
  229. package/dist/api.js.map +1 -1
  230. package/dist/examples/advertisementcredits.example.js +8 -25
  231. package/dist/examples/advertisementcredits.example.js.map +1 -1
  232. package/dist/examples/clubmembers.example.js +9 -26
  233. package/dist/examples/clubmembers.example.js.map +1 -1
  234. package/dist/examples/constants.js +0 -1
  235. package/dist/examples/constants.js.map +1 -1
  236. package/dist/examples/dynamicvouchers.example.js +9 -26
  237. package/dist/examples/dynamicvouchers.example.js.map +1 -1
  238. package/dist/examples/linkbook.example.js +9 -26
  239. package/dist/examples/linkbook.example.js.map +1 -1
  240. package/dist/examples/membershiptiers.example.js +9 -26
  241. package/dist/examples/membershiptiers.example.js.map +1 -1
  242. package/dist/examples/merchantcredits.example.js +9 -26
  243. package/dist/examples/merchantcredits.example.js.map +1 -1
  244. package/dist/examples/merchanturls.example.js +9 -26
  245. package/dist/examples/merchanturls.example.js.map +1 -1
  246. package/dist/examples/news.example.js +9 -26
  247. package/dist/examples/news.example.js.map +1 -1
  248. package/dist/examples/paymentdesigns.example.js +9 -26
  249. package/dist/examples/paymentdesigns.example.js.map +1 -1
  250. package/dist/examples/performances.example.js +9 -26
  251. package/dist/examples/performances.example.js.map +1 -1
  252. package/dist/examples/promocodes.example.js +9 -26
  253. package/dist/examples/promocodes.example.js.map +1 -1
  254. package/dist/examples/sms.example.js +8 -25
  255. package/dist/examples/sms.example.js.map +1 -1
  256. package/dist/examples/staticvouchercampaigns.example.js +11 -28
  257. package/dist/examples/staticvouchercampaigns.example.js.map +1 -1
  258. package/dist/examples/staticvouchers.example.js +9 -26
  259. package/dist/examples/staticvouchers.example.js.map +1 -1
  260. package/dist/model/a2PApplicationSubmission.d.ts +58 -0
  261. package/dist/model/a2PApplicationSubmission.js +192 -0
  262. package/dist/model/a2PApplicationSubmission.js.map +1 -0
  263. package/dist/model/advertisementCredit.d.ts +4 -2
  264. package/dist/model/advertisementCredit.js +2 -3
  265. package/dist/model/advertisementCredit.js.map +1 -1
  266. package/dist/model/advertisementCreditBroadcast.d.ts +8 -4
  267. package/dist/model/advertisementCreditBroadcast.js +4 -5
  268. package/dist/model/advertisementCreditBroadcast.js.map +1 -1
  269. package/dist/model/advertisementCreditScan.d.ts +6 -3
  270. package/dist/model/advertisementCreditScan.js +3 -4
  271. package/dist/model/advertisementCreditScan.js.map +1 -1
  272. package/dist/model/amenity.d.ts +25 -0
  273. package/dist/model/amenity.js +67 -0
  274. package/dist/model/amenity.js.map +1 -0
  275. package/dist/model/announcement.js +0 -1
  276. package/dist/model/announcement.js.map +1 -1
  277. package/dist/model/applicableTerminals.js +0 -1
  278. package/dist/model/applicableTerminals.js.map +1 -1
  279. package/dist/model/authError.js +0 -1
  280. package/dist/model/authError.js.map +1 -1
  281. package/dist/model/availablePhoneNumbersRequest.js +0 -1
  282. package/dist/model/availablePhoneNumbersRequest.js.map +1 -1
  283. package/dist/model/browserDetails.d.ts +1 -0
  284. package/dist/model/browserDetails.js +5 -1
  285. package/dist/model/browserDetails.js.map +1 -1
  286. package/dist/model/businessClassification.d.ts +6 -0
  287. package/dist/model/businessClassification.js +10 -0
  288. package/dist/model/businessClassification.js.map +1 -0
  289. package/dist/model/businessIndustry.d.ts +35 -0
  290. package/dist/model/businessIndustry.js +39 -0
  291. package/dist/model/businessIndustry.js.map +1 -0
  292. package/dist/model/businessRegionsOfOperation.d.ts +8 -0
  293. package/dist/model/businessRegionsOfOperation.js +12 -0
  294. package/dist/model/businessRegionsOfOperation.js.map +1 -0
  295. package/dist/model/businessRegistrationIdentifier.d.ts +12 -0
  296. package/dist/model/businessRegistrationIdentifier.js +16 -0
  297. package/dist/model/businessRegistrationIdentifier.js.map +1 -0
  298. package/dist/model/businessStockExchanges.d.ts +29 -0
  299. package/dist/model/businessStockExchanges.js +33 -0
  300. package/dist/model/businessStockExchanges.js.map +1 -0
  301. package/dist/model/businessType.d.ts +8 -0
  302. package/dist/model/businessType.js +12 -0
  303. package/dist/model/businessType.js.map +1 -0
  304. package/dist/model/claimTicketRequest.d.ts +14 -0
  305. package/dist/model/claimTicketRequest.js +17 -0
  306. package/dist/model/claimTicketRequest.js.map +1 -0
  307. package/dist/model/clickFunnelAmount.js +0 -1
  308. package/dist/model/clickFunnelAmount.js.map +1 -1
  309. package/dist/model/clickFunnelContact.d.ts +2 -0
  310. package/dist/model/clickFunnelContact.js +10 -1
  311. package/dist/model/clickFunnelContact.js.map +1 -1
  312. package/dist/model/clickFunnelContactProfile.js +0 -1
  313. package/dist/model/clickFunnelContactProfile.js.map +1 -1
  314. package/dist/model/clickFunnelEvent.js +0 -1
  315. package/dist/model/clickFunnelEvent.js.map +1 -1
  316. package/dist/model/clickFunnelOriginalAmount.js +0 -1
  317. package/dist/model/clickFunnelOriginalAmount.js.map +1 -1
  318. package/dist/model/clickFunnelProduct.js +0 -1
  319. package/dist/model/clickFunnelProduct.js.map +1 -1
  320. package/dist/model/clickFunnelPurchase.js +0 -1
  321. package/dist/model/clickFunnelPurchase.js.map +1 -1
  322. package/dist/model/clickFunnelRegistration.js +0 -1
  323. package/dist/model/clickFunnelRegistration.js.map +1 -1
  324. package/dist/model/countClaimedComps200Response.d.ts +15 -0
  325. package/dist/model/countClaimedComps200Response.js +22 -0
  326. package/dist/model/countClaimedComps200Response.js.map +1 -0
  327. package/dist/model/{inlineResponse2001.d.ts → createFile200Response.d.ts} +1 -1
  328. package/dist/model/{inlineResponse2001.js → createFile200Response.js} +6 -7
  329. package/dist/model/createFile200Response.js.map +1 -0
  330. package/dist/model/createStaticVoucherCampaign.d.ts +4 -2
  331. package/dist/model/createStaticVoucherCampaign.js +2 -3
  332. package/dist/model/createStaticVoucherCampaign.js.map +1 -1
  333. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +4 -2
  334. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +2 -3
  335. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -1
  336. package/dist/model/dashboardWidget.js +0 -1
  337. package/dist/model/dashboardWidget.js.map +1 -1
  338. package/dist/model/dining.d.ts +25 -0
  339. package/dist/model/dining.js +67 -0
  340. package/dist/model/dining.js.map +1 -0
  341. package/dist/model/document.js +0 -1
  342. package/dist/model/document.js.map +1 -1
  343. package/dist/model/duplicateRowFound.js +0 -1
  344. package/dist/model/duplicateRowFound.js.map +1 -1
  345. package/dist/model/dynamicVoucher.d.ts +6 -3
  346. package/dist/model/dynamicVoucher.js +3 -4
  347. package/dist/model/dynamicVoucher.js.map +1 -1
  348. package/dist/model/dynamicVoucherBroadcast.d.ts +8 -4
  349. package/dist/model/dynamicVoucherBroadcast.js +4 -5
  350. package/dist/model/dynamicVoucherBroadcast.js.map +1 -1
  351. package/dist/model/dynamicVoucherBroadcastListType.d.ts +13 -0
  352. package/dist/model/dynamicVoucherBroadcastListType.js +11 -0
  353. package/dist/model/dynamicVoucherBroadcastListType.js.map +1 -0
  354. package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.d.ts +13 -0
  355. package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js +11 -0
  356. package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -0
  357. package/dist/model/emailSubscriber.d.ts +22 -0
  358. package/dist/model/emailSubscriber.js +52 -0
  359. package/dist/model/emailSubscriber.js.map +1 -0
  360. package/dist/model/employee.d.ts +12 -8
  361. package/dist/model/employee.js +8 -9
  362. package/dist/model/employee.js.map +1 -1
  363. package/dist/model/employeeAPIKey.d.ts +2 -1
  364. package/dist/model/employeeAPIKey.js +1 -2
  365. package/dist/model/employeeAPIKey.js.map +1 -1
  366. package/dist/model/employeeActivityLog.js +0 -1
  367. package/dist/model/employeeActivityLog.js.map +1 -1
  368. package/dist/model/employeeAlert.js +0 -1
  369. package/dist/model/employeeAlert.js.map +1 -1
  370. package/dist/model/employeeScheduleStartDay.d.ts +13 -0
  371. package/dist/model/employeeScheduleStartDay.js +11 -0
  372. package/dist/model/employeeScheduleStartDay.js.map +1 -0
  373. package/dist/model/employeeScheduleStartHour.d.ts +13 -0
  374. package/dist/model/employeeScheduleStartHour.js +11 -0
  375. package/dist/model/employeeScheduleStartHour.js.map +1 -0
  376. package/dist/model/employeeScheduleStartMeridiem.d.ts +13 -0
  377. package/dist/model/employeeScheduleStartMeridiem.js +11 -0
  378. package/dist/model/employeeScheduleStartMeridiem.js.map +1 -0
  379. package/dist/model/employeeScheduleStartMinute.d.ts +13 -0
  380. package/dist/model/employeeScheduleStartMinute.js +11 -0
  381. package/dist/model/employeeScheduleStartMinute.js.map +1 -0
  382. package/dist/model/entityTooLarge.js +0 -1
  383. package/dist/model/entityTooLarge.js.map +1 -1
  384. package/dist/model/exportDataFile.js +0 -1
  385. package/dist/model/exportDataFile.js.map +1 -1
  386. package/dist/model/falsumError.js +0 -1
  387. package/dist/model/falsumError.js.map +1 -1
  388. package/dist/model/falsumField.js +0 -1
  389. package/dist/model/falsumField.js.map +1 -1
  390. package/dist/model/feature.js +0 -1
  391. package/dist/model/feature.js.map +1 -1
  392. package/dist/model/{inlineResponse20010.d.ts → fetchAllCountries200ResponseInner.d.ts} +1 -1
  393. package/dist/model/{inlineResponse20010.js → fetchAllCountries200ResponseInner.js} +6 -7
  394. package/dist/model/fetchAllCountries200ResponseInner.js.map +1 -0
  395. package/dist/model/{inlineResponse2005.d.ts → fetchAllLedgerTransactions200Response.d.ts} +1 -1
  396. package/dist/model/{inlineResponse2005.js → fetchAllLedgerTransactions200Response.js} +6 -7
  397. package/dist/model/fetchAllLedgerTransactions200Response.js.map +1 -0
  398. package/dist/model/{inlineResponse2009.d.ts → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.d.ts} +3 -2
  399. package/dist/model/{inlineResponse2009.js → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js} +7 -8
  400. package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js.map +1 -0
  401. package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.d.ts +13 -0
  402. package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js +11 -0
  403. package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js.map +1 -0
  404. package/dist/model/fetchCustomerTicketsWithTokenRequest.d.ts +15 -0
  405. package/dist/model/fetchCustomerTicketsWithTokenRequest.js +22 -0
  406. package/dist/model/fetchCustomerTicketsWithTokenRequest.js.map +1 -0
  407. package/dist/model/fetchDomainsByIndustry200Response.d.ts +20 -0
  408. package/dist/model/fetchDomainsByIndustry200Response.js +47 -0
  409. package/dist/model/fetchDomainsByIndustry200Response.js.map +1 -0
  410. package/dist/model/{inlineResponse2008.d.ts → fetchImportedListRecipientsByPage200Response.d.ts} +1 -1
  411. package/dist/model/fetchImportedListRecipientsByPage200Response.js +27 -0
  412. package/dist/model/fetchImportedListRecipientsByPage200Response.js.map +1 -0
  413. package/dist/model/{inlineResponse2003.d.ts → fetchInboundSMSByPage200Response.d.ts} +1 -1
  414. package/dist/model/{inlineResponse2003.js → fetchInboundSMSByPage200Response.js} +6 -7
  415. package/dist/model/fetchInboundSMSByPage200Response.js.map +1 -0
  416. package/dist/model/{inlineResponse200.d.ts → fetchIndustry200Response.d.ts} +1 -1
  417. package/dist/model/{inlineResponse200.js → fetchIndustry200Response.js} +6 -7
  418. package/dist/model/{inlineResponse200.js.map → fetchIndustry200Response.js.map} +1 -1
  419. package/dist/model/{inlineResponse2002.d.ts → fetchMembersCount200Response.d.ts} +1 -1
  420. package/dist/model/fetchMembersCount200Response.js +17 -0
  421. package/dist/model/fetchMembersCount200Response.js.map +1 -0
  422. package/dist/model/{inlineResponse2007.d.ts → fetchOptInListSubscribersByPage200Response.d.ts} +1 -1
  423. package/dist/model/fetchOptInListSubscribersByPage200Response.js +27 -0
  424. package/dist/model/fetchOptInListSubscribersByPage200Response.js.map +1 -0
  425. package/dist/model/{inlineResponse2006.d.ts → fetchOutboundSMSByPage200Response.d.ts} +1 -1
  426. package/dist/model/{inlineResponse2006.js → fetchOutboundSMSByPage200Response.js} +6 -7
  427. package/dist/model/fetchOutboundSMSByPage200Response.js.map +1 -0
  428. package/dist/model/fetchPerformanceTicketsPage200Response.d.ts +16 -0
  429. package/dist/model/fetchPerformanceTicketsPage200Response.js +22 -0
  430. package/dist/model/fetchPerformanceTicketsPage200Response.js.map +1 -0
  431. package/dist/model/{inlineResponse2004.d.ts → fetchStaticVouchersPage200Response.d.ts} +1 -1
  432. package/dist/model/fetchStaticVouchersPage200Response.js +22 -0
  433. package/dist/model/fetchStaticVouchersPage200Response.js.map +1 -0
  434. package/dist/model/forbiddenRequest.js +0 -1
  435. package/dist/model/forbiddenRequest.js.map +1 -1
  436. package/dist/model/foreignKeyDoesNotExist.js +0 -1
  437. package/dist/model/foreignKeyDoesNotExist.js.map +1 -1
  438. package/dist/model/gaming.d.ts +25 -0
  439. package/dist/model/gaming.js +67 -0
  440. package/dist/model/gaming.js.map +1 -0
  441. package/dist/model/helpDeskRequest.d.ts +2 -1
  442. package/dist/model/helpDeskRequest.js +1 -2
  443. package/dist/model/helpDeskRequest.js.map +1 -1
  444. package/dist/model/imageGrid.d.ts +2 -1
  445. package/dist/model/imageGrid.js +1 -2
  446. package/dist/model/imageGrid.js.map +1 -1
  447. package/dist/model/importTicketsRequest.d.ts +15 -0
  448. package/dist/model/importTicketsRequest.js +17 -0
  449. package/dist/model/importTicketsRequest.js.map +1 -0
  450. package/dist/model/importedList.d.ts +2 -1
  451. package/dist/model/importedList.js +1 -2
  452. package/dist/model/importedList.js.map +1 -1
  453. package/dist/model/importedListRecipient.d.ts +2 -1
  454. package/dist/model/importedListRecipient.js +1 -2
  455. package/dist/model/importedListRecipient.js.map +1 -1
  456. package/dist/model/inboundSMS.d.ts +2 -1
  457. package/dist/model/inboundSMS.js +1 -2
  458. package/dist/model/inboundSMS.js.map +1 -1
  459. package/dist/model/internalServerError.js +0 -1
  460. package/dist/model/internalServerError.js.map +1 -1
  461. package/dist/model/jobPosition.d.ts +9 -0
  462. package/dist/model/jobPosition.js +13 -0
  463. package/dist/model/jobPosition.js.map +1 -0
  464. package/dist/model/ledgerEntry.d.ts +6 -3
  465. package/dist/model/ledgerEntry.js +3 -4
  466. package/dist/model/ledgerEntry.js.map +1 -1
  467. package/dist/model/ledgerEntryParentObjectID.d.ts +13 -0
  468. package/dist/model/ledgerEntryParentObjectID.js +11 -0
  469. package/dist/model/ledgerEntryParentObjectID.js.map +1 -0
  470. package/dist/model/ledgerEntryTransactionType.d.ts +13 -0
  471. package/dist/model/ledgerEntryTransactionType.js +11 -0
  472. package/dist/model/ledgerEntryTransactionType.js.map +1 -0
  473. package/dist/model/linkBook.d.ts +4 -2
  474. package/dist/model/linkBook.js +2 -3
  475. package/dist/model/linkBook.js.map +1 -1
  476. package/dist/model/linkBookSection.d.ts +2 -1
  477. package/dist/model/linkBookSection.js +1 -2
  478. package/dist/model/linkBookSection.js.map +1 -1
  479. package/dist/model/loginStatus200Response.d.ts +21 -0
  480. package/dist/model/loginStatus200Response.js +33 -0
  481. package/dist/model/loginStatus200Response.js.map +1 -0
  482. package/dist/model/loginStatus200ResponseAnyOf.d.ts +15 -0
  483. package/dist/model/loginStatus200ResponseAnyOf.js +22 -0
  484. package/dist/model/loginStatus200ResponseAnyOf.js.map +1 -0
  485. package/dist/model/lounge.d.ts +25 -0
  486. package/dist/model/lounge.js +67 -0
  487. package/dist/model/lounge.js.map +1 -0
  488. package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +0 -1
  489. package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -1
  490. package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +0 -1
  491. package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -1
  492. package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +0 -1
  493. package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -1
  494. package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +0 -1
  495. package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -1
  496. package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +0 -1
  497. package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -1
  498. package/dist/model/mSMemberHistory.d.ts +2 -0
  499. package/dist/model/mSMemberHistory.js +10 -1
  500. package/dist/model/mSMemberHistory.js.map +1 -1
  501. package/dist/model/mSMemberHistoryPagination.js +0 -1
  502. package/dist/model/mSMemberHistoryPagination.js.map +1 -1
  503. package/dist/model/mSMemberRedemption.d.ts +4 -2
  504. package/dist/model/mSMemberRedemption.js +2 -3
  505. package/dist/model/mSMemberRedemption.js.map +1 -1
  506. package/dist/model/mSMemberRedemptionPagination.js +0 -1
  507. package/dist/model/mSMemberRedemptionPagination.js.map +1 -1
  508. package/dist/model/mSMemberRedemptionTransactionType.d.ts +13 -0
  509. package/dist/model/mSMemberRedemptionTransactionType.js +11 -0
  510. package/dist/model/mSMemberRedemptionTransactionType.js.map +1 -0
  511. package/dist/model/mSMembershipTierHistory.js +0 -1
  512. package/dist/model/mSMembershipTierHistory.js.map +1 -1
  513. package/dist/model/mSMembershipTierHistoryPagination.js +0 -1
  514. package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -1
  515. package/dist/model/mSMembershipTierRedemption.d.ts +4 -2
  516. package/dist/model/mSMembershipTierRedemption.js +2 -3
  517. package/dist/model/mSMembershipTierRedemption.js.map +1 -1
  518. package/dist/model/mSMembershipTierRedemptionPagination.js +0 -1
  519. package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -1
  520. package/dist/model/mSMerchantCreditHistory.js +0 -1
  521. package/dist/model/mSMerchantCreditHistory.js.map +1 -1
  522. package/dist/model/mSMerchantCreditHistoryPagination.js +0 -1
  523. package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -1
  524. package/dist/model/mSMerchantCreditRedemption.d.ts +4 -2
  525. package/dist/model/mSMerchantCreditRedemption.js +2 -3
  526. package/dist/model/mSMerchantCreditRedemption.js.map +1 -1
  527. package/dist/model/mSMerchantCreditRedemptionPagination.js +0 -1
  528. package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -1
  529. package/dist/model/mediaFile.js +0 -1
  530. package/dist/model/mediaFile.js.map +1 -1
  531. package/dist/model/member.d.ts +2 -0
  532. package/dist/model/member.js +10 -1
  533. package/dist/model/member.js.map +1 -1
  534. package/dist/model/memberSearch.d.ts +6 -3
  535. package/dist/model/memberSearch.js +3 -4
  536. package/dist/model/memberSearch.js.map +1 -1
  537. package/dist/model/memberSearchSearchKey.d.ts +13 -0
  538. package/dist/model/memberSearchSearchKey.js +11 -0
  539. package/dist/model/memberSearchSearchKey.js.map +1 -0
  540. package/dist/model/memberSearchSortKey.d.ts +13 -0
  541. package/dist/model/memberSearchSortKey.js +11 -0
  542. package/dist/model/memberSearchSortKey.js.map +1 -0
  543. package/dist/model/merchant.d.ts +2 -1
  544. package/dist/model/merchant.js +5 -1
  545. package/dist/model/merchant.js.map +1 -1
  546. package/dist/model/merchantCreditSearch.js +0 -1
  547. package/dist/model/merchantCreditSearch.js.map +1 -1
  548. package/dist/model/merchantNotInitialized.js +0 -1
  549. package/dist/model/merchantNotInitialized.js.map +1 -1
  550. package/dist/model/merchantURL.d.ts +2 -1
  551. package/dist/model/merchantURL.js +1 -2
  552. package/dist/model/merchantURL.js.map +1 -1
  553. package/dist/model/message.js +0 -1
  554. package/dist/model/message.js.map +1 -1
  555. package/dist/model/messageDirection.d.ts +13 -0
  556. package/dist/model/messageDirection.js +11 -0
  557. package/dist/model/messageDirection.js.map +1 -0
  558. package/dist/model/messageStatus.d.ts +13 -0
  559. package/dist/model/messageStatus.js +11 -0
  560. package/dist/model/messageStatus.js.map +1 -0
  561. package/dist/model/models.d.ts +115 -38
  562. package/dist/model/models.js +602 -379
  563. package/dist/model/models.js.map +1 -1
  564. package/dist/model/moduleError.js +0 -1
  565. package/dist/model/moduleError.js.map +1 -1
  566. package/dist/model/newsArticle.d.ts +2 -1
  567. package/dist/model/newsArticle.js +1 -2
  568. package/dist/model/newsArticle.js.map +1 -1
  569. package/dist/model/optInList.d.ts +2 -1
  570. package/dist/model/optInList.js +1 -2
  571. package/dist/model/optInList.js.map +1 -1
  572. package/dist/model/optInListSource.d.ts +2 -1
  573. package/dist/model/optInListSource.js +1 -2
  574. package/dist/model/optInListSource.js.map +1 -1
  575. package/dist/model/optInListSubscriber.d.ts +4 -2
  576. package/dist/model/optInListSubscriber.js +2 -3
  577. package/dist/model/optInListSubscriber.js.map +1 -1
  578. package/dist/model/outboundSMS.d.ts +6 -3
  579. package/dist/model/outboundSMS.js +3 -4
  580. package/dist/model/outboundSMS.js.map +1 -1
  581. package/dist/model/paginatedWTMembers.js +0 -1
  582. package/dist/model/paginatedWTMembers.js.map +1 -1
  583. package/dist/model/paginatedWTMerchantCredits.js +0 -1
  584. package/dist/model/paginatedWTMerchantCredits.js.map +1 -1
  585. package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +0 -1
  586. package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -1
  587. package/dist/model/paginationRequestWithSortOptions.d.ts +2 -1
  588. package/dist/model/paginationRequestWithSortOptions.js +1 -3
  589. package/dist/model/paginationRequestWithSortOptions.js.map +1 -1
  590. package/dist/model/paginationRequestWithSortOptionsSortOrder.d.ts +13 -0
  591. package/dist/model/paginationRequestWithSortOptionsSortOrder.js +11 -0
  592. package/dist/model/paginationRequestWithSortOptionsSortOrder.js.map +1 -0
  593. package/dist/model/paymentDesign.d.ts +4 -2
  594. package/dist/model/paymentDesign.js +2 -3
  595. package/dist/model/paymentDesign.js.map +1 -1
  596. package/dist/model/performance.d.ts +6 -1
  597. package/dist/model/performance.js +21 -2
  598. package/dist/model/performance.js.map +1 -1
  599. package/dist/model/phoneNumber.d.ts +2 -1
  600. package/dist/model/phoneNumber.js +1 -2
  601. package/dist/model/phoneNumber.js.map +1 -1
  602. package/dist/model/phoneNumberCapabilities.d.ts +17 -0
  603. package/dist/model/phoneNumberCapabilities.js +32 -0
  604. package/dist/model/phoneNumberCapabilities.js.map +1 -0
  605. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.d.ts +2 -1
  606. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js +1 -2
  607. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -1
  608. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +2 -1
  609. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +1 -2
  610. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -1
  611. package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +0 -1
  612. package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -1
  613. package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +0 -1
  614. package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -1
  615. package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +2 -0
  616. package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +10 -1
  617. package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -1
  618. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +2 -0
  619. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +10 -1
  620. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -1
  621. package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +0 -1
  622. package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -1
  623. package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +0 -1
  624. package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -1
  625. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +2 -1
  626. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +1 -2
  627. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -1
  628. package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +0 -1
  629. package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -1
  630. package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +0 -1
  631. package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -1
  632. package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +0 -1
  633. package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -1
  634. package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +0 -1
  635. package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -1
  636. package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js +0 -1
  637. package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -1
  638. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +2 -1
  639. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js +1 -2
  640. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -1
  641. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.d.ts +13 -0
  642. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js +11 -0
  643. package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js.map +1 -0
  644. package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +0 -1
  645. package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -1
  646. package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +0 -1
  647. package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -1
  648. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +4 -2
  649. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +2 -3
  650. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
  651. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.d.ts +13 -0
  652. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js +11 -0
  653. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js.map +1 -0
  654. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.d.ts +13 -0
  655. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js +11 -0
  656. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js.map +1 -0
  657. package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.d.ts +2 -1
  658. package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +1 -2
  659. package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -1
  660. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +4 -2
  661. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +2 -3
  662. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -1
  663. package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +2 -1
  664. package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +1 -2
  665. package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -1
  666. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +2 -1
  667. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +1 -2
  668. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -1
  669. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.d.ts +13 -0
  670. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js +11 -0
  671. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js.map +1 -0
  672. package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +0 -1
  673. package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
  674. package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.d.ts +2 -1
  675. package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js +1 -2
  676. package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js.map +1 -1
  677. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +2 -1
  678. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +1 -2
  679. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -1
  680. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.d.ts +13 -0
  681. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js +11 -0
  682. package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js.map +1 -0
  683. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +4 -2
  684. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +2 -3
  685. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -1
  686. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.d.ts +13 -0
  687. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js +11 -0
  688. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js.map +1 -0
  689. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.d.ts +13 -0
  690. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js +11 -0
  691. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js.map +1 -0
  692. package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.d.ts +16 -0
  693. package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js +27 -0
  694. package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js.map +1 -0
  695. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +12 -8
  696. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +8 -9
  697. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
  698. package/dist/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.d.ts → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.d.ts} +3 -1
  699. package/dist/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js} +16 -7
  700. package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js.map +1 -0
  701. package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +0 -1
  702. package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -1
  703. package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +0 -1
  704. package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -1
  705. package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +0 -1
  706. package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -1
  707. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +6 -3
  708. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +3 -4
  709. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
  710. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.d.ts +13 -0
  711. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js +11 -0
  712. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js.map +1 -0
  713. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.d.ts +13 -0
  714. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js +11 -0
  715. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js.map +1 -0
  716. package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.d.ts +14 -0
  717. package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js +17 -0
  718. package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js.map +1 -0
  719. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +2 -1
  720. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +1 -2
  721. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -1
  722. package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +0 -1
  723. package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -1
  724. package/dist/model/plan.js +0 -1
  725. package/dist/model/plan.js.map +1 -1
  726. package/dist/model/portalPage.d.ts +13 -1
  727. package/dist/model/portalPage.js +12 -1
  728. package/dist/model/portalPage.js.map +1 -1
  729. package/dist/model/presignedPost.js +0 -1
  730. package/dist/model/presignedPost.js.map +1 -1
  731. package/dist/model/presignedPostFields.js +0 -1
  732. package/dist/model/presignedPostFields.js.map +1 -1
  733. package/dist/model/product.js +0 -1
  734. package/dist/model/product.js.map +1 -1
  735. package/dist/model/profileStatuses.d.ts +7 -0
  736. package/dist/model/profileStatuses.js +11 -0
  737. package/dist/model/profileStatuses.js.map +1 -0
  738. package/dist/model/promoCode.d.ts +2 -1
  739. package/dist/model/promoCode.js +1 -2
  740. package/dist/model/promoCode.js.map +1 -1
  741. package/dist/model/qRCodeDesign.d.ts +6 -4
  742. package/dist/model/qRCodeDesign.js +6 -2
  743. package/dist/model/qRCodeDesign.js.map +1 -1
  744. package/dist/model/reachPerformanceStats.js +0 -1
  745. package/dist/model/reachPerformanceStats.js.map +1 -1
  746. package/dist/model/request.js +0 -1
  747. package/dist/model/request.js.map +1 -1
  748. package/dist/model/response.js +0 -1
  749. package/dist/model/response.js.map +1 -1
  750. package/dist/model/role.js +0 -1
  751. package/dist/model/role.js.map +1 -1
  752. package/dist/model/roleAuditLog.js +0 -1
  753. package/dist/model/roleAuditLog.js.map +1 -1
  754. package/dist/model/roomRate.d.ts +25 -0
  755. package/dist/model/roomRate.js +67 -0
  756. package/dist/model/roomRate.js.map +1 -0
  757. package/dist/model/sSImportedListRecipientCreateParams.js +0 -1
  758. package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -1
  759. package/dist/model/sSOptInSource.js +0 -1
  760. package/dist/model/sSOptInSource.js.map +1 -1
  761. package/dist/model/sSOutboundStatuses.js +0 -1
  762. package/dist/model/sSOutboundStatuses.js.map +1 -1
  763. package/dist/model/{inlineObject1.d.ts → saveMerchantCreditPaymentDesignRequest.d.ts} +1 -1
  764. package/dist/model/saveMerchantCreditPaymentDesignRequest.js +17 -0
  765. package/dist/model/saveMerchantCreditPaymentDesignRequest.js.map +1 -0
  766. package/dist/model/saveTicketSettingsRequest.d.ts +18 -0
  767. package/dist/model/saveTicketSettingsRequest.js +32 -0
  768. package/dist/model/saveTicketSettingsRequest.js.map +1 -0
  769. package/dist/model/saveTicketSettingsRequestPaymentDesignID.d.ts +13 -0
  770. package/dist/model/saveTicketSettingsRequestPaymentDesignID.js +11 -0
  771. package/dist/model/saveTicketSettingsRequestPaymentDesignID.js.map +1 -0
  772. package/dist/model/service.d.ts +25 -0
  773. package/dist/model/service.js +67 -0
  774. package/dist/model/service.js.map +1 -0
  775. package/dist/model/simpleSMSBroadcast.d.ts +8 -4
  776. package/dist/model/simpleSMSBroadcast.js +4 -5
  777. package/dist/model/simpleSMSBroadcast.js.map +1 -1
  778. package/dist/model/smsSubscriber.d.ts +20 -0
  779. package/dist/model/smsSubscriber.js +42 -0
  780. package/dist/model/smsSubscriber.js.map +1 -0
  781. package/dist/model/staticVoucher.d.ts +6 -3
  782. package/dist/model/staticVoucher.js +3 -4
  783. package/dist/model/staticVoucher.js.map +1 -1
  784. package/dist/model/staticVoucherCampaign.d.ts +4 -2
  785. package/dist/model/staticVoucherCampaign.js +2 -3
  786. package/dist/model/staticVoucherCampaign.js.map +1 -1
  787. package/dist/model/staticVoucherCampaignBroadcast.d.ts +6 -3
  788. package/dist/model/staticVoucherCampaignBroadcast.js +3 -4
  789. package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
  790. package/dist/model/staticVoucherCampaignGroup.d.ts +2 -1
  791. package/dist/model/staticVoucherCampaignGroup.js +1 -2
  792. package/dist/model/staticVoucherCampaignGroup.js.map +1 -1
  793. package/dist/model/staticVoucherCampaignUpdate.d.ts +2 -1
  794. package/dist/model/staticVoucherCampaignUpdate.js +1 -2
  795. package/dist/model/staticVoucherCampaignUpdate.js.map +1 -1
  796. package/dist/model/status.js +0 -1
  797. package/dist/model/status.js.map +1 -1
  798. package/dist/model/subscriptionFeature.js +0 -1
  799. package/dist/model/subscriptionFeature.js.map +1 -1
  800. package/dist/model/subscriptionPlan.js +0 -1
  801. package/dist/model/subscriptionPlan.js.map +1 -1
  802. package/dist/model/subscriptionProduct.d.ts +2 -0
  803. package/dist/model/subscriptionProduct.js +10 -1
  804. package/dist/model/subscriptionProduct.js.map +1 -1
  805. package/dist/model/tcpa.d.ts +2 -1
  806. package/dist/model/tcpa.js +1 -2
  807. package/dist/model/tcpa.js.map +1 -1
  808. package/dist/model/ticket.d.ts +34 -0
  809. package/dist/model/ticket.js +112 -0
  810. package/dist/model/ticket.js.map +1 -0
  811. package/dist/model/trustBundleStatuses.d.ts +7 -0
  812. package/dist/model/trustBundleStatuses.js +11 -0
  813. package/dist/model/trustBundleStatuses.js.map +1 -0
  814. package/dist/model/{inlineObject.d.ts → updateEmailNotificationPreferenceRequest.d.ts} +1 -1
  815. package/dist/model/updateEmailNotificationPreferenceRequest.js +17 -0
  816. package/dist/model/updateEmailNotificationPreferenceRequest.js.map +1 -0
  817. package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +4 -2
  818. package/dist/model/updateStaticVoucherCampaignWithVoucher.js +2 -3
  819. package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -1
  820. package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.d.ts +13 -0
  821. package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js +11 -0
  822. package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js.map +1 -0
  823. package/dist/model/vSCampaignGeneratedMessage.js +0 -1
  824. package/dist/model/vSCampaignGeneratedMessage.js.map +1 -1
  825. package/dist/model/vSCampaignGeneratedMessagePagination.js +0 -1
  826. package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -1
  827. package/dist/model/vSDynamicVoucherStatus.js +0 -1
  828. package/dist/model/vSDynamicVoucherStatus.js.map +1 -1
  829. package/dist/model/video.d.ts +24 -0
  830. package/dist/model/video.js +62 -0
  831. package/dist/model/video.js.map +1 -0
  832. package/dist/model/virtualBusinessCard.d.ts +2 -1
  833. package/dist/model/virtualBusinessCard.js +1 -2
  834. package/dist/model/virtualBusinessCard.js.map +1 -1
  835. package/dist/model/wTA2PApplicationUpdateParams.d.ts +46 -0
  836. package/dist/model/wTA2PApplicationUpdateParams.js +132 -0
  837. package/dist/model/wTA2PApplicationUpdateParams.js.map +1 -0
  838. package/dist/model/wTAdvertisementCredit.d.ts +4 -2
  839. package/dist/model/wTAdvertisementCredit.js +2 -3
  840. package/dist/model/wTAdvertisementCredit.js.map +1 -1
  841. package/dist/model/wTAdvertisementCreditCreateParams.d.ts +2 -1
  842. package/dist/model/wTAdvertisementCreditCreateParams.js +1 -2
  843. package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -1
  844. package/dist/model/wTAdvertisementCreditScan.d.ts +6 -3
  845. package/dist/model/wTAdvertisementCreditScan.js +3 -4
  846. package/dist/model/wTAdvertisementCreditScan.js.map +1 -1
  847. package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +2 -1
  848. package/dist/model/wTAdvertisementCreditUpdateParams.js +1 -2
  849. package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -1
  850. package/dist/model/wTAmenityCreateParams.d.ts +19 -0
  851. package/dist/model/wTAmenityCreateParams.js +42 -0
  852. package/dist/model/wTAmenityCreateParams.js.map +1 -0
  853. package/dist/model/wTAmenityUpdateParams.d.ts +19 -0
  854. package/dist/model/wTAmenityUpdateParams.js +42 -0
  855. package/dist/model/wTAmenityUpdateParams.js.map +1 -0
  856. package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +0 -2
  857. package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -1
  858. package/dist/model/wTAuthenticationForgotPassword.js +0 -1
  859. package/dist/model/wTAuthenticationForgotPassword.js.map +1 -1
  860. package/dist/model/wTAuthenticationLoginRequest.js +0 -1
  861. package/dist/model/wTAuthenticationLoginRequest.js.map +1 -1
  862. package/dist/model/wTAuthenticationLoginResponse.d.ts +1 -0
  863. package/dist/model/wTAuthenticationLoginResponse.js +5 -1
  864. package/dist/model/wTAuthenticationLoginResponse.js.map +1 -1
  865. package/dist/model/wTAuthenticationRegister.js +0 -1
  866. package/dist/model/wTAuthenticationRegister.js.map +1 -1
  867. package/dist/model/wTAuthenticationRequestResetPassword.js +0 -1
  868. package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -1
  869. package/dist/model/wTAuthenticationResetPassword.js +0 -1
  870. package/dist/model/wTAuthenticationResetPassword.js.map +1 -1
  871. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +0 -1
  872. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -1
  873. package/dist/model/wTBillingChangePlan.js +0 -1
  874. package/dist/model/wTBillingChangePlan.js.map +1 -1
  875. package/dist/model/wTBillingSavePaymentMethod.js +0 -1
  876. package/dist/model/wTBillingSavePaymentMethod.js.map +1 -1
  877. package/dist/model/wTBillingVerifyPaymentMethodResponse.js +0 -1
  878. package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -1
  879. package/dist/model/wTCountResult.js +0 -1
  880. package/dist/model/wTCountResult.js.map +1 -1
  881. package/dist/model/wTCustomerSearchByMemberID.js +0 -1
  882. package/dist/model/wTCustomerSearchByMemberID.js.map +1 -1
  883. package/dist/model/wTCustomerSearchByPhoneNumber.js +0 -1
  884. package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -1
  885. package/dist/model/wTDiningCreateParams.d.ts +19 -0
  886. package/dist/model/wTDiningCreateParams.js +42 -0
  887. package/dist/model/wTDiningCreateParams.js.map +1 -0
  888. package/dist/model/wTDiningUpdateParams.d.ts +19 -0
  889. package/dist/model/wTDiningUpdateParams.js +42 -0
  890. package/dist/model/wTDiningUpdateParams.js.map +1 -0
  891. package/dist/model/wTDynamicVoucher.d.ts +6 -3
  892. package/dist/model/wTDynamicVoucher.js +3 -4
  893. package/dist/model/wTDynamicVoucher.js.map +1 -1
  894. package/dist/model/wTDynamicVoucherCreateParams.d.ts +2 -1
  895. package/dist/model/wTDynamicVoucherCreateParams.js +1 -2
  896. package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -1
  897. package/dist/model/wTDynamicVoucherRedemption.d.ts +6 -3
  898. package/dist/model/wTDynamicVoucherRedemption.js +3 -4
  899. package/dist/model/wTDynamicVoucherRedemption.js.map +1 -1
  900. package/dist/model/wTDynamicVoucherRedemptionTransactionType.d.ts +13 -0
  901. package/dist/model/wTDynamicVoucherRedemptionTransactionType.js +11 -0
  902. package/dist/model/wTDynamicVoucherRedemptionTransactionType.js.map +1 -0
  903. package/dist/model/wTDynamicVoucherSummary.d.ts +2 -1
  904. package/dist/model/wTDynamicVoucherSummary.js +1 -2
  905. package/dist/model/wTDynamicVoucherSummary.js.map +1 -1
  906. package/dist/model/wTDynamicVoucherSummaryStatus.d.ts +13 -0
  907. package/dist/model/wTDynamicVoucherSummaryStatus.js +11 -0
  908. package/dist/model/wTDynamicVoucherSummaryStatus.js.map +1 -0
  909. package/dist/model/wTDynamicVoucherUpdateParams.d.ts +2 -1
  910. package/dist/model/wTDynamicVoucherUpdateParams.js +1 -2
  911. package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -1
  912. package/dist/model/wTEmailSubscriberCreateParams.d.ts +16 -0
  913. package/dist/model/wTEmailSubscriberCreateParams.js +27 -0
  914. package/dist/model/wTEmailSubscriberCreateParams.js.map +1 -0
  915. package/dist/model/wTEmailSubscriberCreateParamsWalletUI.d.ts +17 -0
  916. package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js +32 -0
  917. package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js.map +1 -0
  918. package/dist/model/wTEmailSubscriberUpdateParams.d.ts +16 -0
  919. package/dist/model/wTEmailSubscriberUpdateParams.js +27 -0
  920. package/dist/model/wTEmailSubscriberUpdateParams.js.map +1 -0
  921. package/dist/model/wTEmployee.d.ts +12 -8
  922. package/dist/model/wTEmployee.js +8 -9
  923. package/dist/model/wTEmployee.js.map +1 -1
  924. package/dist/model/wTEmployeeAPIKey.d.ts +2 -1
  925. package/dist/model/wTEmployeeAPIKey.js +1 -2
  926. package/dist/model/wTEmployeeAPIKey.js.map +1 -1
  927. package/dist/model/wTEmployeeAPIKeyCreateParams.js +0 -1
  928. package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -1
  929. package/dist/model/wTEmployeeAPIKeyUpdateParams.js +0 -1
  930. package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -1
  931. package/dist/model/wTEmployeeCreate.d.ts +12 -8
  932. package/dist/model/wTEmployeeCreate.js +8 -9
  933. package/dist/model/wTEmployeeCreate.js.map +1 -1
  934. package/dist/model/wTEmployeeCreateDocument.js +0 -1
  935. package/dist/model/wTEmployeeCreateDocument.js.map +1 -1
  936. package/dist/model/wTEmployeeCreateMediaFile.js +0 -1
  937. package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
  938. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +0 -1
  939. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -1
  940. package/dist/model/wTEmployeeFileCreate.js +0 -1
  941. package/dist/model/wTEmployeeFileCreate.js.map +1 -1
  942. package/dist/model/wTEmployeeImportRecords.js +0 -1
  943. package/dist/model/wTEmployeeImportRecords.js.map +1 -1
  944. package/dist/model/wTEmployeeNotification.d.ts +2 -1
  945. package/dist/model/wTEmployeeNotification.js +1 -2
  946. package/dist/model/wTEmployeeNotification.js.map +1 -1
  947. package/dist/model/wTEmployeeNotificationType.d.ts +13 -0
  948. package/dist/model/wTEmployeeNotificationType.js +11 -0
  949. package/dist/model/wTEmployeeNotificationType.js.map +1 -0
  950. package/dist/model/wTEmployeePeerRoles.js +0 -1
  951. package/dist/model/wTEmployeePeerRoles.js.map +1 -1
  952. package/dist/model/wTEmployeeS3FilePresign.d.ts +2 -1
  953. package/dist/model/wTEmployeeS3FilePresign.js +1 -2
  954. package/dist/model/wTEmployeeS3FilePresign.js.map +1 -1
  955. package/dist/model/wTEmployeeS3FilePresignContext.d.ts +13 -0
  956. package/dist/model/wTEmployeeS3FilePresignContext.js +11 -0
  957. package/dist/model/wTEmployeeS3FilePresignContext.js.map +1 -0
  958. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +0 -1
  959. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
  960. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +2 -1
  961. package/dist/model/wTEmployeeScheduleSimpleSMS.js +1 -2
  962. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
  963. package/dist/model/wTEmployeeScheduleSimpleSMSListType.d.ts +13 -0
  964. package/dist/model/wTEmployeeScheduleSimpleSMSListType.js +11 -0
  965. package/dist/model/wTEmployeeScheduleSimpleSMSListType.js.map +1 -0
  966. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +0 -1
  967. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
  968. package/dist/model/wTEmployeeSendHelpDeskResponse.js +0 -1
  969. package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
  970. package/dist/model/wTEmployeeUpdate.d.ts +12 -8
  971. package/dist/model/wTEmployeeUpdate.js +8 -9
  972. package/dist/model/wTEmployeeUpdate.js.map +1 -1
  973. package/dist/model/wTEmployeeUpdateRecords.js +0 -1
  974. package/dist/model/wTEmployeeUpdateRecords.js.map +1 -1
  975. package/dist/model/{wTFetchWalletPaymentObjectWithToken.d.ts → wTFetchWalletPaymentObjectsWithToken.d.ts} +2 -1
  976. package/dist/model/{wTFetchWalletPaymentObjectWithToken.js → wTFetchWalletPaymentObjectsWithToken.js} +11 -7
  977. package/dist/model/wTFetchWalletPaymentObjectsWithToken.js.map +1 -0
  978. package/dist/model/wTGamingCreateParams.d.ts +19 -0
  979. package/dist/model/wTGamingCreateParams.js +42 -0
  980. package/dist/model/wTGamingCreateParams.js.map +1 -0
  981. package/dist/model/wTGamingUpdateParams.d.ts +19 -0
  982. package/dist/model/wTGamingUpdateParams.js +42 -0
  983. package/dist/model/wTGamingUpdateParams.js.map +1 -0
  984. package/dist/model/wTImageGridCreateParams.js +0 -1
  985. package/dist/model/wTImageGridCreateParams.js.map +1 -1
  986. package/dist/model/wTImageGridUpdateParams.js +0 -1
  987. package/dist/model/wTImageGridUpdateParams.js.map +1 -1
  988. package/dist/model/wTImportedList.d.ts +2 -1
  989. package/dist/model/wTImportedList.js +1 -2
  990. package/dist/model/wTImportedList.js.map +1 -1
  991. package/dist/model/wTImportedListRecipientFromMembershipTierImport.d.ts +2 -1
  992. package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +1 -2
  993. package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -1
  994. package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.d.ts +13 -0
  995. package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js +11 -0
  996. package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js.map +1 -0
  997. package/dist/model/wTInfoGenesisLookupRequestErrors.js +0 -1
  998. package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -1
  999. package/dist/model/wTInfoGenesisRecordFilterParameters.js +0 -1
  1000. package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -1
  1001. package/dist/model/wTInfoGenesisRoutingIDs.js +0 -1
  1002. package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -1
  1003. package/dist/model/wTInfoGenesisUniquePostingIDs.js +0 -1
  1004. package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -1
  1005. package/dist/model/wTLinkBook.d.ts +4 -2
  1006. package/dist/model/wTLinkBook.js +2 -3
  1007. package/dist/model/wTLinkBook.js.map +1 -1
  1008. package/dist/model/wTLinkBookCreateParams.d.ts +2 -1
  1009. package/dist/model/wTLinkBookCreateParams.js +1 -2
  1010. package/dist/model/wTLinkBookCreateParams.js.map +1 -1
  1011. package/dist/model/wTLinkBookLinkBookSectionID.d.ts +13 -0
  1012. package/dist/model/wTLinkBookLinkBookSectionID.js +11 -0
  1013. package/dist/model/wTLinkBookLinkBookSectionID.js.map +1 -0
  1014. package/dist/model/wTLinkBookSectionCreateParams.js +0 -1
  1015. package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -1
  1016. package/dist/model/wTLinkBookSectionUpdateParams.js +0 -1
  1017. package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -1
  1018. package/dist/model/wTLinkBookUpdateParams.d.ts +2 -1
  1019. package/dist/model/wTLinkBookUpdateParams.js +1 -2
  1020. package/dist/model/wTLinkBookUpdateParams.js.map +1 -1
  1021. package/dist/model/wTLocalInstance.d.ts +27 -0
  1022. package/dist/model/wTLocalInstance.js +77 -0
  1023. package/dist/model/wTLocalInstance.js.map +1 -0
  1024. package/dist/model/wTLoungeCreateParams.d.ts +19 -0
  1025. package/dist/model/wTLoungeCreateParams.js +42 -0
  1026. package/dist/model/wTLoungeCreateParams.js.map +1 -0
  1027. package/dist/model/wTLoungeUpdateParams.d.ts +19 -0
  1028. package/dist/model/wTLoungeUpdateParams.js +42 -0
  1029. package/dist/model/wTLoungeUpdateParams.js.map +1 -0
  1030. package/dist/model/wTMember.d.ts +2 -0
  1031. package/dist/model/wTMember.js +10 -1
  1032. package/dist/model/wTMember.js.map +1 -1
  1033. package/dist/model/wTMemberCreationParams.d.ts +2 -0
  1034. package/dist/model/wTMemberCreationParams.js +10 -1
  1035. package/dist/model/wTMemberCreationParams.js.map +1 -1
  1036. package/dist/model/wTMembershipTier.d.ts +2 -1
  1037. package/dist/model/wTMembershipTier.js +1 -2
  1038. package/dist/model/wTMembershipTier.js.map +1 -1
  1039. package/dist/model/wTMembershipTierCreationParams.js +0 -1
  1040. package/dist/model/wTMembershipTierCreationParams.js.map +1 -1
  1041. package/dist/model/wTMembershipTierId.d.ts +13 -0
  1042. package/dist/model/wTMembershipTierId.js +11 -0
  1043. package/dist/model/wTMembershipTierId.js.map +1 -0
  1044. package/dist/model/wTMembershipTierUpdateParams.js +0 -1
  1045. package/dist/model/wTMembershipTierUpdateParams.js.map +1 -1
  1046. package/dist/model/wTMembershipTierWithMemberCount.d.ts +2 -1
  1047. package/dist/model/wTMembershipTierWithMemberCount.js +1 -2
  1048. package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -1
  1049. package/dist/model/wTMerchantCredit.js +0 -1
  1050. package/dist/model/wTMerchantCredit.js.map +1 -1
  1051. package/dist/model/wTMerchantCreditCreationParams.js +0 -1
  1052. package/dist/model/wTMerchantCreditCreationParams.js.map +1 -1
  1053. package/dist/model/wTMerchantURLCreate.js +0 -1
  1054. package/dist/model/wTMerchantURLCreate.js.map +1 -1
  1055. package/dist/model/wTMerchantURLUpdate.js +0 -1
  1056. package/dist/model/wTMerchantURLUpdate.js.map +1 -1
  1057. package/dist/model/wTMerchantUpdate.d.ts +1 -1
  1058. package/dist/model/wTMerchantUpdate.js +0 -1
  1059. package/dist/model/wTMerchantUpdate.js.map +1 -1
  1060. package/dist/model/wTMerchantUpdatePOSIntegration.js +0 -1
  1061. package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -1
  1062. package/dist/model/wTMerchantUpdatePointsOfContact.js +0 -1
  1063. package/dist/model/wTMerchantUpdatePointsOfContact.js.map +1 -1
  1064. package/dist/model/wTMessageInstance.d.ts +35 -0
  1065. package/dist/model/wTMessageInstance.js +112 -0
  1066. package/dist/model/wTMessageInstance.js.map +1 -0
  1067. package/dist/model/wTNewsArticleCreateParams.js +0 -1
  1068. package/dist/model/wTNewsArticleCreateParams.js.map +1 -1
  1069. package/dist/model/wTNewsArticleUpdateParams.js +0 -1
  1070. package/dist/model/wTNewsArticleUpdateParams.js.map +1 -1
  1071. package/dist/model/wTOptInList.d.ts +2 -1
  1072. package/dist/model/wTOptInList.js +1 -2
  1073. package/dist/model/wTOptInList.js.map +1 -1
  1074. package/dist/model/wTOptInListCreationParams.js +0 -1
  1075. package/dist/model/wTOptInListCreationParams.js.map +1 -1
  1076. package/dist/model/wTPaymentDesign.d.ts +4 -2
  1077. package/dist/model/wTPaymentDesign.js +2 -3
  1078. package/dist/model/wTPaymentDesign.js.map +1 -1
  1079. package/dist/model/wTPaymentDesignCreateParams.d.ts +2 -1
  1080. package/dist/model/wTPaymentDesignCreateParams.js +1 -2
  1081. package/dist/model/wTPaymentDesignCreateParams.js.map +1 -1
  1082. package/dist/model/wTPaymentDesignUpdateParams.d.ts +2 -1
  1083. package/dist/model/wTPaymentDesignUpdateParams.js +1 -2
  1084. package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -1
  1085. package/dist/model/wTPerformanceCreateParams.d.ts +4 -0
  1086. package/dist/model/wTPerformanceCreateParams.js +20 -1
  1087. package/dist/model/wTPerformanceCreateParams.js.map +1 -1
  1088. package/dist/model/wTPerformanceUpdateParams.d.ts +4 -0
  1089. package/dist/model/wTPerformanceUpdateParams.js +20 -1
  1090. package/dist/model/wTPerformanceUpdateParams.js.map +1 -1
  1091. package/dist/model/wTPosMachine.js +0 -1
  1092. package/dist/model/wTPosMachine.js.map +1 -1
  1093. package/dist/model/wTPosMachineCreateParams.js +0 -1
  1094. package/dist/model/wTPosMachineCreateParams.js.map +1 -1
  1095. package/dist/model/wTPosMachineUpdateParams.js +0 -1
  1096. package/dist/model/wTPosMachineUpdateParams.js.map +1 -1
  1097. package/dist/model/wTProductCreateParams.d.ts +19 -0
  1098. package/dist/model/wTProductCreateParams.js +42 -0
  1099. package/dist/model/wTProductCreateParams.js.map +1 -0
  1100. package/dist/model/wTProductUpdateParams.d.ts +19 -0
  1101. package/dist/model/wTProductUpdateParams.js +42 -0
  1102. package/dist/model/wTProductUpdateParams.js.map +1 -0
  1103. package/dist/model/wTPromoCodeCreateParams.js +0 -1
  1104. package/dist/model/wTPromoCodeCreateParams.js.map +1 -1
  1105. package/dist/model/wTPromoCodeUpdateParams.js +0 -1
  1106. package/dist/model/wTPromoCodeUpdateParams.js.map +1 -1
  1107. package/dist/model/wTQRCodeDesign.d.ts +6 -4
  1108. package/dist/model/wTQRCodeDesign.js +6 -2
  1109. package/dist/model/wTQRCodeDesign.js.map +1 -1
  1110. package/dist/model/wTQRCodeDesignCreateParams.d.ts +4 -3
  1111. package/dist/model/wTQRCodeDesignCreateParams.js +5 -1
  1112. package/dist/model/wTQRCodeDesignCreateParams.js.map +1 -1
  1113. package/dist/model/wTQRCodeDesignUpdateParams.d.ts +4 -3
  1114. package/dist/model/wTQRCodeDesignUpdateParams.js +5 -1
  1115. package/dist/model/wTQRCodeDesignUpdateParams.js.map +1 -1
  1116. package/dist/model/wTRole.js +0 -1
  1117. package/dist/model/wTRole.js.map +1 -1
  1118. package/dist/model/wTRoomRateCreateParams.d.ts +19 -0
  1119. package/dist/model/wTRoomRateCreateParams.js +42 -0
  1120. package/dist/model/wTRoomRateCreateParams.js.map +1 -0
  1121. package/dist/model/wTRoomRateUpdateParams.d.ts +19 -0
  1122. package/dist/model/wTRoomRateUpdateParams.js +42 -0
  1123. package/dist/model/wTRoomRateUpdateParams.js.map +1 -0
  1124. package/dist/model/wTSMSAcquirePhoneNumber.js +0 -1
  1125. package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -1
  1126. package/dist/model/wTSMSImportOptInListSubscribers.js +0 -1
  1127. package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -1
  1128. package/dist/model/wTSMSImportedListCreate.js +0 -1
  1129. package/dist/model/wTSMSImportedListCreate.js.map +1 -1
  1130. package/dist/model/wTSMSOptInListSourceCreate.js +0 -1
  1131. package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -1
  1132. package/dist/model/wTSMSUpdatePhoneNumberConfig.js +0 -1
  1133. package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -1
  1134. package/dist/model/wTServiceCreateParams.d.ts +19 -0
  1135. package/dist/model/wTServiceCreateParams.js +42 -0
  1136. package/dist/model/wTServiceCreateParams.js.map +1 -0
  1137. package/dist/model/wTServiceUpdateParams.d.ts +19 -0
  1138. package/dist/model/wTServiceUpdateParams.js +42 -0
  1139. package/dist/model/wTServiceUpdateParams.js.map +1 -0
  1140. package/dist/model/wTSettingsSetPassword.js +0 -1
  1141. package/dist/model/wTSettingsSetPassword.js.map +1 -1
  1142. package/dist/model/wTSmsSubscriberCreateParams.d.ts +14 -0
  1143. package/dist/model/wTSmsSubscriberCreateParams.js +17 -0
  1144. package/dist/model/wTSmsSubscriberCreateParams.js.map +1 -0
  1145. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.d.ts +15 -0
  1146. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js +22 -0
  1147. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js.map +1 -0
  1148. package/dist/model/wTSmsSubscriberUpdateParams.d.ts +14 -0
  1149. package/dist/model/wTSmsSubscriberUpdateParams.js +17 -0
  1150. package/dist/model/wTSmsSubscriberUpdateParams.js.map +1 -0
  1151. package/dist/model/wTStaticVoucher.d.ts +6 -3
  1152. package/dist/model/wTStaticVoucher.js +3 -4
  1153. package/dist/model/wTStaticVoucher.js.map +1 -1
  1154. package/dist/model/wTStaticVoucherCampaign.d.ts +4 -2
  1155. package/dist/model/wTStaticVoucherCampaign.js +2 -3
  1156. package/dist/model/wTStaticVoucherCampaign.js.map +1 -1
  1157. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +0 -1
  1158. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -1
  1159. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +0 -1
  1160. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -1
  1161. package/dist/model/wTStaticVoucherCreateParams.d.ts +2 -1
  1162. package/dist/model/wTStaticVoucherCreateParams.js +1 -2
  1163. package/dist/model/wTStaticVoucherCreateParams.js.map +1 -1
  1164. package/dist/model/wTStaticVoucherUpdateParams.js +0 -1
  1165. package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -1
  1166. package/dist/model/wTSystemApprovePhoneNumber.js +0 -1
  1167. package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -1
  1168. package/dist/model/wTSystemRoleCreate.js +0 -1
  1169. package/dist/model/wTSystemRoleCreate.js.map +1 -1
  1170. package/dist/model/wTTCPAOpt.d.ts +4 -2
  1171. package/dist/model/wTTCPAOpt.js +2 -3
  1172. package/dist/model/wTTCPAOpt.js.map +1 -1
  1173. package/dist/model/wTTCPAOptListID.d.ts +13 -0
  1174. package/dist/model/wTTCPAOptListID.js +11 -0
  1175. package/dist/model/wTTCPAOptListID.js.map +1 -0
  1176. package/dist/model/wTTCPAOptSourceID.d.ts +13 -0
  1177. package/dist/model/wTTCPAOptSourceID.js +11 -0
  1178. package/dist/model/wTTCPAOptSourceID.js.map +1 -0
  1179. package/dist/model/wTTicket.d.ts +34 -0
  1180. package/dist/model/wTTicket.js +112 -0
  1181. package/dist/model/wTTicket.js.map +1 -0
  1182. package/dist/model/wTTicketCreateParams.d.ts +19 -0
  1183. package/dist/model/wTTicketCreateParams.js +42 -0
  1184. package/dist/model/wTTicketCreateParams.js.map +1 -0
  1185. package/dist/model/wTTicketUpdateParams.d.ts +18 -0
  1186. package/dist/model/wTTicketUpdateParams.js +37 -0
  1187. package/dist/model/wTTicketUpdateParams.js.map +1 -0
  1188. package/dist/model/wTTwilioRequestAuthyCode.js +0 -1
  1189. package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -1
  1190. package/dist/model/wTTwilioVerifyAuthyCode.js +0 -1
  1191. package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -1
  1192. package/dist/model/wTVideoCreateParams.d.ts +18 -0
  1193. package/dist/model/wTVideoCreateParams.js +37 -0
  1194. package/dist/model/wTVideoCreateParams.js.map +1 -0
  1195. package/dist/model/wTVideoUpdateParams.d.ts +18 -0
  1196. package/dist/model/wTVideoUpdateParams.js +37 -0
  1197. package/dist/model/wTVideoUpdateParams.js.map +1 -0
  1198. package/dist/model/wTVirtualBusinessCardCreateParams.js +0 -1
  1199. package/dist/model/wTVirtualBusinessCardCreateParams.js.map +1 -1
  1200. package/dist/model/wTVirtualBusinessCardUpdateParams.js +0 -1
  1201. package/dist/model/wTVirtualBusinessCardUpdateParams.js.map +1 -1
  1202. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +29 -2
  1203. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +134 -5
  1204. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
  1205. package/dist/model/wTWalletItemRedemption.js +0 -1
  1206. package/dist/model/wTWalletItemRedemption.js.map +1 -1
  1207. package/dist/model/wTWalletObjectPrefixCounts.js +0 -1
  1208. package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -1
  1209. package/dist/model/wTWalletPageView.d.ts +4 -1
  1210. package/dist/model/wTWalletPageView.js +11 -2
  1211. package/dist/model/wTWalletPageView.js.map +1 -1
  1212. package/dist/model/wTWalletPageViewCount.js +0 -1
  1213. package/dist/model/wTWalletPageViewCount.js.map +1 -1
  1214. package/dist/model/wTWalletPageViewGeoPoint.js +0 -1
  1215. package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -1
  1216. package/dist/model/wTWalletPageViewId.d.ts +13 -0
  1217. package/dist/model/wTWalletPageViewId.js +11 -0
  1218. package/dist/model/wTWalletPageViewId.js.map +1 -0
  1219. package/dist/model/walletConfiguration.d.ts +29 -2
  1220. package/dist/model/walletConfiguration.js +134 -5
  1221. package/dist/model/walletConfiguration.js.map +1 -1
  1222. package/dist/model/walletConfigurationSmsOptInSourceID.d.ts +13 -0
  1223. package/dist/model/walletConfigurationSmsOptInSourceID.js +11 -0
  1224. package/dist/model/walletConfigurationSmsOptInSourceID.js.map +1 -0
  1225. package/dist/model/walletPageView.d.ts +4 -1
  1226. package/dist/model/walletPageView.js +11 -2
  1227. package/dist/model/walletPageView.js.map +1 -1
  1228. package/dist/model/webpage.js +0 -1
  1229. package/dist/model/webpage.js.map +1 -1
  1230. package/model/a2PApplicationSubmission.ts +250 -0
  1231. package/model/advertisementCredit.ts +7 -5
  1232. package/model/advertisementCreditBroadcast.ts +13 -9
  1233. package/model/advertisementCreditScan.ts +10 -13
  1234. package/model/amenity.ts +92 -0
  1235. package/model/announcement.ts +1 -1
  1236. package/model/applicableTerminals.ts +1 -8
  1237. package/model/authError.ts +1 -1
  1238. package/model/availablePhoneNumbersRequest.ts +1 -1
  1239. package/model/browserDetails.ts +7 -1
  1240. package/model/{applicableTerminalsAnyOf3.ts → businessClassification.ts} +6 -3
  1241. package/model/businessIndustry.ts +49 -0
  1242. package/model/businessRegionsOfOperation.ts +22 -0
  1243. package/model/businessRegistrationIdentifier.ts +26 -0
  1244. package/model/businessStockExchanges.ts +43 -0
  1245. package/model/businessType.ts +22 -0
  1246. package/model/claimTicketRequest.ts +31 -0
  1247. package/model/clickFunnelAmount.ts +1 -1
  1248. package/model/clickFunnelContact.ts +13 -1
  1249. package/model/clickFunnelContactProfile.ts +1 -1
  1250. package/model/clickFunnelEvent.ts +1 -1
  1251. package/model/clickFunnelOriginalAmount.ts +1 -1
  1252. package/model/clickFunnelProduct.ts +1 -1
  1253. package/model/clickFunnelPurchase.ts +1 -1
  1254. package/model/clickFunnelRegistration.ts +1 -1
  1255. package/model/countClaimedComps200Response.ts +37 -0
  1256. package/model/{inlineResponse2001.ts → createFile200Response.ts} +3 -3
  1257. package/model/createStaticVoucherCampaign.ts +7 -5
  1258. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +7 -5
  1259. package/model/dashboardWidget.ts +1 -1
  1260. package/model/dining.ts +92 -0
  1261. package/model/document.ts +1 -1
  1262. package/model/duplicateRowFound.ts +1 -1
  1263. package/model/dynamicVoucher.ts +10 -7
  1264. package/model/dynamicVoucherBroadcast.ts +13 -9
  1265. package/model/dynamicVoucherBroadcastListType.ts +26 -0
  1266. package/model/dynamicVoucherTemporalDecreaseFrequencyType.ts +26 -0
  1267. package/model/emailSubscriber.ts +74 -0
  1268. package/model/employee.ts +21 -17
  1269. package/model/employeeAPIKey.ts +4 -3
  1270. package/model/employeeActivityLog.ts +1 -1
  1271. package/model/employeeAlert.ts +1 -1
  1272. package/model/employeeScheduleStartDay.ts +26 -0
  1273. package/model/employeeScheduleStartHour.ts +26 -0
  1274. package/model/employeeScheduleStartMeridiem.ts +26 -0
  1275. package/model/employeeScheduleStartMinute.ts +26 -0
  1276. package/model/entityTooLarge.ts +1 -1
  1277. package/model/exportDataFile.ts +1 -1
  1278. package/model/falsumError.ts +1 -1
  1279. package/model/falsumField.ts +1 -1
  1280. package/model/feature.ts +1 -1
  1281. package/model/{inlineResponse20010.ts → fetchAllCountries200ResponseInner.ts} +3 -3
  1282. package/model/{inlineResponse2005.ts → fetchAllLedgerTransactions200Response.ts} +3 -3
  1283. package/model/{inlineResponse2009.ts → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.ts} +6 -5
  1284. package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.ts +26 -0
  1285. package/model/fetchCustomerTicketsWithTokenRequest.ts +37 -0
  1286. package/model/fetchDomainsByIndustry200Response.ts +67 -0
  1287. package/model/{inlineResponse2008.ts → fetchImportedListRecipientsByPage200Response.ts} +3 -3
  1288. package/model/{inlineResponse2003.ts → fetchInboundSMSByPage200Response.ts} +3 -3
  1289. package/model/{inlineResponse200.ts → fetchIndustry200Response.ts} +3 -3
  1290. package/model/{inlineResponse2002.ts → fetchMembersCount200Response.ts} +3 -3
  1291. package/model/{inlineResponse2007.ts → fetchOptInListSubscribersByPage200Response.ts} +3 -3
  1292. package/model/{inlineResponse2006.ts → fetchOutboundSMSByPage200Response.ts} +3 -3
  1293. package/model/fetchPerformanceTicketsPage200Response.ts +38 -0
  1294. package/model/{inlineResponse2004.ts → fetchStaticVouchersPage200Response.ts} +3 -3
  1295. package/model/forbiddenRequest.ts +1 -1
  1296. package/model/foreignKeyDoesNotExist.ts +1 -1
  1297. package/model/gaming.ts +92 -0
  1298. package/model/helpDeskRequest.ts +4 -3
  1299. package/model/imageGrid.ts +4 -3
  1300. package/model/importTicketsRequest.ts +32 -0
  1301. package/model/importedList.ts +4 -3
  1302. package/model/importedListRecipient.ts +4 -3
  1303. package/model/inboundSMS.ts +4 -3
  1304. package/model/internalServerError.ts +1 -1
  1305. package/model/{applicableTerminalsAnyOf.ts → jobPosition.ts} +9 -3
  1306. package/model/ledgerEntry.ts +10 -7
  1307. package/model/ledgerEntryParentObjectID.ts +26 -0
  1308. package/model/ledgerEntryTransactionType.ts +26 -0
  1309. package/model/linkBook.ts +7 -5
  1310. package/model/linkBookSection.ts +4 -3
  1311. package/model/loginStatus200Response.ts +50 -0
  1312. package/model/loginStatus200ResponseAnyOf.ts +37 -0
  1313. package/model/lounge.ts +92 -0
  1314. package/model/mSAnalyticsMemberCountPartitionedByDate.ts +1 -1
  1315. package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +1 -1
  1316. package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +1 -1
  1317. package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +1 -1
  1318. package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +1 -1
  1319. package/model/mSMemberHistory.ts +16 -1
  1320. package/model/mSMemberHistoryPagination.ts +1 -1
  1321. package/model/mSMemberRedemption.ts +7 -11
  1322. package/model/mSMemberRedemptionPagination.ts +1 -1
  1323. package/model/mSMemberRedemptionTransactionType.ts +29 -0
  1324. package/model/mSMembershipTierHistory.ts +1 -1
  1325. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  1326. package/model/mSMembershipTierRedemption.ts +7 -11
  1327. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  1328. package/model/mSMerchantCreditHistory.ts +1 -1
  1329. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  1330. package/model/mSMerchantCreditRedemption.ts +7 -11
  1331. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  1332. package/model/mediaFile.ts +1 -1
  1333. package/model/member.ts +16 -1
  1334. package/model/memberSearch.ts +10 -16
  1335. package/model/memberSearchSearchKey.ts +29 -0
  1336. package/model/memberSearchSortKey.ts +29 -0
  1337. package/model/merchant.ts +8 -2
  1338. package/model/merchantCreditSearch.ts +1 -1
  1339. package/model/merchantNotInitialized.ts +1 -1
  1340. package/model/merchantURL.ts +4 -3
  1341. package/model/message.ts +1 -1
  1342. package/model/messageDirection.ts +26 -0
  1343. package/model/messageStatus.ts +26 -0
  1344. package/model/models.ts +340 -105
  1345. package/model/moduleError.ts +1 -1
  1346. package/model/newsArticle.ts +4 -3
  1347. package/model/optInList.ts +4 -3
  1348. package/model/optInListSource.ts +4 -3
  1349. package/model/optInListSubscriber.ts +7 -5
  1350. package/model/outboundSMS.ts +10 -7
  1351. package/model/paginatedWTMembers.ts +1 -1
  1352. package/model/paginatedWTMerchantCredits.ts +1 -1
  1353. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  1354. package/model/paginationRequestWithSortOptions.ts +4 -6
  1355. package/model/paginationRequestWithSortOptionsSortOrder.ts +29 -0
  1356. package/model/paymentDesign.ts +7 -5
  1357. package/model/performance.ts +28 -3
  1358. package/model/phoneNumber.ts +4 -3
  1359. package/model/phoneNumberCapabilities.ts +49 -0
  1360. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts +4 -3
  1361. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +4 -3
  1362. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  1363. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  1364. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +16 -1
  1365. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +16 -1
  1366. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  1367. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  1368. package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +4 -6
  1369. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  1370. package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +1 -1
  1371. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  1372. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  1373. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts +1 -1
  1374. package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.ts +4 -3
  1375. package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.ts +26 -0
  1376. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  1377. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  1378. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -5
  1379. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.ts +26 -0
  1380. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.ts +26 -0
  1381. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +4 -3
  1382. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +7 -11
  1383. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +4 -3
  1384. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +4 -3
  1385. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.ts +26 -0
  1386. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  1387. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.ts +4 -3
  1388. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +4 -3
  1389. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.ts +26 -0
  1390. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +7 -11
  1391. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.ts +29 -0
  1392. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.ts +29 -0
  1393. package/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.ts +46 -0
  1394. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +21 -17
  1395. package/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.ts} +18 -3
  1396. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  1397. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  1398. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  1399. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +10 -7
  1400. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.ts +26 -0
  1401. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.ts +26 -0
  1402. package/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.ts +34 -0
  1403. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +4 -3
  1404. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  1405. package/model/plan.ts +1 -1
  1406. package/model/portalPage.ts +14 -2
  1407. package/model/presignedPost.ts +1 -1
  1408. package/model/presignedPostFields.ts +1 -1
  1409. package/model/product.ts +1 -1
  1410. package/model/{applicableTerminalsAnyOf1.ts → profileStatuses.ts} +7 -3
  1411. package/model/promoCode.ts +4 -3
  1412. package/model/qRCodeDesign.ts +13 -6
  1413. package/model/reachPerformanceStats.ts +1 -1
  1414. package/model/request.ts +1 -1
  1415. package/model/response.ts +1 -1
  1416. package/model/role.ts +1 -1
  1417. package/model/roleAuditLog.ts +1 -1
  1418. package/model/roomRate.ts +92 -0
  1419. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  1420. package/model/sSOptInSource.ts +1 -1
  1421. package/model/sSOutboundStatuses.ts +1 -7
  1422. package/model/{inlineObject1.ts → saveMerchantCreditPaymentDesignRequest.ts} +3 -3
  1423. package/model/saveTicketSettingsRequest.ts +50 -0
  1424. package/model/saveTicketSettingsRequestPaymentDesignID.ts +26 -0
  1425. package/model/service.ts +92 -0
  1426. package/model/simpleSMSBroadcast.ts +13 -9
  1427. package/model/smsSubscriber.ts +62 -0
  1428. package/model/staticVoucher.ts +10 -13
  1429. package/model/staticVoucherCampaign.ts +7 -5
  1430. package/model/staticVoucherCampaignBroadcast.ts +10 -7
  1431. package/model/staticVoucherCampaignGroup.ts +4 -3
  1432. package/model/staticVoucherCampaignUpdate.ts +4 -3
  1433. package/model/status.ts +1 -5
  1434. package/model/subscriptionFeature.ts +1 -1
  1435. package/model/subscriptionPlan.ts +1 -1
  1436. package/model/subscriptionProduct.ts +13 -1
  1437. package/model/tcpa.ts +4 -3
  1438. package/model/ticket.ts +149 -0
  1439. package/model/trustBundleStatuses.ts +21 -0
  1440. package/model/{inlineObject.ts → updateEmailNotificationPreferenceRequest.ts} +3 -3
  1441. package/model/updateStaticVoucherCampaignWithVoucher.ts +7 -5
  1442. package/model/updateStaticVoucherCampaignWithVoucherVoucherID.ts +26 -0
  1443. package/model/vSCampaignGeneratedMessage.ts +1 -1
  1444. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  1445. package/model/vSDynamicVoucherStatus.ts +1 -3
  1446. package/model/video.ts +86 -0
  1447. package/model/virtualBusinessCard.ts +4 -3
  1448. package/model/wTA2PApplicationUpdateParams.ts +178 -0
  1449. package/model/wTAdvertisementCredit.ts +7 -5
  1450. package/model/wTAdvertisementCreditCreateParams.ts +4 -3
  1451. package/model/wTAdvertisementCreditScan.ts +10 -13
  1452. package/model/wTAdvertisementCreditUpdateParams.ts +4 -3
  1453. package/model/wTAmenityCreateParams.ts +61 -0
  1454. package/model/wTAmenityUpdateParams.ts +61 -0
  1455. package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +1 -1
  1456. package/model/wTAuthenticationForgotPassword.ts +1 -1
  1457. package/model/wTAuthenticationLoginRequest.ts +1 -1
  1458. package/model/wTAuthenticationLoginResponse.ts +7 -1
  1459. package/model/wTAuthenticationRegister.ts +1 -1
  1460. package/model/wTAuthenticationRequestResetPassword.ts +1 -1
  1461. package/model/wTAuthenticationResetPassword.ts +1 -1
  1462. package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
  1463. package/model/wTBillingChangePlan.ts +1 -1
  1464. package/model/wTBillingSavePaymentMethod.ts +1 -1
  1465. package/model/wTBillingVerifyPaymentMethodResponse.ts +1 -1
  1466. package/model/wTCountResult.ts +1 -1
  1467. package/model/wTCustomerSearchByMemberID.ts +1 -1
  1468. package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
  1469. package/model/wTDiningCreateParams.ts +61 -0
  1470. package/model/wTDiningUpdateParams.ts +61 -0
  1471. package/model/wTDynamicVoucher.ts +10 -7
  1472. package/model/wTDynamicVoucherCreateParams.ts +4 -3
  1473. package/model/wTDynamicVoucherRedemption.ts +10 -13
  1474. package/model/wTDynamicVoucherRedemptionTransactionType.ts +29 -0
  1475. package/model/wTDynamicVoucherSummary.ts +4 -3
  1476. package/model/wTDynamicVoucherSummaryStatus.ts +26 -0
  1477. package/model/wTDynamicVoucherUpdateParams.ts +4 -3
  1478. package/model/wTEmailSubscriberCreateParams.ts +43 -0
  1479. package/model/wTEmailSubscriberCreateParamsWalletUI.ts +49 -0
  1480. package/model/wTEmailSubscriberUpdateParams.ts +43 -0
  1481. package/model/wTEmployee.ts +21 -17
  1482. package/model/wTEmployeeAPIKey.ts +4 -3
  1483. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  1484. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  1485. package/model/wTEmployeeCreate.ts +21 -17
  1486. package/model/wTEmployeeCreateDocument.ts +1 -1
  1487. package/model/wTEmployeeCreateMediaFile.ts +1 -1
  1488. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
  1489. package/model/wTEmployeeFileCreate.ts +1 -1
  1490. package/model/wTEmployeeImportRecords.ts +1 -1
  1491. package/model/wTEmployeeNotification.ts +4 -3
  1492. package/model/wTEmployeeNotificationType.ts +26 -0
  1493. package/model/wTEmployeePeerRoles.ts +1 -1
  1494. package/model/wTEmployeeS3FilePresign.ts +4 -3
  1495. package/model/wTEmployeeS3FilePresignContext.ts +26 -0
  1496. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
  1497. package/model/wTEmployeeScheduleSimpleSMS.ts +4 -3
  1498. package/model/wTEmployeeScheduleSimpleSMSListType.ts +26 -0
  1499. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
  1500. package/model/wTEmployeeSendHelpDeskResponse.ts +1 -1
  1501. package/model/wTEmployeeUpdate.ts +21 -17
  1502. package/model/wTEmployeeUpdateRecords.ts +1 -1
  1503. package/model/{wTFetchWalletPaymentObjectWithToken.ts → wTFetchWalletPaymentObjectsWithToken.ts} +9 -3
  1504. package/model/wTGamingCreateParams.ts +61 -0
  1505. package/model/wTGamingUpdateParams.ts +61 -0
  1506. package/model/wTImageGridCreateParams.ts +1 -1
  1507. package/model/wTImageGridUpdateParams.ts +1 -1
  1508. package/model/wTImportedList.ts +4 -3
  1509. package/model/wTImportedListRecipientFromMembershipTierImport.ts +4 -3
  1510. package/model/wTImportedListRecipientFromMembershipTierImportTierID.ts +26 -0
  1511. package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
  1512. package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
  1513. package/model/wTInfoGenesisRoutingIDs.ts +1 -1
  1514. package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
  1515. package/model/wTLinkBook.ts +7 -5
  1516. package/model/wTLinkBookCreateParams.ts +4 -3
  1517. package/model/wTLinkBookLinkBookSectionID.ts +26 -0
  1518. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  1519. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  1520. package/model/wTLinkBookUpdateParams.ts +4 -3
  1521. package/model/wTLocalInstance.ts +107 -0
  1522. package/model/wTLoungeCreateParams.ts +61 -0
  1523. package/model/wTLoungeUpdateParams.ts +61 -0
  1524. package/model/wTMember.ts +16 -1
  1525. package/model/wTMemberCreationParams.ts +16 -1
  1526. package/model/wTMembershipTier.ts +4 -6
  1527. package/model/wTMembershipTierCreationParams.ts +1 -1
  1528. package/model/wTMembershipTierId.ts +29 -0
  1529. package/model/wTMembershipTierUpdateParams.ts +1 -1
  1530. package/model/wTMembershipTierWithMemberCount.ts +4 -6
  1531. package/model/wTMerchantCredit.ts +1 -1
  1532. package/model/wTMerchantCreditCreationParams.ts +1 -1
  1533. package/model/wTMerchantURLCreate.ts +1 -1
  1534. package/model/wTMerchantURLUpdate.ts +1 -1
  1535. package/model/wTMerchantUpdate.ts +2 -2
  1536. package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
  1537. package/model/wTMerchantUpdatePointsOfContact.ts +1 -1
  1538. package/model/wTMessageInstance.ts +153 -0
  1539. package/model/wTNewsArticleCreateParams.ts +1 -1
  1540. package/model/wTNewsArticleUpdateParams.ts +1 -1
  1541. package/model/wTOptInList.ts +4 -3
  1542. package/model/wTOptInListCreationParams.ts +1 -1
  1543. package/model/wTPaymentDesign.ts +7 -5
  1544. package/model/wTPaymentDesignCreateParams.ts +4 -3
  1545. package/model/wTPaymentDesignUpdateParams.ts +4 -3
  1546. package/model/wTPerformanceCreateParams.ts +25 -1
  1547. package/model/wTPerformanceUpdateParams.ts +25 -1
  1548. package/model/wTPosMachine.ts +1 -1
  1549. package/model/wTPosMachineCreateParams.ts +1 -1
  1550. package/model/wTPosMachineUpdateParams.ts +1 -1
  1551. package/model/wTProductCreateParams.ts +61 -0
  1552. package/model/wTProductUpdateParams.ts +61 -0
  1553. package/model/wTPromoCodeCreateParams.ts +1 -1
  1554. package/model/wTPromoCodeUpdateParams.ts +1 -1
  1555. package/model/wTQRCodeDesign.ts +13 -6
  1556. package/model/wTQRCodeDesignCreateParams.ts +10 -4
  1557. package/model/wTQRCodeDesignUpdateParams.ts +10 -4
  1558. package/model/wTRole.ts +1 -1
  1559. package/model/wTRoomRateCreateParams.ts +61 -0
  1560. package/model/wTRoomRateUpdateParams.ts +61 -0
  1561. package/model/wTSMSAcquirePhoneNumber.ts +1 -1
  1562. package/model/wTSMSImportOptInListSubscribers.ts +1 -1
  1563. package/model/wTSMSImportedListCreate.ts +1 -1
  1564. package/model/wTSMSOptInListSourceCreate.ts +1 -1
  1565. package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
  1566. package/model/wTServiceCreateParams.ts +61 -0
  1567. package/model/wTServiceUpdateParams.ts +61 -0
  1568. package/model/wTSettingsSetPassword.ts +1 -1
  1569. package/model/wTSmsSubscriberCreateParams.ts +31 -0
  1570. package/model/wTSmsSubscriberCreateParamsWalletUI.ts +37 -0
  1571. package/model/wTSmsSubscriberUpdateParams.ts +31 -0
  1572. package/model/wTStaticVoucher.ts +10 -13
  1573. package/model/wTStaticVoucherCampaign.ts +7 -5
  1574. package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
  1575. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
  1576. package/model/wTStaticVoucherCreateParams.ts +4 -3
  1577. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  1578. package/model/wTSystemApprovePhoneNumber.ts +1 -1
  1579. package/model/wTSystemRoleCreate.ts +1 -1
  1580. package/model/wTTCPAOpt.ts +7 -5
  1581. package/model/wTTCPAOptListID.ts +26 -0
  1582. package/model/wTTCPAOptSourceID.ts +26 -0
  1583. package/model/wTTicket.ts +149 -0
  1584. package/model/wTTicketCreateParams.ts +64 -0
  1585. package/model/wTTicketUpdateParams.ts +58 -0
  1586. package/model/wTTwilioRequestAuthyCode.ts +1 -1
  1587. package/model/wTTwilioVerifyAuthyCode.ts +1 -1
  1588. package/model/wTVideoCreateParams.ts +55 -0
  1589. package/model/wTVideoUpdateParams.ts +55 -0
  1590. package/model/wTVirtualBusinessCardCreateParams.ts +1 -1
  1591. package/model/wTVirtualBusinessCardUpdateParams.ts +1 -1
  1592. package/model/wTWalletConfigurationSaveWalletRecord.ts +164 -7
  1593. package/model/wTWalletItemRedemption.ts +1 -1
  1594. package/model/wTWalletObjectPrefixCounts.ts +1 -1
  1595. package/model/wTWalletPageView.ts +16 -3
  1596. package/model/wTWalletPageViewCount.ts +1 -1
  1597. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  1598. package/model/wTWalletPageViewId.ts +26 -0
  1599. package/model/walletConfiguration.ts +164 -7
  1600. package/model/walletConfigurationSmsOptInSourceID.ts +26 -0
  1601. package/model/walletPageView.ts +16 -3
  1602. package/model/webpage.ts +1 -1
  1603. package/openapitools.json +7 -0
  1604. package/package.json +1 -1
  1605. package/api/utilitiesApi.ts +0 -157
  1606. package/dist/api/utilitiesApi.d.ts +0 -35
  1607. package/dist/api/utilitiesApi.js +0 -129
  1608. package/dist/api/utilitiesApi.js.map +0 -1
  1609. package/dist/model/agreement.d.ts +0 -31
  1610. package/dist/model/agreement.js +0 -103
  1611. package/dist/model/agreement.js.map +0 -1
  1612. package/dist/model/applicableTerminalsAnyOf.d.ts +0 -3
  1613. package/dist/model/applicableTerminalsAnyOf.js +0 -8
  1614. package/dist/model/applicableTerminalsAnyOf.js.map +0 -1
  1615. package/dist/model/applicableTerminalsAnyOf1.d.ts +0 -3
  1616. package/dist/model/applicableTerminalsAnyOf1.js +0 -8
  1617. package/dist/model/applicableTerminalsAnyOf1.js.map +0 -1
  1618. package/dist/model/applicableTerminalsAnyOf2.d.ts +0 -3
  1619. package/dist/model/applicableTerminalsAnyOf2.js +0 -8
  1620. package/dist/model/applicableTerminalsAnyOf2.js.map +0 -1
  1621. package/dist/model/applicableTerminalsAnyOf3.d.ts +0 -3
  1622. package/dist/model/applicableTerminalsAnyOf3.js +0 -8
  1623. package/dist/model/applicableTerminalsAnyOf3.js.map +0 -1
  1624. package/dist/model/applicableTerminalsAnyOf4.d.ts +0 -3
  1625. package/dist/model/applicableTerminalsAnyOf4.js +0 -8
  1626. package/dist/model/applicableTerminalsAnyOf4.js.map +0 -1
  1627. package/dist/model/applicableTerminalsAnyOf5.d.ts +0 -3
  1628. package/dist/model/applicableTerminalsAnyOf5.js +0 -8
  1629. package/dist/model/applicableTerminalsAnyOf5.js.map +0 -1
  1630. package/dist/model/applicableTerminalsAnyOf6.d.ts +0 -3
  1631. package/dist/model/applicableTerminalsAnyOf6.js +0 -8
  1632. package/dist/model/applicableTerminalsAnyOf6.js.map +0 -1
  1633. package/dist/model/inlineObject.js +0 -18
  1634. package/dist/model/inlineObject.js.map +0 -1
  1635. package/dist/model/inlineObject1.js +0 -18
  1636. package/dist/model/inlineObject1.js.map +0 -1
  1637. package/dist/model/inlineResponse2001.js.map +0 -1
  1638. package/dist/model/inlineResponse20010.js.map +0 -1
  1639. package/dist/model/inlineResponse2002.js +0 -18
  1640. package/dist/model/inlineResponse2002.js.map +0 -1
  1641. package/dist/model/inlineResponse2003.js.map +0 -1
  1642. package/dist/model/inlineResponse2004.js +0 -23
  1643. package/dist/model/inlineResponse2004.js.map +0 -1
  1644. package/dist/model/inlineResponse2005.js.map +0 -1
  1645. package/dist/model/inlineResponse2006.js.map +0 -1
  1646. package/dist/model/inlineResponse2007.js +0 -28
  1647. package/dist/model/inlineResponse2007.js.map +0 -1
  1648. package/dist/model/inlineResponse2008.js +0 -28
  1649. package/dist/model/inlineResponse2008.js.map +0 -1
  1650. package/dist/model/inlineResponse2009.js.map +0 -1
  1651. package/dist/model/paymentPrefixes.d.ts +0 -25
  1652. package/dist/model/paymentPrefixes.js +0 -73
  1653. package/dist/model/paymentPrefixes.js.map +0 -1
  1654. package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js.map +0 -1
  1655. package/dist/model/sSOutboundStatusesAnyOf.d.ts +0 -3
  1656. package/dist/model/sSOutboundStatusesAnyOf.js +0 -8
  1657. package/dist/model/sSOutboundStatusesAnyOf.js.map +0 -1
  1658. package/dist/model/sSOutboundStatusesAnyOf1.d.ts +0 -3
  1659. package/dist/model/sSOutboundStatusesAnyOf1.js +0 -8
  1660. package/dist/model/sSOutboundStatusesAnyOf1.js.map +0 -1
  1661. package/dist/model/sSOutboundStatusesAnyOf2.d.ts +0 -3
  1662. package/dist/model/sSOutboundStatusesAnyOf2.js +0 -8
  1663. package/dist/model/sSOutboundStatusesAnyOf2.js.map +0 -1
  1664. package/dist/model/sSOutboundStatusesAnyOf3.d.ts +0 -3
  1665. package/dist/model/sSOutboundStatusesAnyOf3.js +0 -8
  1666. package/dist/model/sSOutboundStatusesAnyOf3.js.map +0 -1
  1667. package/dist/model/sSOutboundStatusesAnyOf4.d.ts +0 -3
  1668. package/dist/model/sSOutboundStatusesAnyOf4.js +0 -8
  1669. package/dist/model/sSOutboundStatusesAnyOf4.js.map +0 -1
  1670. package/dist/model/sSOutboundStatusesAnyOf5.d.ts +0 -3
  1671. package/dist/model/sSOutboundStatusesAnyOf5.js +0 -8
  1672. package/dist/model/sSOutboundStatusesAnyOf5.js.map +0 -1
  1673. package/dist/model/statusAnyOf.d.ts +0 -3
  1674. package/dist/model/statusAnyOf.js +0 -8
  1675. package/dist/model/statusAnyOf.js.map +0 -1
  1676. package/dist/model/statusAnyOf1.d.ts +0 -3
  1677. package/dist/model/statusAnyOf1.js +0 -8
  1678. package/dist/model/statusAnyOf1.js.map +0 -1
  1679. package/dist/model/statusAnyOf2.d.ts +0 -3
  1680. package/dist/model/statusAnyOf2.js +0 -8
  1681. package/dist/model/statusAnyOf2.js.map +0 -1
  1682. package/dist/model/statusAnyOf3.d.ts +0 -3
  1683. package/dist/model/statusAnyOf3.js +0 -8
  1684. package/dist/model/statusAnyOf3.js.map +0 -1
  1685. package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +0 -1
  1686. package/dist/model/wTSMSCreateAgreement.d.ts +0 -25
  1687. package/dist/model/wTSMSCreateAgreement.js +0 -73
  1688. package/dist/model/wTSMSCreateAgreement.js.map +0 -1
  1689. package/model/agreement.ts +0 -133
  1690. package/model/applicableTerminalsAnyOf2.ts +0 -17
  1691. package/model/applicableTerminalsAnyOf4.ts +0 -17
  1692. package/model/applicableTerminalsAnyOf5.ts +0 -17
  1693. package/model/applicableTerminalsAnyOf6.ts +0 -17
  1694. package/model/paymentPrefixes.ts +0 -97
  1695. package/model/sSOutboundStatusesAnyOf.ts +0 -17
  1696. package/model/sSOutboundStatusesAnyOf1.ts +0 -17
  1697. package/model/sSOutboundStatusesAnyOf2.ts +0 -17
  1698. package/model/sSOutboundStatusesAnyOf3.ts +0 -17
  1699. package/model/sSOutboundStatusesAnyOf4.ts +0 -17
  1700. package/model/sSOutboundStatusesAnyOf5.ts +0 -17
  1701. package/model/statusAnyOf.ts +0 -17
  1702. package/model/statusAnyOf1.ts +0 -17
  1703. package/model/statusAnyOf2.ts +0 -17
  1704. package/model/statusAnyOf3.ts +0 -17
  1705. package/model/wTSMSCreateAgreement.ts +0 -97
package/model/models.ts CHANGED
@@ -1,21 +1,22 @@
1
1
  import localVarRequest from 'request';
2
2
 
3
+ export * from './a2PApplicationSubmission';
3
4
  export * from './advertisementCredit';
4
5
  export * from './advertisementCreditBroadcast';
5
6
  export * from './advertisementCreditScan';
6
- export * from './agreement';
7
+ export * from './amenity';
7
8
  export * from './announcement';
8
9
  export * from './applicableTerminals';
9
- export * from './applicableTerminalsAnyOf';
10
- export * from './applicableTerminalsAnyOf1';
11
- export * from './applicableTerminalsAnyOf2';
12
- export * from './applicableTerminalsAnyOf3';
13
- export * from './applicableTerminalsAnyOf4';
14
- export * from './applicableTerminalsAnyOf5';
15
- export * from './applicableTerminalsAnyOf6';
16
10
  export * from './authError';
17
11
  export * from './availablePhoneNumbersRequest';
18
12
  export * from './browserDetails';
13
+ export * from './businessClassification';
14
+ export * from './businessIndustry';
15
+ export * from './businessRegionsOfOperation';
16
+ export * from './businessRegistrationIdentifier';
17
+ export * from './businessStockExchanges';
18
+ export * from './businessType';
19
+ export * from './claimTicketRequest';
19
20
  export * from './clickFunnelAmount';
20
21
  export * from './clickFunnelContact';
21
22
  export * from './clickFunnelContactProfile';
@@ -24,46 +25,65 @@ export * from './clickFunnelOriginalAmount';
24
25
  export * from './clickFunnelProduct';
25
26
  export * from './clickFunnelPurchase';
26
27
  export * from './clickFunnelRegistration';
28
+ export * from './countClaimedComps200Response';
29
+ export * from './createFile200Response';
27
30
  export * from './createStaticVoucherCampaign';
28
31
  export * from './createStaticVoucherCampaignWithVoucherWithCSV';
29
32
  export * from './dashboardWidget';
33
+ export * from './dining';
30
34
  export * from './document';
31
35
  export * from './duplicateRowFound';
32
36
  export * from './dynamicVoucher';
33
37
  export * from './dynamicVoucherBroadcast';
38
+ export * from './dynamicVoucherBroadcastListType';
39
+ export * from './dynamicVoucherTemporalDecreaseFrequencyType';
40
+ export * from './emailSubscriber';
34
41
  export * from './employee';
35
42
  export * from './employeeAPIKey';
36
43
  export * from './employeeActivityLog';
37
44
  export * from './employeeAlert';
45
+ export * from './employeeScheduleStartDay';
46
+ export * from './employeeScheduleStartHour';
47
+ export * from './employeeScheduleStartMeridiem';
48
+ export * from './employeeScheduleStartMinute';
38
49
  export * from './entityTooLarge';
39
50
  export * from './exportDataFile';
40
51
  export * from './falsumError';
41
52
  export * from './falsumField';
42
53
  export * from './feature';
54
+ export * from './fetchAllCountries200ResponseInner';
55
+ export * from './fetchAllLedgerTransactions200Response';
56
+ export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner';
57
+ export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType';
58
+ export * from './fetchCustomerTicketsWithTokenRequest';
59
+ export * from './fetchDomainsByIndustry200Response';
60
+ export * from './fetchImportedListRecipientsByPage200Response';
61
+ export * from './fetchInboundSMSByPage200Response';
62
+ export * from './fetchIndustry200Response';
63
+ export * from './fetchMembersCount200Response';
64
+ export * from './fetchOptInListSubscribersByPage200Response';
65
+ export * from './fetchOutboundSMSByPage200Response';
66
+ export * from './fetchPerformanceTicketsPage200Response';
67
+ export * from './fetchStaticVouchersPage200Response';
43
68
  export * from './forbiddenRequest';
44
69
  export * from './foreignKeyDoesNotExist';
70
+ export * from './gaming';
45
71
  export * from './helpDeskRequest';
46
72
  export * from './imageGrid';
73
+ export * from './importTicketsRequest';
47
74
  export * from './importedList';
48
75
  export * from './importedListRecipient';
49
76
  export * from './inboundSMS';
50
- export * from './inlineObject';
51
- export * from './inlineObject1';
52
- export * from './inlineResponse200';
53
- export * from './inlineResponse2001';
54
- export * from './inlineResponse20010';
55
- export * from './inlineResponse2002';
56
- export * from './inlineResponse2003';
57
- export * from './inlineResponse2004';
58
- export * from './inlineResponse2005';
59
- export * from './inlineResponse2006';
60
- export * from './inlineResponse2007';
61
- export * from './inlineResponse2008';
62
- export * from './inlineResponse2009';
63
77
  export * from './internalServerError';
78
+ export * from './jobPosition';
64
79
  export * from './ledgerEntry';
80
+ export * from './ledgerEntryParentObjectID';
81
+ export * from './ledgerEntryTransactionType';
65
82
  export * from './linkBook';
66
83
  export * from './linkBookSection';
84
+ export * from './loginStatus200Response';
85
+ export * from './loginStatus200ResponseAnyOf';
86
+ export * from './lounge';
67
87
  export * from './mSAnalyticsMemberCountPartitionedByDate';
68
88
  export * from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
69
89
  export * from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
@@ -73,6 +93,7 @@ export * from './mSMemberHistory';
73
93
  export * from './mSMemberHistoryPagination';
74
94
  export * from './mSMemberRedemption';
75
95
  export * from './mSMemberRedemptionPagination';
96
+ export * from './mSMemberRedemptionTransactionType';
76
97
  export * from './mSMembershipTierHistory';
77
98
  export * from './mSMembershipTierHistoryPagination';
78
99
  export * from './mSMembershipTierRedemption';
@@ -84,11 +105,15 @@ export * from './mSMerchantCreditRedemptionPagination';
84
105
  export * from './mediaFile';
85
106
  export * from './member';
86
107
  export * from './memberSearch';
108
+ export * from './memberSearchSearchKey';
109
+ export * from './memberSearchSortKey';
87
110
  export * from './merchant';
88
111
  export * from './merchantCreditSearch';
89
112
  export * from './merchantNotInitialized';
90
113
  export * from './merchantURL';
91
114
  export * from './message';
115
+ export * from './messageDirection';
116
+ export * from './messageStatus';
92
117
  export * from './moduleError';
93
118
  export * from './newsArticle';
94
119
  export * from './optInList';
@@ -99,10 +124,11 @@ export * from './paginatedWTMembers';
99
124
  export * from './paginatedWTMerchantCredits';
100
125
  export * from './paginationRequestWithIDAndWithoutSortOptions';
101
126
  export * from './paginationRequestWithSortOptions';
127
+ export * from './paginationRequestWithSortOptionsSortOrder';
102
128
  export * from './paymentDesign';
103
- export * from './paymentPrefixes';
104
129
  export * from './performance';
105
130
  export * from './phoneNumber';
131
+ export * from './phoneNumberCapabilities';
106
132
  export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
107
133
  export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
108
134
  export * from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
@@ -118,23 +144,34 @@ export * from './pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateP
118
144
  export * from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
119
145
  export * from './pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs';
120
146
  export * from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount';
147
+ export * from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID';
121
148
  export * from './pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId';
122
149
  export * from './pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId';
123
150
  export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone';
151
+ export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID';
152
+ export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus';
124
153
  export * from './pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID';
125
154
  export * from './pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt';
126
155
  export * from './pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId';
127
156
  export * from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate';
157
+ export * from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType';
128
158
  export * from './pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType';
129
159
  export * from './pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID';
130
160
  export * from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId';
161
+ export * from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType';
131
162
  export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt';
163
+ export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID';
164
+ export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType';
165
+ export * from './pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId';
132
166
  export * from './pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail';
133
- export * from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber';
167
+ export * from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday';
134
168
  export * from './pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber';
135
169
  export * from './pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID';
136
170
  export * from './pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId';
137
171
  export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID';
172
+ export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus';
173
+ export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix';
174
+ export * from './pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId';
138
175
  export * from './pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime';
139
176
  export * from './pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID';
140
177
  export * from './plan';
@@ -142,6 +179,7 @@ export * from './portalPage';
142
179
  export * from './presignedPost';
143
180
  export * from './presignedPostFields';
144
181
  export * from './product';
182
+ export * from './profileStatuses';
145
183
  export * from './promoCode';
146
184
  export * from './qRCodeDesign';
147
185
  export * from './reachPerformanceStats';
@@ -149,39 +187,43 @@ export * from './request';
149
187
  export * from './response';
150
188
  export * from './role';
151
189
  export * from './roleAuditLog';
190
+ export * from './roomRate';
152
191
  export * from './sSImportedListRecipientCreateParams';
153
192
  export * from './sSOptInSource';
154
193
  export * from './sSOutboundStatuses';
155
- export * from './sSOutboundStatusesAnyOf';
156
- export * from './sSOutboundStatusesAnyOf1';
157
- export * from './sSOutboundStatusesAnyOf2';
158
- export * from './sSOutboundStatusesAnyOf3';
159
- export * from './sSOutboundStatusesAnyOf4';
160
- export * from './sSOutboundStatusesAnyOf5';
194
+ export * from './saveMerchantCreditPaymentDesignRequest';
195
+ export * from './saveTicketSettingsRequest';
196
+ export * from './saveTicketSettingsRequestPaymentDesignID';
197
+ export * from './service';
161
198
  export * from './simpleSMSBroadcast';
199
+ export * from './smsSubscriber';
162
200
  export * from './staticVoucher';
163
201
  export * from './staticVoucherCampaign';
164
202
  export * from './staticVoucherCampaignBroadcast';
165
203
  export * from './staticVoucherCampaignGroup';
166
204
  export * from './staticVoucherCampaignUpdate';
167
205
  export * from './status';
168
- export * from './statusAnyOf';
169
- export * from './statusAnyOf1';
170
- export * from './statusAnyOf2';
171
- export * from './statusAnyOf3';
172
206
  export * from './subscriptionFeature';
173
207
  export * from './subscriptionPlan';
174
208
  export * from './subscriptionProduct';
175
209
  export * from './tcpa';
210
+ export * from './ticket';
211
+ export * from './trustBundleStatuses';
212
+ export * from './updateEmailNotificationPreferenceRequest';
176
213
  export * from './updateStaticVoucherCampaignWithVoucher';
214
+ export * from './updateStaticVoucherCampaignWithVoucherVoucherID';
177
215
  export * from './vSCampaignGeneratedMessage';
178
216
  export * from './vSCampaignGeneratedMessagePagination';
179
217
  export * from './vSDynamicVoucherStatus';
218
+ export * from './video';
180
219
  export * from './virtualBusinessCard';
220
+ export * from './wTA2PApplicationUpdateParams';
181
221
  export * from './wTAdvertisementCredit';
182
222
  export * from './wTAdvertisementCreditCreateParams';
183
223
  export * from './wTAdvertisementCreditScan';
184
224
  export * from './wTAdvertisementCreditUpdateParams';
225
+ export * from './wTAmenityCreateParams';
226
+ export * from './wTAmenityUpdateParams';
185
227
  export * from './wTAuthenticationCheckSessionTokenStatusResponse';
186
228
  export * from './wTAuthenticationForgotPassword';
187
229
  export * from './wTAuthenticationLoginRequest';
@@ -196,11 +238,18 @@ export * from './wTBillingVerifyPaymentMethodResponse';
196
238
  export * from './wTCountResult';
197
239
  export * from './wTCustomerSearchByMemberID';
198
240
  export * from './wTCustomerSearchByPhoneNumber';
241
+ export * from './wTDiningCreateParams';
242
+ export * from './wTDiningUpdateParams';
199
243
  export * from './wTDynamicVoucher';
200
244
  export * from './wTDynamicVoucherCreateParams';
201
245
  export * from './wTDynamicVoucherRedemption';
246
+ export * from './wTDynamicVoucherRedemptionTransactionType';
202
247
  export * from './wTDynamicVoucherSummary';
248
+ export * from './wTDynamicVoucherSummaryStatus';
203
249
  export * from './wTDynamicVoucherUpdateParams';
250
+ export * from './wTEmailSubscriberCreateParams';
251
+ export * from './wTEmailSubscriberCreateParamsWalletUI';
252
+ export * from './wTEmailSubscriberUpdateParams';
204
253
  export * from './wTEmployee';
205
254
  export * from './wTEmployeeAPIKey';
206
255
  export * from './wTEmployeeAPIKeyCreateParams';
@@ -212,32 +261,43 @@ export * from './wTEmployeeCreateStaticVoucherCampaignGroup';
212
261
  export * from './wTEmployeeFileCreate';
213
262
  export * from './wTEmployeeImportRecords';
214
263
  export * from './wTEmployeeNotification';
264
+ export * from './wTEmployeeNotificationType';
215
265
  export * from './wTEmployeePeerRoles';
216
266
  export * from './wTEmployeeS3FilePresign';
267
+ export * from './wTEmployeeS3FilePresignContext';
217
268
  export * from './wTEmployeeScheduleSMSCampaignBroadcast';
218
269
  export * from './wTEmployeeScheduleSimpleSMS';
270
+ export * from './wTEmployeeScheduleSimpleSMSListType';
219
271
  export * from './wTEmployeeScheduleSimpleSMSToRecipient';
220
272
  export * from './wTEmployeeSendHelpDeskResponse';
221
273
  export * from './wTEmployeeUpdate';
222
274
  export * from './wTEmployeeUpdateRecords';
223
- export * from './wTFetchWalletPaymentObjectWithToken';
275
+ export * from './wTFetchWalletPaymentObjectsWithToken';
276
+ export * from './wTGamingCreateParams';
277
+ export * from './wTGamingUpdateParams';
224
278
  export * from './wTImageGridCreateParams';
225
279
  export * from './wTImageGridUpdateParams';
226
280
  export * from './wTImportedList';
227
281
  export * from './wTImportedListRecipientFromMembershipTierImport';
282
+ export * from './wTImportedListRecipientFromMembershipTierImportTierID';
228
283
  export * from './wTInfoGenesisLookupRequestErrors';
229
284
  export * from './wTInfoGenesisRecordFilterParameters';
230
285
  export * from './wTInfoGenesisRoutingIDs';
231
286
  export * from './wTInfoGenesisUniquePostingIDs';
232
287
  export * from './wTLinkBook';
233
288
  export * from './wTLinkBookCreateParams';
289
+ export * from './wTLinkBookLinkBookSectionID';
234
290
  export * from './wTLinkBookSectionCreateParams';
235
291
  export * from './wTLinkBookSectionUpdateParams';
236
292
  export * from './wTLinkBookUpdateParams';
293
+ export * from './wTLocalInstance';
294
+ export * from './wTLoungeCreateParams';
295
+ export * from './wTLoungeUpdateParams';
237
296
  export * from './wTMember';
238
297
  export * from './wTMemberCreationParams';
239
298
  export * from './wTMembershipTier';
240
299
  export * from './wTMembershipTierCreationParams';
300
+ export * from './wTMembershipTierId';
241
301
  export * from './wTMembershipTierUpdateParams';
242
302
  export * from './wTMembershipTierWithMemberCount';
243
303
  export * from './wTMerchantCredit';
@@ -247,6 +307,7 @@ export * from './wTMerchantURLUpdate';
247
307
  export * from './wTMerchantUpdate';
248
308
  export * from './wTMerchantUpdatePOSIntegration';
249
309
  export * from './wTMerchantUpdatePointsOfContact';
310
+ export * from './wTMessageInstance';
250
311
  export * from './wTNewsArticleCreateParams';
251
312
  export * from './wTNewsArticleUpdateParams';
252
313
  export * from './wTOptInList';
@@ -259,19 +320,27 @@ export * from './wTPerformanceUpdateParams';
259
320
  export * from './wTPosMachine';
260
321
  export * from './wTPosMachineCreateParams';
261
322
  export * from './wTPosMachineUpdateParams';
323
+ export * from './wTProductCreateParams';
324
+ export * from './wTProductUpdateParams';
262
325
  export * from './wTPromoCodeCreateParams';
263
326
  export * from './wTPromoCodeUpdateParams';
264
327
  export * from './wTQRCodeDesign';
265
328
  export * from './wTQRCodeDesignCreateParams';
266
329
  export * from './wTQRCodeDesignUpdateParams';
267
330
  export * from './wTRole';
331
+ export * from './wTRoomRateCreateParams';
332
+ export * from './wTRoomRateUpdateParams';
268
333
  export * from './wTSMSAcquirePhoneNumber';
269
- export * from './wTSMSCreateAgreement';
270
334
  export * from './wTSMSImportOptInListSubscribers';
271
335
  export * from './wTSMSImportedListCreate';
272
336
  export * from './wTSMSOptInListSourceCreate';
273
337
  export * from './wTSMSUpdatePhoneNumberConfig';
338
+ export * from './wTServiceCreateParams';
339
+ export * from './wTServiceUpdateParams';
274
340
  export * from './wTSettingsSetPassword';
341
+ export * from './wTSmsSubscriberCreateParams';
342
+ export * from './wTSmsSubscriberCreateParamsWalletUI';
343
+ export * from './wTSmsSubscriberUpdateParams';
275
344
  export * from './wTStaticVoucher';
276
345
  export * from './wTStaticVoucherCampaign';
277
346
  export * from './wTStaticVoucherCampaignPreviewMessages';
@@ -281,8 +350,15 @@ export * from './wTStaticVoucherUpdateParams';
281
350
  export * from './wTSystemApprovePhoneNumber';
282
351
  export * from './wTSystemRoleCreate';
283
352
  export * from './wTTCPAOpt';
353
+ export * from './wTTCPAOptListID';
354
+ export * from './wTTCPAOptSourceID';
355
+ export * from './wTTicket';
356
+ export * from './wTTicketCreateParams';
357
+ export * from './wTTicketUpdateParams';
284
358
  export * from './wTTwilioRequestAuthyCode';
285
359
  export * from './wTTwilioVerifyAuthyCode';
360
+ export * from './wTVideoCreateParams';
361
+ export * from './wTVideoUpdateParams';
286
362
  export * from './wTVirtualBusinessCardCreateParams';
287
363
  export * from './wTVirtualBusinessCardUpdateParams';
288
364
  export * from './wTWalletConfigurationSaveWalletRecord';
@@ -291,7 +367,9 @@ export * from './wTWalletObjectPrefixCounts';
291
367
  export * from './wTWalletPageView';
292
368
  export * from './wTWalletPageViewCount';
293
369
  export * from './wTWalletPageViewGeoPoint';
370
+ export * from './wTWalletPageViewId';
294
371
  export * from './walletConfiguration';
372
+ export * from './walletConfigurationSmsOptInSourceID';
295
373
  export * from './walletPageView';
296
374
  export * from './webpage';
297
375
 
@@ -308,22 +386,23 @@ export interface RequestDetailedFile {
308
386
  export type RequestFile = string | Buffer | fs.ReadStream | RequestDetailedFile;
309
387
 
310
388
 
389
+ import { A2PApplicationSubmission } from './a2PApplicationSubmission';
311
390
  import { AdvertisementCredit } from './advertisementCredit';
312
391
  import { AdvertisementCreditBroadcast } from './advertisementCreditBroadcast';
313
392
  import { AdvertisementCreditScan } from './advertisementCreditScan';
314
- import { Agreement } from './agreement';
393
+ import { Amenity } from './amenity';
315
394
  import { Announcement } from './announcement';
316
395
  import { ApplicableTerminals } from './applicableTerminals';
317
- import { ApplicableTerminalsAnyOf } from './applicableTerminalsAnyOf';
318
- import { ApplicableTerminalsAnyOf1 } from './applicableTerminalsAnyOf1';
319
- import { ApplicableTerminalsAnyOf2 } from './applicableTerminalsAnyOf2';
320
- import { ApplicableTerminalsAnyOf3 } from './applicableTerminalsAnyOf3';
321
- import { ApplicableTerminalsAnyOf4 } from './applicableTerminalsAnyOf4';
322
- import { ApplicableTerminalsAnyOf5 } from './applicableTerminalsAnyOf5';
323
- import { ApplicableTerminalsAnyOf6 } from './applicableTerminalsAnyOf6';
324
396
  import { AuthError } from './authError';
325
397
  import { AvailablePhoneNumbersRequest } from './availablePhoneNumbersRequest';
326
398
  import { BrowserDetails } from './browserDetails';
399
+ import { BusinessClassification } from './businessClassification';
400
+ import { BusinessIndustry } from './businessIndustry';
401
+ import { BusinessRegionsOfOperation } from './businessRegionsOfOperation';
402
+ import { BusinessRegistrationIdentifier } from './businessRegistrationIdentifier';
403
+ import { BusinessStockExchanges } from './businessStockExchanges';
404
+ import { BusinessType } from './businessType';
405
+ import { ClaimTicketRequest } from './claimTicketRequest';
327
406
  import { ClickFunnelAmount } from './clickFunnelAmount';
328
407
  import { ClickFunnelContact } from './clickFunnelContact';
329
408
  import { ClickFunnelContactProfile } from './clickFunnelContactProfile';
@@ -332,46 +411,65 @@ import { ClickFunnelOriginalAmount } from './clickFunnelOriginalAmount';
332
411
  import { ClickFunnelProduct } from './clickFunnelProduct';
333
412
  import { ClickFunnelPurchase } from './clickFunnelPurchase';
334
413
  import { ClickFunnelRegistration } from './clickFunnelRegistration';
414
+ import { CountClaimedComps200Response } from './countClaimedComps200Response';
415
+ import { CreateFile200Response } from './createFile200Response';
335
416
  import { CreateStaticVoucherCampaign } from './createStaticVoucherCampaign';
336
417
  import { CreateStaticVoucherCampaignWithVoucherWithCSV } from './createStaticVoucherCampaignWithVoucherWithCSV';
337
418
  import { DashboardWidget } from './dashboardWidget';
419
+ import { Dining } from './dining';
338
420
  import { Document } from './document';
339
421
  import { DuplicateRowFound } from './duplicateRowFound';
340
422
  import { DynamicVoucher } from './dynamicVoucher';
341
423
  import { DynamicVoucherBroadcast } from './dynamicVoucherBroadcast';
424
+ import { DynamicVoucherBroadcastListType } from './dynamicVoucherBroadcastListType';
425
+ import { DynamicVoucherTemporalDecreaseFrequencyType } from './dynamicVoucherTemporalDecreaseFrequencyType';
426
+ import { EmailSubscriber } from './emailSubscriber';
342
427
  import { Employee } from './employee';
343
428
  import { EmployeeAPIKey } from './employeeAPIKey';
344
429
  import { EmployeeActivityLog } from './employeeActivityLog';
345
430
  import { EmployeeAlert } from './employeeAlert';
431
+ import { EmployeeScheduleStartDay } from './employeeScheduleStartDay';
432
+ import { EmployeeScheduleStartHour } from './employeeScheduleStartHour';
433
+ import { EmployeeScheduleStartMeridiem } from './employeeScheduleStartMeridiem';
434
+ import { EmployeeScheduleStartMinute } from './employeeScheduleStartMinute';
346
435
  import { EntityTooLarge } from './entityTooLarge';
347
436
  import { ExportDataFile } from './exportDataFile';
348
437
  import { FalsumError } from './falsumError';
349
438
  import { FalsumField } from './falsumField';
350
439
  import { Feature } from './feature';
440
+ import { FetchAllCountries200ResponseInner } from './fetchAllCountries200ResponseInner';
441
+ import { FetchAllLedgerTransactions200Response } from './fetchAllLedgerTransactions200Response';
442
+ import { FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner } from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner';
443
+ import { FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType } from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType';
444
+ import { FetchCustomerTicketsWithTokenRequest } from './fetchCustomerTicketsWithTokenRequest';
445
+ import { FetchDomainsByIndustry200Response } from './fetchDomainsByIndustry200Response';
446
+ import { FetchImportedListRecipientsByPage200Response } from './fetchImportedListRecipientsByPage200Response';
447
+ import { FetchInboundSMSByPage200Response } from './fetchInboundSMSByPage200Response';
448
+ import { FetchIndustry200Response } from './fetchIndustry200Response';
449
+ import { FetchMembersCount200Response } from './fetchMembersCount200Response';
450
+ import { FetchOptInListSubscribersByPage200Response } from './fetchOptInListSubscribersByPage200Response';
451
+ import { FetchOutboundSMSByPage200Response } from './fetchOutboundSMSByPage200Response';
452
+ import { FetchPerformanceTicketsPage200Response } from './fetchPerformanceTicketsPage200Response';
453
+ import { FetchStaticVouchersPage200Response } from './fetchStaticVouchersPage200Response';
351
454
  import { ForbiddenRequest } from './forbiddenRequest';
352
455
  import { ForeignKeyDoesNotExist } from './foreignKeyDoesNotExist';
456
+ import { Gaming } from './gaming';
353
457
  import { HelpDeskRequest } from './helpDeskRequest';
354
458
  import { ImageGrid } from './imageGrid';
459
+ import { ImportTicketsRequest } from './importTicketsRequest';
355
460
  import { ImportedList } from './importedList';
356
461
  import { ImportedListRecipient } from './importedListRecipient';
357
462
  import { InboundSMS } from './inboundSMS';
358
- import { InlineObject } from './inlineObject';
359
- import { InlineObject1 } from './inlineObject1';
360
- import { InlineResponse200 } from './inlineResponse200';
361
- import { InlineResponse2001 } from './inlineResponse2001';
362
- import { InlineResponse20010 } from './inlineResponse20010';
363
- import { InlineResponse2002 } from './inlineResponse2002';
364
- import { InlineResponse2003 } from './inlineResponse2003';
365
- import { InlineResponse2004 } from './inlineResponse2004';
366
- import { InlineResponse2005 } from './inlineResponse2005';
367
- import { InlineResponse2006 } from './inlineResponse2006';
368
- import { InlineResponse2007 } from './inlineResponse2007';
369
- import { InlineResponse2008 } from './inlineResponse2008';
370
- import { InlineResponse2009 } from './inlineResponse2009';
371
463
  import { InternalServerError } from './internalServerError';
464
+ import { JobPosition } from './jobPosition';
372
465
  import { LedgerEntry } from './ledgerEntry';
466
+ import { LedgerEntryParentObjectID } from './ledgerEntryParentObjectID';
467
+ import { LedgerEntryTransactionType } from './ledgerEntryTransactionType';
373
468
  import { LinkBook } from './linkBook';
374
469
  import { LinkBookSection } from './linkBookSection';
470
+ import { LoginStatus200Response } from './loginStatus200Response';
471
+ import { LoginStatus200ResponseAnyOf } from './loginStatus200ResponseAnyOf';
472
+ import { Lounge } from './lounge';
375
473
  import { MSAnalyticsMemberCountPartitionedByDate } from './mSAnalyticsMemberCountPartitionedByDate';
376
474
  import { MSAnalyticsMemberPointsRedeemedPartitionedByDate } from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
377
475
  import { MSAnalyticsMemberPointsRefundedPartitionedByDate } from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
@@ -381,6 +479,7 @@ import { MSMemberHistory } from './mSMemberHistory';
381
479
  import { MSMemberHistoryPagination } from './mSMemberHistoryPagination';
382
480
  import { MSMemberRedemption } from './mSMemberRedemption';
383
481
  import { MSMemberRedemptionPagination } from './mSMemberRedemptionPagination';
482
+ import { MSMemberRedemptionTransactionType } from './mSMemberRedemptionTransactionType';
384
483
  import { MSMembershipTierHistory } from './mSMembershipTierHistory';
385
484
  import { MSMembershipTierHistoryPagination } from './mSMembershipTierHistoryPagination';
386
485
  import { MSMembershipTierRedemption } from './mSMembershipTierRedemption';
@@ -392,11 +491,15 @@ import { MSMerchantCreditRedemptionPagination } from './mSMerchantCreditRedempti
392
491
  import { MediaFile } from './mediaFile';
393
492
  import { Member } from './member';
394
493
  import { MemberSearch } from './memberSearch';
494
+ import { MemberSearchSearchKey } from './memberSearchSearchKey';
495
+ import { MemberSearchSortKey } from './memberSearchSortKey';
395
496
  import { Merchant } from './merchant';
396
497
  import { MerchantCreditSearch } from './merchantCreditSearch';
397
498
  import { MerchantNotInitialized } from './merchantNotInitialized';
398
499
  import { MerchantURL } from './merchantURL';
399
500
  import { Message } from './message';
501
+ import { MessageDirection } from './messageDirection';
502
+ import { MessageStatus } from './messageStatus';
400
503
  import { ModuleError } from './moduleError';
401
504
  import { NewsArticle } from './newsArticle';
402
505
  import { OptInList } from './optInList';
@@ -407,10 +510,11 @@ import { PaginatedWTMembers } from './paginatedWTMembers';
407
510
  import { PaginatedWTMerchantCredits } from './paginatedWTMerchantCredits';
408
511
  import { PaginationRequestWithIDAndWithoutSortOptions } from './paginationRequestWithIDAndWithoutSortOptions';
409
512
  import { PaginationRequestWithSortOptions } from './paginationRequestWithSortOptions';
513
+ import { PaginationRequestWithSortOptionsSortOrder } from './paginationRequestWithSortOptionsSortOrder';
410
514
  import { PaymentDesign } from './paymentDesign';
411
- import { PaymentPrefixes } from './paymentPrefixes';
412
515
  import { Performance } from './performance';
413
516
  import { PhoneNumber } from './phoneNumber';
517
+ import { PhoneNumberCapabilities } from './phoneNumberCapabilities';
414
518
  import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
415
519
  import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
416
520
  import { PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID } from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
@@ -426,23 +530,34 @@ import { PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId
426
530
  import { PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId } from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
427
531
  import { PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs } from './pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs';
428
532
  import { PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount } from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount';
533
+ import { PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID } from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID';
429
534
  import { PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId } from './pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId';
430
535
  import { PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId } from './pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId';
431
536
  import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone';
537
+ import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID';
538
+ import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus';
432
539
  import { PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID } from './pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID';
433
540
  import { PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt } from './pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt';
434
541
  import { PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId } from './pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId';
435
542
  import { PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate } from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate';
543
+ import { PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType } from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType';
436
544
  import { PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType } from './pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType';
437
545
  import { PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID } from './pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID';
438
546
  import { PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId } from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId';
547
+ import { PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType } from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType';
439
548
  import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt';
549
+ import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID';
550
+ import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType';
551
+ import { PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId } from './pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId';
440
552
  import { PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail } from './pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail';
441
- import { PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber } from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber';
553
+ import { PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday } from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday';
442
554
  import { PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber } from './pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber';
443
555
  import { PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID } from './pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID';
444
556
  import { PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId } from './pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId';
445
557
  import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID';
558
+ import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus';
559
+ import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix';
560
+ import { PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId } from './pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId';
446
561
  import { PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime } from './pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime';
447
562
  import { PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID } from './pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID';
448
563
  import { Plan } from './plan';
@@ -450,6 +565,7 @@ import { PortalPage } from './portalPage';
450
565
  import { PresignedPost } from './presignedPost';
451
566
  import { PresignedPostFields } from './presignedPostFields';
452
567
  import { Product } from './product';
568
+ import { ProfileStatuses } from './profileStatuses';
453
569
  import { PromoCode } from './promoCode';
454
570
  import { QRCodeDesign } from './qRCodeDesign';
455
571
  import { ReachPerformanceStats } from './reachPerformanceStats';
@@ -457,39 +573,43 @@ import { Request } from './request';
457
573
  import { Response } from './response';
458
574
  import { Role } from './role';
459
575
  import { RoleAuditLog } from './roleAuditLog';
576
+ import { RoomRate } from './roomRate';
460
577
  import { SSImportedListRecipientCreateParams } from './sSImportedListRecipientCreateParams';
461
578
  import { SSOptInSource } from './sSOptInSource';
462
579
  import { SSOutboundStatuses } from './sSOutboundStatuses';
463
- import { SSOutboundStatusesAnyOf } from './sSOutboundStatusesAnyOf';
464
- import { SSOutboundStatusesAnyOf1 } from './sSOutboundStatusesAnyOf1';
465
- import { SSOutboundStatusesAnyOf2 } from './sSOutboundStatusesAnyOf2';
466
- import { SSOutboundStatusesAnyOf3 } from './sSOutboundStatusesAnyOf3';
467
- import { SSOutboundStatusesAnyOf4 } from './sSOutboundStatusesAnyOf4';
468
- import { SSOutboundStatusesAnyOf5 } from './sSOutboundStatusesAnyOf5';
580
+ import { SaveMerchantCreditPaymentDesignRequest } from './saveMerchantCreditPaymentDesignRequest';
581
+ import { SaveTicketSettingsRequest } from './saveTicketSettingsRequest';
582
+ import { SaveTicketSettingsRequestPaymentDesignID } from './saveTicketSettingsRequestPaymentDesignID';
583
+ import { Service } from './service';
469
584
  import { SimpleSMSBroadcast } from './simpleSMSBroadcast';
585
+ import { SmsSubscriber } from './smsSubscriber';
470
586
  import { StaticVoucher } from './staticVoucher';
471
587
  import { StaticVoucherCampaign } from './staticVoucherCampaign';
472
588
  import { StaticVoucherCampaignBroadcast } from './staticVoucherCampaignBroadcast';
473
589
  import { StaticVoucherCampaignGroup } from './staticVoucherCampaignGroup';
474
590
  import { StaticVoucherCampaignUpdate } from './staticVoucherCampaignUpdate';
475
591
  import { Status } from './status';
476
- import { StatusAnyOf } from './statusAnyOf';
477
- import { StatusAnyOf1 } from './statusAnyOf1';
478
- import { StatusAnyOf2 } from './statusAnyOf2';
479
- import { StatusAnyOf3 } from './statusAnyOf3';
480
592
  import { SubscriptionFeature } from './subscriptionFeature';
481
593
  import { SubscriptionPlan } from './subscriptionPlan';
482
594
  import { SubscriptionProduct } from './subscriptionProduct';
483
595
  import { Tcpa } from './tcpa';
596
+ import { Ticket } from './ticket';
597
+ import { TrustBundleStatuses } from './trustBundleStatuses';
598
+ import { UpdateEmailNotificationPreferenceRequest } from './updateEmailNotificationPreferenceRequest';
484
599
  import { UpdateStaticVoucherCampaignWithVoucher } from './updateStaticVoucherCampaignWithVoucher';
600
+ import { UpdateStaticVoucherCampaignWithVoucherVoucherID } from './updateStaticVoucherCampaignWithVoucherVoucherID';
485
601
  import { VSCampaignGeneratedMessage } from './vSCampaignGeneratedMessage';
486
602
  import { VSCampaignGeneratedMessagePagination } from './vSCampaignGeneratedMessagePagination';
487
603
  import { VSDynamicVoucherStatus } from './vSDynamicVoucherStatus';
604
+ import { Video } from './video';
488
605
  import { VirtualBusinessCard } from './virtualBusinessCard';
606
+ import { WTA2PApplicationUpdateParams } from './wTA2PApplicationUpdateParams';
489
607
  import { WTAdvertisementCredit } from './wTAdvertisementCredit';
490
608
  import { WTAdvertisementCreditCreateParams } from './wTAdvertisementCreditCreateParams';
491
609
  import { WTAdvertisementCreditScan } from './wTAdvertisementCreditScan';
492
610
  import { WTAdvertisementCreditUpdateParams } from './wTAdvertisementCreditUpdateParams';
611
+ import { WTAmenityCreateParams } from './wTAmenityCreateParams';
612
+ import { WTAmenityUpdateParams } from './wTAmenityUpdateParams';
493
613
  import { WTAuthenticationCheckSessionTokenStatusResponse } from './wTAuthenticationCheckSessionTokenStatusResponse';
494
614
  import { WTAuthenticationForgotPassword } from './wTAuthenticationForgotPassword';
495
615
  import { WTAuthenticationLoginRequest } from './wTAuthenticationLoginRequest';
@@ -504,11 +624,18 @@ import { WTBillingVerifyPaymentMethodResponse } from './wTBillingVerifyPaymentMe
504
624
  import { WTCountResult } from './wTCountResult';
505
625
  import { WTCustomerSearchByMemberID } from './wTCustomerSearchByMemberID';
506
626
  import { WTCustomerSearchByPhoneNumber } from './wTCustomerSearchByPhoneNumber';
627
+ import { WTDiningCreateParams } from './wTDiningCreateParams';
628
+ import { WTDiningUpdateParams } from './wTDiningUpdateParams';
507
629
  import { WTDynamicVoucher } from './wTDynamicVoucher';
508
630
  import { WTDynamicVoucherCreateParams } from './wTDynamicVoucherCreateParams';
509
631
  import { WTDynamicVoucherRedemption } from './wTDynamicVoucherRedemption';
632
+ import { WTDynamicVoucherRedemptionTransactionType } from './wTDynamicVoucherRedemptionTransactionType';
510
633
  import { WTDynamicVoucherSummary } from './wTDynamicVoucherSummary';
634
+ import { WTDynamicVoucherSummaryStatus } from './wTDynamicVoucherSummaryStatus';
511
635
  import { WTDynamicVoucherUpdateParams } from './wTDynamicVoucherUpdateParams';
636
+ import { WTEmailSubscriberCreateParams } from './wTEmailSubscriberCreateParams';
637
+ import { WTEmailSubscriberCreateParamsWalletUI } from './wTEmailSubscriberCreateParamsWalletUI';
638
+ import { WTEmailSubscriberUpdateParams } from './wTEmailSubscriberUpdateParams';
512
639
  import { WTEmployee } from './wTEmployee';
513
640
  import { WTEmployeeAPIKey } from './wTEmployeeAPIKey';
514
641
  import { WTEmployeeAPIKeyCreateParams } from './wTEmployeeAPIKeyCreateParams';
@@ -520,32 +647,43 @@ import { WTEmployeeCreateStaticVoucherCampaignGroup } from './wTEmployeeCreateSt
520
647
  import { WTEmployeeFileCreate } from './wTEmployeeFileCreate';
521
648
  import { WTEmployeeImportRecords } from './wTEmployeeImportRecords';
522
649
  import { WTEmployeeNotification } from './wTEmployeeNotification';
650
+ import { WTEmployeeNotificationType } from './wTEmployeeNotificationType';
523
651
  import { WTEmployeePeerRoles } from './wTEmployeePeerRoles';
524
652
  import { WTEmployeeS3FilePresign } from './wTEmployeeS3FilePresign';
653
+ import { WTEmployeeS3FilePresignContext } from './wTEmployeeS3FilePresignContext';
525
654
  import { WTEmployeeScheduleSMSCampaignBroadcast } from './wTEmployeeScheduleSMSCampaignBroadcast';
526
655
  import { WTEmployeeScheduleSimpleSMS } from './wTEmployeeScheduleSimpleSMS';
656
+ import { WTEmployeeScheduleSimpleSMSListType } from './wTEmployeeScheduleSimpleSMSListType';
527
657
  import { WTEmployeeScheduleSimpleSMSToRecipient } from './wTEmployeeScheduleSimpleSMSToRecipient';
528
658
  import { WTEmployeeSendHelpDeskResponse } from './wTEmployeeSendHelpDeskResponse';
529
659
  import { WTEmployeeUpdate } from './wTEmployeeUpdate';
530
660
  import { WTEmployeeUpdateRecords } from './wTEmployeeUpdateRecords';
531
- import { WTFetchWalletPaymentObjectWithToken } from './wTFetchWalletPaymentObjectWithToken';
661
+ import { WTFetchWalletPaymentObjectsWithToken } from './wTFetchWalletPaymentObjectsWithToken';
662
+ import { WTGamingCreateParams } from './wTGamingCreateParams';
663
+ import { WTGamingUpdateParams } from './wTGamingUpdateParams';
532
664
  import { WTImageGridCreateParams } from './wTImageGridCreateParams';
533
665
  import { WTImageGridUpdateParams } from './wTImageGridUpdateParams';
534
666
  import { WTImportedList } from './wTImportedList';
535
667
  import { WTImportedListRecipientFromMembershipTierImport } from './wTImportedListRecipientFromMembershipTierImport';
668
+ import { WTImportedListRecipientFromMembershipTierImportTierID } from './wTImportedListRecipientFromMembershipTierImportTierID';
536
669
  import { WTInfoGenesisLookupRequestErrors } from './wTInfoGenesisLookupRequestErrors';
537
670
  import { WTInfoGenesisRecordFilterParameters } from './wTInfoGenesisRecordFilterParameters';
538
671
  import { WTInfoGenesisRoutingIDs } from './wTInfoGenesisRoutingIDs';
539
672
  import { WTInfoGenesisUniquePostingIDs } from './wTInfoGenesisUniquePostingIDs';
540
673
  import { WTLinkBook } from './wTLinkBook';
541
674
  import { WTLinkBookCreateParams } from './wTLinkBookCreateParams';
675
+ import { WTLinkBookLinkBookSectionID } from './wTLinkBookLinkBookSectionID';
542
676
  import { WTLinkBookSectionCreateParams } from './wTLinkBookSectionCreateParams';
543
677
  import { WTLinkBookSectionUpdateParams } from './wTLinkBookSectionUpdateParams';
544
678
  import { WTLinkBookUpdateParams } from './wTLinkBookUpdateParams';
679
+ import { WTLocalInstance } from './wTLocalInstance';
680
+ import { WTLoungeCreateParams } from './wTLoungeCreateParams';
681
+ import { WTLoungeUpdateParams } from './wTLoungeUpdateParams';
545
682
  import { WTMember } from './wTMember';
546
683
  import { WTMemberCreationParams } from './wTMemberCreationParams';
547
684
  import { WTMembershipTier } from './wTMembershipTier';
548
685
  import { WTMembershipTierCreationParams } from './wTMembershipTierCreationParams';
686
+ import { WTMembershipTierId } from './wTMembershipTierId';
549
687
  import { WTMembershipTierUpdateParams } from './wTMembershipTierUpdateParams';
550
688
  import { WTMembershipTierWithMemberCount } from './wTMembershipTierWithMemberCount';
551
689
  import { WTMerchantCredit } from './wTMerchantCredit';
@@ -555,6 +693,7 @@ import { WTMerchantURLUpdate } from './wTMerchantURLUpdate';
555
693
  import { WTMerchantUpdate } from './wTMerchantUpdate';
556
694
  import { WTMerchantUpdatePOSIntegration } from './wTMerchantUpdatePOSIntegration';
557
695
  import { WTMerchantUpdatePointsOfContact } from './wTMerchantUpdatePointsOfContact';
696
+ import { WTMessageInstance } from './wTMessageInstance';
558
697
  import { WTNewsArticleCreateParams } from './wTNewsArticleCreateParams';
559
698
  import { WTNewsArticleUpdateParams } from './wTNewsArticleUpdateParams';
560
699
  import { WTOptInList } from './wTOptInList';
@@ -567,19 +706,27 @@ import { WTPerformanceUpdateParams } from './wTPerformanceUpdateParams';
567
706
  import { WTPosMachine } from './wTPosMachine';
568
707
  import { WTPosMachineCreateParams } from './wTPosMachineCreateParams';
569
708
  import { WTPosMachineUpdateParams } from './wTPosMachineUpdateParams';
709
+ import { WTProductCreateParams } from './wTProductCreateParams';
710
+ import { WTProductUpdateParams } from './wTProductUpdateParams';
570
711
  import { WTPromoCodeCreateParams } from './wTPromoCodeCreateParams';
571
712
  import { WTPromoCodeUpdateParams } from './wTPromoCodeUpdateParams';
572
713
  import { WTQRCodeDesign } from './wTQRCodeDesign';
573
714
  import { WTQRCodeDesignCreateParams } from './wTQRCodeDesignCreateParams';
574
715
  import { WTQRCodeDesignUpdateParams } from './wTQRCodeDesignUpdateParams';
575
716
  import { WTRole } from './wTRole';
717
+ import { WTRoomRateCreateParams } from './wTRoomRateCreateParams';
718
+ import { WTRoomRateUpdateParams } from './wTRoomRateUpdateParams';
576
719
  import { WTSMSAcquirePhoneNumber } from './wTSMSAcquirePhoneNumber';
577
- import { WTSMSCreateAgreement } from './wTSMSCreateAgreement';
578
720
  import { WTSMSImportOptInListSubscribers } from './wTSMSImportOptInListSubscribers';
579
721
  import { WTSMSImportedListCreate } from './wTSMSImportedListCreate';
580
722
  import { WTSMSOptInListSourceCreate } from './wTSMSOptInListSourceCreate';
581
723
  import { WTSMSUpdatePhoneNumberConfig } from './wTSMSUpdatePhoneNumberConfig';
724
+ import { WTServiceCreateParams } from './wTServiceCreateParams';
725
+ import { WTServiceUpdateParams } from './wTServiceUpdateParams';
582
726
  import { WTSettingsSetPassword } from './wTSettingsSetPassword';
727
+ import { WTSmsSubscriberCreateParams } from './wTSmsSubscriberCreateParams';
728
+ import { WTSmsSubscriberCreateParamsWalletUI } from './wTSmsSubscriberCreateParamsWalletUI';
729
+ import { WTSmsSubscriberUpdateParams } from './wTSmsSubscriberUpdateParams';
583
730
  import { WTStaticVoucher } from './wTStaticVoucher';
584
731
  import { WTStaticVoucherCampaign } from './wTStaticVoucherCampaign';
585
732
  import { WTStaticVoucherCampaignPreviewMessages } from './wTStaticVoucherCampaignPreviewMessages';
@@ -589,8 +736,15 @@ import { WTStaticVoucherUpdateParams } from './wTStaticVoucherUpdateParams';
589
736
  import { WTSystemApprovePhoneNumber } from './wTSystemApprovePhoneNumber';
590
737
  import { WTSystemRoleCreate } from './wTSystemRoleCreate';
591
738
  import { WTTCPAOpt } from './wTTCPAOpt';
739
+ import { WTTCPAOptListID } from './wTTCPAOptListID';
740
+ import { WTTCPAOptSourceID } from './wTTCPAOptSourceID';
741
+ import { WTTicket } from './wTTicket';
742
+ import { WTTicketCreateParams } from './wTTicketCreateParams';
743
+ import { WTTicketUpdateParams } from './wTTicketUpdateParams';
592
744
  import { WTTwilioRequestAuthyCode } from './wTTwilioRequestAuthyCode';
593
745
  import { WTTwilioVerifyAuthyCode } from './wTTwilioVerifyAuthyCode';
746
+ import { WTVideoCreateParams } from './wTVideoCreateParams';
747
+ import { WTVideoUpdateParams } from './wTVideoUpdateParams';
594
748
  import { WTVirtualBusinessCardCreateParams } from './wTVirtualBusinessCardCreateParams';
595
749
  import { WTVirtualBusinessCardUpdateParams } from './wTVirtualBusinessCardUpdateParams';
596
750
  import { WTWalletConfigurationSaveWalletRecord } from './wTWalletConfigurationSaveWalletRecord';
@@ -599,7 +753,9 @@ import { WTWalletObjectPrefixCounts } from './wTWalletObjectPrefixCounts';
599
753
  import { WTWalletPageView } from './wTWalletPageView';
600
754
  import { WTWalletPageViewCount } from './wTWalletPageViewCount';
601
755
  import { WTWalletPageViewGeoPoint } from './wTWalletPageViewGeoPoint';
756
+ import { WTWalletPageViewId } from './wTWalletPageViewId';
602
757
  import { WalletConfiguration } from './walletConfiguration';
758
+ import { WalletConfigurationSmsOptInSourceID } from './walletConfigurationSmsOptInSourceID';
603
759
  import { WalletPageView } from './walletPageView';
604
760
  import { Webpage } from './webpage';
605
761
 
@@ -616,38 +772,33 @@ let primitives = [
616
772
  ];
617
773
 
618
774
  let enumsMap: {[index: string]: any} = {
619
- "ApplicableTerminalsAnyOf": ApplicableTerminalsAnyOf,
620
- "ApplicableTerminalsAnyOf1": ApplicableTerminalsAnyOf1,
621
- "ApplicableTerminalsAnyOf2": ApplicableTerminalsAnyOf2,
622
- "ApplicableTerminalsAnyOf3": ApplicableTerminalsAnyOf3,
623
- "ApplicableTerminalsAnyOf4": ApplicableTerminalsAnyOf4,
624
- "ApplicableTerminalsAnyOf5": ApplicableTerminalsAnyOf5,
625
- "ApplicableTerminalsAnyOf6": ApplicableTerminalsAnyOf6,
775
+ "BusinessClassification": BusinessClassification,
776
+ "BusinessIndustry": BusinessIndustry,
777
+ "BusinessRegionsOfOperation": BusinessRegionsOfOperation,
778
+ "BusinessRegistrationIdentifier": BusinessRegistrationIdentifier,
779
+ "BusinessStockExchanges": BusinessStockExchanges,
780
+ "BusinessType": BusinessType,
781
+ "JobPosition": JobPosition,
782
+ "LoginStatus200Response.StatusEnum": LoginStatus200Response.StatusEnum,
626
783
  "PaginationRequestWithSortOptions.SortKeyEnum": PaginationRequestWithSortOptions.SortKeyEnum,
627
784
  "PortalPage": PortalPage,
628
- "SSOutboundStatusesAnyOf": SSOutboundStatusesAnyOf,
629
- "SSOutboundStatusesAnyOf1": SSOutboundStatusesAnyOf1,
630
- "SSOutboundStatusesAnyOf2": SSOutboundStatusesAnyOf2,
631
- "SSOutboundStatusesAnyOf3": SSOutboundStatusesAnyOf3,
632
- "SSOutboundStatusesAnyOf4": SSOutboundStatusesAnyOf4,
633
- "SSOutboundStatusesAnyOf5": SSOutboundStatusesAnyOf5,
634
- "StatusAnyOf": StatusAnyOf,
635
- "StatusAnyOf1": StatusAnyOf1,
636
- "StatusAnyOf2": StatusAnyOf2,
637
- "StatusAnyOf3": StatusAnyOf3,
785
+ "ProfileStatuses": ProfileStatuses,
786
+ "TrustBundleStatuses": TrustBundleStatuses,
638
787
  "WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum": WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum,
639
788
  }
640
789
 
641
790
  let typeMap: {[index: string]: any} = {
791
+ "A2PApplicationSubmission": A2PApplicationSubmission,
642
792
  "AdvertisementCredit": AdvertisementCredit,
643
793
  "AdvertisementCreditBroadcast": AdvertisementCreditBroadcast,
644
794
  "AdvertisementCreditScan": AdvertisementCreditScan,
645
- "Agreement": Agreement,
795
+ "Amenity": Amenity,
646
796
  "Announcement": Announcement,
647
797
  "ApplicableTerminals": ApplicableTerminals,
648
798
  "AuthError": AuthError,
649
799
  "AvailablePhoneNumbersRequest": AvailablePhoneNumbersRequest,
650
800
  "BrowserDetails": BrowserDetails,
801
+ "ClaimTicketRequest": ClaimTicketRequest,
651
802
  "ClickFunnelAmount": ClickFunnelAmount,
652
803
  "ClickFunnelContact": ClickFunnelContact,
653
804
  "ClickFunnelContactProfile": ClickFunnelContactProfile,
@@ -656,46 +807,64 @@ let typeMap: {[index: string]: any} = {
656
807
  "ClickFunnelProduct": ClickFunnelProduct,
657
808
  "ClickFunnelPurchase": ClickFunnelPurchase,
658
809
  "ClickFunnelRegistration": ClickFunnelRegistration,
810
+ "CountClaimedComps200Response": CountClaimedComps200Response,
811
+ "CreateFile200Response": CreateFile200Response,
659
812
  "CreateStaticVoucherCampaign": CreateStaticVoucherCampaign,
660
813
  "CreateStaticVoucherCampaignWithVoucherWithCSV": CreateStaticVoucherCampaignWithVoucherWithCSV,
661
814
  "DashboardWidget": DashboardWidget,
815
+ "Dining": Dining,
662
816
  "Document": Document,
663
817
  "DuplicateRowFound": DuplicateRowFound,
664
818
  "DynamicVoucher": DynamicVoucher,
665
819
  "DynamicVoucherBroadcast": DynamicVoucherBroadcast,
820
+ "DynamicVoucherBroadcastListType": DynamicVoucherBroadcastListType,
821
+ "DynamicVoucherTemporalDecreaseFrequencyType": DynamicVoucherTemporalDecreaseFrequencyType,
822
+ "EmailSubscriber": EmailSubscriber,
666
823
  "Employee": Employee,
667
824
  "EmployeeAPIKey": EmployeeAPIKey,
668
825
  "EmployeeActivityLog": EmployeeActivityLog,
669
826
  "EmployeeAlert": EmployeeAlert,
827
+ "EmployeeScheduleStartDay": EmployeeScheduleStartDay,
828
+ "EmployeeScheduleStartHour": EmployeeScheduleStartHour,
829
+ "EmployeeScheduleStartMeridiem": EmployeeScheduleStartMeridiem,
830
+ "EmployeeScheduleStartMinute": EmployeeScheduleStartMinute,
670
831
  "EntityTooLarge": EntityTooLarge,
671
832
  "ExportDataFile": ExportDataFile,
672
833
  "FalsumError": FalsumError,
673
834
  "FalsumField": FalsumField,
674
835
  "Feature": Feature,
836
+ "FetchAllCountries200ResponseInner": FetchAllCountries200ResponseInner,
837
+ "FetchAllLedgerTransactions200Response": FetchAllLedgerTransactions200Response,
838
+ "FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner": FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner,
839
+ "FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType": FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType,
840
+ "FetchCustomerTicketsWithTokenRequest": FetchCustomerTicketsWithTokenRequest,
841
+ "FetchDomainsByIndustry200Response": FetchDomainsByIndustry200Response,
842
+ "FetchImportedListRecipientsByPage200Response": FetchImportedListRecipientsByPage200Response,
843
+ "FetchInboundSMSByPage200Response": FetchInboundSMSByPage200Response,
844
+ "FetchIndustry200Response": FetchIndustry200Response,
845
+ "FetchMembersCount200Response": FetchMembersCount200Response,
846
+ "FetchOptInListSubscribersByPage200Response": FetchOptInListSubscribersByPage200Response,
847
+ "FetchOutboundSMSByPage200Response": FetchOutboundSMSByPage200Response,
848
+ "FetchPerformanceTicketsPage200Response": FetchPerformanceTicketsPage200Response,
849
+ "FetchStaticVouchersPage200Response": FetchStaticVouchersPage200Response,
675
850
  "ForbiddenRequest": ForbiddenRequest,
676
851
  "ForeignKeyDoesNotExist": ForeignKeyDoesNotExist,
852
+ "Gaming": Gaming,
677
853
  "HelpDeskRequest": HelpDeskRequest,
678
854
  "ImageGrid": ImageGrid,
855
+ "ImportTicketsRequest": ImportTicketsRequest,
679
856
  "ImportedList": ImportedList,
680
857
  "ImportedListRecipient": ImportedListRecipient,
681
858
  "InboundSMS": InboundSMS,
682
- "InlineObject": InlineObject,
683
- "InlineObject1": InlineObject1,
684
- "InlineResponse200": InlineResponse200,
685
- "InlineResponse2001": InlineResponse2001,
686
- "InlineResponse20010": InlineResponse20010,
687
- "InlineResponse2002": InlineResponse2002,
688
- "InlineResponse2003": InlineResponse2003,
689
- "InlineResponse2004": InlineResponse2004,
690
- "InlineResponse2005": InlineResponse2005,
691
- "InlineResponse2006": InlineResponse2006,
692
- "InlineResponse2007": InlineResponse2007,
693
- "InlineResponse2008": InlineResponse2008,
694
- "InlineResponse2009": InlineResponse2009,
695
859
  "InternalServerError": InternalServerError,
696
860
  "LedgerEntry": LedgerEntry,
861
+ "LedgerEntryParentObjectID": LedgerEntryParentObjectID,
862
+ "LedgerEntryTransactionType": LedgerEntryTransactionType,
697
863
  "LinkBook": LinkBook,
698
864
  "LinkBookSection": LinkBookSection,
865
+ "LoginStatus200Response": LoginStatus200Response,
866
+ "LoginStatus200ResponseAnyOf": LoginStatus200ResponseAnyOf,
867
+ "Lounge": Lounge,
699
868
  "MSAnalyticsMemberCountPartitionedByDate": MSAnalyticsMemberCountPartitionedByDate,
700
869
  "MSAnalyticsMemberPointsRedeemedPartitionedByDate": MSAnalyticsMemberPointsRedeemedPartitionedByDate,
701
870
  "MSAnalyticsMemberPointsRefundedPartitionedByDate": MSAnalyticsMemberPointsRefundedPartitionedByDate,
@@ -705,6 +874,7 @@ let typeMap: {[index: string]: any} = {
705
874
  "MSMemberHistoryPagination": MSMemberHistoryPagination,
706
875
  "MSMemberRedemption": MSMemberRedemption,
707
876
  "MSMemberRedemptionPagination": MSMemberRedemptionPagination,
877
+ "MSMemberRedemptionTransactionType": MSMemberRedemptionTransactionType,
708
878
  "MSMembershipTierHistory": MSMembershipTierHistory,
709
879
  "MSMembershipTierHistoryPagination": MSMembershipTierHistoryPagination,
710
880
  "MSMembershipTierRedemption": MSMembershipTierRedemption,
@@ -716,11 +886,15 @@ let typeMap: {[index: string]: any} = {
716
886
  "MediaFile": MediaFile,
717
887
  "Member": Member,
718
888
  "MemberSearch": MemberSearch,
889
+ "MemberSearchSearchKey": MemberSearchSearchKey,
890
+ "MemberSearchSortKey": MemberSearchSortKey,
719
891
  "Merchant": Merchant,
720
892
  "MerchantCreditSearch": MerchantCreditSearch,
721
893
  "MerchantNotInitialized": MerchantNotInitialized,
722
894
  "MerchantURL": MerchantURL,
723
895
  "Message": Message,
896
+ "MessageDirection": MessageDirection,
897
+ "MessageStatus": MessageStatus,
724
898
  "ModuleError": ModuleError,
725
899
  "NewsArticle": NewsArticle,
726
900
  "OptInList": OptInList,
@@ -731,10 +905,11 @@ let typeMap: {[index: string]: any} = {
731
905
  "PaginatedWTMerchantCredits": PaginatedWTMerchantCredits,
732
906
  "PaginationRequestWithIDAndWithoutSortOptions": PaginationRequestWithIDAndWithoutSortOptions,
733
907
  "PaginationRequestWithSortOptions": PaginationRequestWithSortOptions,
908
+ "PaginationRequestWithSortOptionsSortOrder": PaginationRequestWithSortOptionsSortOrder,
734
909
  "PaymentDesign": PaymentDesign,
735
- "PaymentPrefixes": PaymentPrefixes,
736
910
  "Performance": Performance,
737
911
  "PhoneNumber": PhoneNumber,
912
+ "PhoneNumberCapabilities": PhoneNumberCapabilities,
738
913
  "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive,
739
914
  "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
740
915
  "PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID": PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID,
@@ -750,23 +925,34 @@ let typeMap: {[index: string]: any} = {
750
925
  "PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId": PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId,
751
926
  "PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs": PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs,
752
927
  "PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount": PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount,
928
+ "PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID": PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID,
753
929
  "PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId": PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId,
754
930
  "PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId": PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId,
755
931
  "PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone,
932
+ "PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID,
933
+ "PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus,
756
934
  "PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID": PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID,
757
935
  "PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt": PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt,
758
936
  "PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId": PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId,
759
937
  "PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate": PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate,
938
+ "PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType": PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType,
760
939
  "PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType": PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType,
761
940
  "PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID": PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID,
762
941
  "PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId": PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId,
942
+ "PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType": PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType,
763
943
  "PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt,
944
+ "PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID,
945
+ "PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType,
946
+ "PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId": PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId,
764
947
  "PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail": PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail,
765
- "PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber": PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber,
948
+ "PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday": PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday,
766
949
  "PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber": PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber,
767
950
  "PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID": PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID,
768
951
  "PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId": PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId,
769
952
  "PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID,
953
+ "PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus,
954
+ "PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix,
955
+ "PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId": PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId,
770
956
  "PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime": PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime,
771
957
  "PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID": PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID,
772
958
  "Plan": Plan,
@@ -780,10 +966,16 @@ let typeMap: {[index: string]: any} = {
780
966
  "Response": Response,
781
967
  "Role": Role,
782
968
  "RoleAuditLog": RoleAuditLog,
969
+ "RoomRate": RoomRate,
783
970
  "SSImportedListRecipientCreateParams": SSImportedListRecipientCreateParams,
784
971
  "SSOptInSource": SSOptInSource,
785
972
  "SSOutboundStatuses": SSOutboundStatuses,
973
+ "SaveMerchantCreditPaymentDesignRequest": SaveMerchantCreditPaymentDesignRequest,
974
+ "SaveTicketSettingsRequest": SaveTicketSettingsRequest,
975
+ "SaveTicketSettingsRequestPaymentDesignID": SaveTicketSettingsRequestPaymentDesignID,
976
+ "Service": Service,
786
977
  "SimpleSMSBroadcast": SimpleSMSBroadcast,
978
+ "SmsSubscriber": SmsSubscriber,
787
979
  "StaticVoucher": StaticVoucher,
788
980
  "StaticVoucherCampaign": StaticVoucherCampaign,
789
981
  "StaticVoucherCampaignBroadcast": StaticVoucherCampaignBroadcast,
@@ -794,15 +986,22 @@ let typeMap: {[index: string]: any} = {
794
986
  "SubscriptionPlan": SubscriptionPlan,
795
987
  "SubscriptionProduct": SubscriptionProduct,
796
988
  "Tcpa": Tcpa,
989
+ "Ticket": Ticket,
990
+ "UpdateEmailNotificationPreferenceRequest": UpdateEmailNotificationPreferenceRequest,
797
991
  "UpdateStaticVoucherCampaignWithVoucher": UpdateStaticVoucherCampaignWithVoucher,
992
+ "UpdateStaticVoucherCampaignWithVoucherVoucherID": UpdateStaticVoucherCampaignWithVoucherVoucherID,
798
993
  "VSCampaignGeneratedMessage": VSCampaignGeneratedMessage,
799
994
  "VSCampaignGeneratedMessagePagination": VSCampaignGeneratedMessagePagination,
800
995
  "VSDynamicVoucherStatus": VSDynamicVoucherStatus,
996
+ "Video": Video,
801
997
  "VirtualBusinessCard": VirtualBusinessCard,
998
+ "WTA2PApplicationUpdateParams": WTA2PApplicationUpdateParams,
802
999
  "WTAdvertisementCredit": WTAdvertisementCredit,
803
1000
  "WTAdvertisementCreditCreateParams": WTAdvertisementCreditCreateParams,
804
1001
  "WTAdvertisementCreditScan": WTAdvertisementCreditScan,
805
1002
  "WTAdvertisementCreditUpdateParams": WTAdvertisementCreditUpdateParams,
1003
+ "WTAmenityCreateParams": WTAmenityCreateParams,
1004
+ "WTAmenityUpdateParams": WTAmenityUpdateParams,
806
1005
  "WTAuthenticationCheckSessionTokenStatusResponse": WTAuthenticationCheckSessionTokenStatusResponse,
807
1006
  "WTAuthenticationForgotPassword": WTAuthenticationForgotPassword,
808
1007
  "WTAuthenticationLoginRequest": WTAuthenticationLoginRequest,
@@ -817,11 +1016,18 @@ let typeMap: {[index: string]: any} = {
817
1016
  "WTCountResult": WTCountResult,
818
1017
  "WTCustomerSearchByMemberID": WTCustomerSearchByMemberID,
819
1018
  "WTCustomerSearchByPhoneNumber": WTCustomerSearchByPhoneNumber,
1019
+ "WTDiningCreateParams": WTDiningCreateParams,
1020
+ "WTDiningUpdateParams": WTDiningUpdateParams,
820
1021
  "WTDynamicVoucher": WTDynamicVoucher,
821
1022
  "WTDynamicVoucherCreateParams": WTDynamicVoucherCreateParams,
822
1023
  "WTDynamicVoucherRedemption": WTDynamicVoucherRedemption,
1024
+ "WTDynamicVoucherRedemptionTransactionType": WTDynamicVoucherRedemptionTransactionType,
823
1025
  "WTDynamicVoucherSummary": WTDynamicVoucherSummary,
1026
+ "WTDynamicVoucherSummaryStatus": WTDynamicVoucherSummaryStatus,
824
1027
  "WTDynamicVoucherUpdateParams": WTDynamicVoucherUpdateParams,
1028
+ "WTEmailSubscriberCreateParams": WTEmailSubscriberCreateParams,
1029
+ "WTEmailSubscriberCreateParamsWalletUI": WTEmailSubscriberCreateParamsWalletUI,
1030
+ "WTEmailSubscriberUpdateParams": WTEmailSubscriberUpdateParams,
825
1031
  "WTEmployee": WTEmployee,
826
1032
  "WTEmployeeAPIKey": WTEmployeeAPIKey,
827
1033
  "WTEmployeeAPIKeyCreateParams": WTEmployeeAPIKeyCreateParams,
@@ -833,32 +1039,43 @@ let typeMap: {[index: string]: any} = {
833
1039
  "WTEmployeeFileCreate": WTEmployeeFileCreate,
834
1040
  "WTEmployeeImportRecords": WTEmployeeImportRecords,
835
1041
  "WTEmployeeNotification": WTEmployeeNotification,
1042
+ "WTEmployeeNotificationType": WTEmployeeNotificationType,
836
1043
  "WTEmployeePeerRoles": WTEmployeePeerRoles,
837
1044
  "WTEmployeeS3FilePresign": WTEmployeeS3FilePresign,
1045
+ "WTEmployeeS3FilePresignContext": WTEmployeeS3FilePresignContext,
838
1046
  "WTEmployeeScheduleSMSCampaignBroadcast": WTEmployeeScheduleSMSCampaignBroadcast,
839
1047
  "WTEmployeeScheduleSimpleSMS": WTEmployeeScheduleSimpleSMS,
1048
+ "WTEmployeeScheduleSimpleSMSListType": WTEmployeeScheduleSimpleSMSListType,
840
1049
  "WTEmployeeScheduleSimpleSMSToRecipient": WTEmployeeScheduleSimpleSMSToRecipient,
841
1050
  "WTEmployeeSendHelpDeskResponse": WTEmployeeSendHelpDeskResponse,
842
1051
  "WTEmployeeUpdate": WTEmployeeUpdate,
843
1052
  "WTEmployeeUpdateRecords": WTEmployeeUpdateRecords,
844
- "WTFetchWalletPaymentObjectWithToken": WTFetchWalletPaymentObjectWithToken,
1053
+ "WTFetchWalletPaymentObjectsWithToken": WTFetchWalletPaymentObjectsWithToken,
1054
+ "WTGamingCreateParams": WTGamingCreateParams,
1055
+ "WTGamingUpdateParams": WTGamingUpdateParams,
845
1056
  "WTImageGridCreateParams": WTImageGridCreateParams,
846
1057
  "WTImageGridUpdateParams": WTImageGridUpdateParams,
847
1058
  "WTImportedList": WTImportedList,
848
1059
  "WTImportedListRecipientFromMembershipTierImport": WTImportedListRecipientFromMembershipTierImport,
1060
+ "WTImportedListRecipientFromMembershipTierImportTierID": WTImportedListRecipientFromMembershipTierImportTierID,
849
1061
  "WTInfoGenesisLookupRequestErrors": WTInfoGenesisLookupRequestErrors,
850
1062
  "WTInfoGenesisRecordFilterParameters": WTInfoGenesisRecordFilterParameters,
851
1063
  "WTInfoGenesisRoutingIDs": WTInfoGenesisRoutingIDs,
852
1064
  "WTInfoGenesisUniquePostingIDs": WTInfoGenesisUniquePostingIDs,
853
1065
  "WTLinkBook": WTLinkBook,
854
1066
  "WTLinkBookCreateParams": WTLinkBookCreateParams,
1067
+ "WTLinkBookLinkBookSectionID": WTLinkBookLinkBookSectionID,
855
1068
  "WTLinkBookSectionCreateParams": WTLinkBookSectionCreateParams,
856
1069
  "WTLinkBookSectionUpdateParams": WTLinkBookSectionUpdateParams,
857
1070
  "WTLinkBookUpdateParams": WTLinkBookUpdateParams,
1071
+ "WTLocalInstance": WTLocalInstance,
1072
+ "WTLoungeCreateParams": WTLoungeCreateParams,
1073
+ "WTLoungeUpdateParams": WTLoungeUpdateParams,
858
1074
  "WTMember": WTMember,
859
1075
  "WTMemberCreationParams": WTMemberCreationParams,
860
1076
  "WTMembershipTier": WTMembershipTier,
861
1077
  "WTMembershipTierCreationParams": WTMembershipTierCreationParams,
1078
+ "WTMembershipTierId": WTMembershipTierId,
862
1079
  "WTMembershipTierUpdateParams": WTMembershipTierUpdateParams,
863
1080
  "WTMembershipTierWithMemberCount": WTMembershipTierWithMemberCount,
864
1081
  "WTMerchantCredit": WTMerchantCredit,
@@ -868,6 +1085,7 @@ let typeMap: {[index: string]: any} = {
868
1085
  "WTMerchantUpdate": WTMerchantUpdate,
869
1086
  "WTMerchantUpdatePOSIntegration": WTMerchantUpdatePOSIntegration,
870
1087
  "WTMerchantUpdatePointsOfContact": WTMerchantUpdatePointsOfContact,
1088
+ "WTMessageInstance": WTMessageInstance,
871
1089
  "WTNewsArticleCreateParams": WTNewsArticleCreateParams,
872
1090
  "WTNewsArticleUpdateParams": WTNewsArticleUpdateParams,
873
1091
  "WTOptInList": WTOptInList,
@@ -880,19 +1098,27 @@ let typeMap: {[index: string]: any} = {
880
1098
  "WTPosMachine": WTPosMachine,
881
1099
  "WTPosMachineCreateParams": WTPosMachineCreateParams,
882
1100
  "WTPosMachineUpdateParams": WTPosMachineUpdateParams,
1101
+ "WTProductCreateParams": WTProductCreateParams,
1102
+ "WTProductUpdateParams": WTProductUpdateParams,
883
1103
  "WTPromoCodeCreateParams": WTPromoCodeCreateParams,
884
1104
  "WTPromoCodeUpdateParams": WTPromoCodeUpdateParams,
885
1105
  "WTQRCodeDesign": WTQRCodeDesign,
886
1106
  "WTQRCodeDesignCreateParams": WTQRCodeDesignCreateParams,
887
1107
  "WTQRCodeDesignUpdateParams": WTQRCodeDesignUpdateParams,
888
1108
  "WTRole": WTRole,
1109
+ "WTRoomRateCreateParams": WTRoomRateCreateParams,
1110
+ "WTRoomRateUpdateParams": WTRoomRateUpdateParams,
889
1111
  "WTSMSAcquirePhoneNumber": WTSMSAcquirePhoneNumber,
890
- "WTSMSCreateAgreement": WTSMSCreateAgreement,
891
1112
  "WTSMSImportOptInListSubscribers": WTSMSImportOptInListSubscribers,
892
1113
  "WTSMSImportedListCreate": WTSMSImportedListCreate,
893
1114
  "WTSMSOptInListSourceCreate": WTSMSOptInListSourceCreate,
894
1115
  "WTSMSUpdatePhoneNumberConfig": WTSMSUpdatePhoneNumberConfig,
1116
+ "WTServiceCreateParams": WTServiceCreateParams,
1117
+ "WTServiceUpdateParams": WTServiceUpdateParams,
895
1118
  "WTSettingsSetPassword": WTSettingsSetPassword,
1119
+ "WTSmsSubscriberCreateParams": WTSmsSubscriberCreateParams,
1120
+ "WTSmsSubscriberCreateParamsWalletUI": WTSmsSubscriberCreateParamsWalletUI,
1121
+ "WTSmsSubscriberUpdateParams": WTSmsSubscriberUpdateParams,
896
1122
  "WTStaticVoucher": WTStaticVoucher,
897
1123
  "WTStaticVoucherCampaign": WTStaticVoucherCampaign,
898
1124
  "WTStaticVoucherCampaignPreviewMessages": WTStaticVoucherCampaignPreviewMessages,
@@ -902,8 +1128,15 @@ let typeMap: {[index: string]: any} = {
902
1128
  "WTSystemApprovePhoneNumber": WTSystemApprovePhoneNumber,
903
1129
  "WTSystemRoleCreate": WTSystemRoleCreate,
904
1130
  "WTTCPAOpt": WTTCPAOpt,
1131
+ "WTTCPAOptListID": WTTCPAOptListID,
1132
+ "WTTCPAOptSourceID": WTTCPAOptSourceID,
1133
+ "WTTicket": WTTicket,
1134
+ "WTTicketCreateParams": WTTicketCreateParams,
1135
+ "WTTicketUpdateParams": WTTicketUpdateParams,
905
1136
  "WTTwilioRequestAuthyCode": WTTwilioRequestAuthyCode,
906
1137
  "WTTwilioVerifyAuthyCode": WTTwilioVerifyAuthyCode,
1138
+ "WTVideoCreateParams": WTVideoCreateParams,
1139
+ "WTVideoUpdateParams": WTVideoUpdateParams,
907
1140
  "WTVirtualBusinessCardCreateParams": WTVirtualBusinessCardCreateParams,
908
1141
  "WTVirtualBusinessCardUpdateParams": WTVirtualBusinessCardUpdateParams,
909
1142
  "WTWalletConfigurationSaveWalletRecord": WTWalletConfigurationSaveWalletRecord,
@@ -912,7 +1145,9 @@ let typeMap: {[index: string]: any} = {
912
1145
  "WTWalletPageView": WTWalletPageView,
913
1146
  "WTWalletPageViewCount": WTWalletPageViewCount,
914
1147
  "WTWalletPageViewGeoPoint": WTWalletPageViewGeoPoint,
1148
+ "WTWalletPageViewId": WTWalletPageViewId,
915
1149
  "WalletConfiguration": WalletConfiguration,
1150
+ "WalletConfigurationSmsOptInSourceID": WalletConfigurationSmsOptInSourceID,
916
1151
  "WalletPageView": WalletPageView,
917
1152
  "Webpage": Webpage,
918
1153
  }