@@ -42,12 +42,6 @@ import {
4242import { NumberLookupParams , NumberLookupResponse , Numbers } from './resources/numbers' ;
4343import {
4444 APIResponseTemplate ,
45- SentDmServicesCommonContractsPocOsAuthenticationConfig ,
46- SentDmServicesCommonContractsPocOsTemplateBody ,
47- SentDmServicesCommonContractsPocOsTemplateButton ,
48- SentDmServicesCommonContractsPocOsTemplateButtonProps ,
49- SentDmServicesCommonContractsPocOsTemplateFooter ,
50- SentDmServicesCommonContractsPocOsTemplateHeader ,
5145 Template ,
5246 TemplateBodyContent ,
5347 TemplateCreateParams ,
@@ -75,7 +69,7 @@ import {
7569 APIError ,
7670 APIMeta ,
7771 APIResponseWebhook ,
78- MutationRequestBase ,
72+ MutationRequest ,
7973 PaginationMeta ,
8074 WebhookCreateParams ,
8175 WebhookDeleteParams ,
@@ -101,8 +95,8 @@ import {
10195 BrandsBrandData ,
10296 DestinationCountry ,
10397 PaymentDetails ,
104- ProfileCompleteSetupParams ,
105- ProfileCompleteSetupResponse ,
98+ ProfileCompleteParams ,
99+ ProfileCompleteResponse ,
106100 ProfileCreateParams ,
107101 ProfileDeleteParams ,
108102 ProfileDetail ,
@@ -111,9 +105,6 @@ import {
111105 ProfileRetrieveParams ,
112106 ProfileUpdateParams ,
113107 Profiles ,
114- SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfo ,
115- SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo ,
116- SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfo ,
117108 TcrBrandRelationship ,
118109 TcrVertical ,
119110} from './resources/profiles/profiles' ;
@@ -868,7 +859,7 @@ export declare namespace SentDm {
868859 type APIError as APIError ,
869860 type APIMeta as APIMeta ,
870861 type APIResponseWebhook as APIResponseWebhook ,
871- type MutationRequestBase as MutationRequestBase ,
862+ type MutationRequest as MutationRequest ,
872863 type PaginationMeta as PaginationMeta ,
873864 type WebhookResponse as WebhookResponse ,
874865 type WebhookListResponse as WebhookListResponse ,
@@ -903,12 +894,6 @@ export declare namespace SentDm {
903894 export {
904895 Templates as Templates ,
905896 type APIResponseTemplate as APIResponseTemplate ,
906- type SentDmServicesCommonContractsPocOsAuthenticationConfig as SentDmServicesCommonContractsPocOsAuthenticationConfig ,
907- type SentDmServicesCommonContractsPocOsTemplateBody as SentDmServicesCommonContractsPocOsTemplateBody ,
908- type SentDmServicesCommonContractsPocOsTemplateButton as SentDmServicesCommonContractsPocOsTemplateButton ,
909- type SentDmServicesCommonContractsPocOsTemplateButtonProps as SentDmServicesCommonContractsPocOsTemplateButtonProps ,
910- type SentDmServicesCommonContractsPocOsTemplateFooter as SentDmServicesCommonContractsPocOsTemplateFooter ,
911- type SentDmServicesCommonContractsPocOsTemplateHeader as SentDmServicesCommonContractsPocOsTemplateHeader ,
912897 type Template as Template ,
913898 type TemplateBodyContent as TemplateBodyContent ,
914899 type TemplateDefinition as TemplateDefinition ,
@@ -929,19 +914,16 @@ export declare namespace SentDm {
929914 type DestinationCountry as DestinationCountry ,
930915 type PaymentDetails as PaymentDetails ,
931916 type ProfileDetail as ProfileDetail ,
932- type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfo as SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfo ,
933- type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo as SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo ,
934- type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfo as SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfo ,
935917 type TcrBrandRelationship as TcrBrandRelationship ,
936918 type TcrVertical as TcrVertical ,
937919 type ProfileListResponse as ProfileListResponse ,
938- type ProfileCompleteSetupResponse as ProfileCompleteSetupResponse ,
920+ type ProfileCompleteResponse as ProfileCompleteResponse ,
939921 type ProfileCreateParams as ProfileCreateParams ,
940922 type ProfileRetrieveParams as ProfileRetrieveParams ,
941923 type ProfileUpdateParams as ProfileUpdateParams ,
942924 type ProfileListParams as ProfileListParams ,
943925 type ProfileDeleteParams as ProfileDeleteParams ,
944- type ProfileCompleteSetupParams as ProfileCompleteSetupParams ,
926+ type ProfileCompleteParams as ProfileCompleteParams ,
945927 } ;
946928
947929 export {
@@ -978,6 +960,4 @@ export declare namespace SentDm {
978960 type MeRetrieveResponse as MeRetrieveResponse ,
979961 type MeRetrieveParams as MeRetrieveParams ,
980962 } ;
981-
982- export type BaseDto = API . BaseDto ;
983963}
0 commit comments