wallet 0.1.220007 → 1.1.5
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/.openapi-generator/FILES +309 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +413 -0
- package/api/advertisementCreditsApi.ts +589 -0
- package/api/analyticsApi.ts +5953 -0
- package/api/apis.ts +86 -0
- package/api/appleWalletSubscribersApi.ts +235 -0
- package/api/billingApi.ts +680 -0
- package/api/clubMembersPointsApi.ts +798 -0
- package/api/configurationApi.ts +225 -0
- package/api/countriesApi.ts +155 -0
- package/api/customerApi.ts +737 -0
- package/api/dashboardApi.ts +1553 -0
- package/api/dynamicVouchersApi.ts +603 -0
- package/api/employeeAccessApi.ts +165 -0
- package/api/employeesApi.ts +2933 -0
- package/api/industriesApi.ts +155 -0
- package/api/infoGenesisReportsApi.ts +2023 -0
- package/api/integratedTerminalsApi.ts +447 -0
- package/api/interactionsApi.ts +678 -0
- package/api/linkBookApi.ts +447 -0
- package/api/linkBookSectionApi.ts +447 -0
- package/api/loginAndLogoutApi.ts +296 -0
- package/api/membershipTiersApi.ts +729 -0
- package/api/merchantApi.ts +1534 -0
- package/api/merchantCreditsApi.ts +798 -0
- package/api/merchantURLsApi.ts +586 -0
- package/api/mobileTerminalApi.ts +323 -0
- package/api/newsApi.ts +447 -0
- package/api/paymentDesignsApi.ts +519 -0
- package/api/performancesApi.ts +447 -0
- package/api/promoCodesApi.ts +447 -0
- package/api/sMSApi.ts +1999 -0
- package/api/settingsApi.ts +220 -0
- package/api/staticVoucherCampaignGroupsApi.ts +165 -0
- package/api/staticVoucherCampaignsApi.ts +1484 -0
- package/api/staticVouchersApi.ts +535 -0
- package/api/systemApi.ts +604 -0
- package/api/transactionLedgerApi.ts +203 -0
- package/api/utilitiesApi.ts +157 -0
- package/api/webTerminalApi.ts +309 -0
- package/api.ts +3 -0
- package/examples/advertisementcredits.example.ts +51 -0
- package/examples/clubmembers.example.ts +51 -0
- package/examples/linkbook.example.ts +51 -0
- package/examples/membershiptiers.example.ts +50 -0
- package/examples/merchanturls.example.ts +48 -0
- package/examples/news.example.ts +52 -0
- package/examples/paymentdesigns.example.ts +57 -0
- package/git_push.sh +57 -0
- package/model/advertisementCredit.ts +103 -0
- package/model/advertisementCreditBroadcast.ts +154 -0
- package/model/advertisementCreditScan.ts +170 -0
- package/model/agreement.ts +133 -0
- package/model/alert.ts +79 -0
- package/model/announcement.ts +67 -0
- package/model/applicableTerminals.ts +30 -0
- package/model/applicableTerminalsAnyOf.ts +17 -0
- package/model/applicableTerminalsAnyOf1.ts +17 -0
- package/model/applicableTerminalsAnyOf2.ts +17 -0
- package/model/applicableTerminalsAnyOf3.ts +17 -0
- package/model/authError.ts +55 -0
- package/model/availablePhoneNumbersRequest.ts +43 -0
- package/model/clickFunnelAmount.ts +37 -0
- package/model/clickFunnelContact.ts +248 -0
- package/model/clickFunnelContactProfile.ts +235 -0
- package/model/clickFunnelEvent.ts +38 -0
- package/model/clickFunnelOriginalAmount.ts +37 -0
- package/model/clickFunnelProduct.ts +194 -0
- package/model/clickFunnelPurchase.ts +178 -0
- package/model/createStaticVoucherCampaign.ts +109 -0
- package/model/createStaticVoucherCampaignWithVoucher.ts +109 -0
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +109 -0
- package/model/dashboardWidget.ts +115 -0
- package/model/duplicateRowFound.ts +55 -0
- package/model/dynamicVoucher.ts +224 -0
- package/model/dynamicVoucherBroadcast.ts +154 -0
- package/model/employee.ts +109 -0
- package/model/employeeActivityLog.ts +67 -0
- package/model/employeeAlert.ts +79 -0
- package/model/exportDataFile.ts +85 -0
- package/model/falsumError.ts +41 -0
- package/model/falsumField.ts +55 -0
- package/model/feature.ts +79 -0
- package/model/forbiddenRequest.ts +55 -0
- package/model/foreignKeyDoesNotExist.ts +55 -0
- package/model/helpDeskRequest.ts +85 -0
- package/model/importedList.ts +73 -0
- package/model/importedListRecipient.ts +73 -0
- package/model/inlineObject.ts +31 -0
- package/model/inlineObject1.ts +31 -0
- package/model/inlineObject10.ts +37 -0
- package/model/inlineObject11.ts +37 -0
- package/model/inlineObject12.ts +37 -0
- package/model/inlineObject13.ts +37 -0
- package/model/inlineObject14.ts +37 -0
- package/model/inlineObject15.ts +67 -0
- package/model/inlineObject16.ts +61 -0
- package/model/inlineObject17.ts +55 -0
- package/model/inlineObject18.ts +61 -0
- package/model/inlineObject19.ts +55 -0
- package/model/inlineObject2.ts +31 -0
- package/model/inlineObject20.ts +61 -0
- package/model/inlineObject21.ts +73 -0
- package/model/inlineObject22.ts +31 -0
- package/model/inlineObject23.ts +31 -0
- package/model/inlineObject24.ts +43 -0
- package/model/inlineObject25.ts +55 -0
- package/model/inlineObject26.ts +31 -0
- package/model/inlineObject27.ts +31 -0
- package/model/inlineObject28.ts +43 -0
- package/model/inlineObject29.ts +49 -0
- package/model/inlineObject3.ts +31 -0
- package/model/inlineObject30.ts +43 -0
- package/model/inlineObject31.ts +31 -0
- package/model/inlineObject32.ts +31 -0
- package/model/inlineObject33.ts +31 -0
- package/model/inlineObject34.ts +43 -0
- package/model/inlineObject35.ts +43 -0
- package/model/inlineObject36.ts +43 -0
- package/model/inlineObject37.ts +43 -0
- package/model/inlineObject38.ts +43 -0
- package/model/inlineObject39.ts +43 -0
- package/model/inlineObject4.ts +37 -0
- package/model/inlineObject40.ts +43 -0
- package/model/inlineObject41.ts +43 -0
- package/model/inlineObject42.ts +43 -0
- package/model/inlineObject43.ts +43 -0
- package/model/inlineObject44.ts +43 -0
- package/model/inlineObject45.ts +43 -0
- package/model/inlineObject46.ts +43 -0
- package/model/inlineObject47.ts +43 -0
- package/model/inlineObject48.ts +43 -0
- package/model/inlineObject49.ts +43 -0
- package/model/inlineObject5.ts +31 -0
- package/model/inlineObject50.ts +43 -0
- package/model/inlineObject51.ts +97 -0
- package/model/inlineObject52.ts +31 -0
- package/model/inlineObject53.ts +97 -0
- package/model/inlineObject54.ts +97 -0
- package/model/inlineObject55.ts +91 -0
- package/model/inlineObject56.ts +37 -0
- package/model/inlineObject57.ts +37 -0
- package/model/inlineObject58.ts +37 -0
- package/model/inlineObject59.ts +43 -0
- package/model/inlineObject6.ts +31 -0
- package/model/inlineObject60.ts +43 -0
- package/model/inlineObject61.ts +43 -0
- package/model/inlineObject62.ts +37 -0
- package/model/inlineObject63.ts +37 -0
- package/model/inlineObject64.ts +37 -0
- package/model/inlineObject65.ts +205 -0
- package/model/inlineObject66.ts +49 -0
- package/model/inlineObject67.ts +49 -0
- package/model/inlineObject68.ts +37 -0
- package/model/inlineObject69.ts +121 -0
- package/model/inlineObject7.ts +31 -0
- package/model/inlineObject8.ts +43 -0
- package/model/inlineObject9.ts +37 -0
- package/model/inlineResponse200.ts +37 -0
- package/model/inlineResponse2001.ts +56 -0
- package/model/inlineResponse20010.ts +109 -0
- package/model/inlineResponse20011.ts +43 -0
- package/model/inlineResponse2002.ts +31 -0
- package/model/inlineResponse2003.ts +31 -0
- package/model/inlineResponse2004.ts +43 -0
- package/model/inlineResponse2005.ts +38 -0
- package/model/inlineResponse2006.ts +97 -0
- package/model/inlineResponse2007.ts +44 -0
- package/model/inlineResponse2008.ts +31 -0
- package/model/inlineResponse2009.ts +98 -0
- package/model/internalServerError.ts +55 -0
- package/model/ledgerEntry.ts +176 -0
- package/model/linkBook.ts +85 -0
- package/model/linkBookSection.ts +61 -0
- package/model/mSMemberHistory.ts +112 -0
- package/model/mSMemberHistoryPagination.ts +53 -0
- package/model/mSMemberRedemption.ts +109 -0
- package/model/mSMemberRedemptionPagination.ts +53 -0
- package/model/mSMembershipTierHistory.ts +106 -0
- package/model/mSMembershipTierHistoryPagination.ts +53 -0
- package/model/mSMembershipTierRedemption.ts +121 -0
- package/model/mSMembershipTierRedemptionPagination.ts +53 -0
- package/model/mSMerchantCreditHistory.ts +88 -0
- package/model/mSMerchantCreditHistoryPagination.ts +53 -0
- package/model/mSMerchantCreditRedemption.ts +109 -0
- package/model/mSMerchantCreditRedemptionPagination.ts +53 -0
- package/model/mediaFile.ts +85 -0
- package/model/member.ts +118 -0
- package/model/memberSearch.ts +61 -0
- package/model/merchant.ts +133 -0
- package/model/merchantCreditSearch.ts +61 -0
- package/model/merchantNotInitialized.ts +55 -0
- package/model/merchantURL.ts +67 -0
- package/model/message.ts +74 -0
- package/model/models.ts +1015 -0
- package/model/moduleError.ts +157 -0
- package/model/newsArticle.ts +85 -0
- package/model/optInList.ts +121 -0
- package/model/optInListSource.ts +73 -0
- package/model/optInListSubscriber.ts +104 -0
- package/model/outboundSMS.ts +157 -0
- package/model/paginatedWTMembers.ts +53 -0
- package/model/paginatedWTMerchantCredits.ts +53 -0
- package/model/paginationRequestWithSortOptions.ts +75 -0
- package/model/paymentDesign.ts +139 -0
- package/model/performance.ts +100 -0
- package/model/phoneNumber.ts +157 -0
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +106 -0
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +67 -0
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +106 -0
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +43 -0
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +82 -0
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +46 -0
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +52 -0
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +100 -0
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +94 -0
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +100 -0
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +46 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +154 -0
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +137 -0
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +58 -0
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +106 -0
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +142 -0
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +94 -0
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +106 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +167 -0
- package/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.ts +58 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +58 -0
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +76 -0
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +52 -0
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +40 -0
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +58 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +138 -0
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +112 -0
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +46 -0
- package/model/plan.ts +62 -0
- package/model/portalPage.ts +67 -0
- package/model/presignedPost.ts +41 -0
- package/model/presignedPostFields.ts +43 -0
- package/model/product.ts +74 -0
- package/model/promoCode.ts +97 -0
- package/model/reachPerformanceStats.ts +70 -0
- package/model/request.ts +349 -0
- package/model/response.ts +67 -0
- package/model/role.ts +117 -0
- package/model/roleAuditLog.ts +97 -0
- package/model/sSOptInSource.ts +73 -0
- package/model/simpleSMSBroadcast.ts +147 -0
- package/model/staticVoucher.ts +224 -0
- package/model/staticVoucherCampaign.ts +175 -0
- package/model/staticVoucherCampaignBroadcast.ts +142 -0
- package/model/staticVoucherCampaignGroup.ts +85 -0
- package/model/staticVoucherCampaignUpdate.ts +85 -0
- package/model/status.ts +30 -0
- package/model/statusAnyOf.ts +17 -0
- package/model/statusAnyOf1.ts +17 -0
- package/model/statusAnyOf2.ts +17 -0
- package/model/statusAnyOf3.ts +17 -0
- package/model/subscriptionFeature.ts +79 -0
- package/model/subscriptionPlan.ts +69 -0
- package/model/subscriptionProduct.ts +81 -0
- package/model/tcpa.ts +67 -0
- package/model/updateStaticVoucherCampaignWithVoucher.ts +109 -0
- package/model/vSCampaignGeneratedMessage.ts +43 -0
- package/model/vSCampaignGeneratedMessagePagination.ts +53 -0
- package/model/vSDynamicVoucherStatus.ts +28 -0
- package/model/wTAdvertisementCredit.ts +103 -0
- package/model/wTAdvertisementCreditScan.ts +170 -0
- package/model/wTAdvertisementCreditUpdateParams.ts +55 -0
- package/model/wTDynamicVoucher.ts +224 -0
- package/model/wTDynamicVoucherCreateParams.ts +103 -0
- package/model/wTDynamicVoucherRedemption.ts +164 -0
- package/model/wTDynamicVoucherSummary.ts +169 -0
- package/model/wTDynamicVoucherUpdateParams.ts +103 -0
- package/model/wTEmployee.ts +109 -0
- package/model/wTEmployeeCreate.ts +61 -0
- package/model/wTEmployeeUpdate.ts +55 -0
- package/model/wTImportedList.ts +73 -0
- package/model/wTLinkBookCreateParams.ts +55 -0
- package/model/wTLinkBookSectionCreateParams.ts +31 -0
- package/model/wTLinkBookSectionUpdateParams.ts +31 -0
- package/model/wTLinkBookUpdateParams.ts +55 -0
- package/model/wTMember.ts +118 -0
- package/model/wTMemberCreationParams.ts +73 -0
- package/model/wTMembershipTier.ts +106 -0
- package/model/wTMembershipTierCreationParams.ts +64 -0
- package/model/wTMembershipTierUpdateParams.ts +64 -0
- package/model/wTMembershipTierWithMemberCount.ts +115 -0
- package/model/wTMerchantCredit.ts +106 -0
- package/model/wTMerchantCreditCreationParams.ts +49 -0
- package/model/wTMerchantURLCreate.ts +37 -0
- package/model/wTMerchantURLUpdate.ts +37 -0
- package/model/wTNewsArticleCreateParams.ts +55 -0
- package/model/wTNewsArticleUpdateParams.ts +55 -0
- package/model/wTOptInList.ts +121 -0
- package/model/wTOptInListCreationParams.ts +91 -0
- package/model/wTPaymentDesign.ts +139 -0
- package/model/wTPaymentDesignCreateParams.ts +115 -0
- package/model/wTPaymentDesignUpdateParams.ts +115 -0
- package/model/wTPerformanceCreateParams.ts +70 -0
- package/model/wTPerformanceUpdateParams.ts +70 -0
- package/model/wTPosMachine.ts +88 -0
- package/model/wTPosMachineCreateParams.ts +58 -0
- package/model/wTPosMachineUpdateParams.ts +58 -0
- package/model/wTPromoCodeCreateParams.ts +67 -0
- package/model/wTPromoCodeUpdateParams.ts +67 -0
- package/model/wTRole.ts +116 -0
- package/model/wTStaticVoucher.ts +224 -0
- package/model/wTStaticVoucherCampaign.ts +175 -0
- package/model/wTStaticVoucherCreateParams.ts +49 -0
- package/model/wTStaticVoucherUpdateParams.ts +43 -0
- package/model/wTWalletPageView.ts +251 -0
- package/model/wTWalletPageViewGeoPoint.ts +37 -0
- package/model/walletPageView.ts +251 -0
- package/model/webpage.ts +85 -0
- package/package.json +28 -11
- package/readme-generator.py +55 -0
- package/tsconfig.json +25 -0
- package/index.js +0 -4
- package/readme.md +0 -21
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
api.ts
|
|
3
|
+
api/advertisementCreditsApi.ts
|
|
4
|
+
api/analyticsApi.ts
|
|
5
|
+
api/apis.ts
|
|
6
|
+
api/appleWalletSubscribersApi.ts
|
|
7
|
+
api/billingApi.ts
|
|
8
|
+
api/clubMembersPointsApi.ts
|
|
9
|
+
api/configurationApi.ts
|
|
10
|
+
api/countriesApi.ts
|
|
11
|
+
api/customerApi.ts
|
|
12
|
+
api/dashboardApi.ts
|
|
13
|
+
api/dynamicVouchersApi.ts
|
|
14
|
+
api/employeeAccessApi.ts
|
|
15
|
+
api/employeesApi.ts
|
|
16
|
+
api/industriesApi.ts
|
|
17
|
+
api/infoGenesisReportsApi.ts
|
|
18
|
+
api/integratedTerminalsApi.ts
|
|
19
|
+
api/interactionsApi.ts
|
|
20
|
+
api/linkBookApi.ts
|
|
21
|
+
api/linkBookSectionApi.ts
|
|
22
|
+
api/loginAndLogoutApi.ts
|
|
23
|
+
api/membershipTiersApi.ts
|
|
24
|
+
api/merchantApi.ts
|
|
25
|
+
api/merchantCreditsApi.ts
|
|
26
|
+
api/merchantURLsApi.ts
|
|
27
|
+
api/mobileTerminalApi.ts
|
|
28
|
+
api/newsApi.ts
|
|
29
|
+
api/paymentDesignsApi.ts
|
|
30
|
+
api/performancesApi.ts
|
|
31
|
+
api/promoCodesApi.ts
|
|
32
|
+
api/sMSApi.ts
|
|
33
|
+
api/settingsApi.ts
|
|
34
|
+
api/staticVoucherCampaignGroupsApi.ts
|
|
35
|
+
api/staticVoucherCampaignsApi.ts
|
|
36
|
+
api/staticVouchersApi.ts
|
|
37
|
+
api/systemApi.ts
|
|
38
|
+
api/transactionLedgerApi.ts
|
|
39
|
+
api/utilitiesApi.ts
|
|
40
|
+
api/webTerminalApi.ts
|
|
41
|
+
git_push.sh
|
|
42
|
+
model/advertisementCredit.ts
|
|
43
|
+
model/advertisementCreditBroadcast.ts
|
|
44
|
+
model/advertisementCreditScan.ts
|
|
45
|
+
model/agreement.ts
|
|
46
|
+
model/alert.ts
|
|
47
|
+
model/announcement.ts
|
|
48
|
+
model/applicableTerminals.ts
|
|
49
|
+
model/applicableTerminalsAnyOf.ts
|
|
50
|
+
model/applicableTerminalsAnyOf1.ts
|
|
51
|
+
model/applicableTerminalsAnyOf2.ts
|
|
52
|
+
model/applicableTerminalsAnyOf3.ts
|
|
53
|
+
model/authError.ts
|
|
54
|
+
model/availablePhoneNumbersRequest.ts
|
|
55
|
+
model/clickFunnelAmount.ts
|
|
56
|
+
model/clickFunnelContact.ts
|
|
57
|
+
model/clickFunnelContactProfile.ts
|
|
58
|
+
model/clickFunnelEvent.ts
|
|
59
|
+
model/clickFunnelOriginalAmount.ts
|
|
60
|
+
model/clickFunnelProduct.ts
|
|
61
|
+
model/clickFunnelPurchase.ts
|
|
62
|
+
model/createStaticVoucherCampaign.ts
|
|
63
|
+
model/createStaticVoucherCampaignWithVoucher.ts
|
|
64
|
+
model/createStaticVoucherCampaignWithVoucherWithCSV.ts
|
|
65
|
+
model/dashboardWidget.ts
|
|
66
|
+
model/duplicateRowFound.ts
|
|
67
|
+
model/dynamicVoucher.ts
|
|
68
|
+
model/dynamicVoucherBroadcast.ts
|
|
69
|
+
model/employee.ts
|
|
70
|
+
model/employeeActivityLog.ts
|
|
71
|
+
model/employeeAlert.ts
|
|
72
|
+
model/exportDataFile.ts
|
|
73
|
+
model/falsumError.ts
|
|
74
|
+
model/falsumField.ts
|
|
75
|
+
model/feature.ts
|
|
76
|
+
model/forbiddenRequest.ts
|
|
77
|
+
model/foreignKeyDoesNotExist.ts
|
|
78
|
+
model/helpDeskRequest.ts
|
|
79
|
+
model/importedList.ts
|
|
80
|
+
model/importedListRecipient.ts
|
|
81
|
+
model/inlineObject.ts
|
|
82
|
+
model/inlineObject1.ts
|
|
83
|
+
model/inlineObject10.ts
|
|
84
|
+
model/inlineObject11.ts
|
|
85
|
+
model/inlineObject12.ts
|
|
86
|
+
model/inlineObject13.ts
|
|
87
|
+
model/inlineObject14.ts
|
|
88
|
+
model/inlineObject15.ts
|
|
89
|
+
model/inlineObject16.ts
|
|
90
|
+
model/inlineObject17.ts
|
|
91
|
+
model/inlineObject18.ts
|
|
92
|
+
model/inlineObject19.ts
|
|
93
|
+
model/inlineObject2.ts
|
|
94
|
+
model/inlineObject20.ts
|
|
95
|
+
model/inlineObject21.ts
|
|
96
|
+
model/inlineObject22.ts
|
|
97
|
+
model/inlineObject23.ts
|
|
98
|
+
model/inlineObject24.ts
|
|
99
|
+
model/inlineObject25.ts
|
|
100
|
+
model/inlineObject26.ts
|
|
101
|
+
model/inlineObject27.ts
|
|
102
|
+
model/inlineObject28.ts
|
|
103
|
+
model/inlineObject29.ts
|
|
104
|
+
model/inlineObject3.ts
|
|
105
|
+
model/inlineObject30.ts
|
|
106
|
+
model/inlineObject31.ts
|
|
107
|
+
model/inlineObject32.ts
|
|
108
|
+
model/inlineObject33.ts
|
|
109
|
+
model/inlineObject34.ts
|
|
110
|
+
model/inlineObject35.ts
|
|
111
|
+
model/inlineObject36.ts
|
|
112
|
+
model/inlineObject37.ts
|
|
113
|
+
model/inlineObject38.ts
|
|
114
|
+
model/inlineObject39.ts
|
|
115
|
+
model/inlineObject4.ts
|
|
116
|
+
model/inlineObject40.ts
|
|
117
|
+
model/inlineObject41.ts
|
|
118
|
+
model/inlineObject42.ts
|
|
119
|
+
model/inlineObject43.ts
|
|
120
|
+
model/inlineObject44.ts
|
|
121
|
+
model/inlineObject45.ts
|
|
122
|
+
model/inlineObject46.ts
|
|
123
|
+
model/inlineObject47.ts
|
|
124
|
+
model/inlineObject48.ts
|
|
125
|
+
model/inlineObject49.ts
|
|
126
|
+
model/inlineObject5.ts
|
|
127
|
+
model/inlineObject50.ts
|
|
128
|
+
model/inlineObject51.ts
|
|
129
|
+
model/inlineObject52.ts
|
|
130
|
+
model/inlineObject53.ts
|
|
131
|
+
model/inlineObject54.ts
|
|
132
|
+
model/inlineObject55.ts
|
|
133
|
+
model/inlineObject56.ts
|
|
134
|
+
model/inlineObject57.ts
|
|
135
|
+
model/inlineObject58.ts
|
|
136
|
+
model/inlineObject59.ts
|
|
137
|
+
model/inlineObject6.ts
|
|
138
|
+
model/inlineObject60.ts
|
|
139
|
+
model/inlineObject61.ts
|
|
140
|
+
model/inlineObject62.ts
|
|
141
|
+
model/inlineObject63.ts
|
|
142
|
+
model/inlineObject64.ts
|
|
143
|
+
model/inlineObject65.ts
|
|
144
|
+
model/inlineObject66.ts
|
|
145
|
+
model/inlineObject67.ts
|
|
146
|
+
model/inlineObject68.ts
|
|
147
|
+
model/inlineObject69.ts
|
|
148
|
+
model/inlineObject7.ts
|
|
149
|
+
model/inlineObject8.ts
|
|
150
|
+
model/inlineObject9.ts
|
|
151
|
+
model/inlineResponse200.ts
|
|
152
|
+
model/inlineResponse2001.ts
|
|
153
|
+
model/inlineResponse20010.ts
|
|
154
|
+
model/inlineResponse20011.ts
|
|
155
|
+
model/inlineResponse2002.ts
|
|
156
|
+
model/inlineResponse2003.ts
|
|
157
|
+
model/inlineResponse2004.ts
|
|
158
|
+
model/inlineResponse2005.ts
|
|
159
|
+
model/inlineResponse2006.ts
|
|
160
|
+
model/inlineResponse2007.ts
|
|
161
|
+
model/inlineResponse2008.ts
|
|
162
|
+
model/inlineResponse2009.ts
|
|
163
|
+
model/internalServerError.ts
|
|
164
|
+
model/ledgerEntry.ts
|
|
165
|
+
model/linkBook.ts
|
|
166
|
+
model/linkBookSection.ts
|
|
167
|
+
model/mSMemberHistory.ts
|
|
168
|
+
model/mSMemberHistoryPagination.ts
|
|
169
|
+
model/mSMemberRedemption.ts
|
|
170
|
+
model/mSMemberRedemptionPagination.ts
|
|
171
|
+
model/mSMembershipTierHistory.ts
|
|
172
|
+
model/mSMembershipTierHistoryPagination.ts
|
|
173
|
+
model/mSMembershipTierRedemption.ts
|
|
174
|
+
model/mSMembershipTierRedemptionPagination.ts
|
|
175
|
+
model/mSMerchantCreditHistory.ts
|
|
176
|
+
model/mSMerchantCreditHistoryPagination.ts
|
|
177
|
+
model/mSMerchantCreditRedemption.ts
|
|
178
|
+
model/mSMerchantCreditRedemptionPagination.ts
|
|
179
|
+
model/mediaFile.ts
|
|
180
|
+
model/member.ts
|
|
181
|
+
model/memberSearch.ts
|
|
182
|
+
model/merchant.ts
|
|
183
|
+
model/merchantCreditSearch.ts
|
|
184
|
+
model/merchantNotInitialized.ts
|
|
185
|
+
model/merchantURL.ts
|
|
186
|
+
model/message.ts
|
|
187
|
+
model/models.ts
|
|
188
|
+
model/moduleError.ts
|
|
189
|
+
model/newsArticle.ts
|
|
190
|
+
model/optInList.ts
|
|
191
|
+
model/optInListSource.ts
|
|
192
|
+
model/optInListSubscriber.ts
|
|
193
|
+
model/outboundSMS.ts
|
|
194
|
+
model/paginatedWTMembers.ts
|
|
195
|
+
model/paginatedWTMerchantCredits.ts
|
|
196
|
+
model/paginationRequestWithSortOptions.ts
|
|
197
|
+
model/paymentDesign.ts
|
|
198
|
+
model/performance.ts
|
|
199
|
+
model/phoneNumber.ts
|
|
200
|
+
model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts
|
|
201
|
+
model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts
|
|
202
|
+
model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts
|
|
203
|
+
model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts
|
|
204
|
+
model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts
|
|
205
|
+
model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts
|
|
206
|
+
model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts
|
|
207
|
+
model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts
|
|
208
|
+
model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts
|
|
209
|
+
model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts
|
|
210
|
+
model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts
|
|
211
|
+
model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts
|
|
212
|
+
model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts
|
|
213
|
+
model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts
|
|
214
|
+
model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts
|
|
215
|
+
model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts
|
|
216
|
+
model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts
|
|
217
|
+
model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts
|
|
218
|
+
model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts
|
|
219
|
+
model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.ts
|
|
220
|
+
model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts
|
|
221
|
+
model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts
|
|
222
|
+
model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts
|
|
223
|
+
model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts
|
|
224
|
+
model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts
|
|
225
|
+
model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts
|
|
226
|
+
model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts
|
|
227
|
+
model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts
|
|
228
|
+
model/plan.ts
|
|
229
|
+
model/portalPage.ts
|
|
230
|
+
model/presignedPost.ts
|
|
231
|
+
model/presignedPostFields.ts
|
|
232
|
+
model/product.ts
|
|
233
|
+
model/promoCode.ts
|
|
234
|
+
model/reachPerformanceStats.ts
|
|
235
|
+
model/request.ts
|
|
236
|
+
model/response.ts
|
|
237
|
+
model/role.ts
|
|
238
|
+
model/roleAuditLog.ts
|
|
239
|
+
model/sSOptInSource.ts
|
|
240
|
+
model/simpleSMSBroadcast.ts
|
|
241
|
+
model/staticVoucher.ts
|
|
242
|
+
model/staticVoucherCampaign.ts
|
|
243
|
+
model/staticVoucherCampaignBroadcast.ts
|
|
244
|
+
model/staticVoucherCampaignGroup.ts
|
|
245
|
+
model/staticVoucherCampaignUpdate.ts
|
|
246
|
+
model/status.ts
|
|
247
|
+
model/statusAnyOf.ts
|
|
248
|
+
model/statusAnyOf1.ts
|
|
249
|
+
model/statusAnyOf2.ts
|
|
250
|
+
model/statusAnyOf3.ts
|
|
251
|
+
model/subscriptionFeature.ts
|
|
252
|
+
model/subscriptionPlan.ts
|
|
253
|
+
model/subscriptionProduct.ts
|
|
254
|
+
model/tcpa.ts
|
|
255
|
+
model/updateStaticVoucherCampaignWithVoucher.ts
|
|
256
|
+
model/vSCampaignGeneratedMessage.ts
|
|
257
|
+
model/vSCampaignGeneratedMessagePagination.ts
|
|
258
|
+
model/vSDynamicVoucherStatus.ts
|
|
259
|
+
model/wTAdvertisementCredit.ts
|
|
260
|
+
model/wTAdvertisementCreditScan.ts
|
|
261
|
+
model/wTAdvertisementCreditUpdateParams.ts
|
|
262
|
+
model/wTDynamicVoucher.ts
|
|
263
|
+
model/wTDynamicVoucherCreateParams.ts
|
|
264
|
+
model/wTDynamicVoucherRedemption.ts
|
|
265
|
+
model/wTDynamicVoucherSummary.ts
|
|
266
|
+
model/wTDynamicVoucherUpdateParams.ts
|
|
267
|
+
model/wTEmployee.ts
|
|
268
|
+
model/wTEmployeeCreate.ts
|
|
269
|
+
model/wTEmployeeUpdate.ts
|
|
270
|
+
model/wTImportedList.ts
|
|
271
|
+
model/wTLinkBookCreateParams.ts
|
|
272
|
+
model/wTLinkBookSectionCreateParams.ts
|
|
273
|
+
model/wTLinkBookSectionUpdateParams.ts
|
|
274
|
+
model/wTLinkBookUpdateParams.ts
|
|
275
|
+
model/wTMember.ts
|
|
276
|
+
model/wTMemberCreationParams.ts
|
|
277
|
+
model/wTMembershipTier.ts
|
|
278
|
+
model/wTMembershipTierCreationParams.ts
|
|
279
|
+
model/wTMembershipTierUpdateParams.ts
|
|
280
|
+
model/wTMembershipTierWithMemberCount.ts
|
|
281
|
+
model/wTMerchantCredit.ts
|
|
282
|
+
model/wTMerchantCreditCreationParams.ts
|
|
283
|
+
model/wTMerchantURLCreate.ts
|
|
284
|
+
model/wTMerchantURLUpdate.ts
|
|
285
|
+
model/wTNewsArticleCreateParams.ts
|
|
286
|
+
model/wTNewsArticleUpdateParams.ts
|
|
287
|
+
model/wTOptInList.ts
|
|
288
|
+
model/wTOptInListCreationParams.ts
|
|
289
|
+
model/wTPaymentDesign.ts
|
|
290
|
+
model/wTPaymentDesignCreateParams.ts
|
|
291
|
+
model/wTPaymentDesignUpdateParams.ts
|
|
292
|
+
model/wTPerformanceCreateParams.ts
|
|
293
|
+
model/wTPerformanceUpdateParams.ts
|
|
294
|
+
model/wTPosMachine.ts
|
|
295
|
+
model/wTPosMachineCreateParams.ts
|
|
296
|
+
model/wTPosMachineUpdateParams.ts
|
|
297
|
+
model/wTPromoCodeCreateParams.ts
|
|
298
|
+
model/wTPromoCodeUpdateParams.ts
|
|
299
|
+
model/wTRole.ts
|
|
300
|
+
model/wTStaticVoucher.ts
|
|
301
|
+
model/wTStaticVoucherCampaign.ts
|
|
302
|
+
model/wTStaticVoucherCreateParams.ts
|
|
303
|
+
model/wTStaticVoucherUpdateParams.ts
|
|
304
|
+
model/wTWalletPageView.ts
|
|
305
|
+
model/wTWalletPageViewGeoPoint.ts
|
|
306
|
+
model/walletPageView.ts
|
|
307
|
+
model/webpage.ts
|
|
308
|
+
package.json
|
|
309
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5.4.0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|