wallet 2.17.0 → 2.19.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 (114) 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 +2 -0
  11. package/dist/model/a2PApplicationSubmission.js +10 -0
  12. package/dist/model/a2PApplicationSubmission.js.map +1 -1
  13. package/dist/model/a2PGovernmentSubmission.d.ts +54 -0
  14. package/dist/model/a2PGovernmentSubmission.js +183 -0
  15. package/dist/model/a2PGovernmentSubmission.js.map +1 -0
  16. package/dist/model/a2PNonProfitSubmission.d.ts +54 -0
  17. package/dist/model/a2PNonProfitSubmission.js +183 -0
  18. package/dist/model/a2PNonProfitSubmission.js.map +1 -0
  19. package/dist/model/a2PPublicSubmission.d.ts +58 -0
  20. package/dist/model/a2PPublicSubmission.js +198 -0
  21. package/dist/model/a2PPublicSubmission.js.map +1 -0
  22. package/dist/model/a2PSoleProprietorSubmission.d.ts +41 -0
  23. package/dist/model/a2PSoleProprietorSubmission.js +138 -0
  24. package/dist/model/a2PSoleProprietorSubmission.js.map +1 -0
  25. package/dist/model/a2PStandardSubmission.d.ts +54 -0
  26. package/dist/model/a2PStandardSubmission.js +183 -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 +20 -1
  53. package/dist/model/models.js +60 -3
  54. package/dist/model/models.js.map +1 -1
  55. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.d.ts +55 -0
  56. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.js +183 -0
  57. package/dist/model/pickA2PApplicationSubmissionExcludeKeyofA2PApplicationSubmissionStockExchangeOrStockTickerOrBrandContactEmailOrVerificationMobile.js.map +1 -0
  58. package/dist/model/pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition.d.ts +40 -0
  59. package/dist/model/pickA2PBaseIntakeExcludeKeyofA2PBaseIntakeBusinessClassificationOrBusinessIndustryOrTaxIDTypeOrTaxIDOrWebsiteURLOrSocialMediaURLOrRegionsOfOperationOrMessagingVolumeHighOrJobTitleOrJobPosition.js +133 -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/productUpdateIngestAck.d.ts +13 -0
  65. package/dist/model/productUpdateIngestAck.js +28 -0
  66. package/dist/model/productUpdateIngestAck.js.map +1 -0
  67. package/dist/model/productUpdateIngestBody.d.ts +17 -0
  68. package/dist/model/productUpdateIngestBody.js +43 -0
  69. package/dist/model/productUpdateIngestBody.js.map +1 -0
  70. package/dist/model/smsSubscriber.d.ts +2 -0
  71. package/dist/model/smsSubscriber.js +10 -0
  72. package/dist/model/smsSubscriber.js.map +1 -1
  73. package/dist/model/subscriptionFeature.d.ts +10 -9
  74. package/dist/model/subscriptionFeature.js +14 -9
  75. package/dist/model/subscriptionFeature.js.map +1 -1
  76. package/dist/model/wTA2PApplicationUpdateParams.d.ts +2 -0
  77. package/dist/model/wTA2PApplicationUpdateParams.js +10 -0
  78. package/dist/model/wTA2PApplicationUpdateParams.js.map +1 -1
  79. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +2 -0
  80. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +5 -0
  81. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
  82. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +2 -0
  83. package/dist/model/wTEmployeeScheduleSimpleSMS.js +5 -0
  84. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
  85. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +2 -0
  86. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +5 -0
  87. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
  88. package/dist/model/wTEmployeeUpdate.d.ts +1 -1
  89. package/dist/model/wTEmployeeUpdate.js +5 -5
  90. package/dist/model/wTEmployeeUpdate.js.map +1 -1
  91. package/dist/model/{fetchDomainsByIndustry200Response.d.ts → wTImportConsentBasis.d.ts} +1 -8
  92. package/dist/model/wTImportConsentBasis.js +12 -0
  93. package/dist/model/wTImportConsentBasis.js.map +1 -0
  94. package/dist/model/wTImportedListRecipientImport.d.ts +14 -0
  95. package/dist/model/wTImportedListRecipientImport.js +33 -0
  96. package/dist/model/wTImportedListRecipientImport.js.map +1 -0
  97. package/dist/model/wTMessageType.d.ts +13 -0
  98. package/dist/model/wTMessageType.js +12 -0
  99. package/dist/model/wTMessageType.js.map +1 -0
  100. package/dist/model/wTSmsSubscriberCreateParams.d.ts +3 -1
  101. package/dist/model/wTSmsSubscriberCreateParams.js +11 -1
  102. package/dist/model/wTSmsSubscriberCreateParams.js.map +1 -1
  103. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.d.ts +2 -0
  104. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js +10 -0
  105. package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js.map +1 -1
  106. package/dist/model/wTSmsSubscriberUpdateParams.d.ts +1 -1
  107. package/dist/model/wTSmsSubscriberUpdateParams.js +1 -1
  108. package/dist/model/wTSmsSubscriberUpdateParams.js.map +1 -1
  109. package/dist/model/wTTCPAOpt.d.ts +1 -0
  110. package/dist/model/wTTCPAOpt.js +5 -0
  111. package/dist/model/wTTCPAOpt.js.map +1 -1
  112. package/package.json +1 -1
  113. package/dist/model/fetchDomainsByIndustry200Response.js +0 -48
  114. package/dist/model/fetchDomainsByIndustry200Response.js.map +0 -1
@@ -0,0 +1,58 @@
1
+ import { BusinessClassificationPublic } from './businessClassificationPublic';
2
+ import { BusinessIndustry } from './businessIndustry';
3
+ import { BusinessRegistrationIdentifier } from './businessRegistrationIdentifier';
4
+ import { BusinessStockExchanges } from './businessStockExchanges';
5
+ import { BusinessType } from './businessType';
6
+ import { JobPosition } from './jobPosition';
7
+ export declare class A2PPublicSubmission {
8
+ 'firstName': any | null;
9
+ 'lastName': any | null;
10
+ 'email': any | null;
11
+ 'businessClassification': BusinessClassificationPublic;
12
+ 'businessIndustry': BusinessIndustry;
13
+ 'taxIDType': BusinessRegistrationIdentifier;
14
+ 'taxID': any | null;
15
+ 'websiteURL': any | null;
16
+ 'socialMediaURL': any | null;
17
+ 'regionsOfOperation': any | null;
18
+ 'messagingVolumeHigh': any | null;
19
+ 'jobTitle': any | null;
20
+ 'jobPosition': JobPosition;
21
+ 'businessName': any | null;
22
+ 'businessType': BusinessType;
23
+ 'address1': any | null;
24
+ 'address2'?: any | null;
25
+ 'city': any | null;
26
+ 'state': any | null;
27
+ 'postalCode': any | null;
28
+ 'country': any | null;
29
+ 'phoneNumber': any | null;
30
+ 'isTwilioTermsRead': any | null;
31
+ 'isPrivacyPolicyOnWebsite': any | null;
32
+ 'isTosOnWebsite': any | null;
33
+ 'isStopUnderstood': any | null;
34
+ 'isManualRead': any | null;
35
+ 'isCtiaShortCodeRead': any | null;
36
+ 'isStandardsUnderstood': any | null;
37
+ 'isShortCodeUnderstood': any | null;
38
+ 'isOptInOutUnderstood': any | null;
39
+ 'isShortCodeTransferUnderstood': any | null;
40
+ 'isPricingUnderstood': any | null;
41
+ 'isShortCodeTimelineUnderstood': any | null;
42
+ 'brandContactEmail': string;
43
+ 'stockTicker': string;
44
+ 'stockExchange': BusinessStockExchanges;
45
+ static discriminator: string | undefined;
46
+ static attributeTypeMap: Array<{
47
+ name: string;
48
+ baseName: string;
49
+ type: string;
50
+ }>;
51
+ static getAttributeTypeMap(): {
52
+ name: string;
53
+ baseName: string;
54
+ type: string;
55
+ }[];
56
+ }
57
+ export declare namespace A2PPublicSubmission {
58
+ }
@@ -0,0 +1,198 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.A2PPublicSubmission = void 0;
4
+ class A2PPublicSubmission {
5
+ static getAttributeTypeMap() {
6
+ return A2PPublicSubmission.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.A2PPublicSubmission = A2PPublicSubmission;
10
+ A2PPublicSubmission.discriminator = undefined;
11
+ A2PPublicSubmission.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": "BusinessClassificationPublic"
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": "isPrivacyPolicyOnWebsite",
129
+ "baseName": "isPrivacyPolicyOnWebsite",
130
+ "type": "any"
131
+ },
132
+ {
133
+ "name": "isTosOnWebsite",
134
+ "baseName": "isTosOnWebsite",
135
+ "type": "any"
136
+ },
137
+ {
138
+ "name": "isStopUnderstood",
139
+ "baseName": "isStopUnderstood",
140
+ "type": "any"
141
+ },
142
+ {
143
+ "name": "isManualRead",
144
+ "baseName": "isManualRead",
145
+ "type": "any"
146
+ },
147
+ {
148
+ "name": "isCtiaShortCodeRead",
149
+ "baseName": "isCtiaShortCodeRead",
150
+ "type": "any"
151
+ },
152
+ {
153
+ "name": "isStandardsUnderstood",
154
+ "baseName": "isStandardsUnderstood",
155
+ "type": "any"
156
+ },
157
+ {
158
+ "name": "isShortCodeUnderstood",
159
+ "baseName": "isShortCodeUnderstood",
160
+ "type": "any"
161
+ },
162
+ {
163
+ "name": "isOptInOutUnderstood",
164
+ "baseName": "isOptInOutUnderstood",
165
+ "type": "any"
166
+ },
167
+ {
168
+ "name": "isShortCodeTransferUnderstood",
169
+ "baseName": "isShortCodeTransferUnderstood",
170
+ "type": "any"
171
+ },
172
+ {
173
+ "name": "isPricingUnderstood",
174
+ "baseName": "isPricingUnderstood",
175
+ "type": "any"
176
+ },
177
+ {
178
+ "name": "isShortCodeTimelineUnderstood",
179
+ "baseName": "isShortCodeTimelineUnderstood",
180
+ "type": "any"
181
+ },
182
+ {
183
+ "name": "brandContactEmail",
184
+ "baseName": "brandContactEmail",
185
+ "type": "string"
186
+ },
187
+ {
188
+ "name": "stockTicker",
189
+ "baseName": "stockTicker",
190
+ "type": "string"
191
+ },
192
+ {
193
+ "name": "stockExchange",
194
+ "baseName": "stockExchange",
195
+ "type": "BusinessStockExchanges"
196
+ }
197
+ ];
198
+ //# sourceMappingURL=a2PPublicSubmission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"a2PPublicSubmission.js","sourceRoot":"","sources":["../../model/a2PPublicSubmission.ts"],"names":[],"mappings":";;;AAoBA,MAAa,mBAAmB;IAoO5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAtOL,kDAuOC;AAhMU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,aAAa;KACxB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC"}
@@ -0,0 +1,41 @@
1
+ import { BusinessTypeSoleProprietorship } from './businessTypeSoleProprietorship';
2
+ export declare class A2PSoleProprietorSubmission {
3
+ 'firstName': any | null;
4
+ 'lastName': any | null;
5
+ 'email': any | null;
6
+ 'businessName': any | null;
7
+ 'businessType': BusinessTypeSoleProprietorship;
8
+ 'address1': any | null;
9
+ 'address2'?: any | null;
10
+ 'city': any | null;
11
+ 'state': any | null;
12
+ 'postalCode': any | null;
13
+ 'country': any | null;
14
+ 'phoneNumber': any | null;
15
+ 'isTwilioTermsRead': any | null;
16
+ 'isPrivacyPolicyOnWebsite': any | null;
17
+ 'isTosOnWebsite': any | null;
18
+ 'isStopUnderstood': any | null;
19
+ 'isManualRead': any | null;
20
+ 'isCtiaShortCodeRead': any | null;
21
+ 'isStandardsUnderstood': any | null;
22
+ 'isShortCodeUnderstood': any | null;
23
+ 'isOptInOutUnderstood': any | null;
24
+ 'isShortCodeTransferUnderstood': any | null;
25
+ 'isPricingUnderstood': any | null;
26
+ 'isShortCodeTimelineUnderstood': any | null;
27
+ 'verificationMobile': string;
28
+ static discriminator: string | undefined;
29
+ static attributeTypeMap: Array<{
30
+ name: string;
31
+ baseName: string;
32
+ type: string;
33
+ }>;
34
+ static getAttributeTypeMap(): {
35
+ name: string;
36
+ baseName: string;
37
+ type: string;
38
+ }[];
39
+ }
40
+ export declare namespace A2PSoleProprietorSubmission {
41
+ }
@@ -0,0 +1,138 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.A2PSoleProprietorSubmission = void 0;
4
+ class A2PSoleProprietorSubmission {
5
+ static getAttributeTypeMap() {
6
+ return A2PSoleProprietorSubmission.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.A2PSoleProprietorSubmission = A2PSoleProprietorSubmission;
10
+ A2PSoleProprietorSubmission.discriminator = undefined;
11
+ A2PSoleProprietorSubmission.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": "businessName",
29
+ "baseName": "businessName",
30
+ "type": "any"
31
+ },
32
+ {
33
+ "name": "businessType",
34
+ "baseName": "businessType",
35
+ "type": "BusinessTypeSoleProprietorship"
36
+ },
37
+ {
38
+ "name": "address1",
39
+ "baseName": "address1",
40
+ "type": "any"
41
+ },
42
+ {
43
+ "name": "address2",
44
+ "baseName": "address2",
45
+ "type": "any"
46
+ },
47
+ {
48
+ "name": "city",
49
+ "baseName": "city",
50
+ "type": "any"
51
+ },
52
+ {
53
+ "name": "state",
54
+ "baseName": "state",
55
+ "type": "any"
56
+ },
57
+ {
58
+ "name": "postalCode",
59
+ "baseName": "postalCode",
60
+ "type": "any"
61
+ },
62
+ {
63
+ "name": "country",
64
+ "baseName": "country",
65
+ "type": "any"
66
+ },
67
+ {
68
+ "name": "phoneNumber",
69
+ "baseName": "phoneNumber",
70
+ "type": "any"
71
+ },
72
+ {
73
+ "name": "isTwilioTermsRead",
74
+ "baseName": "isTwilioTermsRead",
75
+ "type": "any"
76
+ },
77
+ {
78
+ "name": "isPrivacyPolicyOnWebsite",
79
+ "baseName": "isPrivacyPolicyOnWebsite",
80
+ "type": "any"
81
+ },
82
+ {
83
+ "name": "isTosOnWebsite",
84
+ "baseName": "isTosOnWebsite",
85
+ "type": "any"
86
+ },
87
+ {
88
+ "name": "isStopUnderstood",
89
+ "baseName": "isStopUnderstood",
90
+ "type": "any"
91
+ },
92
+ {
93
+ "name": "isManualRead",
94
+ "baseName": "isManualRead",
95
+ "type": "any"
96
+ },
97
+ {
98
+ "name": "isCtiaShortCodeRead",
99
+ "baseName": "isCtiaShortCodeRead",
100
+ "type": "any"
101
+ },
102
+ {
103
+ "name": "isStandardsUnderstood",
104
+ "baseName": "isStandardsUnderstood",
105
+ "type": "any"
106
+ },
107
+ {
108
+ "name": "isShortCodeUnderstood",
109
+ "baseName": "isShortCodeUnderstood",
110
+ "type": "any"
111
+ },
112
+ {
113
+ "name": "isOptInOutUnderstood",
114
+ "baseName": "isOptInOutUnderstood",
115
+ "type": "any"
116
+ },
117
+ {
118
+ "name": "isShortCodeTransferUnderstood",
119
+ "baseName": "isShortCodeTransferUnderstood",
120
+ "type": "any"
121
+ },
122
+ {
123
+ "name": "isPricingUnderstood",
124
+ "baseName": "isPricingUnderstood",
125
+ "type": "any"
126
+ },
127
+ {
128
+ "name": "isShortCodeTimelineUnderstood",
129
+ "baseName": "isShortCodeTimelineUnderstood",
130
+ "type": "any"
131
+ },
132
+ {
133
+ "name": "verificationMobile",
134
+ "baseName": "verificationMobile",
135
+ "type": "string"
136
+ }
137
+ ];
138
+ //# sourceMappingURL=a2PSoleProprietorSubmission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"a2PSoleProprietorSubmission.js","sourceRoot":"","sources":["../../model/a2PSoleProprietorSubmission.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ import { BusinessClassificationPrivate } from './businessClassificationPrivate';
2
+ import { BusinessIndustry } from './businessIndustry';
3
+ import { BusinessRegistrationIdentifier } from './businessRegistrationIdentifier';
4
+ import { BusinessType } from './businessType';
5
+ import { JobPosition } from './jobPosition';
6
+ export declare class A2PStandardSubmission {
7
+ 'firstName': any | null;
8
+ 'lastName': any | null;
9
+ 'email': any | null;
10
+ 'businessClassification': BusinessClassificationPrivate;
11
+ 'businessIndustry': BusinessIndustry;
12
+ 'taxIDType': BusinessRegistrationIdentifier;
13
+ 'taxID': any | null;
14
+ 'websiteURL': any | null;
15
+ 'socialMediaURL': any | null;
16
+ 'regionsOfOperation': any | null;
17
+ 'messagingVolumeHigh': any | null;
18
+ 'jobTitle': any | null;
19
+ 'jobPosition': JobPosition;
20
+ 'businessName': any | null;
21
+ 'businessType': BusinessType;
22
+ 'address1': any | null;
23
+ 'address2'?: any | null;
24
+ 'city': any | null;
25
+ 'state': any | null;
26
+ 'postalCode': any | null;
27
+ 'country': any | null;
28
+ 'phoneNumber': any | null;
29
+ 'isTwilioTermsRead': any | null;
30
+ 'isPrivacyPolicyOnWebsite': any | null;
31
+ 'isTosOnWebsite': any | null;
32
+ 'isStopUnderstood': any | null;
33
+ 'isManualRead': any | null;
34
+ 'isCtiaShortCodeRead': any | null;
35
+ 'isStandardsUnderstood': any | null;
36
+ 'isShortCodeUnderstood': any | null;
37
+ 'isOptInOutUnderstood': any | null;
38
+ 'isShortCodeTransferUnderstood': any | null;
39
+ 'isPricingUnderstood': any | null;
40
+ 'isShortCodeTimelineUnderstood': any | null;
41
+ static discriminator: string | undefined;
42
+ static attributeTypeMap: Array<{
43
+ name: string;
44
+ baseName: string;
45
+ type: string;
46
+ }>;
47
+ static getAttributeTypeMap(): {
48
+ name: string;
49
+ baseName: string;
50
+ type: string;
51
+ }[];
52
+ }
53
+ export declare namespace A2PStandardSubmission {
54
+ }
@@ -0,0 +1,183 @@
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": "isPrivacyPolicyOnWebsite",
129
+ "baseName": "isPrivacyPolicyOnWebsite",
130
+ "type": "any"
131
+ },
132
+ {
133
+ "name": "isTosOnWebsite",
134
+ "baseName": "isTosOnWebsite",
135
+ "type": "any"
136
+ },
137
+ {
138
+ "name": "isStopUnderstood",
139
+ "baseName": "isStopUnderstood",
140
+ "type": "any"
141
+ },
142
+ {
143
+ "name": "isManualRead",
144
+ "baseName": "isManualRead",
145
+ "type": "any"
146
+ },
147
+ {
148
+ "name": "isCtiaShortCodeRead",
149
+ "baseName": "isCtiaShortCodeRead",
150
+ "type": "any"
151
+ },
152
+ {
153
+ "name": "isStandardsUnderstood",
154
+ "baseName": "isStandardsUnderstood",
155
+ "type": "any"
156
+ },
157
+ {
158
+ "name": "isShortCodeUnderstood",
159
+ "baseName": "isShortCodeUnderstood",
160
+ "type": "any"
161
+ },
162
+ {
163
+ "name": "isOptInOutUnderstood",
164
+ "baseName": "isOptInOutUnderstood",
165
+ "type": "any"
166
+ },
167
+ {
168
+ "name": "isShortCodeTransferUnderstood",
169
+ "baseName": "isShortCodeTransferUnderstood",
170
+ "type": "any"
171
+ },
172
+ {
173
+ "name": "isPricingUnderstood",
174
+ "baseName": "isPricingUnderstood",
175
+ "type": "any"
176
+ },
177
+ {
178
+ "name": "isShortCodeTimelineUnderstood",
179
+ "baseName": "isShortCodeTimelineUnderstood",
180
+ "type": "any"
181
+ }
182
+ ];
183
+ //# sourceMappingURL=a2PStandardSubmission.js.map