@signnow/api-client
Version:
SignNow REST Service Wrapper
39 lines (38 loc) • 3.55 kB
TypeScript
export type { EmailVerifyPut as EmailVerifyPutResponse } from './response/emailVerifyPut';
export type { InitialGet as InitialGetResponse } from './response/initialGet';
export type { InitialPut as InitialPutResponse } from './response/initialPut';
export type { ResetPasswordPost as ResetPasswordPostResponse } from './response/resetPasswordPost';
export type { UserGet as UserGetResponse } from './response/userGet';
export type { UserPost as UserPostResponse } from './response/userPost';
export type { UserPut as UserPutResponse } from './response/userPut';
export type { ActiveLogo as ActiveLogoResponseAttribute } from './response/data/activeLogo';
export type { BillingPeriod as BillingPeriodResponseAttribute } from './response/data/billingPeriod';
export type { CloudExportAccountDetail as CloudExportAccountDetailResponseAttribute } from './response/data/cloudExportAccountDetail';
export type { Company as CompanyResponseAttribute } from './response/data/company';
export type { Domain as DomainResponseAttribute } from './response/data/domain';
export type { GatewaySubscription as GatewaySubscriptionResponseAttribute } from './response/data/gatewaySubscription';
export type { IssueNotification as IssueNotificationResponseAttribute } from './response/data/issueNotification';
export type { Logo as LogoResponseAttribute } from './response/data/logo';
export type { Organization as OrganizationResponseAttribute } from './response/data/organization';
export type { OrganizationSettings as OrganizationSettingsResponseAttribute } from './response/data/organizationSettings';
export type { Settings as SettingsResponseAttribute } from './response/data/settings';
export type { Status as StatusResponseAttribute } from './response/data/status';
export type { Subscription as SubscriptionResponseAttribute } from './response/data/subscription';
export type { Team as TeamResponseAttribute } from './response/data/team';
export type { MerchantAccount as MerchantAccountResponseAttribute } from './response/data/merchantAccount/merchantAccount';
export type { Api as PremiumAccessApiResponseAttribute } from './response/data/premiumAccess/api';
export type { GatewaySubscription as PremiumAccessGatewaySubscriptionResponseAttribute } from './response/data/premiumAccess/gatewaySubscription';
export type { Marketplace as PremiumAccessMarketplaceResponseAttribute } from './response/data/premiumAccess/marketplace';
export type { Plan as PremiumAccessPlanResponseAttribute } from './response/data/premiumAccess/plan';
export type { PremiumAccess as PremiumAccessResponseAttribute } from './response/data/premiumAccess/premiumAccess';
export type { Subscription as PremiumAccessSubscriptionResponseAttribute } from './response/data/premiumAccess/subscription';
export type { User as PremiumAccessUserResponseAttribute } from './response/data/premiumAccess/user';
export type { Admin as TeamAdminResponseAttribute } from './response/data/team/admin';
export type { Team as TeamTeamResponseAttribute } from './response/data/team/team';
export { EmailVerifyPut as EmailVerifyPutRequest } from './request/emailVerifyPut';
export { InitialGet as InitialGetRequest } from './request/initialGet';
export { InitialPut as InitialPutRequest } from './request/initialPut';
export { ResetPasswordPost as ResetPasswordPostRequest } from './request/resetPasswordPost';
export { UserGet as UserGetRequest } from './request/userGet';
export { UserPost as UserPostRequest } from './request/userPost';
export { UserPut as UserPutRequest } from './request/userPut';