wallet 2.1.513 → 2.1.518

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 (822) hide show
  1. package/.github/workflows/ci.yml +163 -0
  2. package/.openapi-generator/FILES +4 -1
  3. package/LICENSE +201 -0
  4. package/README.md +4 -4
  5. package/api/advertisementCreditsApi.ts +1 -1
  6. package/api/analyticsApi.ts +1 -1
  7. package/api/appleWalletSubscribersApi.ts +1 -1
  8. package/api/billingApi.ts +1 -1
  9. package/api/clubMembersPointsApi.ts +1 -1
  10. package/api/configurationApi.ts +1 -1
  11. package/api/countriesApi.ts +1 -1
  12. package/api/customerApi.ts +1 -1
  13. package/api/dashboardApi.ts +1 -1
  14. package/api/dynamicVouchersApi.ts +1 -1
  15. package/api/employeeAPIKeysApi.ts +1 -1
  16. package/api/employeeAccessApi.ts +1 -1
  17. package/api/employeesApi.ts +2 -2
  18. package/api/imageGridApi.ts +1 -1
  19. package/api/industriesApi.ts +1 -1
  20. package/api/infoGenesisReportsApi.ts +1 -1
  21. package/api/integratedTerminalsApi.ts +1 -1
  22. package/api/interactionsApi.ts +1 -1
  23. package/api/linkBookApi.ts +71 -1
  24. package/api/linkBookSectionApi.ts +1 -1
  25. package/api/loginAndLogoutApi.ts +1 -1
  26. package/api/membershipTiersApi.ts +1 -1
  27. package/api/merchantApi.ts +1 -1
  28. package/api/merchantCreditsApi.ts +1 -1
  29. package/api/merchantURLsApi.ts +1 -1
  30. package/api/mobileTerminalApi.ts +1 -1
  31. package/api/newsApi.ts +1 -1
  32. package/api/paymentDesignsApi.ts +1 -1
  33. package/api/performancesApi.ts +1 -1
  34. package/api/promoCodesApi.ts +1 -1
  35. package/api/sMSApi.ts +138 -1
  36. package/api/settingsApi.ts +1 -1
  37. package/api/shopifyTerminalApi.ts +1 -1
  38. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  39. package/api/staticVoucherCampaignsApi.ts +1 -1
  40. package/api/staticVouchersApi.ts +1 -1
  41. package/api/systemApi.ts +1 -1
  42. package/api/transactionLedgerApi.ts +1 -1
  43. package/api/utilitiesApi.ts +1 -1
  44. package/api/webTerminalApi.ts +1 -1
  45. package/api/wixTerminalApi.ts +1 -1
  46. package/api/wooCommerceTerminalApi.ts +1 -1
  47. package/dist/api/advertisementCreditsApi.js +7 -7
  48. package/dist/api/advertisementCreditsApi.js.map +1 -1
  49. package/dist/api/analyticsApi.js +68 -68
  50. package/dist/api/analyticsApi.js.map +1 -1
  51. package/dist/api/apis.js +5 -1
  52. package/dist/api/apis.js.map +1 -1
  53. package/dist/api/appleWalletSubscribersApi.js +2 -2
  54. package/dist/api/appleWalletSubscribersApi.js.map +1 -1
  55. package/dist/api/billingApi.js +9 -9
  56. package/dist/api/billingApi.js.map +1 -1
  57. package/dist/api/clubMembersPointsApi.js +10 -10
  58. package/dist/api/clubMembersPointsApi.js.map +1 -1
  59. package/dist/api/configurationApi.js +2 -2
  60. package/dist/api/configurationApi.js.map +1 -1
  61. package/dist/api/countriesApi.js +1 -1
  62. package/dist/api/countriesApi.js.map +1 -1
  63. package/dist/api/customerApi.js +9 -9
  64. package/dist/api/customerApi.js.map +1 -1
  65. package/dist/api/dashboardApi.js +18 -18
  66. package/dist/api/dashboardApi.js.map +1 -1
  67. package/dist/api/dynamicVouchersApi.js +7 -7
  68. package/dist/api/dynamicVouchersApi.js.map +1 -1
  69. package/dist/api/employeeAPIKeysApi.js +5 -5
  70. package/dist/api/employeeAPIKeysApi.js.map +1 -1
  71. package/dist/api/employeeAccessApi.js +1 -1
  72. package/dist/api/employeeAccessApi.js.map +1 -1
  73. package/dist/api/employeesApi.d.ts +1 -1
  74. package/dist/api/employeesApi.js +46 -46
  75. package/dist/api/employeesApi.js.map +1 -1
  76. package/dist/api/imageGridApi.js +5 -5
  77. package/dist/api/imageGridApi.js.map +1 -1
  78. package/dist/api/industriesApi.js +1 -1
  79. package/dist/api/industriesApi.js.map +1 -1
  80. package/dist/api/infoGenesisReportsApi.js +27 -27
  81. package/dist/api/infoGenesisReportsApi.js.map +1 -1
  82. package/dist/api/integratedTerminalsApi.js +5 -5
  83. package/dist/api/integratedTerminalsApi.js.map +1 -1
  84. package/dist/api/interactionsApi.js +11 -11
  85. package/dist/api/interactionsApi.js.map +1 -1
  86. package/dist/api/linkBookApi.d.ts +9 -0
  87. package/dist/api/linkBookApi.js +66 -5
  88. package/dist/api/linkBookApi.js.map +1 -1
  89. package/dist/api/linkBookSectionApi.js +5 -5
  90. package/dist/api/linkBookSectionApi.js.map +1 -1
  91. package/dist/api/loginAndLogoutApi.js +3 -3
  92. package/dist/api/loginAndLogoutApi.js.map +1 -1
  93. package/dist/api/membershipTiersApi.js +9 -9
  94. package/dist/api/membershipTiersApi.js.map +1 -1
  95. package/dist/api/merchantApi.js +27 -27
  96. package/dist/api/merchantApi.js.map +1 -1
  97. package/dist/api/merchantCreditsApi.js +10 -10
  98. package/dist/api/merchantCreditsApi.js.map +1 -1
  99. package/dist/api/merchantURLsApi.js +7 -7
  100. package/dist/api/merchantURLsApi.js.map +1 -1
  101. package/dist/api/mobileTerminalApi.js +3 -3
  102. package/dist/api/mobileTerminalApi.js.map +1 -1
  103. package/dist/api/newsApi.js +5 -5
  104. package/dist/api/newsApi.js.map +1 -1
  105. package/dist/api/paymentDesignsApi.js +6 -6
  106. package/dist/api/paymentDesignsApi.js.map +1 -1
  107. package/dist/api/performancesApi.js +5 -5
  108. package/dist/api/performancesApi.js.map +1 -1
  109. package/dist/api/promoCodesApi.js +5 -5
  110. package/dist/api/promoCodesApi.js.map +1 -1
  111. package/dist/api/sMSApi.d.ts +17 -0
  112. package/dist/api/sMSApi.js +157 -36
  113. package/dist/api/sMSApi.js.map +1 -1
  114. package/dist/api/settingsApi.js +2 -2
  115. package/dist/api/settingsApi.js.map +1 -1
  116. package/dist/api/shopifyTerminalApi.js +3 -3
  117. package/dist/api/shopifyTerminalApi.js.map +1 -1
  118. package/dist/api/staticVoucherCampaignGroupsApi.js +1 -1
  119. package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -1
  120. package/dist/api/staticVoucherCampaignsApi.js +19 -19
  121. package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
  122. package/dist/api/staticVouchersApi.js +6 -6
  123. package/dist/api/staticVouchersApi.js.map +1 -1
  124. package/dist/api/systemApi.js +7 -7
  125. package/dist/api/systemApi.js.map +1 -1
  126. package/dist/api/transactionLedgerApi.js +1 -1
  127. package/dist/api/transactionLedgerApi.js.map +1 -1
  128. package/dist/api/utilitiesApi.js +1 -1
  129. package/dist/api/utilitiesApi.js.map +1 -1
  130. package/dist/api/webTerminalApi.js +3 -3
  131. package/dist/api/webTerminalApi.js.map +1 -1
  132. package/dist/api/wixTerminalApi.js +3 -3
  133. package/dist/api/wixTerminalApi.js.map +1 -1
  134. package/dist/api/wooCommerceTerminalApi.js +3 -3
  135. package/dist/api/wooCommerceTerminalApi.js.map +1 -1
  136. package/dist/api.js +5 -1
  137. package/dist/api.js.map +1 -1
  138. package/dist/examples/advertisementcredits.example.js +5 -1
  139. package/dist/examples/advertisementcredits.example.js.map +1 -1
  140. package/dist/examples/clubmembers.example.js +5 -1
  141. package/dist/examples/clubmembers.example.js.map +1 -1
  142. package/dist/examples/dynamicvouchers.example.js +5 -1
  143. package/dist/examples/dynamicvouchers.example.js.map +1 -1
  144. package/dist/examples/linkbook.example.js +5 -1
  145. package/dist/examples/linkbook.example.js.map +1 -1
  146. package/dist/examples/membershiptiers.example.js +5 -1
  147. package/dist/examples/membershiptiers.example.js.map +1 -1
  148. package/dist/examples/merchantcredits.example.js +5 -1
  149. package/dist/examples/merchantcredits.example.js.map +1 -1
  150. package/dist/examples/merchanturls.example.js +5 -1
  151. package/dist/examples/merchanturls.example.js.map +1 -1
  152. package/dist/examples/news.example.js +5 -1
  153. package/dist/examples/news.example.js.map +1 -1
  154. package/dist/examples/paymentdesigns.example.js +5 -1
  155. package/dist/examples/paymentdesigns.example.js.map +1 -1
  156. package/dist/examples/performances.example.js +5 -1
  157. package/dist/examples/performances.example.js.map +1 -1
  158. package/dist/examples/promocodes.example.js +5 -1
  159. package/dist/examples/promocodes.example.js.map +1 -1
  160. package/dist/examples/sms.example.js +5 -1
  161. package/dist/examples/sms.example.js.map +1 -1
  162. package/dist/examples/staticvouchercampaigns.example.js +5 -1
  163. package/dist/examples/staticvouchercampaigns.example.js.map +1 -1
  164. package/dist/examples/staticvouchers.example.js +5 -1
  165. package/dist/examples/staticvouchers.example.js.map +1 -1
  166. package/dist/model/advertisementCreditBroadcast.d.ts +1 -1
  167. package/dist/model/advertisementCreditBroadcast.js +3 -3
  168. package/dist/model/advertisementCreditBroadcast.js.map +1 -1
  169. package/dist/model/dynamicVoucherBroadcast.d.ts +1 -1
  170. package/dist/model/dynamicVoucherBroadcast.js +3 -3
  171. package/dist/model/dynamicVoucherBroadcast.js.map +1 -1
  172. package/dist/model/inboundSMS.d.ts +1 -1
  173. package/dist/model/inboundSMS.js +3 -3
  174. package/dist/model/inboundSMS.js.map +1 -1
  175. package/dist/model/inlineResponse20010.d.ts +1 -0
  176. package/dist/model/inlineResponse20010.js +5 -0
  177. package/dist/model/inlineResponse20010.js.map +1 -1
  178. package/dist/model/models.d.ts +5 -1
  179. package/dist/model/models.js +17 -4
  180. package/dist/model/models.js.map +1 -1
  181. package/dist/model/optInList.d.ts +2 -0
  182. package/dist/model/optInList.js +10 -0
  183. package/dist/model/optInList.js.map +1 -1
  184. package/dist/model/outboundSMS.d.ts +1 -1
  185. package/dist/model/outboundSMS.js +5 -5
  186. package/dist/model/outboundSMS.js.map +1 -1
  187. package/dist/model/{inlineObject36.d.ts → pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.d.ts} +1 -2
  188. package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +23 -0
  189. package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -0
  190. package/dist/model/{pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.d.ts → pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.d.ts} +1 -1
  191. package/dist/model/{pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.js → pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js} +7 -7
  192. package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -0
  193. package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.d.ts +2 -0
  194. package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +10 -0
  195. package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -1
  196. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +1 -1
  197. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +5 -5
  198. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
  199. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
  200. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +5 -5
  201. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
  202. package/dist/model/simpleSMSBroadcast.d.ts +1 -1
  203. package/dist/model/simpleSMSBroadcast.js +3 -3
  204. package/dist/model/simpleSMSBroadcast.js.map +1 -1
  205. package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
  206. package/dist/model/staticVoucherCampaignBroadcast.js +5 -5
  207. package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
  208. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +1 -1
  209. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +3 -3
  210. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
  211. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +1 -1
  212. package/dist/model/wTEmployeeScheduleSimpleSMS.js +3 -3
  213. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
  214. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +1 -1
  215. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +3 -3
  216. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
  217. package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +1 -1
  218. package/dist/model/wTEmployeeSendHelpDeskResponse.js +3 -3
  219. package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
  220. package/dist/model/{inlineObject35.d.ts → wTImportedListRecipientFromMembershipTierImport.d.ts} +2 -2
  221. package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +28 -0
  222. package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -0
  223. package/dist/model/{employeeAlert.d.ts → wTLinkBook.d.ts} +9 -8
  224. package/dist/model/{employeeAlert.js → wTLinkBook.js} +36 -31
  225. package/dist/model/wTLinkBook.js.map +1 -0
  226. package/dist/model/wTOptInList.d.ts +2 -0
  227. package/dist/model/wTOptInList.js +10 -0
  228. package/dist/model/wTOptInList.js.map +1 -1
  229. package/dist/model/wTOptInListCreationParams.d.ts +2 -0
  230. package/dist/model/wTOptInListCreationParams.js +10 -0
  231. package/dist/model/wTOptInListCreationParams.js.map +1 -1
  232. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +1 -0
  233. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +5 -0
  234. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
  235. package/dist/model/walletConfiguration.d.ts +1 -0
  236. package/dist/model/walletConfiguration.js +5 -0
  237. package/dist/model/walletConfiguration.js.map +1 -1
  238. package/model/advertisementCredit.ts +1 -1
  239. package/model/advertisementCreditBroadcast.ts +5 -5
  240. package/model/advertisementCreditScan.ts +1 -1
  241. package/model/agreement.ts +1 -1
  242. package/model/alert.ts +1 -1
  243. package/model/announcement.ts +1 -1
  244. package/model/applicableTerminals.ts +1 -1
  245. package/model/applicableTerminalsAnyOf.ts +1 -1
  246. package/model/applicableTerminalsAnyOf1.ts +1 -1
  247. package/model/applicableTerminalsAnyOf2.ts +1 -1
  248. package/model/applicableTerminalsAnyOf3.ts +1 -1
  249. package/model/applicableTerminalsAnyOf4.ts +1 -1
  250. package/model/applicableTerminalsAnyOf5.ts +1 -1
  251. package/model/applicableTerminalsAnyOf6.ts +1 -1
  252. package/model/authError.ts +1 -1
  253. package/model/availablePhoneNumbersRequest.ts +1 -1
  254. package/model/clickFunnelAmount.ts +1 -1
  255. package/model/clickFunnelContact.ts +1 -1
  256. package/model/clickFunnelContactProfile.ts +1 -1
  257. package/model/clickFunnelEvent.ts +1 -1
  258. package/model/clickFunnelOriginalAmount.ts +1 -1
  259. package/model/clickFunnelProduct.ts +1 -1
  260. package/model/clickFunnelPurchase.ts +1 -1
  261. package/model/clickFunnelRegistration.ts +1 -1
  262. package/model/createStaticVoucherCampaign.ts +1 -1
  263. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  264. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  265. package/model/dashboardWidget.ts +1 -1
  266. package/model/document.ts +1 -1
  267. package/model/duplicateRowFound.ts +1 -1
  268. package/model/dynamicVoucher.ts +1 -1
  269. package/model/dynamicVoucherBroadcast.ts +5 -5
  270. package/model/employee.ts +1 -1
  271. package/model/employeeAPIKey.ts +1 -1
  272. package/model/employeeActivityLog.ts +1 -1
  273. package/model/entityTooLarge.ts +1 -1
  274. package/model/exportDataFile.ts +1 -1
  275. package/model/falsumError.ts +1 -1
  276. package/model/falsumField.ts +1 -1
  277. package/model/feature.ts +1 -1
  278. package/model/forbiddenRequest.ts +1 -1
  279. package/model/foreignKeyDoesNotExist.ts +1 -1
  280. package/model/helpDeskRequest.ts +1 -1
  281. package/model/imageGrid.ts +1 -1
  282. package/model/importedList.ts +1 -1
  283. package/model/importedListRecipient.ts +1 -1
  284. package/model/inboundSMS.ts +5 -5
  285. package/model/inlineResponse200.ts +1 -1
  286. package/model/inlineResponse2001.ts +1 -1
  287. package/model/inlineResponse20010.ts +7 -1
  288. package/model/inlineResponse2002.ts +1 -1
  289. package/model/inlineResponse2003.ts +1 -1
  290. package/model/inlineResponse2004.ts +1 -1
  291. package/model/inlineResponse2005.ts +1 -1
  292. package/model/inlineResponse2006.ts +1 -1
  293. package/model/inlineResponse2007.ts +1 -1
  294. package/model/inlineResponse2008.ts +1 -1
  295. package/model/inlineResponse2009.ts +1 -1
  296. package/model/internalServerError.ts +1 -1
  297. package/model/ledgerEntry.ts +1 -1
  298. package/model/linkBook.ts +1 -1
  299. package/model/linkBookSection.ts +1 -1
  300. package/model/mSAnalyticsMemberCountPartitionedByDate.ts +1 -1
  301. package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +1 -1
  302. package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +1 -1
  303. package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +1 -1
  304. package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +1 -1
  305. package/model/mSMemberHistory.ts +1 -1
  306. package/model/mSMemberHistoryPagination.ts +1 -1
  307. package/model/mSMemberRedemption.ts +1 -1
  308. package/model/mSMemberRedemptionPagination.ts +1 -1
  309. package/model/mSMembershipTierHistory.ts +1 -1
  310. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  311. package/model/mSMembershipTierRedemption.ts +1 -1
  312. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  313. package/model/mSMerchantCreditHistory.ts +1 -1
  314. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  315. package/model/mSMerchantCreditRedemption.ts +1 -1
  316. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  317. package/model/mediaFile.ts +1 -1
  318. package/model/member.ts +1 -1
  319. package/model/memberSearch.ts +1 -1
  320. package/model/merchant.ts +1 -1
  321. package/model/merchantCreditSearch.ts +1 -1
  322. package/model/merchantNotInitialized.ts +1 -1
  323. package/model/merchantURL.ts +1 -1
  324. package/model/message.ts +1 -1
  325. package/model/models.ts +12 -3
  326. package/model/moduleError.ts +1 -1
  327. package/model/newsArticle.ts +1 -1
  328. package/model/optInList.ts +13 -1
  329. package/model/optInListSource.ts +1 -1
  330. package/model/optInListSubscriber.ts +1 -1
  331. package/model/outboundSMS.ts +7 -7
  332. package/model/paginatedWTMembers.ts +1 -1
  333. package/model/paginatedWTMerchantCredits.ts +1 -1
  334. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  335. package/model/paginationRequestWithSortOptions.ts +1 -1
  336. package/model/paymentDesign.ts +1 -1
  337. package/model/paymentPrefixes.ts +1 -1
  338. package/model/performance.ts +1 -1
  339. package/model/phoneNumber.ts +1 -1
  340. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  341. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  342. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  343. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  344. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  345. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  346. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  347. package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +1 -1
  348. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  349. package/model/{inlineObject35.ts → pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts} +6 -9
  350. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  351. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  352. package/model/{pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts → pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts} +3 -3
  353. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  354. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +13 -1
  355. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  356. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -7
  357. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  358. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  359. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  360. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  361. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  362. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  363. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  364. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  365. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
  366. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  367. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  368. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  369. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  370. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +7 -7
  371. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  372. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  373. package/model/plan.ts +1 -1
  374. package/model/portalPage.ts +1 -1
  375. package/model/presignedPost.ts +1 -1
  376. package/model/presignedPostFields.ts +1 -1
  377. package/model/product.ts +1 -1
  378. package/model/promoCode.ts +1 -1
  379. package/model/reachPerformanceStats.ts +1 -1
  380. package/model/request.ts +1 -1
  381. package/model/response.ts +1 -1
  382. package/model/role.ts +1 -1
  383. package/model/roleAuditLog.ts +1 -1
  384. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  385. package/model/sSOptInSource.ts +1 -1
  386. package/model/simpleSMSBroadcast.ts +5 -5
  387. package/model/staticVoucher.ts +1 -1
  388. package/model/staticVoucherCampaign.ts +1 -1
  389. package/model/staticVoucherCampaignBroadcast.ts +7 -7
  390. package/model/staticVoucherCampaignGroup.ts +1 -1
  391. package/model/staticVoucherCampaignUpdate.ts +1 -1
  392. package/model/status.ts +1 -1
  393. package/model/statusAnyOf.ts +1 -1
  394. package/model/statusAnyOf1.ts +1 -1
  395. package/model/statusAnyOf2.ts +1 -1
  396. package/model/statusAnyOf3.ts +1 -1
  397. package/model/subscriptionFeature.ts +1 -1
  398. package/model/subscriptionPlan.ts +1 -1
  399. package/model/subscriptionProduct.ts +1 -1
  400. package/model/tcpa.ts +1 -1
  401. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  402. package/model/vSCampaignGeneratedMessage.ts +1 -1
  403. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  404. package/model/vSDynamicVoucherStatus.ts +1 -1
  405. package/model/wTAdvertisementCredit.ts +1 -1
  406. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  407. package/model/wTAdvertisementCreditScan.ts +1 -1
  408. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  409. package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +1 -1
  410. package/model/wTAuthenticationForgotPassword.ts +1 -1
  411. package/model/wTAuthenticationLoginRequest.ts +1 -1
  412. package/model/wTAuthenticationLoginResponse.ts +1 -1
  413. package/model/wTAuthenticationRegister.ts +1 -1
  414. package/model/wTAuthenticationRequestResetPassword.ts +1 -1
  415. package/model/wTAuthenticationResetPassword.ts +1 -1
  416. package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
  417. package/model/wTBillingChangePlan.ts +1 -1
  418. package/model/wTBillingSavePaymentMethod.ts +1 -1
  419. package/model/wTBillingVerifyPaymentMethodResponse.ts +1 -1
  420. package/model/wTCountResult.ts +1 -1
  421. package/model/wTCustomerSearchByMemberID.ts +1 -1
  422. package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
  423. package/model/wTDynamicVoucher.ts +1 -1
  424. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  425. package/model/wTDynamicVoucherRedemption.ts +1 -1
  426. package/model/wTDynamicVoucherSummary.ts +1 -1
  427. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  428. package/model/wTEmployee.ts +1 -1
  429. package/model/wTEmployeeAPIKey.ts +1 -1
  430. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  431. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  432. package/model/wTEmployeeCreate.ts +1 -1
  433. package/model/wTEmployeeCreateAlert.ts +1 -1
  434. package/model/wTEmployeeCreateDocument.ts +1 -1
  435. package/model/wTEmployeeCreateMediaFile.ts +1 -1
  436. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
  437. package/model/wTEmployeeFileCreate.ts +1 -1
  438. package/model/wTEmployeeImportRecords.ts +1 -1
  439. package/model/wTEmployeeNotification.ts +1 -1
  440. package/model/wTEmployeePeerRoles.ts +1 -1
  441. package/model/wTEmployeeS3FilePresign.ts +1 -1
  442. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +5 -5
  443. package/model/wTEmployeeScheduleSimpleSMS.ts +5 -5
  444. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +5 -5
  445. package/model/wTEmployeeSendHelpDeskResponse.ts +5 -5
  446. package/model/wTEmployeeUpdate.ts +1 -1
  447. package/model/wTEmployeeUpdateRecords.ts +1 -1
  448. package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
  449. package/model/wTImageGridCreateParams.ts +1 -1
  450. package/model/wTImageGridUpdateParams.ts +1 -1
  451. package/model/wTImportedList.ts +1 -1
  452. package/model/{inlineObject59.ts → wTImportedListRecipientFromMembershipTierImport.ts} +9 -9
  453. package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
  454. package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
  455. package/model/wTInfoGenesisRoutingIDs.ts +1 -1
  456. package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
  457. package/model/{employeeAlert.ts → wTLinkBook.ts} +40 -34
  458. package/model/wTLinkBookCreateParams.ts +1 -1
  459. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  460. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  461. package/model/wTLinkBookUpdateParams.ts +1 -1
  462. package/model/wTMember.ts +1 -1
  463. package/model/wTMemberCreationParams.ts +1 -1
  464. package/model/wTMembershipTier.ts +1 -1
  465. package/model/wTMembershipTierCreationParams.ts +1 -1
  466. package/model/wTMembershipTierUpdateParams.ts +1 -1
  467. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  468. package/model/wTMerchantCredit.ts +1 -1
  469. package/model/wTMerchantCreditCreationParams.ts +1 -1
  470. package/model/wTMerchantURLCreate.ts +1 -1
  471. package/model/wTMerchantURLUpdate.ts +1 -1
  472. package/model/wTMerchantUpdate.ts +1 -1
  473. package/model/wTMerchantUpdateBillingContact.ts +1 -1
  474. package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
  475. package/model/wTNewsArticleCreateParams.ts +1 -1
  476. package/model/wTNewsArticleUpdateParams.ts +1 -1
  477. package/model/wTOptInList.ts +13 -1
  478. package/model/wTOptInListCreationParams.ts +13 -1
  479. package/model/wTPaymentDesign.ts +1 -1
  480. package/model/wTPaymentDesignCreateParams.ts +1 -1
  481. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  482. package/model/wTPerformanceCreateParams.ts +1 -1
  483. package/model/wTPerformanceUpdateParams.ts +1 -1
  484. package/model/wTPosMachine.ts +1 -1
  485. package/model/wTPosMachineCreateParams.ts +1 -1
  486. package/model/wTPosMachineUpdateParams.ts +1 -1
  487. package/model/wTPromoCodeCreateParams.ts +1 -1
  488. package/model/wTPromoCodeUpdateParams.ts +1 -1
  489. package/model/wTRole.ts +1 -1
  490. package/model/wTSMSAcquirePhoneNumber.ts +1 -1
  491. package/model/wTSMSCreateAgreement.ts +1 -1
  492. package/model/wTSMSImportOptInListSubscribers.ts +1 -1
  493. package/model/wTSMSImportedListCreate.ts +1 -1
  494. package/model/wTSMSLimits.ts +1 -1
  495. package/model/wTSMSOptInListSourceCreate.ts +1 -1
  496. package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
  497. package/model/wTSettingsSetPassword.ts +1 -1
  498. package/model/wTStaticVoucher.ts +1 -1
  499. package/model/wTStaticVoucherCampaign.ts +1 -1
  500. package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
  501. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
  502. package/model/wTStaticVoucherCreateParams.ts +1 -1
  503. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  504. package/model/wTSystemApprovePhoneNumber.ts +1 -1
  505. package/model/wTSystemRoleCreate.ts +1 -1
  506. package/model/wTTCPAOpt.ts +1 -1
  507. package/model/wTTwilioRequestAuthyCode.ts +1 -1
  508. package/model/wTTwilioVerifyAuthyCode.ts +1 -1
  509. package/model/wTWalletConfigurationSaveWalletRecord.ts +7 -1
  510. package/model/wTWalletItemRedemption.ts +1 -1
  511. package/model/wTWalletObjectPrefixCounts.ts +1 -1
  512. package/model/wTWalletPageView.ts +1 -1
  513. package/model/wTWalletPageViewCount.ts +1 -1
  514. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  515. package/model/walletConfiguration.ts +7 -1
  516. package/model/walletPageView.ts +1 -1
  517. package/model/webpage.ts +1 -1
  518. package/package.json +1 -1
  519. package/scripts/failure.py +67 -0
  520. package/scripts/slack.py +94 -0
  521. package/dist/model/employeeAlert.js.map +0 -1
  522. package/dist/model/inlineObject.d.ts +0 -15
  523. package/dist/model/inlineObject.js +0 -23
  524. package/dist/model/inlineObject.js.map +0 -1
  525. package/dist/model/inlineObject1.d.ts +0 -29
  526. package/dist/model/inlineObject1.js +0 -93
  527. package/dist/model/inlineObject1.js.map +0 -1
  528. package/dist/model/inlineObject10.d.ts +0 -16
  529. package/dist/model/inlineObject10.js +0 -28
  530. package/dist/model/inlineObject10.js.map +0 -1
  531. package/dist/model/inlineObject11.d.ts +0 -16
  532. package/dist/model/inlineObject11.js +0 -28
  533. package/dist/model/inlineObject11.js.map +0 -1
  534. package/dist/model/inlineObject12.d.ts +0 -16
  535. package/dist/model/inlineObject12.js +0 -28
  536. package/dist/model/inlineObject12.js.map +0 -1
  537. package/dist/model/inlineObject13.d.ts +0 -16
  538. package/dist/model/inlineObject13.js +0 -28
  539. package/dist/model/inlineObject13.js.map +0 -1
  540. package/dist/model/inlineObject14.d.ts +0 -16
  541. package/dist/model/inlineObject14.js +0 -28
  542. package/dist/model/inlineObject14.js.map +0 -1
  543. package/dist/model/inlineObject15.d.ts +0 -16
  544. package/dist/model/inlineObject15.js +0 -28
  545. package/dist/model/inlineObject15.js.map +0 -1
  546. package/dist/model/inlineObject16.d.ts +0 -16
  547. package/dist/model/inlineObject16.js +0 -28
  548. package/dist/model/inlineObject16.js.map +0 -1
  549. package/dist/model/inlineObject17.d.ts +0 -16
  550. package/dist/model/inlineObject17.js +0 -28
  551. package/dist/model/inlineObject17.js.map +0 -1
  552. package/dist/model/inlineObject18.d.ts +0 -16
  553. package/dist/model/inlineObject18.js +0 -28
  554. package/dist/model/inlineObject18.js.map +0 -1
  555. package/dist/model/inlineObject19.d.ts +0 -16
  556. package/dist/model/inlineObject19.js +0 -28
  557. package/dist/model/inlineObject19.js.map +0 -1
  558. package/dist/model/inlineObject2.d.ts +0 -17
  559. package/dist/model/inlineObject2.js +0 -33
  560. package/dist/model/inlineObject2.js.map +0 -1
  561. package/dist/model/inlineObject20.d.ts +0 -16
  562. package/dist/model/inlineObject20.js +0 -28
  563. package/dist/model/inlineObject20.js.map +0 -1
  564. package/dist/model/inlineObject21.d.ts +0 -16
  565. package/dist/model/inlineObject21.js +0 -28
  566. package/dist/model/inlineObject21.js.map +0 -1
  567. package/dist/model/inlineObject22.d.ts +0 -16
  568. package/dist/model/inlineObject22.js +0 -28
  569. package/dist/model/inlineObject22.js.map +0 -1
  570. package/dist/model/inlineObject23.d.ts +0 -16
  571. package/dist/model/inlineObject23.js +0 -28
  572. package/dist/model/inlineObject23.js.map +0 -1
  573. package/dist/model/inlineObject24.d.ts +0 -16
  574. package/dist/model/inlineObject24.js +0 -28
  575. package/dist/model/inlineObject24.js.map +0 -1
  576. package/dist/model/inlineObject25.d.ts +0 -17
  577. package/dist/model/inlineObject25.js +0 -33
  578. package/dist/model/inlineObject25.js.map +0 -1
  579. package/dist/model/inlineObject26.d.ts +0 -17
  580. package/dist/model/inlineObject26.js +0 -33
  581. package/dist/model/inlineObject26.js.map +0 -1
  582. package/dist/model/inlineObject27.d.ts +0 -15
  583. package/dist/model/inlineObject27.js +0 -23
  584. package/dist/model/inlineObject27.js.map +0 -1
  585. package/dist/model/inlineObject28.d.ts +0 -29
  586. package/dist/model/inlineObject28.js +0 -93
  587. package/dist/model/inlineObject28.js.map +0 -1
  588. package/dist/model/inlineObject29.d.ts +0 -15
  589. package/dist/model/inlineObject29.js +0 -23
  590. package/dist/model/inlineObject29.js.map +0 -1
  591. package/dist/model/inlineObject3.d.ts +0 -17
  592. package/dist/model/inlineObject3.js +0 -33
  593. package/dist/model/inlineObject3.js.map +0 -1
  594. package/dist/model/inlineObject30.d.ts +0 -29
  595. package/dist/model/inlineObject30.js +0 -93
  596. package/dist/model/inlineObject30.js.map +0 -1
  597. package/dist/model/inlineObject31.d.ts +0 -17
  598. package/dist/model/inlineObject31.js +0 -33
  599. package/dist/model/inlineObject31.js.map +0 -1
  600. package/dist/model/inlineObject32.d.ts +0 -15
  601. package/dist/model/inlineObject32.js +0 -23
  602. package/dist/model/inlineObject32.js.map +0 -1
  603. package/dist/model/inlineObject33.d.ts +0 -29
  604. package/dist/model/inlineObject33.js +0 -93
  605. package/dist/model/inlineObject33.js.map +0 -1
  606. package/dist/model/inlineObject34.d.ts +0 -16
  607. package/dist/model/inlineObject34.js +0 -28
  608. package/dist/model/inlineObject34.js.map +0 -1
  609. package/dist/model/inlineObject35.js +0 -28
  610. package/dist/model/inlineObject35.js.map +0 -1
  611. package/dist/model/inlineObject36.js +0 -28
  612. package/dist/model/inlineObject36.js.map +0 -1
  613. package/dist/model/inlineObject37.d.ts +0 -15
  614. package/dist/model/inlineObject37.js +0 -23
  615. package/dist/model/inlineObject37.js.map +0 -1
  616. package/dist/model/inlineObject38.d.ts +0 -15
  617. package/dist/model/inlineObject38.js +0 -23
  618. package/dist/model/inlineObject38.js.map +0 -1
  619. package/dist/model/inlineObject39.d.ts +0 -15
  620. package/dist/model/inlineObject39.js +0 -23
  621. package/dist/model/inlineObject39.js.map +0 -1
  622. package/dist/model/inlineObject4.d.ts +0 -15
  623. package/dist/model/inlineObject4.js +0 -23
  624. package/dist/model/inlineObject4.js.map +0 -1
  625. package/dist/model/inlineObject40.d.ts +0 -45
  626. package/dist/model/inlineObject40.js +0 -173
  627. package/dist/model/inlineObject40.js.map +0 -1
  628. package/dist/model/inlineObject41.d.ts +0 -17
  629. package/dist/model/inlineObject41.js +0 -33
  630. package/dist/model/inlineObject41.js.map +0 -1
  631. package/dist/model/inlineObject42.d.ts +0 -17
  632. package/dist/model/inlineObject42.js +0 -33
  633. package/dist/model/inlineObject42.js.map +0 -1
  634. package/dist/model/inlineObject43.d.ts +0 -15
  635. package/dist/model/inlineObject43.js +0 -23
  636. package/dist/model/inlineObject43.js.map +0 -1
  637. package/dist/model/inlineObject44.d.ts +0 -29
  638. package/dist/model/inlineObject44.js +0 -93
  639. package/dist/model/inlineObject44.js.map +0 -1
  640. package/dist/model/inlineObject45.d.ts +0 -17
  641. package/dist/model/inlineObject45.js +0 -33
  642. package/dist/model/inlineObject45.js.map +0 -1
  643. package/dist/model/inlineObject46.d.ts +0 -15
  644. package/dist/model/inlineObject46.js +0 -23
  645. package/dist/model/inlineObject46.js.map +0 -1
  646. package/dist/model/inlineObject47.d.ts +0 -29
  647. package/dist/model/inlineObject47.js +0 -93
  648. package/dist/model/inlineObject47.js.map +0 -1
  649. package/dist/model/inlineObject48.d.ts +0 -16
  650. package/dist/model/inlineObject48.js +0 -28
  651. package/dist/model/inlineObject48.js.map +0 -1
  652. package/dist/model/inlineObject49.d.ts +0 -16
  653. package/dist/model/inlineObject49.js +0 -28
  654. package/dist/model/inlineObject49.js.map +0 -1
  655. package/dist/model/inlineObject5.d.ts +0 -29
  656. package/dist/model/inlineObject5.js +0 -93
  657. package/dist/model/inlineObject5.js.map +0 -1
  658. package/dist/model/inlineObject50.d.ts +0 -16
  659. package/dist/model/inlineObject50.js +0 -28
  660. package/dist/model/inlineObject50.js.map +0 -1
  661. package/dist/model/inlineObject51.d.ts +0 -25
  662. package/dist/model/inlineObject51.js +0 -73
  663. package/dist/model/inlineObject51.js.map +0 -1
  664. package/dist/model/inlineObject52.d.ts +0 -14
  665. package/dist/model/inlineObject52.js +0 -18
  666. package/dist/model/inlineObject52.js.map +0 -1
  667. package/dist/model/inlineObject53.d.ts +0 -25
  668. package/dist/model/inlineObject53.js +0 -73
  669. package/dist/model/inlineObject53.js.map +0 -1
  670. package/dist/model/inlineObject54.d.ts +0 -25
  671. package/dist/model/inlineObject54.js +0 -73
  672. package/dist/model/inlineObject54.js.map +0 -1
  673. package/dist/model/inlineObject55.d.ts +0 -24
  674. package/dist/model/inlineObject55.js +0 -68
  675. package/dist/model/inlineObject55.js.map +0 -1
  676. package/dist/model/inlineObject56.d.ts +0 -15
  677. package/dist/model/inlineObject56.js +0 -23
  678. package/dist/model/inlineObject56.js.map +0 -1
  679. package/dist/model/inlineObject57.d.ts +0 -15
  680. package/dist/model/inlineObject57.js +0 -23
  681. package/dist/model/inlineObject57.js.map +0 -1
  682. package/dist/model/inlineObject58.d.ts +0 -16
  683. package/dist/model/inlineObject58.js +0 -28
  684. package/dist/model/inlineObject58.js.map +0 -1
  685. package/dist/model/inlineObject59.d.ts +0 -16
  686. package/dist/model/inlineObject59.js +0 -28
  687. package/dist/model/inlineObject59.js.map +0 -1
  688. package/dist/model/inlineObject6.d.ts +0 -14
  689. package/dist/model/inlineObject6.js +0 -18
  690. package/dist/model/inlineObject6.js.map +0 -1
  691. package/dist/model/inlineObject60.d.ts +0 -16
  692. package/dist/model/inlineObject60.js +0 -28
  693. package/dist/model/inlineObject60.js.map +0 -1
  694. package/dist/model/inlineObject61.d.ts +0 -15
  695. package/dist/model/inlineObject61.js +0 -23
  696. package/dist/model/inlineObject61.js.map +0 -1
  697. package/dist/model/inlineObject62.d.ts +0 -15
  698. package/dist/model/inlineObject62.js +0 -23
  699. package/dist/model/inlineObject62.js.map +0 -1
  700. package/dist/model/inlineObject63.d.ts +0 -15
  701. package/dist/model/inlineObject63.js +0 -23
  702. package/dist/model/inlineObject63.js.map +0 -1
  703. package/dist/model/inlineObject64.d.ts +0 -45
  704. package/dist/model/inlineObject64.js +0 -173
  705. package/dist/model/inlineObject64.js.map +0 -1
  706. package/dist/model/inlineObject65.d.ts +0 -17
  707. package/dist/model/inlineObject65.js +0 -33
  708. package/dist/model/inlineObject65.js.map +0 -1
  709. package/dist/model/inlineObject66.d.ts +0 -17
  710. package/dist/model/inlineObject66.js +0 -33
  711. package/dist/model/inlineObject66.js.map +0 -1
  712. package/dist/model/inlineObject67.d.ts +0 -15
  713. package/dist/model/inlineObject67.js +0 -23
  714. package/dist/model/inlineObject67.js.map +0 -1
  715. package/dist/model/inlineObject68.d.ts +0 -29
  716. package/dist/model/inlineObject68.js +0 -93
  717. package/dist/model/inlineObject68.js.map +0 -1
  718. package/dist/model/inlineObject69.d.ts +0 -29
  719. package/dist/model/inlineObject69.js +0 -93
  720. package/dist/model/inlineObject69.js.map +0 -1
  721. package/dist/model/inlineObject7.d.ts +0 -14
  722. package/dist/model/inlineObject7.js +0 -18
  723. package/dist/model/inlineObject7.js.map +0 -1
  724. package/dist/model/inlineObject8.d.ts +0 -16
  725. package/dist/model/inlineObject8.js +0 -28
  726. package/dist/model/inlineObject8.js.map +0 -1
  727. package/dist/model/inlineObject9.d.ts +0 -16
  728. package/dist/model/inlineObject9.js +0 -28
  729. package/dist/model/inlineObject9.js.map +0 -1
  730. package/dist/model/inlineResponse20011.d.ts +0 -27
  731. package/dist/model/inlineResponse20011.js +0 -83
  732. package/dist/model/inlineResponse20011.js.map +0 -1
  733. package/dist/model/inlineResponse20012.d.ts +0 -16
  734. package/dist/model/inlineResponse20012.js +0 -28
  735. package/dist/model/inlineResponse20012.js.map +0 -1
  736. package/dist/model/inlineResponse20013.d.ts +0 -27
  737. package/dist/model/inlineResponse20013.js +0 -83
  738. package/dist/model/inlineResponse20013.js.map +0 -1
  739. package/dist/model/inlineResponse20014.d.ts +0 -16
  740. package/dist/model/inlineResponse20014.js +0 -28
  741. package/dist/model/inlineResponse20014.js.map +0 -1
  742. package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.js.map +0 -1
  743. package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.d.ts +0 -18
  744. package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.js +0 -38
  745. package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.js.map +0 -1
  746. package/dist/model/wTAuthenticationLogin.d.ts +0 -15
  747. package/dist/model/wTAuthenticationLogin.js +0 -23
  748. package/dist/model/wTAuthenticationLogin.js.map +0 -1
  749. package/model/inlineObject.ts +0 -37
  750. package/model/inlineObject1.ts +0 -121
  751. package/model/inlineObject10.ts +0 -43
  752. package/model/inlineObject11.ts +0 -43
  753. package/model/inlineObject12.ts +0 -43
  754. package/model/inlineObject13.ts +0 -43
  755. package/model/inlineObject14.ts +0 -43
  756. package/model/inlineObject15.ts +0 -43
  757. package/model/inlineObject16.ts +0 -43
  758. package/model/inlineObject17.ts +0 -43
  759. package/model/inlineObject18.ts +0 -43
  760. package/model/inlineObject19.ts +0 -43
  761. package/model/inlineObject2.ts +0 -49
  762. package/model/inlineObject20.ts +0 -43
  763. package/model/inlineObject21.ts +0 -43
  764. package/model/inlineObject22.ts +0 -43
  765. package/model/inlineObject23.ts +0 -43
  766. package/model/inlineObject24.ts +0 -43
  767. package/model/inlineObject25.ts +0 -49
  768. package/model/inlineObject26.ts +0 -49
  769. package/model/inlineObject27.ts +0 -37
  770. package/model/inlineObject28.ts +0 -121
  771. package/model/inlineObject29.ts +0 -37
  772. package/model/inlineObject3.ts +0 -49
  773. package/model/inlineObject30.ts +0 -121
  774. package/model/inlineObject31.ts +0 -49
  775. package/model/inlineObject32.ts +0 -37
  776. package/model/inlineObject33.ts +0 -121
  777. package/model/inlineObject34.ts +0 -43
  778. package/model/inlineObject36.ts +0 -43
  779. package/model/inlineObject37.ts +0 -37
  780. package/model/inlineObject38.ts +0 -37
  781. package/model/inlineObject39.ts +0 -37
  782. package/model/inlineObject4.ts +0 -37
  783. package/model/inlineObject40.ts +0 -217
  784. package/model/inlineObject41.ts +0 -49
  785. package/model/inlineObject42.ts +0 -49
  786. package/model/inlineObject43.ts +0 -37
  787. package/model/inlineObject44.ts +0 -121
  788. package/model/inlineObject45.ts +0 -49
  789. package/model/inlineObject46.ts +0 -37
  790. package/model/inlineObject47.ts +0 -121
  791. package/model/inlineObject48.ts +0 -43
  792. package/model/inlineObject49.ts +0 -43
  793. package/model/inlineObject5.ts +0 -121
  794. package/model/inlineObject50.ts +0 -43
  795. package/model/inlineObject51.ts +0 -97
  796. package/model/inlineObject52.ts +0 -31
  797. package/model/inlineObject53.ts +0 -97
  798. package/model/inlineObject54.ts +0 -97
  799. package/model/inlineObject55.ts +0 -91
  800. package/model/inlineObject56.ts +0 -37
  801. package/model/inlineObject57.ts +0 -37
  802. package/model/inlineObject58.ts +0 -43
  803. package/model/inlineObject6.ts +0 -31
  804. package/model/inlineObject60.ts +0 -43
  805. package/model/inlineObject61.ts +0 -37
  806. package/model/inlineObject62.ts +0 -37
  807. package/model/inlineObject63.ts +0 -37
  808. package/model/inlineObject64.ts +0 -217
  809. package/model/inlineObject65.ts +0 -49
  810. package/model/inlineObject66.ts +0 -49
  811. package/model/inlineObject67.ts +0 -37
  812. package/model/inlineObject68.ts +0 -121
  813. package/model/inlineObject69.ts +0 -121
  814. package/model/inlineObject7.ts +0 -31
  815. package/model/inlineObject8.ts +0 -43
  816. package/model/inlineObject9.ts +0 -43
  817. package/model/inlineResponse20011.ts +0 -109
  818. package/model/inlineResponse20012.ts +0 -43
  819. package/model/inlineResponse20013.ts +0 -109
  820. package/model/inlineResponse20014.ts +0 -43
  821. package/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.ts +0 -58
  822. package/model/wTAuthenticationLogin.ts +0 -37
@@ -0,0 +1,163 @@
1
+ name: Dockerize
2
+
3
+ # Controls when the action will run. Triggers the workflow on push or pull request
4
+ # events but only for the master branch
5
+ on: [push, pull_request]
6
+
7
+ env:
8
+ TEST_ENV: test
9
+
10
+ jobs:
11
+ dev:
12
+ # Job name is Build Docker Image
13
+ name: Notify on Slack
14
+ # This job runs on Linux
15
+ runs-on: ubuntu-latest
16
+ if: github.ref == 'refs/heads/dev'
17
+ steps:
18
+ # Checkout latest push
19
+ - name: Checkout
20
+ uses: actions/checkout@v2
21
+ with:
22
+ fetch-depth: 0
23
+
24
+ - name: Setup node.js
25
+ uses: actions/setup-node@v1
26
+ with:
27
+ node-version: "14.15.3"
28
+ check-latest: true
29
+ registry-url: "https://registry.npmjs.org"
30
+ # scope: "@walletinc"
31
+
32
+ - name: Send message to Slack
33
+ run: |
34
+ git diff --name-only ${{ github.event.before }} ${{ github.sha }} > .gitdiff-names || touch .gitdiff-names
35
+ git log --pretty=%B --ancestry-path ${{ github.event.before }}..${{ github.sha }} > .gitdiff-commits || touch .gitdiff-commits
36
+ python3 scripts/slack.py .gitdiff-names .gitdiff-commits ${{ secrets.SLACK_WEBHOOK_URL }} ${{ github.actor }} ${{ github.repository }} ${{ github.run_id }} $GITHUB_REF
37
+ # curl -X POST -H 'Content-type: application/json' --data '{"blocks": [{"type": "section", "text": {"type": "mrkdwn", "text": "New push by: ${{ github.actor }} to `${{ github.repository }}` :confetti_ball:"}}]}' ${{ secrets.SLACK_WEBHOOK_URL }}
38
+
39
+ - name: Send failure message to Slack
40
+ if: ${{ failure() }}
41
+ run: |
42
+ python3 scripts/failure.py ${{ secrets.SLACK_WEBHOOK_URL }} ${{ github.actor }} ${{ github.repository }} $GITHUB_REF ${{ secrets.SQUADCAST_API_ENDPOINT }}
43
+
44
+ test:
45
+ # Job name is Build Docker Image
46
+ name: Publish to npm
47
+ # This job runs on Linux
48
+ runs-on: ubuntu-latest
49
+ if: github.ref == 'refs/heads/master'
50
+ steps:
51
+ # Checkout latest push
52
+ - name: Checkout
53
+ uses: actions/checkout@v2
54
+ with:
55
+ fetch-depth: 0
56
+
57
+ - name: Setup node.js
58
+ uses: actions/setup-node@v1
59
+ with:
60
+ node-version: "14.15.3"
61
+ check-latest: true
62
+ registry-url: "https://registry.npmjs.org"
63
+ # scope: "@walletinc"
64
+
65
+ # - name: Get yarn cache directory path
66
+ # id: yarn-cache-dir-path
67
+ # run: echo "::set-output name=dir::$(yarn cache dir)"
68
+
69
+ # - name: Check for yarn cache
70
+ # uses: actions/cache@v2
71
+ # id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
72
+ # with:
73
+ # path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
74
+ # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
75
+ # restore-keys: |
76
+ # ${{ runner.os }}-yarn-
77
+
78
+ - name: Setup .npmrc
79
+ # run: |
80
+ # echo -e "\nregistry=https://registry.npmjs.org/\n//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_AUTOMATION_TOKEN }}\nalways-auth=true" >> ~/.npmrc
81
+ # cp -r .npmrc ~/.npmrc
82
+ run: |
83
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_AUTOMATION_TOKEN }}" >> ~/.npmrc
84
+
85
+ # - name: Install NPM packages
86
+ # run: npm install && echo "Installed npm dependencies"
87
+ # env:
88
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_ACCESS_TOKEN }}
89
+
90
+ # - name: Build
91
+ # run: npm run build:nodocs && echo "Build files generated"
92
+
93
+ # - name: Lint OpenAPI
94
+ # run: npm run lint-openapi
95
+
96
+ # - name: Setup .env file
97
+ # run: |
98
+ # echo -en "DB_HOST=$DB_HOST\nDB_USER=$DB_USER\nDB_PASS=$DB_PASS\nDB_NAME=$DB_NAME" > .env
99
+
100
+ # - name: Run the tests
101
+ # run: npm test
102
+
103
+ # - name: Publish to Github Packages
104
+ # run: cd typescript && npm publish && cd ../
105
+ # continue-on-error: true
106
+ # env:
107
+ # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108
+
109
+ - name: Publish package on NPM
110
+ run: npm publish --access public
111
+ continue-on-error: true
112
+ # working-directory: typescript
113
+ env:
114
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_AUTOMATION_TOKEN }}
115
+
116
+ # - name: Upload test coverage
117
+ # uses: actions/upload-artifact@v2
118
+ # with:
119
+ # name: code-cov
120
+ # path: coverage/lcov-report
121
+
122
+ # - name: Get the version
123
+ # id: vars
124
+ # run: |
125
+ # t=${{ github.sha }}
126
+ # echo ::set-output name=tag::$(echo ${t:0:7})
127
+ # echo ${{ steps.vars.outputs.tag }}
128
+
129
+ # - name: Setup SSH
130
+ # run: |
131
+ # mkdir -p ~/.ssh && echo "Created .ssh folder"
132
+ # echo "${{ secrets.SSH_PRIVATE_KEY }}" | tr -d '\r' > ~/.ssh/id_rsa && echo "Stored private SSH key"
133
+ # chmod 600 ~/.ssh/id_rsa && echo "Changed permissions of SSH key"
134
+ # eval "$(ssh-agent -s)"
135
+ # ssh-add ~/.ssh/id_rsa
136
+ # ssh-keyscan -H $DEPLOYMENT_SERVER_DOMAIN >> ~/.ssh/known_hosts && echo "Stored $$DEPLOYMENT_SERVER_DOMAIN address into known_hosts to prevent prompt"
137
+
138
+ # - name: Delete existing packages and install production only node modules
139
+ # run: |
140
+ # rm -rf node_modules && echo "Deleted node modules since we only need to install production packages"
141
+ # npm install && echo "Installed npm dependencies"
142
+ # env:
143
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_ACCESS_TOKEN }}
144
+
145
+ # - name: Update Deployment on $DEPLOYMENT_SERVER_DOMAIN
146
+ # run: |
147
+ # env DOCKER_HUB_ACCESS_USERNAME=$DOCKER_HUB_ACCESS_USERNAME DOCKER_HUB_ACCESS_PASSWORD=$DOCKER_HUB_ACCESS_PASSWORD SERVER=$DEPLOYMENT_SERVER_DOMAIN TAG=${{ steps.vars.outputs.tag }} ACTOR=${{ github.actor }} EVENT=$GITHUB_EVENT_NAME REF=$GITHUB_REF scripts/k8s.deploy.sh
148
+
149
+ # - name: Update api-clients
150
+ # run: |
151
+ # python3 scripts/generate-clients.py $GITHUB_REF ${{ github.actor }}
152
+
153
+ - name: Send message to Slack
154
+ run: |
155
+ git diff --name-only ${{ github.event.before }} ${{ github.sha }} > .gitdiff-names || touch .gitdiff-names
156
+ git log --pretty=%B --ancestry-path ${{ github.event.before }}..${{ github.sha }} > .gitdiff-commits || touch .gitdiff-commits
157
+ python3 scripts/slack.py .gitdiff-names .gitdiff-commits ${{ secrets.SLACK_WEBHOOK_URL }} ${{ github.actor }} ${{ github.repository }} ${{ github.run_id }} $GITHUB_REF
158
+ # curl -X POST -H 'Content-type: application/json' --data '{"blocks": [{"type": "section", "text": {"type": "mrkdwn", "text": "New push by: ${{ github.actor }} to `${{ github.repository }}` :confetti_ball:"}}]}' ${{ secrets.SLACK_WEBHOOK_URL }}
159
+
160
+ - name: Send failure message to Slack
161
+ if: ${{ failure() }}
162
+ run: |
163
+ python3 scripts/failure.py ${{ secrets.SLACK_WEBHOOK_URL }} ${{ github.actor }} ${{ github.repository }} $GITHUB_REF ${{ secrets.SQUADCAST_API_ENDPOINT }}
@@ -155,9 +155,10 @@ model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationPara
155
155
  model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts
156
156
  model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts
157
157
  model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts
158
+ model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts
158
159
  model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts
159
160
  model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts
160
- model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts
161
+ model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts
161
162
  model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts
162
163
  model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts
163
164
  model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts
@@ -257,10 +258,12 @@ model/wTFetchWalletPaymentObjectWithToken.ts
257
258
  model/wTImageGridCreateParams.ts
258
259
  model/wTImageGridUpdateParams.ts
259
260
  model/wTImportedList.ts
261
+ model/wTImportedListRecipientFromMembershipTierImport.ts
260
262
  model/wTInfoGenesisLookupRequestErrors.ts
261
263
  model/wTInfoGenesisRecordFilterParameters.ts
262
264
  model/wTInfoGenesisRoutingIDs.ts
263
265
  model/wTInfoGenesisUniquePostingIDs.ts
266
+ model/wTLinkBook.ts
264
267
  model/wTLinkBookCreateParams.ts
265
268
  model/wTLinkBookSectionCreateParams.ts
266
269
  model/wTLinkBookSectionUpdateParams.ts
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -1160,7 +1160,7 @@ async function smsExample() {
1160
1160
  let client = new api.SMSApi(constants.domain);
1161
1161
 
1162
1162
  // Acquire phone number
1163
- let phoneNumber: api.PhoneNumber = await client.acquirePhoneNumber({
1163
+ let phoneNumber = await client.acquirePhoneNumber({
1164
1164
  phoneNumber: "+1807675656"
1165
1165
  }, constants.headers)
1166
1166
  .catch(err => {
@@ -1369,7 +1369,7 @@ async function smsExample() {
1369
1369
 
1370
1370
  // Fetch all opt in lists associated with the given phone number
1371
1371
 
1372
- let optInListsAssociatedWithPhoneNumber: api.OptInList[] = await client.fetchOptInListsAssociatedWithPhoneNumber(phoneNumber.id, constants.headers)
1372
+ let optInListsAssociatedWithPhoneNumber = await client.fetchOptInListsAssociatedWithPhoneNumber(phoneNumber.id, constants.headers)
1373
1373
  .catch(err => {
1374
1374
  throw err;
1375
1375
  }).then(resp => {
@@ -1410,7 +1410,7 @@ async function smsExample() {
1410
1410
 
1411
1411
  console.log(optInSourceSubscribers);
1412
1412
 
1413
- let optInSourcesAssociatedWithPhoneNumber: api.OptInListSource[] = await client.fetchOptInSourcesAssociatedWithPhoneNumber(phoneNumber.id, constants.headers)
1413
+ let optInSourcesAssociatedWithPhoneNumber = await client.fetchOptInSourcesAssociatedWithPhoneNumber(phoneNumber.id, constants.headers)
1414
1414
  .catch(err => {
1415
1415
  throw err;
1416
1416
  }).then(resp => {
@@ -1420,7 +1420,7 @@ async function smsExample() {
1420
1420
  console.log(optInSourcesAssociatedWithPhoneNumber);
1421
1421
 
1422
1422
  // Fetch all outbound SMSes
1423
- let outboundSMSes: api.OutboundSMS[] = await client.fetchOutboundSMS(phoneNumber.id, undefined, undefined, undefined, constants.headers)
1423
+ let outboundSMSes = await client.fetchOutboundSMS(phoneNumber.id, undefined, undefined, undefined, constants.headers)
1424
1424
  .catch(err => {
1425
1425
  throw err;
1426
1426
  }).then(resp => {
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api/billingApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1617,7 +1617,7 @@ export class EmployeesApi {
1617
1617
  *
1618
1618
  * @summary Fetch all opt in list sources
1619
1619
  */
1620
- public async fetchOptInListSources (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<OptInListSource>; }> {
1620
+ public async fetchOptInListSourcesCreatedByEmployee (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<OptInListSource>; }> {
1621
1621
  const localVarPath = this.basePath + '/v2/employee/optInListSources/all';
1622
1622
  let localVarQueryParameters: any = {};
1623
1623
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.513
5
+ * The version of the OpenAPI document: 2.1.518
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).