wallet 2.1.600 → 2.1.603
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.
- package/.github/workflows/ci.yml +163 -163
- package/.openapi-generator/FILES +460 -434
- package/.openapi-generator-ignore +27 -23
- package/LICENSE +201 -201
- package/README.md +1530 -1457
- package/api/{employeeAPIKeysApi.ts → aPIKeysApi.ts} +448 -448
- package/api/amenitiesApi.ts +447 -447
- package/api/analyticsApi.ts +7516 -7516
- package/api/apis.ts +118 -122
- package/api/{a2PApi.ts → appToPersonA2PRegistrationApi.ts} +365 -365
- package/api/appleWalletSubscribersApi.ts +235 -235
- package/api/{loginAndLogoutApi.ts → authenticationApi.ts} +368 -297
- package/api/{billingApi.ts → billingPaymentsApi.ts} +1075 -942
- package/api/{clubMembersPointsApi.ts → clubMembersApi.ts} +797 -797
- package/api/countriesApi.ts +155 -155
- package/api/customerApi.ts +737 -737
- package/api/{dashboardApi.ts → dashboardSummariesApi.ts} +1566 -1557
- package/api/defaultApi.ts +1571 -0
- package/api/diningApi.ts +447 -447
- package/api/dynamicVouchersApi.ts +742 -742
- package/api/{emailSubscriberApi.ts → emailSubscribersApi.ts} +457 -457
- package/api/employeesApi.ts +3064 -3270
- package/api/{imageGridApi.ts → galleryApi.ts} +447 -447
- package/api/gamingApi.ts +447 -447
- package/api/industriesApi.ts +280 -280
- package/api/infoGenesisReportsApi.ts +2004 -2004
- package/api/interactionsApi.ts +1475 -1326
- package/api/loungeApi.ts +447 -447
- package/api/membershipTiersApi.ts +728 -728
- package/api/merchantApi.ts +2012 -1992
- package/api/merchantCreditsApi.ts +797 -797
- package/api/newsApi.ts +447 -447
- package/api/openAIApi.ts +1439 -0
- package/api/paymentDesignsApi.ts +519 -519
- package/api/performancesApi.ts +1070 -1068
- package/api/{integratedTerminalsApi.ts → pointOfSaleConfigurationApi.ts} +447 -447
- package/api/{advertisementCreditsApi.ts → prizesApi.ts} +589 -589
- package/api/productsApi.ts +447 -447
- package/api/promotionCodesApi.ts +447 -447
- package/api/qRCodeDesignsApi.ts +520 -520
- package/api/quickLinksApi.ts +517 -517
- package/api/quickLinksSectionApi.ts +447 -447
- package/api/roomRatesApi.ts +447 -447
- package/api/{sMSApi.ts → sMSOperationsApi.ts} +2913 -2893
- package/api/{smsSubscriberApi.ts → sMSSubscribersApi.ts} +457 -457
- package/api/servicesApi.ts +447 -447
- package/api/shopifyTerminalApi.ts +309 -309
- package/api/{merchantURLsApi.ts → shortLinksApi.ts} +586 -586
- package/api/staticVoucherCampaignsApi.ts +1545 -1623
- package/api/staticVouchersApi.ts +535 -535
- package/api/systemApi.ts +665 -665
- package/api/{ticketApi.ts → ticketsApi.ts} +451 -451
- package/api/videosApi.ts +447 -447
- package/api/virtualBusinessCardApi.ts +586 -586
- package/api/{configurationApi.ts → walletConfigurationApi.ts} +302 -296
- package/api/{mobileTerminalApi.ts → walletMobileTerminalApi.ts} +310 -310
- package/api/{transactionLedgerApi.ts → walletTransactionLedgerApi.ts} +203 -203
- package/api/{webTerminalApi.ts → walletWebTerminalApi.ts} +309 -309
- package/api/wixTerminalApi.ts +309 -309
- package/api/wooCommerceTerminalApi.ts +309 -309
- package/api.ts +3 -3
- package/dist/api/{employeeAPIKeysApi.d.ts → aPIKeysApi.d.ts} +70 -68
- package/dist/api/{employeeAPIKeysApi.js → aPIKeysApi.js} +380 -378
- package/dist/api/aPIKeysApi.js.map +1 -0
- package/dist/api/amenitiesApi.d.ts +69 -67
- package/dist/api/amenitiesApi.js +379 -377
- package/dist/api/amenitiesApi.js.map +1 -1
- package/dist/api/analyticsApi.d.ts +707 -705
- package/dist/api/analyticsApi.js +6181 -6179
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/apis.d.ts +116 -120
- package/dist/api/apis.js +134 -126
- package/dist/api/apis.js.map +1 -1
- package/dist/api/{a2PApi.d.ts → appToPersonA2PRegistrationApi.d.ts} +60 -58
- package/dist/api/{a2PApi.js → appToPersonA2PRegistrationApi.js} +312 -310
- package/dist/api/appToPersonA2PRegistrationApi.js.map +1 -0
- package/dist/api/appleWalletSubscribersApi.d.ts +42 -40
- package/dist/api/appleWalletSubscribersApi.js +195 -193
- package/dist/api/appleWalletSubscribersApi.js.map +1 -1
- package/dist/api/{loginAndLogoutApi.d.ts → authenticationApi.d.ts} +63 -51
- package/dist/api/{loginAndLogoutApi.js → authenticationApi.js} +312 -249
- package/dist/api/authenticationApi.js.map +1 -0
- package/dist/api/{billingApi.d.ts → billingPaymentsApi.d.ts} +152 -132
- package/dist/api/{billingApi.js → billingPaymentsApi.js} +953 -833
- package/dist/api/billingPaymentsApi.js.map +1 -0
- package/dist/api/{clubMembersPointsApi.d.ts → clubMembersApi.d.ts} +116 -114
- package/dist/api/{clubMembersPointsApi.js → clubMembersApi.js} +682 -680
- package/dist/api/clubMembersApi.js.map +1 -0
- package/dist/api/countriesApi.d.ts +35 -33
- package/dist/api/countriesApi.js +128 -126
- package/dist/api/countriesApi.js.map +1 -1
- package/dist/api/customerApi.d.ts +102 -100
- package/dist/api/customerApi.js +632 -630
- package/dist/api/customerApi.js.map +1 -1
- package/dist/api/{dashboardApi.d.ts → dashboardSummariesApi.d.ts} +171 -170
- package/dist/api/{dashboardApi.js → dashboardSummariesApi.js} +1311 -1303
- package/dist/api/dashboardSummariesApi.js.map +1 -0
- package/dist/api/defaultApi.d.ts +253 -0
- package/dist/api/defaultApi.js +1414 -0
- package/dist/api/defaultApi.js.map +1 -0
- package/dist/api/diningApi.d.ts +69 -67
- package/dist/api/diningApi.js +379 -377
- package/dist/api/diningApi.js.map +1 -1
- package/dist/api/dynamicVouchersApi.d.ts +104 -102
- package/dist/api/dynamicVouchersApi.js +631 -629
- package/dist/api/dynamicVouchersApi.js.map +1 -1
- package/dist/api/{emailSubscriberApi.d.ts → emailSubscribersApi.d.ts} +69 -67
- package/dist/api/{emailSubscriberApi.js → emailSubscribersApi.js} +386 -384
- package/dist/api/emailSubscribersApi.js.map +1 -0
- package/dist/api/employeesApi.d.ts +399 -424
- package/dist/api/employeesApi.js +2679 -2858
- package/dist/api/employeesApi.js.map +1 -1
- package/dist/api/{imageGridApi.d.ts → galleryApi.d.ts} +69 -67
- package/dist/api/{imageGridApi.js → galleryApi.js} +380 -378
- package/dist/api/galleryApi.js.map +1 -0
- package/dist/api/gamingApi.d.ts +69 -67
- package/dist/api/gamingApi.js +379 -377
- package/dist/api/gamingApi.js.map +1 -1
- package/dist/api/industriesApi.d.ts +52 -50
- package/dist/api/industriesApi.js +242 -240
- package/dist/api/industriesApi.js.map +1 -1
- package/dist/api/infoGenesisReportsApi.d.ts +250 -248
- package/dist/api/infoGenesisReportsApi.js +1742 -1740
- package/dist/api/infoGenesisReportsApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +194 -175
- package/dist/api/interactionsApi.js +1263 -1133
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/loungeApi.d.ts +69 -67
- package/dist/api/loungeApi.js +379 -377
- package/dist/api/loungeApi.js.map +1 -1
- package/dist/api/membershipTiersApi.d.ts +105 -103
- package/dist/api/membershipTiersApi.js +622 -620
- package/dist/api/membershipTiersApi.js.map +1 -1
- package/dist/api/merchantApi.d.ts +258 -256
- package/dist/api/merchantApi.js +1744 -1730
- package/dist/api/merchantApi.js.map +1 -1
- package/dist/api/merchantCreditsApi.d.ts +116 -114
- package/dist/api/merchantCreditsApi.js +681 -679
- package/dist/api/merchantCreditsApi.js.map +1 -1
- package/dist/api/newsApi.d.ts +69 -67
- package/dist/api/newsApi.js +379 -377
- package/dist/api/newsApi.js.map +1 -1
- package/dist/api/openAIApi.d.ts +193 -0
- package/dist/api/openAIApi.js +1246 -0
- package/dist/api/openAIApi.js.map +1 -0
- package/dist/api/paymentDesignsApi.d.ts +77 -75
- package/dist/api/paymentDesignsApi.js +440 -438
- package/dist/api/paymentDesignsApi.js.map +1 -1
- package/dist/api/performancesApi.d.ts +140 -136
- package/dist/api/performancesApi.js +905 -903
- package/dist/api/performancesApi.js.map +1 -1
- package/dist/api/{integratedTerminalsApi.d.ts → pointOfSaleConfigurationApi.d.ts} +69 -67
- package/dist/api/{integratedTerminalsApi.js → pointOfSaleConfigurationApi.js} +380 -378
- package/dist/api/pointOfSaleConfigurationApi.js.map +1 -0
- package/dist/api/{advertisementCreditsApi.d.ts → prizesApi.d.ts} +86 -84
- package/dist/api/{advertisementCreditsApi.js → prizesApi.js} +502 -500
- package/dist/api/prizesApi.js.map +1 -0
- package/dist/api/productsApi.d.ts +69 -67
- package/dist/api/productsApi.js +379 -377
- package/dist/api/productsApi.js.map +1 -1
- package/dist/api/promotionCodesApi.d.ts +69 -67
- package/dist/api/promotionCodesApi.js +379 -377
- package/dist/api/promotionCodesApi.js.map +1 -1
- package/dist/api/qRCodeDesignsApi.d.ts +78 -76
- package/dist/api/qRCodeDesignsApi.js +440 -438
- package/dist/api/qRCodeDesignsApi.js.map +1 -1
- package/dist/api/quickLinksApi.d.ts +78 -76
- package/dist/api/quickLinksApi.js +440 -438
- package/dist/api/quickLinksApi.js.map +1 -1
- package/dist/api/quickLinksSectionApi.d.ts +69 -67
- package/dist/api/quickLinksSectionApi.js +379 -377
- package/dist/api/quickLinksSectionApi.js.map +1 -1
- package/dist/api/roomRatesApi.d.ts +69 -67
- package/dist/api/roomRatesApi.js +379 -377
- package/dist/api/roomRatesApi.js.map +1 -1
- package/dist/api/{sMSApi.d.ts → sMSOperationsApi.d.ts} +345 -343
- package/dist/api/{sMSApi.js → sMSOperationsApi.js} +2474 -2460
- package/dist/api/sMSOperationsApi.js.map +1 -0
- package/dist/api/{smsSubscriberApi.d.ts → sMSSubscribersApi.d.ts} +69 -67
- package/dist/api/{smsSubscriberApi.js → sMSSubscribersApi.js} +386 -384
- package/dist/api/sMSSubscribersApi.js.map +1 -0
- package/dist/api/servicesApi.d.ts +69 -67
- package/dist/api/servicesApi.js +379 -377
- package/dist/api/servicesApi.js.map +1 -1
- package/dist/api/shopifyTerminalApi.d.ts +51 -49
- package/dist/api/shopifyTerminalApi.js +258 -256
- package/dist/api/shopifyTerminalApi.js.map +1 -1
- package/dist/api/{merchantURLsApi.d.ts → shortLinksApi.d.ts} +86 -84
- package/dist/api/{merchantURLsApi.js → shortLinksApi.js} +502 -500
- package/dist/api/shortLinksApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignsApi.d.ts +200 -208
- package/dist/api/staticVoucherCampaignsApi.js +1325 -1388
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
- package/dist/api/staticVouchersApi.d.ts +78 -76
- package/dist/api/staticVouchersApi.js +449 -447
- package/dist/api/staticVouchersApi.js.map +1 -1
- package/dist/api/systemApi.d.ts +96 -94
- package/dist/api/systemApi.js +567 -565
- package/dist/api/systemApi.js.map +1 -1
- package/dist/api/{ticketApi.d.ts → ticketsApi.d.ts} +70 -68
- package/dist/api/{ticketApi.js → ticketsApi.js} +381 -379
- package/dist/api/ticketsApi.js.map +1 -0
- package/dist/api/videosApi.d.ts +69 -67
- package/dist/api/videosApi.js +379 -377
- package/dist/api/videosApi.js.map +1 -1
- package/dist/api/virtualBusinessCardApi.d.ts +86 -84
- package/dist/api/virtualBusinessCardApi.js +501 -499
- package/dist/api/virtualBusinessCardApi.js.map +1 -1
- package/dist/api/{configurationApi.d.ts → walletConfigurationApi.d.ts} +53 -51
- package/dist/api/{configurationApi.js → walletConfigurationApi.js} +254 -249
- package/dist/api/walletConfigurationApi.js.map +1 -0
- package/dist/api/{mobileTerminalApi.d.ts → walletMobileTerminalApi.d.ts} +52 -50
- package/dist/api/{mobileTerminalApi.js → walletMobileTerminalApi.js} +259 -257
- package/dist/api/walletMobileTerminalApi.js.map +1 -0
- package/dist/api/{transactionLedgerApi.d.ts → walletTransactionLedgerApi.d.ts} +36 -34
- package/dist/api/{transactionLedgerApi.js → walletTransactionLedgerApi.js} +156 -154
- package/dist/api/walletTransactionLedgerApi.js.map +1 -0
- package/dist/api/{webTerminalApi.d.ts → walletWebTerminalApi.d.ts} +51 -49
- package/dist/api/{webTerminalApi.js → walletWebTerminalApi.js} +259 -257
- package/dist/api/walletWebTerminalApi.js.map +1 -0
- package/dist/api/wixTerminalApi.d.ts +51 -49
- package/dist/api/wixTerminalApi.js +258 -256
- package/dist/api/wixTerminalApi.js.map +1 -1
- package/dist/api/wooCommerceTerminalApi.d.ts +51 -49
- package/dist/api/wooCommerceTerminalApi.js +258 -256
- package/dist/api/wooCommerceTerminalApi.js.map +1 -1
- package/dist/api.d.ts +2 -2
- package/dist/api.js +18 -7
- package/dist/api.js.map +1 -1
- package/dist/examples/advertisementcredits.example.d.ts +1 -1
- package/dist/examples/advertisementcredits.example.js +86 -69
- package/dist/examples/advertisementcredits.example.js.map +1 -1
- package/dist/examples/clubmembers.example.d.ts +1 -1
- package/dist/examples/clubmembers.example.js +95 -78
- package/dist/examples/clubmembers.example.js.map +1 -1
- package/dist/examples/constants.d.ts +6 -6
- package/dist/examples/constants.js +9 -8
- package/dist/examples/constants.js.map +1 -1
- package/dist/examples/dynamicvouchers.example.d.ts +1 -1
- package/dist/examples/dynamicvouchers.example.js +113 -96
- package/dist/examples/dynamicvouchers.example.js.map +1 -1
- package/dist/examples/linkbook.example.d.ts +1 -1
- package/dist/examples/linkbook.example.js +75 -58
- package/dist/examples/linkbook.example.js.map +1 -1
- package/dist/examples/membershiptiers.example.d.ts +1 -1
- package/dist/examples/membershiptiers.example.js +89 -72
- package/dist/examples/membershiptiers.example.js.map +1 -1
- package/dist/examples/merchantcredits.example.d.ts +1 -1
- package/dist/examples/merchantcredits.example.js +92 -75
- package/dist/examples/merchantcredits.example.js.map +1 -1
- package/dist/examples/merchanturls.example.d.ts +1 -1
- package/dist/examples/merchanturls.example.js +76 -59
- package/dist/examples/merchanturls.example.js.map +1 -1
- package/dist/examples/news.example.d.ts +1 -1
- package/dist/examples/news.example.js +75 -58
- package/dist/examples/news.example.js.map +1 -1
- package/dist/examples/paymentdesigns.example.d.ts +1 -1
- package/dist/examples/paymentdesigns.example.js +83 -66
- package/dist/examples/paymentdesigns.example.js.map +1 -1
- package/dist/examples/performances.example.d.ts +1 -1
- package/dist/examples/performances.example.js +78 -61
- package/dist/examples/performances.example.js.map +1 -1
- package/dist/examples/promocodes.example.d.ts +1 -1
- package/dist/examples/promocodes.example.js +77 -60
- package/dist/examples/promocodes.example.js.map +1 -1
- package/dist/examples/sms.example.d.ts +1 -1
- package/dist/examples/sms.example.js +267 -250
- package/dist/examples/sms.example.js.map +1 -1
- package/dist/examples/staticvouchercampaigns.example.d.ts +1 -1
- package/dist/examples/staticvouchercampaigns.example.js +169 -152
- package/dist/examples/staticvouchercampaigns.example.js.map +1 -1
- package/dist/examples/staticvouchers.example.d.ts +1 -1
- package/dist/examples/staticvouchers.example.js +81 -64
- package/dist/examples/staticvouchers.example.js.map +1 -1
- package/dist/model/a2PApplicationSubmission.d.ts +53 -58
- package/dist/model/a2PApplicationSubmission.js +192 -191
- package/dist/model/a2PApplicationSubmission.js.map +1 -1
- package/dist/model/advertisementCredit.d.ts +24 -28
- package/dist/model/advertisementCredit.js +77 -76
- package/dist/model/advertisementCredit.js.map +1 -1
- package/dist/model/advertisementCreditBroadcast.d.ts +37 -41
- package/dist/model/advertisementCreditBroadcast.js +117 -116
- package/dist/model/advertisementCreditBroadcast.js.map +1 -1
- package/dist/model/advertisementCreditScan.d.ts +36 -40
- package/dist/model/advertisementCreditScan.js +127 -126
- package/dist/model/advertisementCreditScan.js.map +1 -1
- package/dist/model/amenity.d.ts +21 -25
- package/dist/model/amenity.js +67 -66
- package/dist/model/amenity.js.map +1 -1
- package/dist/model/{messageDirection.d.ts → amenityId.d.ts} +13 -13
- package/dist/model/amenityId.js +12 -0
- package/dist/model/amenityId.js.map +1 -0
- package/dist/model/announcement.d.ts +16 -20
- package/dist/model/announcement.js +47 -46
- package/dist/model/announcement.js.map +1 -1
- package/dist/model/applicableTerminals.d.ts +13 -13
- package/dist/model/applicableTerminals.js +11 -10
- package/dist/model/applicableTerminals.js.map +1 -1
- package/dist/model/assistant.d.ts +25 -0
- package/dist/model/assistant.js +88 -0
- package/dist/model/assistant.js.map +1 -0
- package/dist/model/authError.d.ts +14 -18
- package/dist/model/authError.js +37 -36
- package/dist/model/authError.js.map +1 -1
- package/dist/model/availablePhoneNumbersRequest.d.ts +11 -15
- package/dist/model/availablePhoneNumbersRequest.js +22 -21
- package/dist/model/availablePhoneNumbersRequest.js.map +1 -1
- package/dist/model/browserDetails.d.ts +14 -18
- package/dist/model/browserDetails.js +37 -36
- package/dist/model/browserDetails.js.map +1 -1
- package/dist/model/businessClassification.d.ts +6 -6
- package/dist/model/businessClassification.js +10 -9
- package/dist/model/businessClassification.js.map +1 -1
- package/dist/model/businessIndustry.d.ts +35 -35
- package/dist/model/businessIndustry.js +39 -38
- package/dist/model/businessIndustry.js.map +1 -1
- package/dist/model/businessRegionsOfOperation.d.ts +8 -8
- package/dist/model/businessRegionsOfOperation.js +12 -11
- package/dist/model/businessRegionsOfOperation.js.map +1 -1
- package/dist/model/businessRegistrationIdentifier.d.ts +12 -12
- package/dist/model/businessRegistrationIdentifier.js +16 -15
- package/dist/model/businessRegistrationIdentifier.js.map +1 -1
- package/dist/model/businessStockExchanges.d.ts +29 -29
- package/dist/model/businessStockExchanges.js +33 -32
- package/dist/model/businessStockExchanges.js.map +1 -1
- package/dist/model/businessType.d.ts +8 -8
- package/dist/model/businessType.js +12 -11
- package/dist/model/businessType.js.map +1 -1
- package/dist/model/chatCompletionAudio.d.ts +13 -0
- package/dist/model/chatCompletionAudio.js +33 -0
- package/dist/model/chatCompletionAudio.js.map +1 -0
- package/dist/model/chatCompletionMessage.d.ts +22 -0
- package/dist/model/chatCompletionMessage.js +49 -0
- package/dist/model/chatCompletionMessage.js.map +1 -0
- package/dist/model/chatCompletionMessageAudio.d.ts +17 -0
- package/dist/model/chatCompletionMessageAudio.js +33 -0
- package/dist/model/chatCompletionMessageAudio.js.map +1 -0
- package/dist/model/chatCompletionMessageFunctionCall.d.ts +15 -0
- package/dist/model/chatCompletionMessageFunctionCall.js +23 -0
- package/dist/model/chatCompletionMessageFunctionCall.js.map +1 -0
- package/dist/model/chatCompletionMessageToolCall.d.ts +18 -0
- package/dist/model/chatCompletionMessageToolCall.js +34 -0
- package/dist/model/chatCompletionMessageToolCall.js.map +1 -0
- package/dist/model/chatCompletionMessageToolCallFunction.d.ts +11 -0
- package/dist/model/chatCompletionMessageToolCallFunction.js +23 -0
- package/dist/model/chatCompletionMessageToolCallFunction.js.map +1 -0
- package/dist/model/claimTicketRequest.d.ts +14 -14
- package/dist/model/claimTicketRequest.js +17 -16
- package/dist/model/claimTicketRequest.js.map +1 -1
- package/dist/model/clickFunnelAmount.d.ts +11 -15
- package/dist/model/clickFunnelAmount.js +22 -21
- package/dist/model/clickFunnelAmount.js.map +1 -1
- package/dist/model/clickFunnelContact.d.ts +53 -54
- package/dist/model/clickFunnelContact.js +227 -211
- package/dist/model/clickFunnelContact.js.map +1 -1
- package/dist/model/clickFunnelContactProfile.d.ts +44 -48
- package/dist/model/clickFunnelContactProfile.js +187 -186
- package/dist/model/clickFunnelContactProfile.js.map +1 -1
- package/dist/model/clickFunnelEvent.d.ts +12 -16
- package/dist/model/clickFunnelEvent.js +22 -21
- package/dist/model/clickFunnelEvent.js.map +1 -1
- package/dist/model/clickFunnelOriginalAmount.d.ts +11 -15
- package/dist/model/clickFunnelOriginalAmount.js +22 -21
- package/dist/model/clickFunnelOriginalAmount.js.map +1 -1
- package/dist/model/clickFunnelProduct.d.ts +38 -42
- package/dist/model/clickFunnelProduct.js +152 -151
- package/dist/model/clickFunnelProduct.js.map +1 -1
- package/dist/model/clickFunnelPurchase.d.ts +38 -41
- package/dist/model/clickFunnelPurchase.js +137 -136
- package/dist/model/clickFunnelPurchase.js.map +1 -1
- package/dist/model/clickFunnelRegistration.d.ts +12 -16
- package/dist/model/clickFunnelRegistration.js +22 -21
- package/dist/model/clickFunnelRegistration.js.map +1 -1
- package/dist/model/countClaimedComps200Response.d.ts +15 -15
- package/dist/model/countClaimedComps200Response.js +22 -21
- package/dist/model/countClaimedComps200Response.js.map +1 -1
- package/dist/model/createFile200Response.d.ts +16 -16
- package/dist/model/createFile200Response.js +27 -26
- package/dist/model/createFile200Response.js.map +1 -1
- package/dist/model/createRunOnThreadRequest.d.ts +15 -0
- package/dist/model/createRunOnThreadRequest.js +23 -0
- package/dist/model/createRunOnThreadRequest.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +23 -28
- package/dist/model/createStaticVoucherCampaign.js +77 -76
- package/dist/model/createStaticVoucherCampaign.js.map +1 -1
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +23 -28
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +77 -76
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -1
- package/dist/model/dashboardWidget.d.ts +25 -29
- package/dist/model/dashboardWidget.js +92 -91
- package/dist/model/dashboardWidget.js.map +1 -1
- package/dist/model/dining.d.ts +21 -25
- package/dist/model/dining.js +67 -66
- package/dist/model/dining.js.map +1 -1
- package/dist/model/document.d.ts +19 -23
- package/dist/model/document.js +62 -61
- package/dist/model/document.js.map +1 -1
- package/dist/model/duplicateRowFound.d.ts +14 -18
- package/dist/model/duplicateRowFound.js +37 -36
- package/dist/model/duplicateRowFound.js.map +1 -1
- package/dist/model/dynamicVoucher.d.ts +46 -50
- package/dist/model/dynamicVoucher.js +177 -176
- package/dist/model/dynamicVoucher.js.map +1 -1
- package/dist/model/dynamicVoucherBroadcast.d.ts +37 -41
- package/dist/model/dynamicVoucherBroadcast.js +117 -116
- package/dist/model/dynamicVoucherBroadcast.js.map +1 -1
- package/dist/model/dynamicVoucherBroadcastListType.d.ts +13 -13
- package/dist/model/dynamicVoucherBroadcastListType.js +11 -10
- package/dist/model/dynamicVoucherBroadcastListType.js.map +1 -1
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.d.ts +13 -13
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js +11 -10
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
- package/dist/model/emailSubscriber.d.ts +18 -22
- package/dist/model/emailSubscriber.js +52 -51
- package/dist/model/emailSubscriber.js.map +1 -1
- package/dist/model/employee.d.ts +43 -47
- package/dist/model/employee.js +162 -161
- package/dist/model/employee.js.map +1 -1
- package/dist/model/employeeAPIKey.d.ts +19 -23
- package/dist/model/employeeAPIKey.js +57 -56
- package/dist/model/employeeAPIKey.js.map +1 -1
- package/dist/model/employeeActivityLog.d.ts +16 -20
- package/dist/model/employeeActivityLog.js +47 -46
- package/dist/model/employeeActivityLog.js.map +1 -1
- package/dist/model/employeeAlert.d.ts +19 -23
- package/dist/model/employeeAlert.js +62 -61
- package/dist/model/employeeAlert.js.map +1 -1
- package/dist/model/employeeScheduleStartDay.d.ts +13 -13
- package/dist/model/employeeScheduleStartDay.js +11 -10
- package/dist/model/employeeScheduleStartDay.js.map +1 -1
- package/dist/model/employeeScheduleStartHour.d.ts +13 -13
- package/dist/model/employeeScheduleStartHour.js +11 -10
- package/dist/model/employeeScheduleStartHour.js.map +1 -1
- package/dist/model/employeeScheduleStartMeridiem.d.ts +13 -13
- package/dist/model/employeeScheduleStartMeridiem.js +11 -10
- package/dist/model/employeeScheduleStartMeridiem.js.map +1 -1
- package/dist/model/employeeScheduleStartMinute.d.ts +13 -13
- package/dist/model/employeeScheduleStartMinute.js +11 -10
- package/dist/model/employeeScheduleStartMinute.js.map +1 -1
- package/dist/model/entityTooLarge.d.ts +14 -18
- package/dist/model/entityTooLarge.js +37 -36
- package/dist/model/entityTooLarge.js.map +1 -1
- package/dist/model/exportDataFile.d.ts +19 -23
- package/dist/model/exportDataFile.js +62 -61
- package/dist/model/exportDataFile.js.map +1 -1
- package/dist/model/falsumError.d.ts +11 -16
- package/dist/model/falsumError.js +22 -21
- package/dist/model/falsumError.js.map +1 -1
- package/dist/model/falsumField.d.ts +12 -16
- package/dist/model/falsumField.js +27 -26
- package/dist/model/falsumField.js.map +1 -1
- package/dist/model/feature.d.ts +18 -22
- package/dist/model/feature.js +57 -56
- package/dist/model/feature.js.map +1 -1
- package/dist/model/fetchAdvertisementCreditScansFromListRequest.d.ts +14 -0
- package/dist/model/fetchAdvertisementCreditScansFromListRequest.js +18 -0
- package/dist/model/fetchAdvertisementCreditScansFromListRequest.js.map +1 -0
- package/dist/model/fetchAllCountries200ResponseInner.d.ts +17 -17
- package/dist/model/fetchAllCountries200ResponseInner.js +32 -31
- package/dist/model/fetchAllCountries200ResponseInner.js.map +1 -1
- package/dist/model/fetchAllLedgerTransactions200Response.d.ts +17 -17
- package/dist/model/fetchAllLedgerTransactions200Response.js +27 -26
- package/dist/model/fetchAllLedgerTransactions200Response.js.map +1 -1
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.d.ts +28 -28
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js +77 -76
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js.map +1 -1
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.d.ts +13 -13
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js +11 -10
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js.map +1 -1
- package/dist/model/fetchCustomerTicketsWithTokenRequest.d.ts +15 -15
- package/dist/model/fetchCustomerTicketsWithTokenRequest.js +22 -21
- package/dist/model/fetchCustomerTicketsWithTokenRequest.js.map +1 -1
- package/dist/model/fetchDomainsByIndustry200Response.d.ts +20 -20
- package/dist/model/fetchDomainsByIndustry200Response.js +47 -46
- package/dist/model/fetchDomainsByIndustry200Response.js.map +1 -1
- package/dist/model/fetchImportedListRecipientsByPage200Response.d.ts +17 -17
- package/dist/model/fetchImportedListRecipientsByPage200Response.js +27 -26
- package/dist/model/fetchImportedListRecipientsByPage200Response.js.map +1 -1
- package/dist/model/fetchInboundSMSByPage200Response.d.ts +17 -17
- package/dist/model/fetchInboundSMSByPage200Response.js +27 -26
- package/dist/model/fetchInboundSMSByPage200Response.js.map +1 -1
- package/dist/model/fetchIndustry200Response.d.ts +19 -19
- package/dist/model/fetchIndustry200Response.js +37 -36
- package/dist/model/fetchIndustry200Response.js.map +1 -1
- package/dist/model/fetchMembersCount200Response.d.ts +14 -14
- package/dist/model/fetchMembersCount200Response.js +17 -16
- package/dist/model/fetchMembersCount200Response.js.map +1 -1
- package/dist/model/fetchOptInListSubscribersByPage200Response.d.ts +17 -17
- package/dist/model/fetchOptInListSubscribersByPage200Response.js +27 -26
- package/dist/model/fetchOptInListSubscribersByPage200Response.js.map +1 -1
- package/dist/model/fetchOutboundSMSByPage200Response.d.ts +17 -17
- package/dist/model/fetchOutboundSMSByPage200Response.js +27 -26
- package/dist/model/fetchOutboundSMSByPage200Response.js.map +1 -1
- package/dist/model/fetchPerformanceTicketsPage200Response.d.ts +16 -16
- package/dist/model/fetchPerformanceTicketsPage200Response.js +22 -21
- package/dist/model/fetchPerformanceTicketsPage200Response.js.map +1 -1
- package/dist/model/fetchStaticVouchersPage200Response.d.ts +16 -16
- package/dist/model/fetchStaticVouchersPage200Response.js +22 -21
- package/dist/model/fetchStaticVouchersPage200Response.js.map +1 -1
- package/dist/model/forbiddenRequest.d.ts +14 -18
- package/dist/model/forbiddenRequest.js +37 -36
- package/dist/model/forbiddenRequest.js.map +1 -1
- package/dist/model/foreignKeyDoesNotExist.d.ts +14 -18
- package/dist/model/foreignKeyDoesNotExist.js +37 -36
- package/dist/model/foreignKeyDoesNotExist.js.map +1 -1
- package/dist/model/gaming.d.ts +21 -25
- package/dist/model/gaming.js +67 -66
- package/dist/model/gaming.js.map +1 -1
- package/dist/model/helpDeskRequest.d.ts +20 -24
- package/dist/model/helpDeskRequest.js +62 -61
- package/dist/model/helpDeskRequest.js.map +1 -1
- package/dist/model/imageGrid.d.ts +20 -24
- package/dist/model/imageGrid.js +62 -61
- package/dist/model/imageGrid.js.map +1 -1
- package/dist/model/importTicketsRequest.d.ts +15 -15
- package/dist/model/importTicketsRequest.js +17 -16
- package/dist/model/importTicketsRequest.js.map +1 -1
- package/dist/model/importedList.d.ts +18 -22
- package/dist/model/importedList.js +52 -51
- package/dist/model/importedList.js.map +1 -1
- package/dist/model/importedListRecipient.d.ts +18 -22
- package/dist/model/importedListRecipient.js +52 -51
- package/dist/model/importedListRecipient.js.map +1 -1
- package/dist/model/inboundSMS.d.ts +46 -50
- package/dist/model/inboundSMS.js +192 -191
- package/dist/model/inboundSMS.js.map +1 -1
- package/dist/model/{internalServerError.d.ts → internalServerError500.d.ts} +14 -18
- package/dist/model/{internalServerError.js → internalServerError500.js} +38 -37
- package/dist/model/internalServerError500.js.map +1 -0
- package/dist/model/jobPosition.d.ts +9 -9
- package/dist/model/jobPosition.js +13 -12
- package/dist/model/jobPosition.js.map +1 -1
- package/dist/model/ledgerEntry.d.ts +38 -42
- package/dist/model/ledgerEntry.js +137 -136
- package/dist/model/ledgerEntry.js.map +1 -1
- package/dist/model/ledgerEntryParentObjectID.d.ts +13 -13
- package/dist/model/ledgerEntryParentObjectID.js +11 -10
- package/dist/model/ledgerEntryParentObjectID.js.map +1 -1
- package/dist/model/ledgerEntryTransactionType.d.ts +13 -13
- package/dist/model/ledgerEntryTransactionType.js +11 -10
- package/dist/model/ledgerEntryTransactionType.js.map +1 -1
- package/dist/model/linkBook.d.ts +21 -25
- package/dist/model/linkBook.js +62 -61
- package/dist/model/linkBook.js.map +1 -1
- package/dist/model/linkBookSection.d.ts +17 -21
- package/dist/model/linkBookSection.js +47 -46
- package/dist/model/linkBookSection.js.map +1 -1
- package/dist/model/loginStatus200Response.d.ts +21 -21
- package/dist/model/loginStatus200Response.js +33 -32
- package/dist/model/loginStatus200Response.js.map +1 -1
- package/dist/model/loginStatus200ResponseAnyOf.d.ts +15 -15
- package/dist/model/loginStatus200ResponseAnyOf.js +22 -21
- package/dist/model/loginStatus200ResponseAnyOf.js.map +1 -1
- package/dist/model/lounge.d.ts +21 -25
- package/dist/model/lounge.js +67 -66
- package/dist/model/lounge.js.map +1 -1
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +11 -15
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +22 -21
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +11 -15
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +22 -21
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +11 -15
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +22 -21
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +11 -15
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +22 -21
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +11 -15
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +22 -21
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -1
- package/dist/model/mSMemberHistory.d.ts +22 -26
- package/dist/model/mSMemberHistory.js +77 -76
- package/dist/model/mSMemberHistory.js.map +1 -1
- package/dist/model/mSMemberHistoryPagination.d.ts +12 -17
- package/dist/model/mSMemberHistoryPagination.js +27 -26
- package/dist/model/mSMemberHistoryPagination.js.map +1 -1
- package/dist/model/mSMemberRedemption.d.ts +21 -25
- package/dist/model/mSMemberRedemption.js +62 -61
- package/dist/model/mSMemberRedemption.js.map +1 -1
- package/dist/model/mSMemberRedemptionPagination.d.ts +12 -17
- package/dist/model/mSMemberRedemptionPagination.js +27 -26
- package/dist/model/mSMemberRedemptionPagination.js.map +1 -1
- package/dist/model/{saveTicketSettingsRequestPaymentDesignID.d.ts → mSMemberRedemptionRegisterID.d.ts} +13 -13
- package/dist/model/mSMemberRedemptionRegisterID.js +12 -0
- package/dist/model/mSMemberRedemptionRegisterID.js.map +1 -0
- package/dist/model/mSMemberRedemptionTransactionType.d.ts +13 -13
- package/dist/model/mSMemberRedemptionTransactionType.js +11 -10
- package/dist/model/mSMemberRedemptionTransactionType.js.map +1 -1
- package/dist/model/mSMembershipTierHistory.d.ts +19 -23
- package/dist/model/mSMembershipTierHistory.js +62 -61
- package/dist/model/mSMembershipTierHistory.js.map +1 -1
- package/dist/model/mSMembershipTierHistoryPagination.d.ts +12 -17
- package/dist/model/mSMembershipTierHistoryPagination.js +27 -26
- package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -1
- package/dist/model/mSMembershipTierRedemption.d.ts +22 -26
- package/dist/model/mSMembershipTierRedemption.js +67 -66
- package/dist/model/mSMembershipTierRedemption.js.map +1 -1
- package/dist/model/mSMembershipTierRedemptionPagination.d.ts +12 -17
- package/dist/model/mSMembershipTierRedemptionPagination.js +27 -26
- package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -1
- package/dist/model/mSMerchantCreditHistory.d.ts +17 -21
- package/dist/model/mSMerchantCreditHistory.js +52 -51
- package/dist/model/mSMerchantCreditHistory.js.map +1 -1
- package/dist/model/mSMerchantCreditHistoryPagination.d.ts +12 -17
- package/dist/model/mSMerchantCreditHistoryPagination.js +27 -26
- package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -1
- package/dist/model/mSMerchantCreditRedemption.d.ts +21 -25
- package/dist/model/mSMerchantCreditRedemption.js +62 -61
- package/dist/model/mSMerchantCreditRedemption.js.map +1 -1
- package/dist/model/mSMerchantCreditRedemptionPagination.d.ts +12 -17
- package/dist/model/mSMerchantCreditRedemptionPagination.js +27 -26
- package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -1
- package/dist/model/mediaFile.d.ts +19 -23
- package/dist/model/mediaFile.js +62 -61
- package/dist/model/mediaFile.js.map +1 -1
- package/dist/model/member.d.ts +23 -27
- package/dist/model/member.js +82 -81
- package/dist/model/member.js.map +1 -1
- package/dist/model/memberSearch.d.ts +19 -23
- package/dist/model/memberSearch.js +47 -46
- package/dist/model/memberSearch.js.map +1 -1
- package/dist/model/memberSearchSearchKey.d.ts +13 -13
- package/dist/model/memberSearchSearchKey.js +11 -10
- package/dist/model/memberSearchSearchKey.js.map +1 -1
- package/dist/model/memberSearchSortKey.d.ts +13 -13
- package/dist/model/memberSearchSortKey.js +11 -10
- package/dist/model/memberSearchSortKey.js.map +1 -1
- package/dist/model/merchant.d.ts +36 -40
- package/dist/model/merchant.js +147 -146
- package/dist/model/merchant.js.map +1 -1
- package/dist/model/merchantCreditSearch.d.ts +13 -17
- package/dist/model/merchantCreditSearch.js +32 -31
- package/dist/model/merchantCreditSearch.js.map +1 -1
- package/dist/model/merchantNotInitialized.d.ts +14 -18
- package/dist/model/merchantNotInitialized.js +37 -36
- package/dist/model/merchantNotInitialized.js.map +1 -1
- package/dist/model/merchantURL.d.ts +17 -21
- package/dist/model/merchantURL.js +47 -46
- package/dist/model/merchantURL.js.map +1 -1
- package/dist/model/message.d.ts +18 -22
- package/dist/model/message.js +52 -51
- package/dist/model/message.js.map +1 -1
- package/dist/model/models.d.ts +445 -417
- package/dist/model/models.js +1417 -1322
- package/dist/model/models.js.map +1 -1
- package/dist/model/moduleError.d.ts +31 -35
- package/dist/model/moduleError.js +122 -121
- package/dist/model/moduleError.js.map +1 -1
- package/dist/model/newsArticle.d.ts +21 -25
- package/dist/model/newsArticle.js +67 -66
- package/dist/model/newsArticle.js.map +1 -1
- package/dist/model/oAIAssistantUpdateParams.d.ts +18 -0
- package/dist/model/oAIAssistantUpdateParams.js +58 -0
- package/dist/model/oAIAssistantUpdateParams.js.map +1 -0
- package/dist/model/oAIAssistantUpdateParamsCreateParams.d.ts +18 -0
- package/dist/model/oAIAssistantUpdateParamsCreateParams.js +58 -0
- package/dist/model/oAIAssistantUpdateParamsCreateParams.js.map +1 -0
- package/dist/model/optInList.d.ts +28 -32
- package/dist/model/optInList.js +102 -101
- package/dist/model/optInList.js.map +1 -1
- package/dist/model/optInListSource.d.ts +18 -22
- package/dist/model/optInListSource.js +52 -51
- package/dist/model/optInListSource.js.map +1 -1
- package/dist/model/optInListSubscriber.d.ts +27 -31
- package/dist/model/optInListSubscriber.js +87 -86
- package/dist/model/optInListSubscriber.js.map +1 -1
- package/dist/model/optInListSubscriberOptInSourceID.d.ts +13 -0
- package/dist/model/optInListSubscriberOptInSourceID.js +12 -0
- package/dist/model/optInListSubscriberOptInSourceID.js.map +1 -0
- package/dist/model/outboundSMS.d.ts +34 -38
- package/dist/model/outboundSMS.js +122 -121
- package/dist/model/outboundSMS.js.map +1 -1
- package/dist/model/{updateStaticVoucherCampaignWithVoucherVoucherID.d.ts → outboundSMSPaymentObjectBroadcastID.d.ts} +13 -13
- package/dist/model/outboundSMSPaymentObjectBroadcastID.js +12 -0
- package/dist/model/outboundSMSPaymentObjectBroadcastID.js.map +1 -0
- package/dist/model/{wTWalletPageViewId.d.ts → outboundSMSStatus.d.ts} +13 -13
- package/dist/model/outboundSMSStatus.js +12 -0
- package/dist/model/outboundSMSStatus.js.map +1 -0
- package/dist/model/paginatedWTMembers.d.ts +12 -17
- package/dist/model/paginatedWTMembers.js +27 -26
- package/dist/model/paginatedWTMembers.js.map +1 -1
- package/dist/model/paginatedWTMerchantCredits.d.ts +12 -17
- package/dist/model/paginatedWTMerchantCredits.js +27 -26
- package/dist/model/paginatedWTMerchantCredits.js.map +1 -1
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.d.ts +12 -16
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +27 -26
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -1
- package/dist/model/paginationRequestWithSortOptions.d.ts +20 -24
- package/dist/model/paginationRequestWithSortOptions.js +43 -42
- package/dist/model/paginationRequestWithSortOptions.js.map +1 -1
- package/dist/model/paginationRequestWithSortOptionsSortOrder.d.ts +13 -13
- package/dist/model/paginationRequestWithSortOptionsSortOrder.js +11 -10
- package/dist/model/paginationRequestWithSortOptionsSortOrder.js.map +1 -1
- package/dist/model/paymentDesign.d.ts +30 -34
- package/dist/model/paymentDesign.js +107 -106
- package/dist/model/paymentDesign.js.map +1 -1
- package/dist/model/performance.d.ts +27 -31
- package/dist/model/performance.js +97 -96
- package/dist/model/performance.js.map +1 -1
- package/dist/model/phoneNumber.d.ts +32 -36
- package/dist/model/phoneNumber.js +122 -121
- package/dist/model/phoneNumber.js.map +1 -1
- package/dist/model/phoneNumberCapabilities.d.ts +17 -17
- package/dist/model/phoneNumberCapabilities.js +32 -31
- package/dist/model/phoneNumberCapabilities.js.map +1 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.d.ts +27 -27
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js +77 -76
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +26 -26
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +72 -71
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -1
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.d.ts +15 -15
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +22 -21
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.d.ts +15 -15
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +22 -21
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -1
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +20 -20
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +47 -46
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +25 -25
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +72 -71
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.d.ts +15 -15
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +22 -21
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +20 -20
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +47 -46
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +18 -18
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +32 -31
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKeySortOrder.d.ts +13 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKeySortOrder.js +12 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKeySortOrder.js.map +1 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.d.ts +15 -15
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +22 -21
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -1
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.d.ts +15 -15
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +22 -21
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -1
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.d.ts +17 -17
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +32 -31
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.d.ts +25 -25
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +72 -71
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.d.ts +24 -24
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js +67 -66
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -1
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +22 -22
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js +52 -51
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -1
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.d.ts +13 -13
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js +11 -10
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js.map +1 -1
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.d.ts +27 -27
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +82 -81
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.d.ts +16 -16
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +27 -26
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +36 -36
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +117 -116
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.d.ts +13 -13
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js +11 -10
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js.map +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.d.ts +13 -13
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js +11 -10
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js.map +1 -1
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.d.ts +19 -19
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +37 -36
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +33 -33
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +97 -96
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -1
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +19 -19
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +37 -36
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +26 -26
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +72 -71
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.d.ts +13 -13
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js +11 -10
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js.map +1 -1
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +32 -32
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +107 -106
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.d.ts +27 -27
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js +77 -76
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +27 -27
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +77 -76
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -1
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.d.ts +13 -13
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js +11 -10
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js.map +1 -1
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +38 -38
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +122 -121
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -1
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.d.ts +13 -13
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js +11 -10
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js.map +1 -1
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.d.ts +13 -13
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js +11 -10
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js.map +1 -1
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.d.ts +16 -16
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js +27 -26
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js.map +1 -1
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +33 -33
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +92 -91
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartDay.d.ts +13 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartDay.js +12 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartDay.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartHour.d.ts +13 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartHour.js +12 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartHour.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMeridiem.d.ts +13 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMeridiem.js +12 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMeridiem.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute.d.ts +13 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute.js +12 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute.js.map +1 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.d.ts +21 -21
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js +52 -51
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js.map +1 -1
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.d.ts +16 -16
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +27 -26
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -1
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.d.ts +15 -15
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +22 -21
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -1
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.d.ts +19 -19
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +42 -41
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +36 -36
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +102 -101
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.d.ts +13 -13
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js +11 -10
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.d.ts +13 -13
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js +11 -10
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js.map +1 -1
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.d.ts +14 -14
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js +17 -16
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js.map +1 -1
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +27 -27
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +77 -76
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -1
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.d.ts +16 -16
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +27 -26
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -1
- package/dist/model/plan.d.ts +15 -20
- package/dist/model/plan.js +42 -41
- package/dist/model/plan.js.map +1 -1
- package/dist/model/portalPage.d.ts +74 -69
- package/dist/model/portalPage.js +78 -72
- package/dist/model/portalPage.js.map +1 -1
- package/dist/model/presignedPost.d.ts +12 -16
- package/dist/model/presignedPost.js +22 -21
- package/dist/model/presignedPost.js.map +1 -1
- package/dist/model/presignedPostFields.d.ts +11 -11
- package/dist/model/presignedPostFields.js +22 -21
- package/dist/model/presignedPostFields.js.map +1 -1
- package/dist/model/product.d.ts +17 -22
- package/dist/model/product.js +52 -51
- package/dist/model/product.js.map +1 -1
- package/dist/model/profileStatuses.d.ts +7 -7
- package/dist/model/profileStatuses.js +11 -10
- package/dist/model/profileStatuses.js.map +1 -1
- package/dist/model/promoCode.d.ts +23 -27
- package/dist/model/promoCode.js +77 -76
- package/dist/model/promoCode.js.map +1 -1
- package/dist/model/qRCodeDesign.d.ts +18 -30
- package/dist/model/qRCodeDesign.js +52 -91
- package/dist/model/qRCodeDesign.js.map +1 -1
- package/dist/model/reachPerformanceStats.d.ts +20 -24
- package/dist/model/reachPerformanceStats.js +67 -66
- package/dist/model/reachPerformanceStats.js.map +1 -1
- package/dist/model/request.d.ts +63 -67
- package/dist/model/request.js +282 -281
- package/dist/model/request.js.map +1 -1
- package/dist/model/response.d.ts +16 -20
- package/dist/model/response.js +47 -46
- package/dist/model/response.js.map +1 -1
- package/dist/model/role.d.ts +24 -30
- package/dist/model/role.js +87 -86
- package/dist/model/role.js.map +1 -1
- package/dist/model/roleAuditLog.d.ts +21 -25
- package/dist/model/roleAuditLog.js +72 -71
- package/dist/model/roleAuditLog.js.map +1 -1
- package/dist/model/roomRate.d.ts +21 -25
- package/dist/model/roomRate.js +67 -66
- package/dist/model/roomRate.js.map +1 -1
- package/dist/model/sSImportedListRecipientCreateParams.d.ts +11 -15
- package/dist/model/sSImportedListRecipientCreateParams.js +22 -21
- package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -1
- package/dist/model/sSOptInSource.d.ts +17 -21
- package/dist/model/sSOptInSource.js +52 -51
- package/dist/model/sSOptInSource.js.map +1 -1
- package/dist/model/sSOutboundStatuses.d.ts +13 -13
- package/dist/model/sSOutboundStatuses.js +11 -10
- package/dist/model/sSOutboundStatuses.js.map +1 -1
- package/dist/model/saveMerchantCreditPaymentDesignRequest.d.ts +14 -14
- package/dist/model/saveMerchantCreditPaymentDesignRequest.js +17 -16
- package/dist/model/saveMerchantCreditPaymentDesignRequest.js.map +1 -1
- package/dist/model/saveTicketSettingsRequest.d.ts +17 -18
- package/dist/model/saveTicketSettingsRequest.js +32 -31
- package/dist/model/saveTicketSettingsRequest.js.map +1 -1
- package/dist/model/service.d.ts +21 -25
- package/dist/model/service.js +67 -66
- package/dist/model/service.js.map +1 -1
- package/dist/model/setDefaultPaymentMethodRequest.d.ts +14 -0
- package/dist/model/setDefaultPaymentMethodRequest.js +18 -0
- package/dist/model/setDefaultPaymentMethodRequest.js.map +1 -0
- package/dist/model/simpleSMSBroadcast.d.ts +35 -39
- package/dist/model/simpleSMSBroadcast.js +112 -111
- package/dist/model/simpleSMSBroadcast.js.map +1 -1
- package/dist/model/smsSubscriber.d.ts +16 -20
- package/dist/model/smsSubscriber.js +42 -41
- package/dist/model/smsSubscriber.js.map +1 -1
- package/dist/model/sortDirection.d.ts +4 -0
- package/dist/model/sortDirection.js +9 -0
- package/dist/model/sortDirection.js.map +1 -0
- package/dist/model/staticVoucher.d.ts +45 -49
- package/dist/model/staticVoucher.js +172 -171
- package/dist/model/staticVoucher.js.map +1 -1
- package/dist/model/staticVoucherCampaign.d.ts +36 -40
- package/dist/model/staticVoucherCampaign.js +137 -136
- package/dist/model/staticVoucherCampaign.js.map +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +34 -38
- package/dist/model/staticVoucherCampaignBroadcast.js +107 -106
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
- package/dist/model/staticVoucherCampaignBroadcastBroadcastStatus.d.ts +13 -0
- package/dist/model/staticVoucherCampaignBroadcastBroadcastStatus.js +12 -0
- package/dist/model/staticVoucherCampaignBroadcastBroadcastStatus.js.map +1 -0
- package/dist/model/staticVoucherCampaignBroadcastPaymentObjectPrefix.d.ts +13 -0
- package/dist/model/staticVoucherCampaignBroadcastPaymentObjectPrefix.js +12 -0
- package/dist/model/staticVoucherCampaignBroadcastPaymentObjectPrefix.js.map +1 -0
- package/dist/model/staticVoucherCampaignUpdate.d.ts +19 -23
- package/dist/model/staticVoucherCampaignUpdate.js +57 -56
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -1
- package/dist/model/staticVoucherCampaignValueType.d.ts +13 -0
- package/dist/model/staticVoucherCampaignValueType.js +12 -0
- package/dist/model/staticVoucherCampaignValueType.js.map +1 -0
- package/dist/model/{wTLinkBookLinkBookSectionID.d.ts → staticVoucherId.d.ts} +13 -13
- package/dist/model/staticVoucherId.js +12 -0
- package/dist/model/staticVoucherId.js.map +1 -0
- package/dist/model/status.d.ts +13 -13
- package/dist/model/status.js +11 -10
- package/dist/model/status.js.map +1 -1
- package/dist/model/subscriptionFeature.d.ts +18 -22
- package/dist/model/subscriptionFeature.js +57 -56
- package/dist/model/subscriptionFeature.js.map +1 -1
- package/dist/model/subscriptionPlan.d.ts +16 -22
- package/dist/model/subscriptionPlan.js +47 -46
- package/dist/model/subscriptionPlan.js.map +1 -1
- package/dist/model/subscriptionProduct.d.ts +21 -26
- package/dist/model/subscriptionProduct.js +72 -66
- package/dist/model/subscriptionProduct.js.map +1 -1
- package/dist/model/tcpa.d.ts +17 -21
- package/dist/model/tcpa.js +47 -46
- package/dist/model/tcpa.js.map +1 -1
- package/dist/model/thread.d.ts +16 -0
- package/dist/model/thread.js +43 -0
- package/dist/model/thread.js.map +1 -0
- package/dist/model/ticket.d.ts +30 -34
- package/dist/model/ticket.js +112 -111
- package/dist/model/ticket.js.map +1 -1
- package/dist/model/ticketSortKeys.d.ts +8 -0
- package/dist/model/ticketSortKeys.js +13 -0
- package/dist/model/ticketSortKeys.js.map +1 -0
- package/dist/model/trustBundleStatuses.d.ts +7 -7
- package/dist/model/trustBundleStatuses.js +11 -10
- package/dist/model/trustBundleStatuses.js.map +1 -1
- package/dist/model/updateEmailNotificationPreferenceRequest.d.ts +14 -14
- package/dist/model/updateEmailNotificationPreferenceRequest.js +17 -16
- package/dist/model/updateEmailNotificationPreferenceRequest.js.map +1 -1
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +23 -28
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +77 -76
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -1
- package/dist/model/vSCampaignGeneratedMessage.d.ts +12 -16
- package/dist/model/vSCampaignGeneratedMessage.js +27 -26
- package/dist/model/vSCampaignGeneratedMessage.js.map +1 -1
- package/dist/model/vSCampaignGeneratedMessagePagination.d.ts +12 -17
- package/dist/model/vSCampaignGeneratedMessagePagination.js +27 -26
- package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -1
- package/dist/model/vSDynamicVoucherStatus.d.ts +13 -13
- package/dist/model/vSDynamicVoucherStatus.js +11 -10
- package/dist/model/vSDynamicVoucherStatus.js.map +1 -1
- package/dist/model/vectorStore.d.ts +16 -0
- package/dist/model/vectorStore.js +43 -0
- package/dist/model/vectorStore.js.map +1 -0
- package/dist/model/video.d.ts +20 -24
- package/dist/model/video.js +62 -61
- package/dist/model/video.js.map +1 -1
- package/dist/model/virtualBusinessCard.d.ts +28 -32
- package/dist/model/virtualBusinessCard.js +102 -101
- package/dist/model/virtualBusinessCard.js.map +1 -1
- package/dist/model/wTA2PApplicationUpdateParams.d.ts +41 -46
- package/dist/model/wTA2PApplicationUpdateParams.js +132 -131
- package/dist/model/wTA2PApplicationUpdateParams.js.map +1 -1
- package/dist/model/wTAdvertisementCredit.d.ts +24 -28
- package/dist/model/wTAdvertisementCredit.js +77 -76
- package/dist/model/wTAdvertisementCredit.js.map +1 -1
- package/dist/model/wTAdvertisementCreditCreateParams.d.ts +15 -19
- package/dist/model/wTAdvertisementCreditCreateParams.js +37 -36
- package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -1
- package/dist/model/wTAdvertisementCreditScan.d.ts +36 -40
- package/dist/model/wTAdvertisementCreditScan.js +127 -126
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -1
- package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +15 -19
- package/dist/model/wTAdvertisementCreditUpdateParams.js +37 -36
- package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -1
- package/dist/model/wTAmenityCreateParams.d.ts +15 -19
- package/dist/model/wTAmenityCreateParams.js +42 -41
- package/dist/model/wTAmenityCreateParams.js.map +1 -1
- package/dist/model/wTAmenityUpdateParams.d.ts +15 -19
- package/dist/model/wTAmenityUpdateParams.js +42 -41
- package/dist/model/wTAmenityUpdateParams.js.map +1 -1
- package/dist/model/wTAndroidKeystoreResponse.d.ts +11 -0
- package/dist/model/wTAndroidKeystoreResponse.js +23 -0
- package/dist/model/wTAndroidKeystoreResponse.js.map +1 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +15 -19
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +23 -22
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -1
- package/dist/model/wTAuthenticationForgotPassword.d.ts +10 -14
- package/dist/model/wTAuthenticationForgotPassword.js +17 -16
- package/dist/model/wTAuthenticationForgotPassword.js.map +1 -1
- package/dist/model/wTAuthenticationLoginRequest.d.ts +11 -15
- package/dist/model/wTAuthenticationLoginRequest.js +22 -21
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -1
- package/dist/model/wTAuthenticationLoginResponse.d.ts +25 -29
- package/dist/model/wTAuthenticationLoginResponse.js +92 -91
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -1
- package/dist/model/wTAuthenticationRegister.d.ts +31 -29
- package/dist/model/wTAuthenticationRegister.js +122 -91
- package/dist/model/wTAuthenticationRegister.js.map +1 -1
- package/dist/model/wTAuthenticationRequestResetPassword.d.ts +10 -14
- package/dist/model/wTAuthenticationRequestResetPassword.js +17 -16
- package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -1
- package/dist/model/wTAuthenticationResetPassword.d.ts +12 -16
- package/dist/model/wTAuthenticationResetPassword.js +27 -26
- package/dist/model/wTAuthenticationResetPassword.js.map +1 -1
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +13 -17
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +32 -31
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -1
- package/dist/model/wTBillingChangePlan.d.ts +10 -14
- package/dist/model/wTBillingChangePlan.js +17 -16
- package/dist/model/wTBillingChangePlan.js.map +1 -1
- package/dist/model/wTBillingSavePaymentMethod.d.ts +10 -14
- package/dist/model/wTBillingSavePaymentMethod.js +17 -16
- package/dist/model/wTBillingSavePaymentMethod.js.map +1 -1
- package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +12 -16
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +22 -21
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -1
- package/dist/model/wTCountResult.d.ts +10 -14
- package/dist/model/wTCountResult.js +17 -16
- package/dist/model/wTCountResult.js.map +1 -1
- package/dist/model/wTCustomerSearchByMemberID.d.ts +10 -14
- package/dist/model/wTCustomerSearchByMemberID.js +17 -16
- package/dist/model/wTCustomerSearchByMemberID.js.map +1 -1
- package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +10 -14
- package/dist/model/wTCustomerSearchByPhoneNumber.js +17 -16
- package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -1
- package/dist/model/wTDiningCreateParams.d.ts +15 -19
- package/dist/model/wTDiningCreateParams.js +42 -41
- package/dist/model/wTDiningCreateParams.js.map +1 -1
- package/dist/model/wTDiningUpdateParams.d.ts +15 -19
- package/dist/model/wTDiningUpdateParams.js +42 -41
- package/dist/model/wTDiningUpdateParams.js.map +1 -1
- package/dist/model/wTDynamicVoucher.d.ts +46 -50
- package/dist/model/wTDynamicVoucher.js +177 -176
- package/dist/model/wTDynamicVoucher.js.map +1 -1
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +22 -26
- package/dist/model/wTDynamicVoucherCreateParams.js +72 -71
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -1
- package/dist/model/wTDynamicVoucherRedemption.d.ts +35 -39
- package/dist/model/wTDynamicVoucherRedemption.js +122 -121
- package/dist/model/wTDynamicVoucherRedemption.js.map +1 -1
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.d.ts +13 -13
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.js +11 -10
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.js.map +1 -1
- package/dist/model/wTDynamicVoucherSummary.d.ts +34 -38
- package/dist/model/wTDynamicVoucherSummary.js +132 -131
- package/dist/model/wTDynamicVoucherSummary.js.map +1 -1
- package/dist/model/wTDynamicVoucherSummaryStatus.d.ts +13 -13
- package/dist/model/wTDynamicVoucherSummaryStatus.js +11 -10
- package/dist/model/wTDynamicVoucherSummaryStatus.js.map +1 -1
- package/dist/model/wTDynamicVoucherUpdateParams.d.ts +22 -26
- package/dist/model/wTDynamicVoucherUpdateParams.js +72 -71
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -1
- package/dist/model/wTEmailSubscriberCreateParams.d.ts +12 -16
- package/dist/model/wTEmailSubscriberCreateParams.js +27 -26
- package/dist/model/wTEmailSubscriberCreateParams.js.map +1 -1
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.d.ts +13 -17
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js +32 -31
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js.map +1 -1
- package/dist/model/wTEmailSubscriberUpdateParams.d.ts +12 -16
- package/dist/model/wTEmailSubscriberUpdateParams.js +27 -26
- package/dist/model/wTEmailSubscriberUpdateParams.js.map +1 -1
- package/dist/model/wTEmployee.d.ts +43 -47
- package/dist/model/wTEmployee.js +162 -161
- package/dist/model/wTEmployee.js.map +1 -1
- package/dist/model/wTEmployeeAPIKey.d.ts +19 -23
- package/dist/model/wTEmployeeAPIKey.js +57 -56
- package/dist/model/wTEmployeeAPIKey.js.map +1 -1
- package/dist/model/wTEmployeeAPIKeyCreateParams.d.ts +11 -15
- package/dist/model/wTEmployeeAPIKeyCreateParams.js +22 -21
- package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -1
- package/dist/model/wTEmployeeAPIKeyUpdateParams.d.ts +11 -15
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js +22 -21
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -1
- package/dist/model/wTEmployeeCreate.d.ts +30 -34
- package/dist/model/wTEmployeeCreate.js +97 -96
- package/dist/model/wTEmployeeCreate.js.map +1 -1
- package/dist/model/wTEmployeeCreateDocument.d.ts +12 -16
- package/dist/model/wTEmployeeCreateDocument.js +27 -26
- package/dist/model/wTEmployeeCreateDocument.js.map +1 -1
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +12 -16
- package/dist/model/wTEmployeeCreateMediaFile.js +27 -26
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
- package/dist/model/wTEmployeeFileCreate.d.ts +11 -15
- package/dist/model/wTEmployeeFileCreate.js +22 -21
- package/dist/model/wTEmployeeFileCreate.js.map +1 -1
- package/dist/model/wTEmployeeImportRecords.d.ts +11 -15
- package/dist/model/wTEmployeeImportRecords.js +22 -21
- package/dist/model/wTEmployeeImportRecords.js.map +1 -1
- package/dist/model/wTEmployeeNotification.d.ts +14 -18
- package/dist/model/wTEmployeeNotification.js +32 -31
- package/dist/model/wTEmployeeNotification.js.map +1 -1
- package/dist/model/wTEmployeeNotificationType.d.ts +13 -13
- package/dist/model/wTEmployeeNotificationType.js +11 -10
- package/dist/model/wTEmployeeNotificationType.js.map +1 -1
- package/dist/model/wTEmployeePeerRoles.d.ts +10 -14
- package/dist/model/wTEmployeePeerRoles.js +17 -16
- package/dist/model/wTEmployeePeerRoles.js.map +1 -1
- package/dist/model/wTEmployeeS3FilePresign.d.ts +13 -17
- package/dist/model/wTEmployeeS3FilePresign.js +27 -26
- package/dist/model/wTEmployeeS3FilePresign.js.map +1 -1
- package/dist/model/wTEmployeeS3FilePresignContext.d.ts +13 -13
- package/dist/model/wTEmployeeS3FilePresignContext.js +11 -10
- package/dist/model/wTEmployeeS3FilePresignContext.js.map +1 -1
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +16 -20
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +47 -46
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
- package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +16 -20
- package/dist/model/wTEmployeeScheduleSimpleSMS.js +42 -41
- package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.d.ts +13 -13
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.js +11 -10
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.js.map +1 -1
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +14 -18
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +37 -36
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +12 -16
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +27 -26
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
- package/dist/model/wTEmployeeUpdate.d.ts +29 -33
- package/dist/model/wTEmployeeUpdate.js +92 -91
- package/dist/model/wTEmployeeUpdate.js.map +1 -1
- package/dist/model/wTEmployeeUpdateRecords.d.ts +11 -15
- package/dist/model/wTEmployeeUpdateRecords.js +22 -21
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -1
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.d.ts +14 -18
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.js +37 -36
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.js.map +1 -1
- package/dist/model/wTGamingCreateParams.d.ts +15 -19
- package/dist/model/wTGamingCreateParams.js +42 -41
- package/dist/model/wTGamingCreateParams.js.map +1 -1
- package/dist/model/wTGamingUpdateParams.d.ts +15 -19
- package/dist/model/wTGamingUpdateParams.js +42 -41
- package/dist/model/wTGamingUpdateParams.js.map +1 -1
- package/dist/model/wTImageGridCreateParams.d.ts +14 -18
- package/dist/model/wTImageGridCreateParams.js +37 -36
- package/dist/model/wTImageGridCreateParams.js.map +1 -1
- package/dist/model/wTImageGridUpdateParams.d.ts +14 -18
- package/dist/model/wTImageGridUpdateParams.js +37 -36
- package/dist/model/wTImageGridUpdateParams.js.map +1 -1
- package/dist/model/wTImportedList.d.ts +18 -22
- package/dist/model/wTImportedList.js +52 -51
- package/dist/model/wTImportedList.js.map +1 -1
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.d.ts +13 -17
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +27 -26
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -1
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.d.ts +13 -13
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js +11 -10
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js.map +1 -1
- package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +13 -17
- package/dist/model/wTInfoGenesisLookupRequestErrors.js +32 -31
- package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -1
- package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +12 -16
- package/dist/model/wTInfoGenesisRecordFilterParameters.js +27 -26
- package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -1
- package/dist/model/wTInfoGenesisRoutingIDs.d.ts +10 -14
- package/dist/model/wTInfoGenesisRoutingIDs.js +17 -16
- package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -1
- package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +10 -14
- package/dist/model/wTInfoGenesisUniquePostingIDs.js +17 -16
- package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -1
- package/dist/model/wTLocalInstance.d.ts +27 -27
- package/dist/model/wTLocalInstance.js +77 -76
- package/dist/model/wTLocalInstance.js.map +1 -1
- package/dist/model/wTLoungeCreateParams.d.ts +15 -19
- package/dist/model/wTLoungeCreateParams.js +42 -41
- package/dist/model/wTLoungeCreateParams.js.map +1 -1
- package/dist/model/wTLoungeUpdateParams.d.ts +15 -19
- package/dist/model/wTLoungeUpdateParams.js +42 -41
- package/dist/model/wTLoungeUpdateParams.js.map +1 -1
- package/dist/model/wTMember.d.ts +23 -27
- package/dist/model/wTMember.js +82 -81
- package/dist/model/wTMember.js.map +1 -1
- package/dist/model/wTMemberCreationParams.d.ts +17 -21
- package/dist/model/wTMemberCreationParams.js +52 -51
- package/dist/model/wTMemberCreationParams.js.map +1 -1
- package/dist/model/wTMembershipTier.d.ts +20 -24
- package/dist/model/wTMembershipTier.js +62 -61
- package/dist/model/wTMembershipTier.js.map +1 -1
- package/dist/model/wTMembershipTierCreationParams.d.ts +14 -18
- package/dist/model/wTMembershipTierCreationParams.js +37 -36
- package/dist/model/wTMembershipTierCreationParams.js.map +1 -1
- package/dist/model/wTMembershipTierId.d.ts +13 -13
- package/dist/model/wTMembershipTierId.js +11 -10
- package/dist/model/wTMembershipTierId.js.map +1 -1
- package/dist/model/wTMembershipTierUpdateParams.d.ts +14 -18
- package/dist/model/wTMembershipTierUpdateParams.js +37 -36
- package/dist/model/wTMembershipTierUpdateParams.js.map +1 -1
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +21 -25
- package/dist/model/wTMembershipTierWithMemberCount.js +67 -66
- package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -1
- package/dist/model/wTMerchantCredit.d.ts +19 -23
- package/dist/model/wTMerchantCredit.js +62 -61
- package/dist/model/wTMerchantCredit.js.map +1 -1
- package/dist/model/wTMerchantCreditCreationParams.d.ts +12 -16
- package/dist/model/wTMerchantCreditCreationParams.js +27 -26
- package/dist/model/wTMerchantCreditCreationParams.js.map +1 -1
- package/dist/model/wTMerchantURLCreate.d.ts +11 -15
- package/dist/model/wTMerchantURLCreate.js +22 -21
- package/dist/model/wTMerchantURLCreate.js.map +1 -1
- package/dist/model/wTMerchantURLUpdate.d.ts +11 -15
- package/dist/model/wTMerchantURLUpdate.js +22 -21
- package/dist/model/wTMerchantURLUpdate.js.map +1 -1
- package/dist/model/wTMerchantUpdate.d.ts +18 -22
- package/dist/model/wTMerchantUpdate.js +57 -56
- package/dist/model/wTMerchantUpdate.js.map +1 -1
- package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +10 -14
- package/dist/model/wTMerchantUpdatePOSIntegration.js +17 -16
- package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -1
- package/dist/model/wTMerchantUpdatePointsOfContact.d.ts +13 -17
- package/dist/model/wTMerchantUpdatePointsOfContact.js +32 -31
- package/dist/model/wTMerchantUpdatePointsOfContact.js.map +1 -1
- package/dist/model/wTMessageInstance.d.ts +13 -35
- package/dist/model/wTMessageInstance.js +11 -111
- package/dist/model/wTMessageInstance.js.map +1 -1
- package/dist/model/wTNewsArticleCreateParams.d.ts +15 -19
- package/dist/model/wTNewsArticleCreateParams.js +42 -41
- package/dist/model/wTNewsArticleCreateParams.js.map +1 -1
- package/dist/model/wTNewsArticleUpdateParams.d.ts +15 -19
- package/dist/model/wTNewsArticleUpdateParams.js +42 -41
- package/dist/model/wTNewsArticleUpdateParams.js.map +1 -1
- package/dist/model/wTOptInList.d.ts +28 -32
- package/dist/model/wTOptInList.js +102 -101
- package/dist/model/wTOptInList.js.map +1 -1
- package/dist/model/wTOptInListCreationParams.d.ts +22 -26
- package/dist/model/wTOptInListCreationParams.js +77 -76
- package/dist/model/wTOptInListCreationParams.js.map +1 -1
- package/dist/model/wTPassBrandKit.d.ts +15 -0
- package/dist/model/wTPassBrandKit.js +43 -0
- package/dist/model/wTPassBrandKit.js.map +1 -0
- package/dist/model/wTPaymentDesign.d.ts +30 -34
- package/dist/model/wTPaymentDesign.js +107 -106
- package/dist/model/wTPaymentDesign.js.map +1 -1
- package/dist/model/wTPaymentDesignCreateParams.d.ts +23 -27
- package/dist/model/wTPaymentDesignCreateParams.js +77 -76
- package/dist/model/wTPaymentDesignCreateParams.js.map +1 -1
- package/dist/model/wTPaymentDesignUpdateParams.d.ts +23 -27
- package/dist/model/wTPaymentDesignUpdateParams.js +77 -76
- package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -1
- package/dist/model/wTPerformanceCreateParams.d.ts +21 -25
- package/dist/model/wTPerformanceCreateParams.js +72 -71
- package/dist/model/wTPerformanceCreateParams.js.map +1 -1
- package/dist/model/wTPerformanceUpdateParams.d.ts +21 -25
- package/dist/model/wTPerformanceUpdateParams.js +72 -71
- package/dist/model/wTPerformanceUpdateParams.js.map +1 -1
- package/dist/model/wTPosMachine.d.ts +19 -23
- package/dist/model/wTPosMachine.js +62 -61
- package/dist/model/wTPosMachine.js.map +1 -1
- package/dist/model/wTPosMachineCreateParams.d.ts +14 -18
- package/dist/model/wTPosMachineCreateParams.js +37 -36
- package/dist/model/wTPosMachineCreateParams.js.map +1 -1
- package/dist/model/wTPosMachineUpdateParams.d.ts +14 -18
- package/dist/model/wTPosMachineUpdateParams.js +37 -36
- package/dist/model/wTPosMachineUpdateParams.js.map +1 -1
- package/dist/model/wTProductCreateParams.d.ts +15 -19
- package/dist/model/wTProductCreateParams.js +42 -41
- package/dist/model/wTProductCreateParams.js.map +1 -1
- package/dist/model/wTProductUpdateParams.d.ts +15 -19
- package/dist/model/wTProductUpdateParams.js +42 -41
- package/dist/model/wTProductUpdateParams.js.map +1 -1
- package/dist/model/wTPromoCodeCreateParams.d.ts +17 -21
- package/dist/model/wTPromoCodeCreateParams.js +52 -51
- package/dist/model/wTPromoCodeCreateParams.js.map +1 -1
- package/dist/model/wTPromoCodeUpdateParams.d.ts +17 -21
- package/dist/model/wTPromoCodeUpdateParams.js +52 -51
- package/dist/model/wTPromoCodeUpdateParams.js.map +1 -1
- package/dist/model/wTQRCodeDesign.d.ts +18 -30
- package/dist/model/wTQRCodeDesign.js +52 -91
- package/dist/model/wTQRCodeDesign.js.map +1 -1
- package/dist/model/wTQRCodeDesignCreateParams.d.ts +12 -24
- package/dist/model/wTQRCodeDesignCreateParams.js +27 -66
- package/dist/model/wTQRCodeDesignCreateParams.js.map +1 -1
- package/dist/model/wTQRCodeDesignUpdateParams.d.ts +12 -24
- package/dist/model/wTQRCodeDesignUpdateParams.js +27 -66
- package/dist/model/wTQRCodeDesignUpdateParams.js.map +1 -1
- package/dist/model/wTQuickLink.d.ts +21 -0
- package/dist/model/{wTLinkBook.js → wTQuickLink.js} +63 -62
- package/dist/model/wTQuickLink.js.map +1 -0
- package/dist/model/wTQuickLinkCreateParams.d.ts +15 -0
- package/dist/model/{wTLinkBookUpdateParams.js → wTQuickLinkCreateParams.js} +38 -37
- package/dist/model/wTQuickLinkCreateParams.js.map +1 -0
- package/dist/model/{messageStatus.d.ts → wTQuickLinkLinkBookSectionID.d.ts} +13 -13
- package/dist/model/wTQuickLinkLinkBookSectionID.js +12 -0
- package/dist/model/wTQuickLinkLinkBookSectionID.js.map +1 -0
- package/dist/model/{wTLinkBookSectionCreateParams.d.ts → wTQuickLinkSectionCreateParams.d.ts} +11 -15
- package/dist/model/wTQuickLinkSectionCreateParams.js +23 -0
- package/dist/model/wTQuickLinkSectionCreateParams.js.map +1 -0
- package/dist/model/{wTLinkBookSectionUpdateParams.d.ts → wTQuickLinkSectionUpdateParams.d.ts} +11 -15
- package/dist/model/wTQuickLinkSectionUpdateParams.js +23 -0
- package/dist/model/wTQuickLinkSectionUpdateParams.js.map +1 -0
- package/dist/model/wTQuickLinkUpdateParams.d.ts +15 -0
- package/dist/model/{wTLinkBookCreateParams.js → wTQuickLinkUpdateParams.js} +38 -37
- package/dist/model/wTQuickLinkUpdateParams.js.map +1 -0
- package/dist/model/wTRole.d.ts +24 -29
- package/dist/model/wTRole.js +87 -86
- package/dist/model/wTRole.js.map +1 -1
- package/dist/model/wTRoomRateCreateParams.d.ts +15 -19
- package/dist/model/wTRoomRateCreateParams.js +42 -41
- package/dist/model/wTRoomRateCreateParams.js.map +1 -1
- package/dist/model/wTRoomRateUpdateParams.d.ts +15 -19
- package/dist/model/wTRoomRateUpdateParams.js +42 -41
- package/dist/model/wTRoomRateUpdateParams.js.map +1 -1
- package/dist/model/wTSMSAcquirePhoneNumber.d.ts +10 -14
- package/dist/model/wTSMSAcquirePhoneNumber.js +17 -16
- package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -1
- package/dist/model/wTSMSImportOptInListSubscribers.d.ts +12 -16
- package/dist/model/wTSMSImportOptInListSubscribers.js +27 -26
- package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -1
- package/dist/model/wTSMSImportedListCreate.d.ts +12 -16
- package/dist/model/wTSMSImportedListCreate.js +27 -26
- package/dist/model/wTSMSImportedListCreate.js.map +1 -1
- package/dist/model/wTSMSOptInListSourceCreate.d.ts +11 -15
- package/dist/model/wTSMSOptInListSourceCreate.js +22 -21
- package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -1
- package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +21 -25
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js +72 -71
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -1
- package/dist/model/wTServiceCreateParams.d.ts +15 -19
- package/dist/model/wTServiceCreateParams.js +42 -41
- package/dist/model/wTServiceCreateParams.js.map +1 -1
- package/dist/model/wTServiceUpdateParams.d.ts +15 -19
- package/dist/model/wTServiceUpdateParams.js +42 -41
- package/dist/model/wTServiceUpdateParams.js.map +1 -1
- package/dist/model/wTSettingsSetPassword.d.ts +10 -14
- package/dist/model/wTSettingsSetPassword.js +17 -16
- package/dist/model/wTSettingsSetPassword.js.map +1 -1
- package/dist/model/wTSmsSubscriberCreateParams.d.ts +10 -14
- package/dist/model/wTSmsSubscriberCreateParams.js +17 -16
- package/dist/model/wTSmsSubscriberCreateParams.js.map +1 -1
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.d.ts +11 -15
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js +22 -21
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js.map +1 -1
- package/dist/model/wTSmsSubscriberUpdateParams.d.ts +10 -14
- package/dist/model/wTSmsSubscriberUpdateParams.js +17 -16
- package/dist/model/wTSmsSubscriberUpdateParams.js.map +1 -1
- package/dist/model/wTStaticVoucher.d.ts +45 -49
- package/dist/model/wTStaticVoucher.js +172 -171
- package/dist/model/wTStaticVoucher.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaign.d.ts +36 -40
- package/dist/model/wTStaticVoucherCampaign.js +137 -136
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +14 -18
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +37 -36
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -1
- package/dist/model/wTStaticVoucherCreateParams.d.ts +14 -18
- package/dist/model/wTStaticVoucherCreateParams.js +32 -31
- package/dist/model/wTStaticVoucherCreateParams.js.map +1 -1
- package/dist/model/wTStaticVoucherUpdateParams.d.ts +12 -16
- package/dist/model/wTStaticVoucherUpdateParams.js +27 -26
- package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -1
- package/dist/model/wTSystemApprovePhoneNumber.d.ts +11 -15
- package/dist/model/wTSystemApprovePhoneNumber.js +22 -21
- package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -1
- package/dist/model/wTSystemRoleCreate.d.ts +11 -15
- package/dist/model/wTSystemRoleCreate.js +22 -21
- package/dist/model/wTSystemRoleCreate.js.map +1 -1
- package/dist/model/wTTCPAOpt.d.ts +14 -18
- package/dist/model/wTTCPAOpt.js +27 -26
- package/dist/model/wTTCPAOpt.js.map +1 -1
- package/dist/model/wTTCPAOptListID.d.ts +13 -13
- package/dist/model/wTTCPAOptListID.js +11 -10
- package/dist/model/wTTCPAOptListID.js.map +1 -1
- package/dist/model/wTTCPAOptSourceID.d.ts +13 -13
- package/dist/model/wTTCPAOptSourceID.js +11 -10
- package/dist/model/wTTCPAOptSourceID.js.map +1 -1
- package/dist/model/wTTicket.d.ts +30 -34
- package/dist/model/wTTicket.js +112 -111
- package/dist/model/wTTicket.js.map +1 -1
- package/dist/model/wTTicketCreateParams.d.ts +15 -19
- package/dist/model/wTTicketCreateParams.js +42 -41
- package/dist/model/wTTicketCreateParams.js.map +1 -1
- package/dist/model/wTTicketUpdateParams.d.ts +14 -18
- package/dist/model/wTTicketUpdateParams.js +37 -36
- package/dist/model/wTTicketUpdateParams.js.map +1 -1
- package/dist/model/wTTwilioRequestAuthyCode.d.ts +11 -15
- package/dist/model/wTTwilioRequestAuthyCode.js +22 -21
- package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -1
- package/dist/model/wTTwilioVerifyAuthyCode.d.ts +12 -16
- package/dist/model/wTTwilioVerifyAuthyCode.js +27 -26
- package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -1
- package/dist/model/wTVideoCreateParams.d.ts +14 -18
- package/dist/model/wTVideoCreateParams.js +37 -36
- package/dist/model/wTVideoCreateParams.js.map +1 -1
- package/dist/model/wTVideoUpdateParams.d.ts +14 -18
- package/dist/model/wTVideoUpdateParams.js +37 -36
- package/dist/model/wTVideoUpdateParams.js.map +1 -1
- package/dist/model/wTVirtualBusinessCardCreateParams.d.ts +22 -26
- package/dist/model/wTVirtualBusinessCardCreateParams.js +77 -76
- package/dist/model/wTVirtualBusinessCardCreateParams.js.map +1 -1
- package/dist/model/wTVirtualBusinessCardUpdateParams.d.ts +22 -26
- package/dist/model/wTVirtualBusinessCardUpdateParams.js +77 -76
- package/dist/model/wTVirtualBusinessCardUpdateParams.js.map +1 -1
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +86 -80
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +387 -341
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
- package/dist/model/wTWalletConfigurationSaveWalletRecordPassBrandKit.d.ts +19 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecordPassBrandKit.js +43 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecordPassBrandKit.js.map +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecordSmsOptInSourceID.d.ts +13 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecordSmsOptInSourceID.js +12 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecordSmsOptInSourceID.js.map +1 -0
- package/dist/model/wTWalletItemRedemption.d.ts +12 -16
- package/dist/model/wTWalletItemRedemption.js +27 -26
- package/dist/model/wTWalletItemRedemption.js.map +1 -1
- package/dist/model/wTWalletObjectPrefixCounts.d.ts +12 -17
- package/dist/model/wTWalletObjectPrefixCounts.js +27 -26
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -1
- package/dist/model/wTWalletPageView.d.ts +49 -54
- package/dist/model/wTWalletPageView.js +207 -206
- package/dist/model/wTWalletPageView.js.map +1 -1
- package/dist/model/wTWalletPageViewCount.d.ts +13 -17
- package/dist/model/wTWalletPageViewCount.js +32 -31
- package/dist/model/wTWalletPageViewCount.js.map +1 -1
- package/dist/model/wTWalletPageViewGeoPoint.d.ts +15 -15
- package/dist/model/wTWalletPageViewGeoPoint.js +22 -21
- package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -1
- package/dist/model/wTWhatsAppInboundWebhook.d.ts +23 -0
- package/dist/model/wTWhatsAppInboundWebhook.js +83 -0
- package/dist/model/wTWhatsAppInboundWebhook.js.map +1 -0
- package/dist/model/wTWhatsAppStatusCallback.d.ts +20 -0
- package/dist/model/wTWhatsAppStatusCallback.js +68 -0
- package/dist/model/wTWhatsAppStatusCallback.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +91 -84
- package/dist/model/walletConfiguration.js +412 -361
- package/dist/model/walletConfiguration.js.map +1 -1
- package/dist/model/walletPageView.d.ts +49 -54
- package/dist/model/walletPageView.js +207 -206
- package/dist/model/walletPageView.js.map +1 -1
- package/dist/model/webpage.d.ts +19 -23
- package/dist/model/webpage.js +62 -61
- package/dist/model/webpage.js.map +1 -1
- package/examples/advertisementcredits.example.ts +70 -70
- package/examples/clubmembers.example.ts +86 -86
- package/examples/constants.ts +5 -5
- package/examples/dynamicvouchers.example.ts +106 -106
- package/examples/linkbook.example.ts +57 -57
- package/examples/membershiptiers.example.ts +77 -77
- package/examples/merchantcredits.example.ts +84 -84
- package/examples/merchanturls.example.ts +62 -62
- package/examples/news.example.ts +58 -58
- package/examples/package-lock.json +2108 -2108
- package/examples/package.json +17 -17
- package/examples/paymentdesigns.example.ts +67 -67
- package/examples/performances.example.ts +62 -62
- package/examples/promocodes.example.ts +59 -59
- package/examples/sms.example.ts +304 -304
- package/examples/staticvouchercampaigns.example.ts +191 -191
- package/examples/staticvouchers.example.ts +66 -66
- package/git_push.sh +57 -57
- package/model/a2PApplicationSubmission.ts +249 -250
- package/model/advertisementCredit.ts +105 -105
- package/model/advertisementCreditBroadcast.ts +158 -158
- package/model/advertisementCreditScan.ts +167 -167
- package/model/amenity.ts +92 -92
- package/model/{messageDirection.ts → amenityId.ts} +26 -26
- package/model/announcement.ts +67 -67
- package/model/applicableTerminals.ts +26 -26
- package/model/assistant.ts +116 -0
- package/model/authError.ts +55 -55
- package/model/availablePhoneNumbersRequest.ts +43 -43
- package/model/browserDetails.ts +55 -55
- package/model/businessClassification.ts +20 -20
- package/model/businessIndustry.ts +49 -49
- package/model/businessRegionsOfOperation.ts +22 -22
- package/model/businessRegistrationIdentifier.ts +26 -26
- package/model/businessStockExchanges.ts +43 -43
- package/model/businessType.ts +22 -22
- package/model/chatCompletionAudio.ts +64 -0
- package/model/chatCompletionMessage.ts +83 -0
- package/model/chatCompletionMessageAudio.ts +65 -0
- package/model/chatCompletionMessageFunctionCall.ts +43 -0
- package/model/chatCompletionMessageToolCall.ts +58 -0
- package/model/chatCompletionMessageToolCallFunction.ts +46 -0
- package/model/claimTicketRequest.ts +31 -31
- package/model/clickFunnelAmount.ts +37 -37
- package/model/clickFunnelContact.ts +284 -266
- package/model/clickFunnelContactProfile.ts +235 -235
- package/model/clickFunnelEvent.ts +38 -38
- package/model/clickFunnelOriginalAmount.ts +37 -37
- package/model/clickFunnelProduct.ts +194 -194
- package/model/clickFunnelPurchase.ts +177 -178
- package/model/clickFunnelRegistration.ts +38 -38
- package/model/countClaimedComps200Response.ts +37 -37
- package/model/createFile200Response.ts +43 -43
- package/model/{wTStaticVoucherCampaignPreviewMessages.ts → createRunOnThreadRequest.ts} +37 -43
- package/model/createStaticVoucherCampaign.ts +104 -105
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +104 -105
- package/model/dashboardWidget.ts +121 -121
- package/model/dining.ts +92 -92
- package/model/document.ts +100 -100
- package/model/duplicateRowFound.ts +55 -55
- package/model/dynamicVoucher.ts +227 -227
- package/model/dynamicVoucherBroadcast.ts +158 -158
- package/model/dynamicVoucherBroadcastListType.ts +26 -26
- package/model/dynamicVoucherTemporalDecreaseFrequencyType.ts +26 -26
- package/model/emailSubscriber.ts +74 -74
- package/model/employee.ts +212 -209
- package/model/employeeAPIKey.ts +83 -83
- package/model/employeeActivityLog.ts +67 -67
- package/model/employeeAlert.ts +85 -85
- package/model/employeeScheduleStartDay.ts +26 -26
- package/model/employeeScheduleStartHour.ts +26 -26
- package/model/employeeScheduleStartMeridiem.ts +26 -26
- package/model/employeeScheduleStartMinute.ts +26 -26
- package/model/entityTooLarge.ts +55 -55
- package/model/exportDataFile.ts +85 -85
- package/model/falsumError.ts +40 -41
- package/model/falsumField.ts +55 -55
- package/model/feature.ts +79 -79
- package/model/fetchAdvertisementCreditScansFromListRequest.ts +31 -0
- package/model/fetchAllCountries200ResponseInner.ts +49 -49
- package/model/fetchAllLedgerTransactions200Response.ts +44 -44
- package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.ts +105 -105
- package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.ts +26 -26
- package/model/fetchCustomerTicketsWithTokenRequest.ts +37 -37
- package/model/fetchDomainsByIndustry200Response.ts +67 -67
- package/model/fetchImportedListRecipientsByPage200Response.ts +44 -44
- package/model/fetchInboundSMSByPage200Response.ts +44 -44
- package/model/fetchIndustry200Response.ts +56 -56
- package/model/fetchMembersCount200Response.ts +31 -31
- package/model/fetchOptInListSubscribersByPage200Response.ts +44 -44
- package/model/fetchOutboundSMSByPage200Response.ts +44 -44
- package/model/fetchPerformanceTicketsPage200Response.ts +38 -38
- package/model/fetchStaticVouchersPage200Response.ts +38 -38
- package/model/forbiddenRequest.ts +55 -55
- package/model/foreignKeyDoesNotExist.ts +55 -55
- package/model/gaming.ts +92 -92
- package/model/helpDeskRequest.ts +86 -86
- package/model/imageGrid.ts +86 -86
- package/model/importTicketsRequest.ts +32 -32
- package/model/importedList.ts +74 -74
- package/model/importedListRecipient.ts +74 -74
- package/model/inboundSMS.ts +242 -242
- package/model/{internalServerError.ts → internalServerError500.ts} +55 -55
- package/model/jobPosition.ts +23 -23
- package/model/ledgerEntry.ts +179 -179
- package/model/ledgerEntryParentObjectID.ts +26 -26
- package/model/ledgerEntryTransactionType.ts +26 -26
- package/model/linkBook.ts +87 -87
- package/model/linkBookSection.ts +68 -68
- package/model/loginStatus200Response.ts +50 -50
- package/model/loginStatus200ResponseAnyOf.ts +37 -37
- package/model/lounge.ts +92 -92
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +43 -43
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +43 -43
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +43 -43
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +43 -43
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +43 -43
- package/model/mSMemberHistory.ts +127 -127
- package/model/mSMemberHistoryPagination.ts +52 -53
- package/model/mSMemberRedemption.ts +105 -105
- package/model/mSMemberRedemptionPagination.ts +52 -53
- package/model/mSMemberRedemptionRegisterID.ts +29 -0
- package/model/mSMemberRedemptionTransactionType.ts +29 -29
- package/model/mSMembershipTierHistory.ts +106 -106
- package/model/mSMembershipTierHistoryPagination.ts +52 -53
- package/model/mSMembershipTierRedemption.ts +117 -117
- package/model/mSMembershipTierRedemptionPagination.ts +52 -53
- package/model/mSMerchantCreditHistory.ts +88 -88
- package/model/mSMerchantCreditHistoryPagination.ts +52 -53
- package/model/mSMerchantCreditRedemption.ts +105 -105
- package/model/mSMerchantCreditRedemptionPagination.ts +52 -53
- package/model/mediaFile.ts +100 -100
- package/model/member.ts +133 -133
- package/model/memberSearch.ts +82 -82
- package/model/memberSearchSearchKey.ts +29 -29
- package/model/memberSearchSortKey.ts +29 -29
- package/model/merchant.ts +187 -187
- package/model/merchantCreditSearch.ts +61 -61
- package/model/merchantNotInitialized.ts +55 -55
- package/model/merchantURL.ts +68 -68
- package/model/message.ts +74 -74
- package/model/models.ts +1421 -1338
- package/model/moduleError.ts +157 -157
- package/model/newsArticle.ts +92 -92
- package/model/oAIAssistantUpdateParams.ts +79 -0
- package/model/oAIAssistantUpdateParamsCreateParams.ts +79 -0
- package/model/optInList.ts +134 -134
- package/model/optInListSource.ts +74 -74
- package/model/optInListSubscriber.ts +118 -118
- package/model/optInListSubscriberOptInSourceID.ts +26 -0
- package/model/outboundSMS.ts +160 -160
- package/model/{walletConfigurationSmsOptInSourceID.ts → outboundSMSPaymentObjectBroadcastID.ts} +26 -26
- package/model/{wTWalletPageViewId.ts → outboundSMSStatus.ts} +26 -26
- package/model/paginatedWTMembers.ts +52 -53
- package/model/paginatedWTMerchantCredits.ts +52 -53
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +49 -49
- package/model/paginationRequestWithSortOptions.ts +73 -73
- package/model/paginationRequestWithSortOptionsSortOrder.ts +29 -29
- package/model/paymentDesign.ts +141 -141
- package/model/performance.ts +134 -134
- package/model/phoneNumber.ts +158 -158
- package/model/phoneNumberCapabilities.ts +49 -49
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts +107 -107
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +101 -101
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +40 -40
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +40 -40
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +82 -82
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +121 -121
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +43 -43
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +82 -82
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +62 -62
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKeySortOrder.ts +29 -0
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +46 -46
- package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +40 -40
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +52 -52
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +100 -100
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts +94 -94
- package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.ts +77 -77
- package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.ts +26 -26
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +112 -112
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +46 -46
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +156 -156
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.ts +26 -26
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.ts +26 -26
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +59 -59
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +133 -133
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +59 -59
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +101 -101
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.ts +26 -26
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +142 -142
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.ts +107 -107
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +107 -107
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.ts +26 -26
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +163 -163
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.ts +29 -29
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.ts +29 -29
- package/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.ts +46 -46
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +128 -128
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartDay.ts +26 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartHour.ts +26 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMeridiem.ts +26 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute.ts +26 -0
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.ts +91 -91
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +52 -52
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +40 -40
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +64 -64
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +141 -141
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.ts +26 -26
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.ts +26 -26
- package/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.ts +34 -34
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +107 -107
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +46 -46
- package/model/plan.ts +61 -62
- package/model/portalPage.ts +88 -83
- package/model/presignedPost.ts +44 -41
- package/model/presignedPostFields.ts +43 -43
- package/model/product.ts +73 -74
- package/model/profileStatuses.ts +21 -21
- package/model/promoCode.ts +104 -104
- package/model/qRCodeDesign.ts +80 -122
- package/model/reachPerformanceStats.ts +124 -124
- package/model/request.ts +349 -349
- package/model/response.ts +67 -67
- package/model/role.ts +115 -117
- package/model/roleAuditLog.ts +97 -97
- package/model/roomRate.ts +92 -92
- package/model/sSImportedListRecipientCreateParams.ts +37 -37
- package/model/sSOptInSource.ts +73 -73
- package/model/sSOutboundStatuses.ts +26 -26
- package/model/saveMerchantCreditPaymentDesignRequest.ts +31 -31
- package/model/saveTicketSettingsRequest.ts +49 -50
- package/model/service.ts +92 -92
- package/model/{wTEmployeeCreateStaticVoucherCampaignGroup.ts → setDefaultPaymentMethodRequest.ts} +31 -31
- package/model/simpleSMSBroadcast.ts +151 -151
- package/model/smsSubscriber.ts +62 -62
- package/model/sortDirection.ts +18 -0
- package/model/staticVoucher.ts +221 -221
- package/model/staticVoucherCampaign.ts +177 -177
- package/model/staticVoucherCampaignBroadcast.ts +145 -145
- package/model/{updateStaticVoucherCampaignWithVoucherVoucherID.ts → staticVoucherCampaignBroadcastBroadcastStatus.ts} +26 -26
- package/model/staticVoucherCampaignBroadcastPaymentObjectPrefix.ts +26 -0
- package/model/staticVoucherCampaignUpdate.ts +80 -80
- package/model/{wTLinkBookLinkBookSectionID.ts → staticVoucherCampaignValueType.ts} +26 -26
- package/model/{messageStatus.ts → staticVoucherId.ts} +26 -26
- package/model/status.ts +26 -26
- package/model/subscriptionFeature.ts +79 -79
- package/model/subscriptionPlan.ts +67 -69
- package/model/subscriptionProduct.ts +97 -93
- package/model/tcpa.ts +68 -68
- package/model/thread.ts +62 -0
- package/model/ticket.ts +149 -149
- package/model/ticketSortKeys.ts +22 -0
- package/model/trustBundleStatuses.ts +21 -21
- package/model/updateEmailNotificationPreferenceRequest.ts +31 -31
- package/model/updateStaticVoucherCampaignWithVoucher.ts +104 -105
- package/model/vSCampaignGeneratedMessage.ts +43 -43
- package/model/vSCampaignGeneratedMessagePagination.ts +52 -53
- package/model/vSDynamicVoucherStatus.ts +26 -26
- package/model/vectorStore.ts +62 -0
- package/model/video.ts +86 -86
- package/model/virtualBusinessCard.ts +134 -134
- package/model/wTA2PApplicationUpdateParams.ts +177 -178
- package/model/wTAdvertisementCredit.ts +105 -105
- package/model/wTAdvertisementCreditCreateParams.ts +56 -56
- package/model/wTAdvertisementCreditScan.ts +167 -167
- package/model/wTAdvertisementCreditUpdateParams.ts +56 -56
- package/model/wTAmenityCreateParams.ts +61 -61
- package/model/wTAmenityUpdateParams.ts +61 -61
- package/model/wTAndroidKeystoreResponse.ts +37 -0
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -36
- package/model/wTAuthenticationForgotPassword.ts +31 -31
- package/model/wTAuthenticationLoginRequest.ts +37 -37
- package/model/wTAuthenticationLoginResponse.ts +121 -121
- package/model/wTAuthenticationRegister.ts +157 -121
- package/model/wTAuthenticationRequestResetPassword.ts +31 -31
- package/model/wTAuthenticationResetPassword.ts +43 -43
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +49 -49
- package/model/wTBillingChangePlan.ts +31 -31
- package/model/wTBillingSavePaymentMethod.ts +31 -31
- package/model/wTBillingVerifyPaymentMethodResponse.ts +38 -38
- package/model/wTCountResult.ts +31 -31
- package/model/wTCustomerSearchByMemberID.ts +31 -31
- package/model/wTCustomerSearchByPhoneNumber.ts +31 -31
- package/model/wTDiningCreateParams.ts +61 -61
- package/model/wTDiningUpdateParams.ts +61 -61
- package/model/wTDynamicVoucher.ts +227 -227
- package/model/wTDynamicVoucherCreateParams.ts +98 -98
- package/model/wTDynamicVoucherRedemption.ts +161 -161
- package/model/wTDynamicVoucherRedemptionTransactionType.ts +29 -29
- package/model/wTDynamicVoucherSummary.ts +170 -170
- package/model/wTDynamicVoucherSummaryStatus.ts +26 -26
- package/model/wTDynamicVoucherUpdateParams.ts +98 -98
- package/model/wTEmailSubscriberCreateParams.ts +43 -43
- package/model/wTEmailSubscriberCreateParamsWalletUI.ts +49 -49
- package/model/wTEmailSubscriberUpdateParams.ts +43 -43
- package/model/wTEmployee.ts +212 -209
- package/model/wTEmployeeAPIKey.ts +83 -83
- package/model/wTEmployeeAPIKeyCreateParams.ts +37 -37
- package/model/wTEmployeeAPIKeyUpdateParams.ts +37 -37
- package/model/wTEmployeeCreate.ts +131 -131
- package/model/wTEmployeeCreateDocument.ts +43 -43
- package/model/wTEmployeeCreateMediaFile.ts +43 -43
- package/model/wTEmployeeFileCreate.ts +37 -37
- package/model/wTEmployeeImportRecords.ts +37 -37
- package/model/wTEmployeeNotification.ts +50 -50
- package/model/wTEmployeeNotificationType.ts +26 -26
- package/model/wTEmployeePeerRoles.ts +31 -31
- package/model/wTEmployeeS3FilePresign.ts +44 -44
- package/model/wTEmployeeS3FilePresignContext.ts +26 -26
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -67
- package/model/wTEmployeeScheduleSimpleSMS.ts +62 -62
- package/model/wTEmployeeScheduleSimpleSMSListType.ts +26 -26
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -55
- package/model/wTEmployeeSendHelpDeskResponse.ts +43 -43
- package/model/wTEmployeeUpdate.ts +125 -125
- package/model/wTEmployeeUpdateRecords.ts +37 -37
- package/model/wTFetchWalletPaymentObjectsWithToken.ts +55 -55
- package/model/wTGamingCreateParams.ts +61 -61
- package/model/wTGamingUpdateParams.ts +61 -61
- package/model/wTImageGridCreateParams.ts +55 -55
- package/model/wTImageGridUpdateParams.ts +55 -55
- package/model/wTImportedList.ts +74 -74
- package/model/wTImportedListRecipientFromMembershipTierImport.ts +44 -44
- package/model/wTImportedListRecipientFromMembershipTierImportTierID.ts +26 -26
- package/model/wTInfoGenesisLookupRequestErrors.ts +49 -49
- package/model/wTInfoGenesisRecordFilterParameters.ts +43 -43
- package/model/wTInfoGenesisRoutingIDs.ts +31 -31
- package/model/wTInfoGenesisUniquePostingIDs.ts +31 -31
- package/model/wTLocalInstance.ts +107 -107
- package/model/wTLoungeCreateParams.ts +61 -61
- package/model/wTLoungeUpdateParams.ts +61 -61
- package/model/wTMember.ts +133 -133
- package/model/wTMemberCreationParams.ts +88 -88
- package/model/wTMembershipTier.ts +104 -104
- package/model/wTMembershipTierCreationParams.ts +64 -64
- package/model/wTMembershipTierId.ts +29 -29
- package/model/wTMembershipTierUpdateParams.ts +64 -64
- package/model/wTMembershipTierWithMemberCount.ts +113 -113
- package/model/wTMerchantCredit.ts +106 -106
- package/model/wTMerchantCreditCreationParams.ts +49 -49
- package/model/wTMerchantURLCreate.ts +37 -37
- package/model/wTMerchantURLUpdate.ts +37 -37
- package/model/wTMerchantUpdate.ts +79 -79
- package/model/wTMerchantUpdatePOSIntegration.ts +31 -31
- package/model/wTMerchantUpdatePointsOfContact.ts +49 -49
- package/model/wTMessageInstance.ts +26 -153
- package/model/wTNewsArticleCreateParams.ts +61 -61
- package/model/wTNewsArticleUpdateParams.ts +61 -61
- package/model/wTOptInList.ts +134 -134
- package/model/wTOptInListCreationParams.ts +103 -103
- package/model/wTPassBrandKit.ts +61 -0
- package/model/wTPaymentDesign.ts +141 -141
- package/model/wTPaymentDesignCreateParams.ts +104 -104
- package/model/wTPaymentDesignUpdateParams.ts +104 -104
- package/model/wTPerformanceCreateParams.ts +103 -103
- package/model/wTPerformanceUpdateParams.ts +103 -103
- package/model/wTPosMachine.ts +88 -88
- package/model/wTPosMachineCreateParams.ts +58 -58
- package/model/wTPosMachineUpdateParams.ts +58 -58
- package/model/wTProductCreateParams.ts +61 -61
- package/model/wTProductUpdateParams.ts +61 -61
- package/model/wTPromoCodeCreateParams.ts +73 -73
- package/model/wTPromoCodeUpdateParams.ts +73 -73
- package/model/wTQRCodeDesign.ts +80 -122
- package/model/wTQRCodeDesignCreateParams.ts +49 -91
- package/model/wTQRCodeDesignUpdateParams.ts +49 -91
- package/model/{wTLinkBook.ts → wTQuickLink.ts} +87 -87
- package/model/{wTLinkBookUpdateParams.ts → wTQuickLinkCreateParams.ts} +56 -56
- package/model/{saveTicketSettingsRequestPaymentDesignID.ts → wTQuickLinkLinkBookSectionID.ts} +26 -26
- package/model/{wTLinkBookSectionCreateParams.ts → wTQuickLinkSectionCreateParams.ts} +37 -37
- package/model/{wTLinkBookSectionUpdateParams.ts → wTQuickLinkSectionUpdateParams.ts} +37 -37
- package/model/{wTLinkBookCreateParams.ts → wTQuickLinkUpdateParams.ts} +56 -56
- package/model/wTRole.ts +115 -116
- package/model/wTRoomRateCreateParams.ts +61 -61
- package/model/wTRoomRateUpdateParams.ts +61 -61
- package/model/wTSMSAcquirePhoneNumber.ts +31 -31
- package/model/wTSMSImportOptInListSubscribers.ts +43 -43
- package/model/wTSMSImportedListCreate.ts +43 -43
- package/model/wTSMSOptInListSourceCreate.ts +37 -37
- package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -97
- package/model/wTServiceCreateParams.ts +61 -61
- package/model/wTServiceUpdateParams.ts +61 -61
- package/model/wTSettingsSetPassword.ts +31 -31
- package/model/wTSmsSubscriberCreateParams.ts +31 -31
- package/model/wTSmsSubscriberCreateParamsWalletUI.ts +37 -37
- package/model/wTSmsSubscriberUpdateParams.ts +31 -31
- package/model/wTStaticVoucher.ts +221 -221
- package/model/wTStaticVoucherCampaign.ts +177 -177
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -55
- package/model/wTStaticVoucherCreateParams.ts +50 -50
- package/model/wTStaticVoucherUpdateParams.ts +43 -43
- package/model/wTSystemApprovePhoneNumber.ts +37 -37
- package/model/wTSystemRoleCreate.ts +37 -37
- package/model/wTTCPAOpt.ts +45 -45
- package/model/wTTCPAOptListID.ts +26 -26
- package/model/wTTCPAOptSourceID.ts +26 -26
- package/model/wTTicket.ts +149 -149
- package/model/wTTicketCreateParams.ts +64 -64
- package/model/wTTicketUpdateParams.ts +58 -58
- package/model/wTTwilioRequestAuthyCode.ts +37 -37
- package/model/wTTwilioVerifyAuthyCode.ts +43 -43
- package/model/wTVideoCreateParams.ts +55 -55
- package/model/wTVideoUpdateParams.ts +55 -55
- package/model/wTVirtualBusinessCardCreateParams.ts +103 -103
- package/model/wTVirtualBusinessCardUpdateParams.ts +103 -103
- package/model/wTWalletConfigurationSaveWalletRecord.ts +477 -422
- package/model/wTWalletConfigurationSaveWalletRecordPassBrandKit.ts +62 -0
- package/model/wTWalletConfigurationSaveWalletRecordSmsOptInSourceID.ts +26 -0
- package/model/wTWalletItemRedemption.ts +43 -43
- package/model/wTWalletObjectPrefixCounts.ts +43 -44
- package/model/wTWalletPageView.ts +263 -264
- package/model/wTWalletPageViewCount.ts +49 -49
- package/model/wTWalletPageViewGeoPoint.ts +37 -37
- package/model/wTWhatsAppInboundWebhook.ts +109 -0
- package/model/wTWhatsAppStatusCallback.ts +91 -0
- package/model/walletConfiguration.ts +510 -446
- package/model/walletPageView.ts +263 -264
- package/model/webpage.ts +85 -85
- package/openapitools.json +7 -7
- package/package.json +1 -1
- package/readme-generator.py +107 -71
- package/scripts/failure.py +67 -67
- package/scripts/slack.py +94 -94
- package/tsconfig.json +25 -25
- package/api/employeeAccessApi.ts +0 -165
- package/api/settingsApi.ts +0 -220
- package/api/staticVoucherCampaignGroupsApi.ts +0 -165
- package/dist/api/a2PApi.js.map +0 -1
- package/dist/api/advertisementCreditsApi.js.map +0 -1
- package/dist/api/billingApi.js.map +0 -1
- package/dist/api/clubMembersPointsApi.js.map +0 -1
- package/dist/api/configurationApi.js.map +0 -1
- package/dist/api/dashboardApi.js.map +0 -1
- package/dist/api/emailSubscriberApi.js.map +0 -1
- package/dist/api/employeeAPIKeysApi.js.map +0 -1
- package/dist/api/employeeAccessApi.d.ts +0 -34
- package/dist/api/employeeAccessApi.js +0 -131
- package/dist/api/employeeAccessApi.js.map +0 -1
- package/dist/api/imageGridApi.js.map +0 -1
- package/dist/api/integratedTerminalsApi.js.map +0 -1
- package/dist/api/loginAndLogoutApi.js.map +0 -1
- package/dist/api/merchantURLsApi.js.map +0 -1
- package/dist/api/mobileTerminalApi.js.map +0 -1
- package/dist/api/sMSApi.js.map +0 -1
- package/dist/api/settingsApi.d.ts +0 -42
- package/dist/api/settingsApi.js +0 -184
- package/dist/api/settingsApi.js.map +0 -1
- package/dist/api/smsSubscriberApi.js.map +0 -1
- package/dist/api/staticVoucherCampaignGroupsApi.d.ts +0 -32
- package/dist/api/staticVoucherCampaignGroupsApi.js +0 -131
- package/dist/api/staticVoucherCampaignGroupsApi.js.map +0 -1
- package/dist/api/ticketApi.js.map +0 -1
- package/dist/api/transactionLedgerApi.js.map +0 -1
- package/dist/api/webTerminalApi.js.map +0 -1
- package/dist/model/internalServerError.js.map +0 -1
- package/dist/model/messageDirection.js +0 -11
- package/dist/model/messageDirection.js.map +0 -1
- package/dist/model/messageStatus.js +0 -11
- package/dist/model/messageStatus.js.map +0 -1
- package/dist/model/saveTicketSettingsRequestPaymentDesignID.js +0 -11
- package/dist/model/saveTicketSettingsRequestPaymentDesignID.js.map +0 -1
- package/dist/model/staticVoucherCampaignGroup.d.ts +0 -24
- package/dist/model/staticVoucherCampaignGroup.js +0 -62
- package/dist/model/staticVoucherCampaignGroup.js.map +0 -1
- package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js +0 -11
- package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js.map +0 -1
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +0 -14
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +0 -17
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +0 -1
- package/dist/model/wTLinkBook.d.ts +0 -25
- package/dist/model/wTLinkBook.js.map +0 -1
- package/dist/model/wTLinkBookCreateParams.d.ts +0 -19
- package/dist/model/wTLinkBookCreateParams.js.map +0 -1
- package/dist/model/wTLinkBookLinkBookSectionID.js +0 -11
- package/dist/model/wTLinkBookLinkBookSectionID.js.map +0 -1
- package/dist/model/wTLinkBookSectionCreateParams.js +0 -22
- package/dist/model/wTLinkBookSectionCreateParams.js.map +0 -1
- package/dist/model/wTLinkBookSectionUpdateParams.js +0 -22
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +0 -1
- package/dist/model/wTLinkBookUpdateParams.d.ts +0 -19
- package/dist/model/wTLinkBookUpdateParams.js.map +0 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +0 -16
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +0 -27
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +0 -1
- package/dist/model/wTWalletPageViewId.js +0 -11
- package/dist/model/wTWalletPageViewId.js.map +0 -1
- package/dist/model/walletConfigurationSmsOptInSourceID.d.ts +0 -13
- package/dist/model/walletConfigurationSmsOptInSourceID.js +0 -11
- package/dist/model/walletConfigurationSmsOptInSourceID.js.map +0 -1
- package/model/staticVoucherCampaignGroup.ts +0 -86
package/dist/api/apis.d.ts
CHANGED
|
@@ -1,120 +1,116 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
export * from './
|
|
3
|
-
import {
|
|
4
|
-
export * from './
|
|
5
|
-
import {
|
|
6
|
-
export * from './
|
|
7
|
-
import {
|
|
8
|
-
export * from './
|
|
9
|
-
import {
|
|
10
|
-
export * from './appleWalletSubscribersApi';
|
|
11
|
-
import { AppleWalletSubscribersApi } from './appleWalletSubscribersApi';
|
|
12
|
-
export * from './
|
|
13
|
-
import {
|
|
14
|
-
export * from './
|
|
15
|
-
import {
|
|
16
|
-
export * from './
|
|
17
|
-
import {
|
|
18
|
-
export * from './countriesApi';
|
|
19
|
-
import { CountriesApi } from './countriesApi';
|
|
20
|
-
export * from './customerApi';
|
|
21
|
-
import { CustomerApi } from './customerApi';
|
|
22
|
-
export * from './
|
|
23
|
-
import {
|
|
24
|
-
export * from './diningApi';
|
|
25
|
-
import { DiningApi } from './diningApi';
|
|
26
|
-
export * from './dynamicVouchersApi';
|
|
27
|
-
import { DynamicVouchersApi } from './dynamicVouchersApi';
|
|
28
|
-
export * from './
|
|
29
|
-
import {
|
|
30
|
-
export * from './
|
|
31
|
-
import {
|
|
32
|
-
export * from './
|
|
33
|
-
import {
|
|
34
|
-
export * from './
|
|
35
|
-
import {
|
|
36
|
-
export * from './
|
|
37
|
-
import {
|
|
38
|
-
export * from './
|
|
39
|
-
import {
|
|
40
|
-
export * from './
|
|
41
|
-
import {
|
|
42
|
-
export * from './
|
|
43
|
-
import {
|
|
44
|
-
export * from './
|
|
45
|
-
import {
|
|
46
|
-
export * from './
|
|
47
|
-
import {
|
|
48
|
-
export * from './
|
|
49
|
-
import {
|
|
50
|
-
export * from './
|
|
51
|
-
import {
|
|
52
|
-
export * from './
|
|
53
|
-
import {
|
|
54
|
-
export * from './
|
|
55
|
-
import {
|
|
56
|
-
export * from './
|
|
57
|
-
import {
|
|
58
|
-
export * from './
|
|
59
|
-
import {
|
|
60
|
-
export * from './
|
|
61
|
-
import {
|
|
62
|
-
export * from './
|
|
63
|
-
import {
|
|
64
|
-
export * from './
|
|
65
|
-
import {
|
|
66
|
-
export * from './
|
|
67
|
-
import {
|
|
68
|
-
export * from './
|
|
69
|
-
import {
|
|
70
|
-
export * from './
|
|
71
|
-
import {
|
|
72
|
-
export * from './
|
|
73
|
-
import {
|
|
74
|
-
export * from './
|
|
75
|
-
import {
|
|
76
|
-
export * from './
|
|
77
|
-
import {
|
|
78
|
-
export * from './
|
|
79
|
-
import {
|
|
80
|
-
export * from './
|
|
81
|
-
import {
|
|
82
|
-
export * from './
|
|
83
|
-
import {
|
|
84
|
-
export * from './
|
|
85
|
-
import {
|
|
86
|
-
export * from './
|
|
87
|
-
import {
|
|
88
|
-
export * from './
|
|
89
|
-
import {
|
|
90
|
-
export * from './
|
|
91
|
-
import {
|
|
92
|
-
export * from './
|
|
93
|
-
import {
|
|
94
|
-
export * from './
|
|
95
|
-
import {
|
|
96
|
-
export * from './
|
|
97
|
-
import {
|
|
98
|
-
export * from './
|
|
99
|
-
import {
|
|
100
|
-
export * from './
|
|
101
|
-
import {
|
|
102
|
-
export * from './
|
|
103
|
-
import {
|
|
104
|
-
export * from './
|
|
105
|
-
import {
|
|
106
|
-
export * from './
|
|
107
|
-
import {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
constructor(response: http.IncomingMessage, body: any, statusCode?: number | undefined);
|
|
118
|
-
}
|
|
119
|
-
export { RequestFile } from '../model/models';
|
|
120
|
-
export declare const APIS: (typeof A2PApi | typeof AdvertisementCreditsApi | typeof AmenitiesApi | typeof AnalyticsApi | typeof AppleWalletSubscribersApi | typeof BillingApi | typeof ClubMembersPointsApi | typeof ConfigurationApi | typeof CountriesApi | typeof CustomerApi | typeof DashboardApi | typeof DiningApi | typeof DynamicVouchersApi | typeof EmailSubscriberApi | typeof EmployeeAPIKeysApi | typeof EmployeeAccessApi | typeof EmployeesApi | typeof GamingApi | typeof ImageGridApi | typeof IndustriesApi | typeof InfoGenesisReportsApi | typeof IntegratedTerminalsApi | typeof InteractionsApi | typeof LoginAndLogoutApi | typeof LoungeApi | typeof MembershipTiersApi | typeof MerchantApi | typeof MerchantCreditsApi | typeof MerchantURLsApi | typeof MobileTerminalApi | typeof NewsApi | typeof PaymentDesignsApi | typeof PerformancesApi | typeof ProductsApi | typeof PromotionCodesApi | typeof QRCodeDesignsApi | typeof QuickLinksApi | typeof QuickLinksSectionApi | typeof RoomRatesApi | typeof SMSApi | typeof ServicesApi | typeof SettingsApi | typeof ShopifyTerminalApi | typeof SmsSubscriberApi | typeof StaticVoucherCampaignGroupsApi | typeof StaticVoucherCampaignsApi | typeof StaticVouchersApi | typeof SystemApi | typeof TicketApi | typeof TransactionLedgerApi | typeof VideosApi | typeof VirtualBusinessCardApi | typeof WebTerminalApi | typeof WixTerminalApi | typeof WooCommerceTerminalApi)[];
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export * from './aPIKeysApi';
|
|
3
|
+
import { APIKeysApi } from './aPIKeysApi';
|
|
4
|
+
export * from './amenitiesApi';
|
|
5
|
+
import { AmenitiesApi } from './amenitiesApi';
|
|
6
|
+
export * from './analyticsApi';
|
|
7
|
+
import { AnalyticsApi } from './analyticsApi';
|
|
8
|
+
export * from './appToPersonA2PRegistrationApi';
|
|
9
|
+
import { AppToPersonA2PRegistrationApi } from './appToPersonA2PRegistrationApi';
|
|
10
|
+
export * from './appleWalletSubscribersApi';
|
|
11
|
+
import { AppleWalletSubscribersApi } from './appleWalletSubscribersApi';
|
|
12
|
+
export * from './authenticationApi';
|
|
13
|
+
import { AuthenticationApi } from './authenticationApi';
|
|
14
|
+
export * from './billingPaymentsApi';
|
|
15
|
+
import { BillingPaymentsApi } from './billingPaymentsApi';
|
|
16
|
+
export * from './clubMembersApi';
|
|
17
|
+
import { ClubMembersApi } from './clubMembersApi';
|
|
18
|
+
export * from './countriesApi';
|
|
19
|
+
import { CountriesApi } from './countriesApi';
|
|
20
|
+
export * from './customerApi';
|
|
21
|
+
import { CustomerApi } from './customerApi';
|
|
22
|
+
export * from './dashboardSummariesApi';
|
|
23
|
+
import { DashboardSummariesApi } from './dashboardSummariesApi';
|
|
24
|
+
export * from './diningApi';
|
|
25
|
+
import { DiningApi } from './diningApi';
|
|
26
|
+
export * from './dynamicVouchersApi';
|
|
27
|
+
import { DynamicVouchersApi } from './dynamicVouchersApi';
|
|
28
|
+
export * from './emailSubscribersApi';
|
|
29
|
+
import { EmailSubscribersApi } from './emailSubscribersApi';
|
|
30
|
+
export * from './employeesApi';
|
|
31
|
+
import { EmployeesApi } from './employeesApi';
|
|
32
|
+
export * from './galleryApi';
|
|
33
|
+
import { GalleryApi } from './galleryApi';
|
|
34
|
+
export * from './gamingApi';
|
|
35
|
+
import { GamingApi } from './gamingApi';
|
|
36
|
+
export * from './industriesApi';
|
|
37
|
+
import { IndustriesApi } from './industriesApi';
|
|
38
|
+
export * from './infoGenesisReportsApi';
|
|
39
|
+
import { InfoGenesisReportsApi } from './infoGenesisReportsApi';
|
|
40
|
+
export * from './interactionsApi';
|
|
41
|
+
import { InteractionsApi } from './interactionsApi';
|
|
42
|
+
export * from './loungeApi';
|
|
43
|
+
import { LoungeApi } from './loungeApi';
|
|
44
|
+
export * from './membershipTiersApi';
|
|
45
|
+
import { MembershipTiersApi } from './membershipTiersApi';
|
|
46
|
+
export * from './merchantApi';
|
|
47
|
+
import { MerchantApi } from './merchantApi';
|
|
48
|
+
export * from './merchantCreditsApi';
|
|
49
|
+
import { MerchantCreditsApi } from './merchantCreditsApi';
|
|
50
|
+
export * from './newsApi';
|
|
51
|
+
import { NewsApi } from './newsApi';
|
|
52
|
+
export * from './openAIApi';
|
|
53
|
+
import { OpenAIApi } from './openAIApi';
|
|
54
|
+
export * from './paymentDesignsApi';
|
|
55
|
+
import { PaymentDesignsApi } from './paymentDesignsApi';
|
|
56
|
+
export * from './performancesApi';
|
|
57
|
+
import { PerformancesApi } from './performancesApi';
|
|
58
|
+
export * from './pointOfSaleConfigurationApi';
|
|
59
|
+
import { PointOfSaleConfigurationApi } from './pointOfSaleConfigurationApi';
|
|
60
|
+
export * from './prizesApi';
|
|
61
|
+
import { PrizesApi } from './prizesApi';
|
|
62
|
+
export * from './productsApi';
|
|
63
|
+
import { ProductsApi } from './productsApi';
|
|
64
|
+
export * from './promotionCodesApi';
|
|
65
|
+
import { PromotionCodesApi } from './promotionCodesApi';
|
|
66
|
+
export * from './qRCodeDesignsApi';
|
|
67
|
+
import { QRCodeDesignsApi } from './qRCodeDesignsApi';
|
|
68
|
+
export * from './quickLinksApi';
|
|
69
|
+
import { QuickLinksApi } from './quickLinksApi';
|
|
70
|
+
export * from './quickLinksSectionApi';
|
|
71
|
+
import { QuickLinksSectionApi } from './quickLinksSectionApi';
|
|
72
|
+
export * from './roomRatesApi';
|
|
73
|
+
import { RoomRatesApi } from './roomRatesApi';
|
|
74
|
+
export * from './sMSOperationsApi';
|
|
75
|
+
import { SMSOperationsApi } from './sMSOperationsApi';
|
|
76
|
+
export * from './sMSSubscribersApi';
|
|
77
|
+
import { SMSSubscribersApi } from './sMSSubscribersApi';
|
|
78
|
+
export * from './servicesApi';
|
|
79
|
+
import { ServicesApi } from './servicesApi';
|
|
80
|
+
export * from './shopifyTerminalApi';
|
|
81
|
+
import { ShopifyTerminalApi } from './shopifyTerminalApi';
|
|
82
|
+
export * from './shortLinksApi';
|
|
83
|
+
import { ShortLinksApi } from './shortLinksApi';
|
|
84
|
+
export * from './staticVoucherCampaignsApi';
|
|
85
|
+
import { StaticVoucherCampaignsApi } from './staticVoucherCampaignsApi';
|
|
86
|
+
export * from './staticVouchersApi';
|
|
87
|
+
import { StaticVouchersApi } from './staticVouchersApi';
|
|
88
|
+
export * from './systemApi';
|
|
89
|
+
import { SystemApi } from './systemApi';
|
|
90
|
+
export * from './ticketsApi';
|
|
91
|
+
import { TicketsApi } from './ticketsApi';
|
|
92
|
+
export * from './videosApi';
|
|
93
|
+
import { VideosApi } from './videosApi';
|
|
94
|
+
export * from './virtualBusinessCardApi';
|
|
95
|
+
import { VirtualBusinessCardApi } from './virtualBusinessCardApi';
|
|
96
|
+
export * from './walletConfigurationApi';
|
|
97
|
+
import { WalletConfigurationApi } from './walletConfigurationApi';
|
|
98
|
+
export * from './walletMobileTerminalApi';
|
|
99
|
+
import { WalletMobileTerminalApi } from './walletMobileTerminalApi';
|
|
100
|
+
export * from './walletTransactionLedgerApi';
|
|
101
|
+
import { WalletTransactionLedgerApi } from './walletTransactionLedgerApi';
|
|
102
|
+
export * from './walletWebTerminalApi';
|
|
103
|
+
import { WalletWebTerminalApi } from './walletWebTerminalApi';
|
|
104
|
+
export * from './wixTerminalApi';
|
|
105
|
+
import { WixTerminalApi } from './wixTerminalApi';
|
|
106
|
+
export * from './wooCommerceTerminalApi';
|
|
107
|
+
import { WooCommerceTerminalApi } from './wooCommerceTerminalApi';
|
|
108
|
+
import * as http from 'http';
|
|
109
|
+
export declare class HttpError extends Error {
|
|
110
|
+
response: http.IncomingMessage;
|
|
111
|
+
body: any;
|
|
112
|
+
statusCode?: number | undefined;
|
|
113
|
+
constructor(response: http.IncomingMessage, body: any, statusCode?: number | undefined);
|
|
114
|
+
}
|
|
115
|
+
export { RequestFile } from '../model/models';
|
|
116
|
+
export declare const APIS: (typeof APIKeysApi | typeof AmenitiesApi | typeof AnalyticsApi | typeof AppToPersonA2PRegistrationApi | typeof AppleWalletSubscribersApi | typeof AuthenticationApi | typeof BillingPaymentsApi | typeof ClubMembersApi | typeof CountriesApi | typeof CustomerApi | typeof DashboardSummariesApi | typeof DiningApi | typeof DynamicVouchersApi | typeof EmailSubscribersApi | typeof EmployeesApi | typeof GalleryApi | typeof GamingApi | typeof IndustriesApi | typeof InfoGenesisReportsApi | typeof InteractionsApi | typeof LoungeApi | typeof MembershipTiersApi | typeof MerchantApi | typeof MerchantCreditsApi | typeof NewsApi | typeof OpenAIApi | typeof PaymentDesignsApi | typeof PerformancesApi | typeof PointOfSaleConfigurationApi | typeof PrizesApi | typeof ProductsApi | typeof PromotionCodesApi | typeof QRCodeDesignsApi | typeof QuickLinksApi | typeof QuickLinksSectionApi | typeof RoomRatesApi | typeof SMSOperationsApi | typeof SMSSubscribersApi | typeof ServicesApi | typeof ShopifyTerminalApi | typeof ShortLinksApi | typeof StaticVoucherCampaignsApi | typeof StaticVouchersApi | typeof SystemApi | typeof TicketsApi | typeof VideosApi | typeof VirtualBusinessCardApi | typeof WalletConfigurationApi | typeof WalletMobileTerminalApi | typeof WalletTransactionLedgerApi | typeof WalletWebTerminalApi | typeof WixTerminalApi | typeof WooCommerceTerminalApi)[];
|
package/dist/api/apis.js
CHANGED
|
@@ -1,127 +1,135 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
function
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
const
|
|
24
|
-
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
const
|
|
42
|
-
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
const
|
|
46
|
-
|
|
47
|
-
const
|
|
48
|
-
|
|
49
|
-
const
|
|
50
|
-
|
|
51
|
-
const
|
|
52
|
-
|
|
53
|
-
const
|
|
54
|
-
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
const
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
const newsApi_1 = require("./newsApi");
|
|
68
|
-
|
|
69
|
-
const
|
|
70
|
-
|
|
71
|
-
const
|
|
72
|
-
|
|
73
|
-
const
|
|
74
|
-
|
|
75
|
-
const
|
|
76
|
-
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
const
|
|
80
|
-
|
|
81
|
-
const
|
|
82
|
-
|
|
83
|
-
const
|
|
84
|
-
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
-
const
|
|
88
|
-
|
|
89
|
-
const
|
|
90
|
-
|
|
91
|
-
const
|
|
92
|
-
|
|
93
|
-
const
|
|
94
|
-
|
|
95
|
-
const
|
|
96
|
-
|
|
97
|
-
const
|
|
98
|
-
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
const
|
|
102
|
-
|
|
103
|
-
const
|
|
104
|
-
|
|
105
|
-
const
|
|
106
|
-
|
|
107
|
-
const
|
|
108
|
-
|
|
109
|
-
const
|
|
110
|
-
|
|
111
|
-
const
|
|
112
|
-
|
|
113
|
-
const
|
|
114
|
-
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.APIS = exports.HttpError = void 0;
|
|
18
|
+
__exportStar(require("./aPIKeysApi"), exports);
|
|
19
|
+
const aPIKeysApi_1 = require("./aPIKeysApi");
|
|
20
|
+
__exportStar(require("./amenitiesApi"), exports);
|
|
21
|
+
const amenitiesApi_1 = require("./amenitiesApi");
|
|
22
|
+
__exportStar(require("./analyticsApi"), exports);
|
|
23
|
+
const analyticsApi_1 = require("./analyticsApi");
|
|
24
|
+
__exportStar(require("./appToPersonA2PRegistrationApi"), exports);
|
|
25
|
+
const appToPersonA2PRegistrationApi_1 = require("./appToPersonA2PRegistrationApi");
|
|
26
|
+
__exportStar(require("./appleWalletSubscribersApi"), exports);
|
|
27
|
+
const appleWalletSubscribersApi_1 = require("./appleWalletSubscribersApi");
|
|
28
|
+
__exportStar(require("./authenticationApi"), exports);
|
|
29
|
+
const authenticationApi_1 = require("./authenticationApi");
|
|
30
|
+
__exportStar(require("./billingPaymentsApi"), exports);
|
|
31
|
+
const billingPaymentsApi_1 = require("./billingPaymentsApi");
|
|
32
|
+
__exportStar(require("./clubMembersApi"), exports);
|
|
33
|
+
const clubMembersApi_1 = require("./clubMembersApi");
|
|
34
|
+
__exportStar(require("./countriesApi"), exports);
|
|
35
|
+
const countriesApi_1 = require("./countriesApi");
|
|
36
|
+
__exportStar(require("./customerApi"), exports);
|
|
37
|
+
const customerApi_1 = require("./customerApi");
|
|
38
|
+
__exportStar(require("./dashboardSummariesApi"), exports);
|
|
39
|
+
const dashboardSummariesApi_1 = require("./dashboardSummariesApi");
|
|
40
|
+
__exportStar(require("./diningApi"), exports);
|
|
41
|
+
const diningApi_1 = require("./diningApi");
|
|
42
|
+
__exportStar(require("./dynamicVouchersApi"), exports);
|
|
43
|
+
const dynamicVouchersApi_1 = require("./dynamicVouchersApi");
|
|
44
|
+
__exportStar(require("./emailSubscribersApi"), exports);
|
|
45
|
+
const emailSubscribersApi_1 = require("./emailSubscribersApi");
|
|
46
|
+
__exportStar(require("./employeesApi"), exports);
|
|
47
|
+
const employeesApi_1 = require("./employeesApi");
|
|
48
|
+
__exportStar(require("./galleryApi"), exports);
|
|
49
|
+
const galleryApi_1 = require("./galleryApi");
|
|
50
|
+
__exportStar(require("./gamingApi"), exports);
|
|
51
|
+
const gamingApi_1 = require("./gamingApi");
|
|
52
|
+
__exportStar(require("./industriesApi"), exports);
|
|
53
|
+
const industriesApi_1 = require("./industriesApi");
|
|
54
|
+
__exportStar(require("./infoGenesisReportsApi"), exports);
|
|
55
|
+
const infoGenesisReportsApi_1 = require("./infoGenesisReportsApi");
|
|
56
|
+
__exportStar(require("./interactionsApi"), exports);
|
|
57
|
+
const interactionsApi_1 = require("./interactionsApi");
|
|
58
|
+
__exportStar(require("./loungeApi"), exports);
|
|
59
|
+
const loungeApi_1 = require("./loungeApi");
|
|
60
|
+
__exportStar(require("./membershipTiersApi"), exports);
|
|
61
|
+
const membershipTiersApi_1 = require("./membershipTiersApi");
|
|
62
|
+
__exportStar(require("./merchantApi"), exports);
|
|
63
|
+
const merchantApi_1 = require("./merchantApi");
|
|
64
|
+
__exportStar(require("./merchantCreditsApi"), exports);
|
|
65
|
+
const merchantCreditsApi_1 = require("./merchantCreditsApi");
|
|
66
|
+
__exportStar(require("./newsApi"), exports);
|
|
67
|
+
const newsApi_1 = require("./newsApi");
|
|
68
|
+
__exportStar(require("./openAIApi"), exports);
|
|
69
|
+
const openAIApi_1 = require("./openAIApi");
|
|
70
|
+
__exportStar(require("./paymentDesignsApi"), exports);
|
|
71
|
+
const paymentDesignsApi_1 = require("./paymentDesignsApi");
|
|
72
|
+
__exportStar(require("./performancesApi"), exports);
|
|
73
|
+
const performancesApi_1 = require("./performancesApi");
|
|
74
|
+
__exportStar(require("./pointOfSaleConfigurationApi"), exports);
|
|
75
|
+
const pointOfSaleConfigurationApi_1 = require("./pointOfSaleConfigurationApi");
|
|
76
|
+
__exportStar(require("./prizesApi"), exports);
|
|
77
|
+
const prizesApi_1 = require("./prizesApi");
|
|
78
|
+
__exportStar(require("./productsApi"), exports);
|
|
79
|
+
const productsApi_1 = require("./productsApi");
|
|
80
|
+
__exportStar(require("./promotionCodesApi"), exports);
|
|
81
|
+
const promotionCodesApi_1 = require("./promotionCodesApi");
|
|
82
|
+
__exportStar(require("./qRCodeDesignsApi"), exports);
|
|
83
|
+
const qRCodeDesignsApi_1 = require("./qRCodeDesignsApi");
|
|
84
|
+
__exportStar(require("./quickLinksApi"), exports);
|
|
85
|
+
const quickLinksApi_1 = require("./quickLinksApi");
|
|
86
|
+
__exportStar(require("./quickLinksSectionApi"), exports);
|
|
87
|
+
const quickLinksSectionApi_1 = require("./quickLinksSectionApi");
|
|
88
|
+
__exportStar(require("./roomRatesApi"), exports);
|
|
89
|
+
const roomRatesApi_1 = require("./roomRatesApi");
|
|
90
|
+
__exportStar(require("./sMSOperationsApi"), exports);
|
|
91
|
+
const sMSOperationsApi_1 = require("./sMSOperationsApi");
|
|
92
|
+
__exportStar(require("./sMSSubscribersApi"), exports);
|
|
93
|
+
const sMSSubscribersApi_1 = require("./sMSSubscribersApi");
|
|
94
|
+
__exportStar(require("./servicesApi"), exports);
|
|
95
|
+
const servicesApi_1 = require("./servicesApi");
|
|
96
|
+
__exportStar(require("./shopifyTerminalApi"), exports);
|
|
97
|
+
const shopifyTerminalApi_1 = require("./shopifyTerminalApi");
|
|
98
|
+
__exportStar(require("./shortLinksApi"), exports);
|
|
99
|
+
const shortLinksApi_1 = require("./shortLinksApi");
|
|
100
|
+
__exportStar(require("./staticVoucherCampaignsApi"), exports);
|
|
101
|
+
const staticVoucherCampaignsApi_1 = require("./staticVoucherCampaignsApi");
|
|
102
|
+
__exportStar(require("./staticVouchersApi"), exports);
|
|
103
|
+
const staticVouchersApi_1 = require("./staticVouchersApi");
|
|
104
|
+
__exportStar(require("./systemApi"), exports);
|
|
105
|
+
const systemApi_1 = require("./systemApi");
|
|
106
|
+
__exportStar(require("./ticketsApi"), exports);
|
|
107
|
+
const ticketsApi_1 = require("./ticketsApi");
|
|
108
|
+
__exportStar(require("./videosApi"), exports);
|
|
109
|
+
const videosApi_1 = require("./videosApi");
|
|
110
|
+
__exportStar(require("./virtualBusinessCardApi"), exports);
|
|
111
|
+
const virtualBusinessCardApi_1 = require("./virtualBusinessCardApi");
|
|
112
|
+
__exportStar(require("./walletConfigurationApi"), exports);
|
|
113
|
+
const walletConfigurationApi_1 = require("./walletConfigurationApi");
|
|
114
|
+
__exportStar(require("./walletMobileTerminalApi"), exports);
|
|
115
|
+
const walletMobileTerminalApi_1 = require("./walletMobileTerminalApi");
|
|
116
|
+
__exportStar(require("./walletTransactionLedgerApi"), exports);
|
|
117
|
+
const walletTransactionLedgerApi_1 = require("./walletTransactionLedgerApi");
|
|
118
|
+
__exportStar(require("./walletWebTerminalApi"), exports);
|
|
119
|
+
const walletWebTerminalApi_1 = require("./walletWebTerminalApi");
|
|
120
|
+
__exportStar(require("./wixTerminalApi"), exports);
|
|
121
|
+
const wixTerminalApi_1 = require("./wixTerminalApi");
|
|
122
|
+
__exportStar(require("./wooCommerceTerminalApi"), exports);
|
|
123
|
+
const wooCommerceTerminalApi_1 = require("./wooCommerceTerminalApi");
|
|
124
|
+
class HttpError extends Error {
|
|
125
|
+
constructor(response, body, statusCode) {
|
|
126
|
+
super('HTTP request failed');
|
|
127
|
+
this.response = response;
|
|
128
|
+
this.body = body;
|
|
129
|
+
this.statusCode = statusCode;
|
|
130
|
+
this.name = 'HttpError';
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
exports.HttpError = HttpError;
|
|
134
|
+
exports.APIS = [aPIKeysApi_1.APIKeysApi, amenitiesApi_1.AmenitiesApi, analyticsApi_1.AnalyticsApi, appToPersonA2PRegistrationApi_1.AppToPersonA2PRegistrationApi, appleWalletSubscribersApi_1.AppleWalletSubscribersApi, authenticationApi_1.AuthenticationApi, billingPaymentsApi_1.BillingPaymentsApi, clubMembersApi_1.ClubMembersApi, countriesApi_1.CountriesApi, customerApi_1.CustomerApi, dashboardSummariesApi_1.DashboardSummariesApi, diningApi_1.DiningApi, dynamicVouchersApi_1.DynamicVouchersApi, emailSubscribersApi_1.EmailSubscribersApi, employeesApi_1.EmployeesApi, galleryApi_1.GalleryApi, gamingApi_1.GamingApi, industriesApi_1.IndustriesApi, infoGenesisReportsApi_1.InfoGenesisReportsApi, interactionsApi_1.InteractionsApi, loungeApi_1.LoungeApi, membershipTiersApi_1.MembershipTiersApi, merchantApi_1.MerchantApi, merchantCreditsApi_1.MerchantCreditsApi, newsApi_1.NewsApi, openAIApi_1.OpenAIApi, paymentDesignsApi_1.PaymentDesignsApi, performancesApi_1.PerformancesApi, pointOfSaleConfigurationApi_1.PointOfSaleConfigurationApi, prizesApi_1.PrizesApi, productsApi_1.ProductsApi, promotionCodesApi_1.PromotionCodesApi, qRCodeDesignsApi_1.QRCodeDesignsApi, quickLinksApi_1.QuickLinksApi, quickLinksSectionApi_1.QuickLinksSectionApi, roomRatesApi_1.RoomRatesApi, sMSOperationsApi_1.SMSOperationsApi, sMSSubscribersApi_1.SMSSubscribersApi, servicesApi_1.ServicesApi, shopifyTerminalApi_1.ShopifyTerminalApi, shortLinksApi_1.ShortLinksApi, staticVoucherCampaignsApi_1.StaticVoucherCampaignsApi, staticVouchersApi_1.StaticVouchersApi, systemApi_1.SystemApi, ticketsApi_1.TicketsApi, videosApi_1.VideosApi, virtualBusinessCardApi_1.VirtualBusinessCardApi, walletConfigurationApi_1.WalletConfigurationApi, walletMobileTerminalApi_1.WalletMobileTerminalApi, walletTransactionLedgerApi_1.WalletTransactionLedgerApi, walletWebTerminalApi_1.WalletWebTerminalApi, wixTerminalApi_1.WixTerminalApi, wooCommerceTerminalApi_1.WooCommerceTerminalApi];
|
|
127
135
|
//# sourceMappingURL=apis.js.map
|
package/dist/api/apis.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../api/apis.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../api/apis.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,6CAA0C;AAC1C,iDAA+B;AAC/B,iDAA8C;AAC9C,iDAA+B;AAC/B,iDAA8C;AAC9C,kEAAgD;AAChD,mFAAgF;AAChF,8DAA4C;AAC5C,2EAAwE;AACxE,sDAAoC;AACpC,2DAAwD;AACxD,uDAAqC;AACrC,6DAA0D;AAC1D,mDAAiC;AACjC,qDAAkD;AAClD,iDAA+B;AAC/B,iDAA8C;AAC9C,gDAA8B;AAC9B,+CAA4C;AAC5C,0DAAwC;AACxC,mEAAgE;AAChE,8CAA4B;AAC5B,2CAAwC;AACxC,uDAAqC;AACrC,6DAA0D;AAC1D,wDAAsC;AACtC,+DAA4D;AAC5D,iDAA+B;AAC/B,iDAA8C;AAC9C,+CAA6B;AAC7B,6CAA0C;AAC1C,8CAA4B;AAC5B,2CAAwC;AACxC,kDAAgC;AAChC,mDAAgD;AAChD,0DAAwC;AACxC,mEAAgE;AAChE,oDAAkC;AAClC,uDAAoD;AACpD,8CAA4B;AAC5B,2CAAwC;AACxC,uDAAqC;AACrC,6DAA0D;AAC1D,gDAA8B;AAC9B,+CAA4C;AAC5C,uDAAqC;AACrC,6DAA0D;AAC1D,4CAA0B;AAC1B,uCAAoC;AACpC,8CAA4B;AAC5B,2CAAwC;AACxC,sDAAoC;AACpC,2DAAwD;AACxD,oDAAkC;AAClC,uDAAoD;AACpD,gEAA8C;AAC9C,+EAA4E;AAC5E,8CAA4B;AAC5B,2CAAwC;AACxC,gDAA8B;AAC9B,+CAA4C;AAC5C,sDAAoC;AACpC,2DAAwD;AACxD,qDAAmC;AACnC,yDAAsD;AACtD,kDAAgC;AAChC,mDAAgD;AAChD,yDAAuC;AACvC,iEAA8D;AAC9D,iDAA+B;AAC/B,iDAA8C;AAC9C,qDAAmC;AACnC,yDAAsD;AACtD,sDAAoC;AACpC,2DAAwD;AACxD,gDAA8B;AAC9B,+CAA4C;AAC5C,uDAAqC;AACrC,6DAA0D;AAC1D,kDAAgC;AAChC,mDAAgD;AAChD,8DAA4C;AAC5C,2EAAwE;AACxE,sDAAoC;AACpC,2DAAwD;AACxD,8CAA4B;AAC5B,2CAAwC;AACxC,+CAA6B;AAC7B,6CAA0C;AAC1C,8CAA4B;AAC5B,2CAAwC;AACxC,2DAAyC;AACzC,qEAAkE;AAClE,2DAAyC;AACzC,qEAAkE;AAClE,4DAA0C;AAC1C,uEAAoE;AACpE,+DAA6C;AAC7C,6EAA0E;AAC1E,yDAAuC;AACvC,iEAA8D;AAC9D,mDAAiC;AACjC,qDAAkD;AAClD,2DAAyC;AACzC,qEAAkE;AAGlE,MAAa,SAAU,SAAQ,KAAK;IAChC,YAAoB,QAA8B,EAAS,IAAS,EAAS,UAAmB;QAC5F,KAAK,CAAC,qBAAqB,CAAC,CAAC;QADb,aAAQ,GAAR,QAAQ,CAAsB;QAAS,SAAI,GAAJ,IAAI,CAAK;QAAS,eAAU,GAAV,UAAU,CAAS;QAE5F,IAAI,CAAC,IAAI,GAAG,WAAW,CAAC;IAC5B,CAAC;CACJ;AALD,8BAKC;AAIY,QAAA,IAAI,GAAG,CAAC,uBAAU,EAAE,2BAAY,EAAE,2BAAY,EAAE,6DAA6B,EAAE,qDAAyB,EAAE,qCAAiB,EAAE,uCAAkB,EAAE,+BAAc,EAAE,2BAAY,EAAE,yBAAW,EAAE,6CAAqB,EAAE,qBAAS,EAAE,uCAAkB,EAAE,yCAAmB,EAAE,2BAAY,EAAE,uBAAU,EAAE,qBAAS,EAAE,6BAAa,EAAE,6CAAqB,EAAE,iCAAe,EAAE,qBAAS,EAAE,uCAAkB,EAAE,yBAAW,EAAE,uCAAkB,EAAE,iBAAO,EAAE,qBAAS,EAAE,qCAAiB,EAAE,iCAAe,EAAE,yDAA2B,EAAE,qBAAS,EAAE,yBAAW,EAAE,qCAAiB,EAAE,mCAAgB,EAAE,6BAAa,EAAE,2CAAoB,EAAE,2BAAY,EAAE,mCAAgB,EAAE,qCAAiB,EAAE,yBAAW,EAAE,uCAAkB,EAAE,6BAAa,EAAE,qDAAyB,EAAE,qCAAiB,EAAE,qBAAS,EAAE,uBAAU,EAAE,qBAAS,EAAE,+CAAsB,EAAE,+CAAsB,EAAE,iDAAuB,EAAE,uDAA0B,EAAE,2CAAoB,EAAE,+BAAc,EAAE,+CAAsB,CAAC,CAAC"}
|