wallet 2.18.0 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/api/appToPersonA2PRegistrationApi.d.ts +45 -0
  2. package/dist/api/appToPersonA2PRegistrationApi.js +305 -0
  3. package/dist/api/appToPersonA2PRegistrationApi.js.map +1 -1
  4. package/dist/api/importedListsApi.d.ts +2 -2
  5. package/dist/api/importedListsApi.js +4 -4
  6. package/dist/api/importedListsApi.js.map +1 -1
  7. package/dist/api/industriesApi.d.ts +0 -9
  8. package/dist/api/industriesApi.js +0 -57
  9. package/dist/api/industriesApi.js.map +1 -1
  10. package/dist/model/a2PApplicationSubmission.d.ts +10 -10
  11. package/dist/model/a2PApplicationSubmission.js +28 -28
  12. package/dist/model/a2PApplicationSubmission.js.map +1 -1
  13. package/dist/model/a2PGovernmentSubmission.d.ts +52 -0
  14. package/dist/model/a2PGovernmentSubmission.js +173 -0
  15. package/dist/model/a2PGovernmentSubmission.js.map +1 -0
  16. package/dist/model/a2PNonProfitSubmission.d.ts +52 -0
  17. package/dist/model/a2PNonProfitSubmission.js +173 -0
  18. package/dist/model/a2PNonProfitSubmission.js.map +1 -0
  19. package/dist/model/a2PPublicSubmission.d.ts +56 -0
  20. package/dist/model/a2PPublicSubmission.js +188 -0
  21. package/dist/model/a2PPublicSubmission.js.map +1 -0
  22. package/dist/model/a2PSoleProprietorSubmission.d.ts +39 -0
  23. package/dist/model/a2PSoleProprietorSubmission.js +128 -0
  24. package/dist/model/a2PSoleProprietorSubmission.js.map +1 -0
  25. package/dist/model/a2PStandardSubmission.d.ts +52 -0
  26. package/dist/model/a2PStandardSubmission.js +173 -0
  27. package/dist/model/a2PStandardSubmission.js.map +1 -0
  28. package/dist/model/businessClassificationGovernment.d.ts +3 -0
  29. package/dist/model/businessClassificationGovernment.js +8 -0
  30. package/dist/model/businessClassificationGovernment.js.map +1 -0
  31. package/dist/model/businessClassificationNonProfit.d.ts +3 -0
  32. package/dist/model/businessClassificationNonProfit.js +8 -0
  33. package/dist/model/businessClassificationNonProfit.js.map +1 -0
  34. package/dist/model/businessClassificationPrivate.d.ts +3 -0
  35. package/dist/model/businessClassificationPrivate.js +8 -0
  36. package/dist/model/businessClassificationPrivate.js.map +1 -0
  37. package/dist/model/businessClassificationPublic.d.ts +3 -0
  38. package/dist/model/businessClassificationPublic.js +8 -0
  39. package/dist/model/businessClassificationPublic.js.map +1 -0
  40. package/dist/model/businessIndustryGOVERNMENT.d.ts +3 -0
  41. package/dist/model/businessIndustryGOVERNMENT.js +8 -0
  42. package/dist/model/businessIndustryGOVERNMENT.js.map +1 -0
  43. package/dist/model/businessIndustryNOTFORPROFIT.d.ts +3 -0
  44. package/dist/model/businessIndustryNOTFORPROFIT.js +8 -0
  45. package/dist/model/businessIndustryNOTFORPROFIT.js.map +1 -0
  46. package/dist/model/businessTypeNonProfit.d.ts +3 -0
  47. package/dist/model/businessTypeNonProfit.js +8 -0
  48. package/dist/model/businessTypeNonProfit.js.map +1 -0
  49. package/dist/model/businessTypeSoleProprietorship.d.ts +3 -0
  50. package/dist/model/businessTypeSoleProprietorship.js +8 -0
  51. package/dist/model/businessTypeSoleProprietorship.js.map +1 -0
  52. package/dist/model/models.d.ts +18 -1
  53. package/dist/model/models.js +54 -3
  54. package/dist/model/models.js.map +1 -1
  55. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.d.ts +53 -0
  56. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.js +173 -0
  57. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.js.map +1 -0
  58. package/dist/model/pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition.d.ts +38 -0
  59. package/dist/model/pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition.js +123 -0
  60. package/dist/model/pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition.js.map +1 -0
  61. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +1 -1
  62. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +5 -5
  63. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
  64. package/dist/model/smsSubscriber.d.ts +2 -0
  65. package/dist/model/smsSubscriber.js +10 -0
  66. package/dist/model/smsSubscriber.js.map +1 -1
  67. package/dist/model/subscriptionFeature.d.ts +10 -9
  68. package/dist/model/subscriptionFeature.js +14 -9
  69. package/dist/model/subscriptionFeature.js.map +1 -1
  70. package/dist/model/wTA2PApplicationUpdateParams.d.ts +2 -0
  71. package/dist/model/wTA2PApplicationUpdateParams.js +10 -0
  72. package/dist/model/wTA2PApplicationUpdateParams.js.map +1 -1
  73. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +2 -0
  74. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +5 -0
  75. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
  76. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +2 -0
  77. package/dist/model/wTEmployeeScheduleSimpleSMS.js +5 -0
  78. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
  79. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +2 -0
  80. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +5 -0
  81. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
  82. package/dist/model/wTEmployeeUpdate.d.ts +1 -1
  83. package/dist/model/wTEmployeeUpdate.js +5 -5
  84. package/dist/model/wTEmployeeUpdate.js.map +1 -1
  85. package/dist/model/{fetchDomainsByIndustry200Response.d.ts → wTImportConsentBasis.d.ts} +1 -8
  86. package/dist/model/wTImportConsentBasis.js +12 -0
  87. package/dist/model/wTImportConsentBasis.js.map +1 -0
  88. package/dist/model/wTImportedListRecipientImport.d.ts +14 -0
  89. package/dist/model/wTImportedListRecipientImport.js +33 -0
  90. package/dist/model/wTImportedListRecipientImport.js.map +1 -0
  91. package/dist/model/wTMessageType.d.ts +13 -0
  92. package/dist/model/wTMessageType.js +12 -0
  93. package/dist/model/wTMessageType.js.map +1 -0
  94. package/dist/model/wTSmsSubscriberCreateParams.d.ts +3 -1
  95. package/dist/model/wTSmsSubscriberCreateParams.js +11 -1
  96. package/dist/model/wTSmsSubscriberCreateParams.js.map +1 -1
  97. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.d.ts +2 -0
  98. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js +10 -0
  99. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js.map +1 -1
  100. package/dist/model/wTSmsSubscriberUpdateParams.d.ts +1 -1
  101. package/dist/model/wTSmsSubscriberUpdateParams.js +1 -1
  102. package/dist/model/wTSmsSubscriberUpdateParams.js.map +1 -1
  103. package/dist/model/wTTCPAOpt.d.ts +1 -0
  104. package/dist/model/wTTCPAOpt.js +5 -0
  105. package/dist/model/wTTCPAOpt.js.map +1 -1
  106. package/package.json +1 -1
  107. package/dist/model/fetchDomainsByIndustry200Response.js +0 -48
  108. package/dist/model/fetchDomainsByIndustry200Response.js.map +0 -1
@@ -0,0 +1,173 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.A2PStandardSubmission = void 0;
4
+ class A2PStandardSubmission {
5
+ static getAttributeTypeMap() {
6
+ return A2PStandardSubmission.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.A2PStandardSubmission = A2PStandardSubmission;
10
+ A2PStandardSubmission.discriminator = undefined;
11
+ A2PStandardSubmission.attributeTypeMap = [
12
+ {
13
+ "name": "firstName",
14
+ "baseName": "firstName",
15
+ "type": "any"
16
+ },
17
+ {
18
+ "name": "lastName",
19
+ "baseName": "lastName",
20
+ "type": "any"
21
+ },
22
+ {
23
+ "name": "email",
24
+ "baseName": "email",
25
+ "type": "any"
26
+ },
27
+ {
28
+ "name": "businessClassification",
29
+ "baseName": "businessClassification",
30
+ "type": "BusinessClassificationPrivate"
31
+ },
32
+ {
33
+ "name": "businessIndustry",
34
+ "baseName": "businessIndustry",
35
+ "type": "BusinessIndustry"
36
+ },
37
+ {
38
+ "name": "taxIDType",
39
+ "baseName": "taxIDType",
40
+ "type": "BusinessRegistrationIdentifier"
41
+ },
42
+ {
43
+ "name": "taxID",
44
+ "baseName": "taxID",
45
+ "type": "any"
46
+ },
47
+ {
48
+ "name": "websiteURL",
49
+ "baseName": "websiteURL",
50
+ "type": "any"
51
+ },
52
+ {
53
+ "name": "socialMediaURL",
54
+ "baseName": "socialMediaURL",
55
+ "type": "any"
56
+ },
57
+ {
58
+ "name": "regionsOfOperation",
59
+ "baseName": "regionsOfOperation",
60
+ "type": "any"
61
+ },
62
+ {
63
+ "name": "messagingVolumeHigh",
64
+ "baseName": "messagingVolumeHigh",
65
+ "type": "any"
66
+ },
67
+ {
68
+ "name": "jobTitle",
69
+ "baseName": "jobTitle",
70
+ "type": "any"
71
+ },
72
+ {
73
+ "name": "jobPosition",
74
+ "baseName": "jobPosition",
75
+ "type": "JobPosition"
76
+ },
77
+ {
78
+ "name": "businessName",
79
+ "baseName": "businessName",
80
+ "type": "any"
81
+ },
82
+ {
83
+ "name": "businessType",
84
+ "baseName": "businessType",
85
+ "type": "BusinessType"
86
+ },
87
+ {
88
+ "name": "address1",
89
+ "baseName": "address1",
90
+ "type": "any"
91
+ },
92
+ {
93
+ "name": "address2",
94
+ "baseName": "address2",
95
+ "type": "any"
96
+ },
97
+ {
98
+ "name": "city",
99
+ "baseName": "city",
100
+ "type": "any"
101
+ },
102
+ {
103
+ "name": "state",
104
+ "baseName": "state",
105
+ "type": "any"
106
+ },
107
+ {
108
+ "name": "postalCode",
109
+ "baseName": "postalCode",
110
+ "type": "any"
111
+ },
112
+ {
113
+ "name": "country",
114
+ "baseName": "country",
115
+ "type": "any"
116
+ },
117
+ {
118
+ "name": "phoneNumber",
119
+ "baseName": "phoneNumber",
120
+ "type": "any"
121
+ },
122
+ {
123
+ "name": "isTwilioTermsRead",
124
+ "baseName": "isTwilioTermsRead",
125
+ "type": "any"
126
+ },
127
+ {
128
+ "name": "isWalletSmsTermsRead",
129
+ "baseName": "isWalletSmsTermsRead",
130
+ "type": "any"
131
+ },
132
+ {
133
+ "name": "isPricingUnderstood",
134
+ "baseName": "isPricingUnderstood",
135
+ "type": "any"
136
+ },
137
+ {
138
+ "name": "isPrivacyAndTosPresent",
139
+ "baseName": "isPrivacyAndTosPresent",
140
+ "type": "any"
141
+ },
142
+ {
143
+ "name": "privacyPolicyUrl",
144
+ "baseName": "privacyPolicyUrl",
145
+ "type": "any"
146
+ },
147
+ {
148
+ "name": "willObtainConsent",
149
+ "baseName": "willObtainConsent",
150
+ "type": "any"
151
+ },
152
+ {
153
+ "name": "willHonorOptOut",
154
+ "baseName": "willHonorOptOut",
155
+ "type": "any"
156
+ },
157
+ {
158
+ "name": "willFollowContentRules",
159
+ "baseName": "willFollowContentRules",
160
+ "type": "any"
161
+ },
162
+ {
163
+ "name": "willComplyLawAndHours",
164
+ "baseName": "willComplyLawAndHours",
165
+ "type": "any"
166
+ },
167
+ {
168
+ "name": "infoIsAccurate",
169
+ "baseName": "infoIsAccurate",
170
+ "type": "any"
171
+ }
172
+ ];
173
+ //# sourceMappingURL=a2PStandardSubmission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"a2PStandardSubmission.js","sourceRoot":"","sources":["../../model/a2PStandardSubmission.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessClassificationGovernment {
2
+ Government
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessClassificationGovernment = void 0;
4
+ var BusinessClassificationGovernment;
5
+ (function (BusinessClassificationGovernment) {
6
+ BusinessClassificationGovernment[BusinessClassificationGovernment["Government"] = 'government'] = "Government";
7
+ })(BusinessClassificationGovernment = exports.BusinessClassificationGovernment || (exports.BusinessClassificationGovernment = {}));
8
+ //# sourceMappingURL=businessClassificationGovernment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessClassificationGovernment.js","sourceRoot":"","sources":["../../model/businessClassificationGovernment.ts"],"names":[],"mappings":";;;AAcA,IAAY,gCAEX;AAFD,WAAY,gCAAgC;IACxC,kFAAmB,YAAY,gBAAA,CAAA;AACnC,CAAC,EAFW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAE3C"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessClassificationNonProfit {
2
+ NonProfit
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessClassificationNonProfit = void 0;
4
+ var BusinessClassificationNonProfit;
5
+ (function (BusinessClassificationNonProfit) {
6
+ BusinessClassificationNonProfit[BusinessClassificationNonProfit["NonProfit"] = 'non-profit'] = "NonProfit";
7
+ })(BusinessClassificationNonProfit = exports.BusinessClassificationNonProfit || (exports.BusinessClassificationNonProfit = {}));
8
+ //# sourceMappingURL=businessClassificationNonProfit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessClassificationNonProfit.js","sourceRoot":"","sources":["../../model/businessClassificationNonProfit.ts"],"names":[],"mappings":";;;AAcA,IAAY,+BAEX;AAFD,WAAY,+BAA+B;IACvC,+EAAkB,YAAY,eAAA,CAAA;AAClC,CAAC,EAFW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAE1C"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessClassificationPrivate {
2
+ Private
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessClassificationPrivate = void 0;
4
+ var BusinessClassificationPrivate;
5
+ (function (BusinessClassificationPrivate) {
6
+ BusinessClassificationPrivate[BusinessClassificationPrivate["Private"] = 'private'] = "Private";
7
+ })(BusinessClassificationPrivate = exports.BusinessClassificationPrivate || (exports.BusinessClassificationPrivate = {}));
8
+ //# sourceMappingURL=businessClassificationPrivate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessClassificationPrivate.js","sourceRoot":"","sources":["../../model/businessClassificationPrivate.ts"],"names":[],"mappings":";;;AAcA,IAAY,6BAEX;AAFD,WAAY,6BAA6B;IACrC,yEAAgB,SAAS,aAAA,CAAA;AAC7B,CAAC,EAFW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAExC"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessClassificationPublic {
2
+ Public
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessClassificationPublic = void 0;
4
+ var BusinessClassificationPublic;
5
+ (function (BusinessClassificationPublic) {
6
+ BusinessClassificationPublic[BusinessClassificationPublic["Public"] = 'public'] = "Public";
7
+ })(BusinessClassificationPublic = exports.BusinessClassificationPublic || (exports.BusinessClassificationPublic = {}));
8
+ //# sourceMappingURL=businessClassificationPublic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessClassificationPublic.js","sourceRoot":"","sources":["../../model/businessClassificationPublic.ts"],"names":[],"mappings":";;;AAcA,IAAY,4BAEX;AAFD,WAAY,4BAA4B;IACpC,sEAAe,QAAQ,YAAA,CAAA;AAC3B,CAAC,EAFW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAEvC"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessIndustryGOVERNMENT {
2
+ Government
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessIndustryGOVERNMENT = void 0;
4
+ var BusinessIndustryGOVERNMENT;
5
+ (function (BusinessIndustryGOVERNMENT) {
6
+ BusinessIndustryGOVERNMENT[BusinessIndustryGOVERNMENT["Government"] = 'GOVERNMENT'] = "Government";
7
+ })(BusinessIndustryGOVERNMENT = exports.BusinessIndustryGOVERNMENT || (exports.BusinessIndustryGOVERNMENT = {}));
8
+ //# sourceMappingURL=businessIndustryGOVERNMENT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessIndustryGOVERNMENT.js","sourceRoot":"","sources":["../../model/businessIndustryGOVERNMENT.ts"],"names":[],"mappings":";;;AAcA,IAAY,0BAEX;AAFD,WAAY,0BAA0B;IAClC,sEAAmB,YAAY,gBAAA,CAAA;AACnC,CAAC,EAFW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAErC"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessIndustryNOTFORPROFIT {
2
+ NotForProfit
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessIndustryNOTFORPROFIT = void 0;
4
+ var BusinessIndustryNOTFORPROFIT;
5
+ (function (BusinessIndustryNOTFORPROFIT) {
6
+ BusinessIndustryNOTFORPROFIT[BusinessIndustryNOTFORPROFIT["NotForProfit"] = 'NOT_FOR_PROFIT'] = "NotForProfit";
7
+ })(BusinessIndustryNOTFORPROFIT = exports.BusinessIndustryNOTFORPROFIT || (exports.BusinessIndustryNOTFORPROFIT = {}));
8
+ //# sourceMappingURL=businessIndustryNOTFORPROFIT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessIndustryNOTFORPROFIT.js","sourceRoot":"","sources":["../../model/businessIndustryNOTFORPROFIT.ts"],"names":[],"mappings":";;;AAcA,IAAY,4BAEX;AAFD,WAAY,4BAA4B;IACpC,4EAAqB,gBAAgB,kBAAA,CAAA;AACzC,CAAC,EAFW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAEvC"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessTypeNonProfit {
2
+ NonProfitCorporation
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessTypeNonProfit = void 0;
4
+ var BusinessTypeNonProfit;
5
+ (function (BusinessTypeNonProfit) {
6
+ BusinessTypeNonProfit[BusinessTypeNonProfit["NonProfitCorporation"] = 'Non-profit Corporation'] = "NonProfitCorporation";
7
+ })(BusinessTypeNonProfit = exports.BusinessTypeNonProfit || (exports.BusinessTypeNonProfit = {}));
8
+ //# sourceMappingURL=businessTypeNonProfit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessTypeNonProfit.js","sourceRoot":"","sources":["../../model/businessTypeNonProfit.ts"],"names":[],"mappings":";;;AAcA,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,sEAA6B,wBAAwB,0BAAA,CAAA;AACzD,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC"}
@@ -0,0 +1,3 @@
1
+ export declare enum BusinessTypeSoleProprietorship {
2
+ SoleProprietorship
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessTypeSoleProprietorship = void 0;
4
+ var BusinessTypeSoleProprietorship;
5
+ (function (BusinessTypeSoleProprietorship) {
6
+ BusinessTypeSoleProprietorship[BusinessTypeSoleProprietorship["SoleProprietorship"] = 'Sole Proprietorship'] = "SoleProprietorship";
7
+ })(BusinessTypeSoleProprietorship = exports.BusinessTypeSoleProprietorship || (exports.BusinessTypeSoleProprietorship = {}));
8
+ //# sourceMappingURL=businessTypeSoleProprietorship.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessTypeSoleProprietorship.js","sourceRoot":"","sources":["../../model/businessTypeSoleProprietorship.ts"],"names":[],"mappings":";;;AAcA,IAAY,8BAEX;AAFD,WAAY,8BAA8B;IACtC,sFAA2B,qBAAqB,wBAAA,CAAA;AACpD,CAAC,EAFW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAEzC"}
@@ -2,6 +2,11 @@
2
2
  /// <reference types="node" />
3
3
  import localVarRequest from 'request';
4
4
  export * from './a2PApplicationSubmission';
5
+ export * from './a2PGovernmentSubmission';
6
+ export * from './a2PNonProfitSubmission';
7
+ export * from './a2PPublicSubmission';
8
+ export * from './a2PSoleProprietorSubmission';
9
+ export * from './a2PStandardSubmission';
5
10
  export * from './advertisementCredit';
6
11
  export * from './advertisementCreditBroadcast';
7
12
  export * from './advertisementCreditScan';
@@ -14,11 +19,19 @@ export * from './authError';
14
19
  export * from './availablePhoneNumbersRequest';
15
20
  export * from './browserDetails';
16
21
  export * from './businessClassification';
22
+ export * from './businessClassificationGovernment';
23
+ export * from './businessClassificationNonProfit';
24
+ export * from './businessClassificationPrivate';
25
+ export * from './businessClassificationPublic';
17
26
  export * from './businessIndustry';
27
+ export * from './businessIndustryGOVERNMENT';
28
+ export * from './businessIndustryNOTFORPROFIT';
18
29
  export * from './businessRegionsOfOperation';
19
30
  export * from './businessRegistrationIdentifier';
20
31
  export * from './businessStockExchanges';
21
32
  export * from './businessType';
33
+ export * from './businessTypeNonProfit';
34
+ export * from './businessTypeSoleProprietorship';
22
35
  export * from './chatCompletionAudio';
23
36
  export * from './chatCompletionMessage';
24
37
  export * from './chatCompletionMessageAudio';
@@ -59,7 +72,6 @@ export * from './fetchAllLedgerTransactions200Response';
59
72
  export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner';
60
73
  export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType';
61
74
  export * from './fetchCustomerTicketsWithTokenRequest';
62
- export * from './fetchDomainsByIndustry200Response';
63
75
  export * from './fetchImportedListRecipientsByPage200Response';
64
76
  export * from './fetchInboundSMSByPage200Response';
65
77
  export * from './fetchIndustry200Response';
@@ -137,6 +149,8 @@ export * from './paymentDesign';
137
149
  export * from './performance';
138
150
  export * from './phoneNumber';
139
151
  export * from './phoneNumberCapabilities';
152
+ export * from './pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile';
153
+ export * from './pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition';
140
154
  export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
141
155
  export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
142
156
  export * from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
@@ -322,9 +336,11 @@ export * from './wTGiftCardPurchaseRequest';
322
336
  export * from './wTGiftClaimRequest';
323
337
  export * from './wTImageGridCreateParams';
324
338
  export * from './wTImageGridUpdateParams';
339
+ export * from './wTImportConsentBasis';
325
340
  export * from './wTImportedList';
326
341
  export * from './wTImportedListRecipientFromMembershipTierImport';
327
342
  export * from './wTImportedListRecipientFromMembershipTierImportTierID';
343
+ export * from './wTImportedListRecipientImport';
328
344
  export * from './wTInfoGenesisLookupRequestErrors';
329
345
  export * from './wTInfoGenesisRecordFilterParameters';
330
346
  export * from './wTInfoGenesisRoutingIDs';
@@ -353,6 +369,7 @@ export * from './wTMerchantUpdate';
353
369
  export * from './wTMerchantUpdatePOSIntegration';
354
370
  export * from './wTMerchantUpdatePointsOfContact';
355
371
  export * from './wTMessageInstance';
372
+ export * from './wTMessageType';
356
373
  export * from './wTNewsArticleCreateParams';
357
374
  export * from './wTNewsArticleUpdateParams';
358
375
  export * from './wTOptInList';
@@ -16,6 +16,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.VoidAuth = exports.OAuth = exports.ApiKeyAuth = exports.HttpBearerAuth = exports.HttpBasicAuth = exports.ObjectSerializer = void 0;
18
18
  __exportStar(require("./a2PApplicationSubmission"), exports);
19
+ __exportStar(require("./a2PGovernmentSubmission"), exports);
20
+ __exportStar(require("./a2PNonProfitSubmission"), exports);
21
+ __exportStar(require("./a2PPublicSubmission"), exports);
22
+ __exportStar(require("./a2PSoleProprietorSubmission"), exports);
23
+ __exportStar(require("./a2PStandardSubmission"), exports);
19
24
  __exportStar(require("./advertisementCredit"), exports);
20
25
  __exportStar(require("./advertisementCreditBroadcast"), exports);
21
26
  __exportStar(require("./advertisementCreditScan"), exports);
@@ -28,11 +33,19 @@ __exportStar(require("./authError"), exports);
28
33
  __exportStar(require("./availablePhoneNumbersRequest"), exports);
29
34
  __exportStar(require("./browserDetails"), exports);
30
35
  __exportStar(require("./businessClassification"), exports);
36
+ __exportStar(require("./businessClassificationGovernment"), exports);
37
+ __exportStar(require("./businessClassificationNonProfit"), exports);
38
+ __exportStar(require("./businessClassificationPrivate"), exports);
39
+ __exportStar(require("./businessClassificationPublic"), exports);
31
40
  __exportStar(require("./businessIndustry"), exports);
41
+ __exportStar(require("./businessIndustryGOVERNMENT"), exports);
42
+ __exportStar(require("./businessIndustryNOTFORPROFIT"), exports);
32
43
  __exportStar(require("./businessRegionsOfOperation"), exports);
33
44
  __exportStar(require("./businessRegistrationIdentifier"), exports);
34
45
  __exportStar(require("./businessStockExchanges"), exports);
35
46
  __exportStar(require("./businessType"), exports);
47
+ __exportStar(require("./businessTypeNonProfit"), exports);
48
+ __exportStar(require("./businessTypeSoleProprietorship"), exports);
36
49
  __exportStar(require("./chatCompletionAudio"), exports);
37
50
  __exportStar(require("./chatCompletionMessage"), exports);
38
51
  __exportStar(require("./chatCompletionMessageAudio"), exports);
@@ -73,7 +86,6 @@ __exportStar(require("./fetchAllLedgerTransactions200Response"), exports);
73
86
  __exportStar(require("./fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner"), exports);
74
87
  __exportStar(require("./fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType"), exports);
75
88
  __exportStar(require("./fetchCustomerTicketsWithTokenRequest"), exports);
76
- __exportStar(require("./fetchDomainsByIndustry200Response"), exports);
77
89
  __exportStar(require("./fetchImportedListRecipientsByPage200Response"), exports);
78
90
  __exportStar(require("./fetchInboundSMSByPage200Response"), exports);
79
91
  __exportStar(require("./fetchIndustry200Response"), exports);
@@ -151,6 +163,8 @@ __exportStar(require("./paymentDesign"), exports);
151
163
  __exportStar(require("./performance"), exports);
152
164
  __exportStar(require("./phoneNumber"), exports);
153
165
  __exportStar(require("./phoneNumberCapabilities"), exports);
166
+ __exportStar(require("./pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile"), exports);
167
+ __exportStar(require("./pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition"), exports);
154
168
  __exportStar(require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive"), exports);
155
169
  __exportStar(require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID"), exports);
156
170
  __exportStar(require("./pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID"), exports);
@@ -336,9 +350,11 @@ __exportStar(require("./wTGiftCardPurchaseRequest"), exports);
336
350
  __exportStar(require("./wTGiftClaimRequest"), exports);
337
351
  __exportStar(require("./wTImageGridCreateParams"), exports);
338
352
  __exportStar(require("./wTImageGridUpdateParams"), exports);
353
+ __exportStar(require("./wTImportConsentBasis"), exports);
339
354
  __exportStar(require("./wTImportedList"), exports);
340
355
  __exportStar(require("./wTImportedListRecipientFromMembershipTierImport"), exports);
341
356
  __exportStar(require("./wTImportedListRecipientFromMembershipTierImportTierID"), exports);
357
+ __exportStar(require("./wTImportedListRecipientImport"), exports);
342
358
  __exportStar(require("./wTInfoGenesisLookupRequestErrors"), exports);
343
359
  __exportStar(require("./wTInfoGenesisRecordFilterParameters"), exports);
344
360
  __exportStar(require("./wTInfoGenesisRoutingIDs"), exports);
@@ -367,6 +383,7 @@ __exportStar(require("./wTMerchantUpdate"), exports);
367
383
  __exportStar(require("./wTMerchantUpdatePOSIntegration"), exports);
368
384
  __exportStar(require("./wTMerchantUpdatePointsOfContact"), exports);
369
385
  __exportStar(require("./wTMessageInstance"), exports);
386
+ __exportStar(require("./wTMessageType"), exports);
370
387
  __exportStar(require("./wTNewsArticleCreateParams"), exports);
371
388
  __exportStar(require("./wTNewsArticleUpdateParams"), exports);
372
389
  __exportStar(require("./wTOptInList"), exports);
@@ -454,6 +471,11 @@ __exportStar(require("./walletConfiguration"), exports);
454
471
  __exportStar(require("./walletPageView"), exports);
455
472
  __exportStar(require("./webpage"), exports);
456
473
  const a2PApplicationSubmission_1 = require("./a2PApplicationSubmission");
474
+ const a2PGovernmentSubmission_1 = require("./a2PGovernmentSubmission");
475
+ const a2PNonProfitSubmission_1 = require("./a2PNonProfitSubmission");
476
+ const a2PPublicSubmission_1 = require("./a2PPublicSubmission");
477
+ const a2PSoleProprietorSubmission_1 = require("./a2PSoleProprietorSubmission");
478
+ const a2PStandardSubmission_1 = require("./a2PStandardSubmission");
457
479
  const advertisementCredit_1 = require("./advertisementCredit");
458
480
  const advertisementCreditBroadcast_1 = require("./advertisementCreditBroadcast");
459
481
  const advertisementCreditScan_1 = require("./advertisementCreditScan");
@@ -466,11 +488,19 @@ const authError_1 = require("./authError");
466
488
  const availablePhoneNumbersRequest_1 = require("./availablePhoneNumbersRequest");
467
489
  const browserDetails_1 = require("./browserDetails");
468
490
  const businessClassification_1 = require("./businessClassification");
491
+ const businessClassificationGovernment_1 = require("./businessClassificationGovernment");
492
+ const businessClassificationNonProfit_1 = require("./businessClassificationNonProfit");
493
+ const businessClassificationPrivate_1 = require("./businessClassificationPrivate");
494
+ const businessClassificationPublic_1 = require("./businessClassificationPublic");
469
495
  const businessIndustry_1 = require("./businessIndustry");
496
+ const businessIndustryGOVERNMENT_1 = require("./businessIndustryGOVERNMENT");
497
+ const businessIndustryNOTFORPROFIT_1 = require("./businessIndustryNOTFORPROFIT");
470
498
  const businessRegionsOfOperation_1 = require("./businessRegionsOfOperation");
471
499
  const businessRegistrationIdentifier_1 = require("./businessRegistrationIdentifier");
472
500
  const businessStockExchanges_1 = require("./businessStockExchanges");
473
501
  const businessType_1 = require("./businessType");
502
+ const businessTypeNonProfit_1 = require("./businessTypeNonProfit");
503
+ const businessTypeSoleProprietorship_1 = require("./businessTypeSoleProprietorship");
474
504
  const chatCompletionAudio_1 = require("./chatCompletionAudio");
475
505
  const chatCompletionMessage_1 = require("./chatCompletionMessage");
476
506
  const chatCompletionMessageAudio_1 = require("./chatCompletionMessageAudio");
@@ -511,7 +541,6 @@ const fetchAllLedgerTransactions200Response_1 = require("./fetchAllLedgerTransac
511
541
  const fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner_1 = require("./fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner");
512
542
  const fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType_1 = require("./fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType");
513
543
  const fetchCustomerTicketsWithTokenRequest_1 = require("./fetchCustomerTicketsWithTokenRequest");
514
- const fetchDomainsByIndustry200Response_1 = require("./fetchDomainsByIndustry200Response");
515
544
  const fetchImportedListRecipientsByPage200Response_1 = require("./fetchImportedListRecipientsByPage200Response");
516
545
  const fetchInboundSMSByPage200Response_1 = require("./fetchInboundSMSByPage200Response");
517
546
  const fetchIndustry200Response_1 = require("./fetchIndustry200Response");
@@ -589,6 +618,8 @@ const paymentDesign_1 = require("./paymentDesign");
589
618
  const performance_1 = require("./performance");
590
619
  const phoneNumber_1 = require("./phoneNumber");
591
620
  const phoneNumberCapabilities_1 = require("./phoneNumberCapabilities");
621
+ const pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile_1 = require("./pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile");
622
+ const pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition_1 = require("./pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition");
592
623
  const pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive_1 = require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive");
593
624
  const pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID_1 = require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID");
594
625
  const pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID_1 = require("./pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID");
@@ -774,9 +805,11 @@ const wTGiftCardPurchaseRequest_1 = require("./wTGiftCardPurchaseRequest");
774
805
  const wTGiftClaimRequest_1 = require("./wTGiftClaimRequest");
775
806
  const wTImageGridCreateParams_1 = require("./wTImageGridCreateParams");
776
807
  const wTImageGridUpdateParams_1 = require("./wTImageGridUpdateParams");
808
+ const wTImportConsentBasis_1 = require("./wTImportConsentBasis");
777
809
  const wTImportedList_1 = require("./wTImportedList");
778
810
  const wTImportedListRecipientFromMembershipTierImport_1 = require("./wTImportedListRecipientFromMembershipTierImport");
779
811
  const wTImportedListRecipientFromMembershipTierImportTierID_1 = require("./wTImportedListRecipientFromMembershipTierImportTierID");
812
+ const wTImportedListRecipientImport_1 = require("./wTImportedListRecipientImport");
780
813
  const wTInfoGenesisLookupRequestErrors_1 = require("./wTInfoGenesisLookupRequestErrors");
781
814
  const wTInfoGenesisRecordFilterParameters_1 = require("./wTInfoGenesisRecordFilterParameters");
782
815
  const wTInfoGenesisRoutingIDs_1 = require("./wTInfoGenesisRoutingIDs");
@@ -805,6 +838,7 @@ const wTMerchantUpdate_1 = require("./wTMerchantUpdate");
805
838
  const wTMerchantUpdatePOSIntegration_1 = require("./wTMerchantUpdatePOSIntegration");
806
839
  const wTMerchantUpdatePointsOfContact_1 = require("./wTMerchantUpdatePointsOfContact");
807
840
  const wTMessageInstance_1 = require("./wTMessageInstance");
841
+ const wTMessageType_1 = require("./wTMessageType");
808
842
  const wTNewsArticleCreateParams_1 = require("./wTNewsArticleCreateParams");
809
843
  const wTNewsArticleUpdateParams_1 = require("./wTNewsArticleUpdateParams");
810
844
  const wTOptInList_1 = require("./wTOptInList");
@@ -903,11 +937,19 @@ let primitives = [
903
937
  ];
904
938
  let enumsMap = {
905
939
  "BusinessClassification": businessClassification_1.BusinessClassification,
940
+ "BusinessClassificationGovernment": businessClassificationGovernment_1.BusinessClassificationGovernment,
941
+ "BusinessClassificationNonProfit": businessClassificationNonProfit_1.BusinessClassificationNonProfit,
942
+ "BusinessClassificationPrivate": businessClassificationPrivate_1.BusinessClassificationPrivate,
943
+ "BusinessClassificationPublic": businessClassificationPublic_1.BusinessClassificationPublic,
906
944
  "BusinessIndustry": businessIndustry_1.BusinessIndustry,
945
+ "BusinessIndustryGOVERNMENT": businessIndustryGOVERNMENT_1.BusinessIndustryGOVERNMENT,
946
+ "BusinessIndustryNOTFORPROFIT": businessIndustryNOTFORPROFIT_1.BusinessIndustryNOTFORPROFIT,
907
947
  "BusinessRegionsOfOperation": businessRegionsOfOperation_1.BusinessRegionsOfOperation,
908
948
  "BusinessRegistrationIdentifier": businessRegistrationIdentifier_1.BusinessRegistrationIdentifier,
909
949
  "BusinessStockExchanges": businessStockExchanges_1.BusinessStockExchanges,
910
950
  "BusinessType": businessType_1.BusinessType,
951
+ "BusinessTypeNonProfit": businessTypeNonProfit_1.BusinessTypeNonProfit,
952
+ "BusinessTypeSoleProprietorship": businessTypeSoleProprietorship_1.BusinessTypeSoleProprietorship,
911
953
  "ChatCompletionMessage.RoleEnum": chatCompletionMessage_1.ChatCompletionMessage.RoleEnum,
912
954
  "ChatCompletionMessageToolCall.TypeEnum": chatCompletionMessageToolCall_1.ChatCompletionMessageToolCall.TypeEnum,
913
955
  "JobPosition": jobPosition_1.JobPosition,
@@ -922,6 +964,11 @@ let enumsMap = {
922
964
  };
923
965
  let typeMap = {
924
966
  "A2PApplicationSubmission": a2PApplicationSubmission_1.A2PApplicationSubmission,
967
+ "A2PGovernmentSubmission": a2PGovernmentSubmission_1.A2PGovernmentSubmission,
968
+ "A2PNonProfitSubmission": a2PNonProfitSubmission_1.A2PNonProfitSubmission,
969
+ "A2PPublicSubmission": a2PPublicSubmission_1.A2PPublicSubmission,
970
+ "A2PSoleProprietorSubmission": a2PSoleProprietorSubmission_1.A2PSoleProprietorSubmission,
971
+ "A2PStandardSubmission": a2PStandardSubmission_1.A2PStandardSubmission,
925
972
  "AdvertisementCredit": advertisementCredit_1.AdvertisementCredit,
926
973
  "AdvertisementCreditBroadcast": advertisementCreditBroadcast_1.AdvertisementCreditBroadcast,
927
974
  "AdvertisementCreditScan": advertisementCreditScan_1.AdvertisementCreditScan,
@@ -973,7 +1020,6 @@ let typeMap = {
973
1020
  "FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner": fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner_1.FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner,
974
1021
  "FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType": fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType_1.FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType,
975
1022
  "FetchCustomerTicketsWithTokenRequest": fetchCustomerTicketsWithTokenRequest_1.FetchCustomerTicketsWithTokenRequest,
976
- "FetchDomainsByIndustry200Response": fetchDomainsByIndustry200Response_1.FetchDomainsByIndustry200Response,
977
1023
  "FetchImportedListRecipientsByPage200Response": fetchImportedListRecipientsByPage200Response_1.FetchImportedListRecipientsByPage200Response,
978
1024
  "FetchInboundSMSByPage200Response": fetchInboundSMSByPage200Response_1.FetchInboundSMSByPage200Response,
979
1025
  "FetchIndustry200Response": fetchIndustry200Response_1.FetchIndustry200Response,
@@ -1050,6 +1096,8 @@ let typeMap = {
1050
1096
  "Performance": performance_1.Performance,
1051
1097
  "PhoneNumber": phoneNumber_1.PhoneNumber,
1052
1098
  "PhoneNumberCapabilities": phoneNumberCapabilities_1.PhoneNumberCapabilities,
1099
+ "PickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile": pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile_1.PickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile,
1100
+ "PickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition": pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition_1.PickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition,
1053
1101
  "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive": pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive_1.PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive,
1054
1102
  "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID_1.PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
1055
1103
  "PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID": pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID_1.PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID,
@@ -1230,9 +1278,11 @@ let typeMap = {
1230
1278
  "WTGiftClaimRequest": wTGiftClaimRequest_1.WTGiftClaimRequest,
1231
1279
  "WTImageGridCreateParams": wTImageGridCreateParams_1.WTImageGridCreateParams,
1232
1280
  "WTImageGridUpdateParams": wTImageGridUpdateParams_1.WTImageGridUpdateParams,
1281
+ "WTImportConsentBasis": wTImportConsentBasis_1.WTImportConsentBasis,
1233
1282
  "WTImportedList": wTImportedList_1.WTImportedList,
1234
1283
  "WTImportedListRecipientFromMembershipTierImport": wTImportedListRecipientFromMembershipTierImport_1.WTImportedListRecipientFromMembershipTierImport,
1235
1284
  "WTImportedListRecipientFromMembershipTierImportTierID": wTImportedListRecipientFromMembershipTierImportTierID_1.WTImportedListRecipientFromMembershipTierImportTierID,
1285
+ "WTImportedListRecipientImport": wTImportedListRecipientImport_1.WTImportedListRecipientImport,
1236
1286
  "WTInfoGenesisLookupRequestErrors": wTInfoGenesisLookupRequestErrors_1.WTInfoGenesisLookupRequestErrors,
1237
1287
  "WTInfoGenesisRecordFilterParameters": wTInfoGenesisRecordFilterParameters_1.WTInfoGenesisRecordFilterParameters,
1238
1288
  "WTInfoGenesisRoutingIDs": wTInfoGenesisRoutingIDs_1.WTInfoGenesisRoutingIDs,
@@ -1261,6 +1311,7 @@ let typeMap = {
1261
1311
  "WTMerchantUpdatePOSIntegration": wTMerchantUpdatePOSIntegration_1.WTMerchantUpdatePOSIntegration,
1262
1312
  "WTMerchantUpdatePointsOfContact": wTMerchantUpdatePointsOfContact_1.WTMerchantUpdatePointsOfContact,
1263
1313
  "WTMessageInstance": wTMessageInstance_1.WTMessageInstance,
1314
+ "WTMessageType": wTMessageType_1.WTMessageType,
1264
1315
  "WTNewsArticleCreateParams": wTNewsArticleCreateParams_1.WTNewsArticleCreateParams,
1265
1316
  "WTNewsArticleUpdateParams": wTNewsArticleUpdateParams_1.WTNewsArticleUpdateParams,
1266
1317
  "WTOptInList": wTOptInList_1.WTOptInList,