Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing options interfaces to typescript exports #474

Merged
merged 3 commits into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rest/accounts/v1/credential/aws.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ declare class AwsPage extends Page<V1, AwsPayload, AwsResource, AwsInstance> {
toJSON(): any;
}

export { AwsContext, AwsInstance, AwsList, AwsListInstance, AwsListInstanceCreateOptions, AwsListInstanceEachOptions, AwsListInstanceOptions, AwsListInstancePageOptions, AwsPage, AwsPayload, AwsResource, AwsSolution }
export { AwsContext, AwsInstance, AwsInstanceUpdateOptions, AwsList, AwsListInstance, AwsListInstanceCreateOptions, AwsListInstanceEachOptions, AwsListInstanceOptions, AwsListInstancePageOptions, AwsPage, AwsPayload, AwsResource, AwsSolution }
2 changes: 1 addition & 1 deletion lib/rest/accounts/v1/credential/publicKey.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ declare class PublicKeyPage extends Page<V1, PublicKeyPayload, PublicKeyResource
toJSON(): any;
}

export { PublicKeyContext, PublicKeyInstance, PublicKeyList, PublicKeyListInstance, PublicKeyListInstanceCreateOptions, PublicKeyListInstanceEachOptions, PublicKeyListInstanceOptions, PublicKeyListInstancePageOptions, PublicKeyPage, PublicKeyPayload, PublicKeyResource, PublicKeySolution }
export { PublicKeyContext, PublicKeyInstance, PublicKeyInstanceUpdateOptions, PublicKeyList, PublicKeyListInstance, PublicKeyListInstanceCreateOptions, PublicKeyListInstanceEachOptions, PublicKeyListInstanceOptions, PublicKeyListInstancePageOptions, PublicKeyPage, PublicKeyPayload, PublicKeyResource, PublicKeySolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,4 @@ declare class AccountPage extends Page<V2010, AccountPayload, AccountResource, A
toJSON(): any;
}

export { AccountContext, AccountInstance, AccountList, AccountListInstance, AccountListInstanceCreateOptions, AccountListInstanceEachOptions, AccountListInstanceOptions, AccountListInstancePageOptions, AccountPage, AccountPayload, AccountResource, AccountSolution }
export { AccountContext, AccountInstance, AccountInstanceUpdateOptions, AccountList, AccountListInstance, AccountListInstanceCreateOptions, AccountListInstanceEachOptions, AccountListInstanceOptions, AccountListInstancePageOptions, AccountPage, AccountPayload, AccountResource, AccountSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/address.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ declare class AddressPage extends Page<V2010, AddressPayload, AddressResource, A
toJSON(): any;
}

export { AddressContext, AddressInstance, AddressList, AddressListInstance, AddressListInstanceCreateOptions, AddressListInstanceEachOptions, AddressListInstanceOptions, AddressListInstancePageOptions, AddressPage, AddressPayload, AddressResource, AddressSolution }
export { AddressContext, AddressInstance, AddressInstanceUpdateOptions, AddressList, AddressListInstance, AddressListInstanceCreateOptions, AddressListInstanceEachOptions, AddressListInstanceOptions, AddressListInstancePageOptions, AddressPage, AddressPayload, AddressResource, AddressSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/application.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ declare class ApplicationPage extends Page<V2010, ApplicationPayload, Applicatio
toJSON(): any;
}

export { ApplicationContext, ApplicationInstance, ApplicationList, ApplicationListInstance, ApplicationListInstanceCreateOptions, ApplicationListInstanceEachOptions, ApplicationListInstanceOptions, ApplicationListInstancePageOptions, ApplicationPage, ApplicationPayload, ApplicationResource, ApplicationSolution }
export { ApplicationContext, ApplicationInstance, ApplicationInstanceUpdateOptions, ApplicationList, ApplicationListInstance, ApplicationListInstanceCreateOptions, ApplicationListInstanceEachOptions, ApplicationListInstanceOptions, ApplicationListInstancePageOptions, ApplicationPage, ApplicationPayload, ApplicationResource, ApplicationSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/call.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,4 @@ declare class CallPage extends Page<V2010, CallPayload, CallResource, CallInstan
toJSON(): any;
}

export { CallContext, CallInstance, CallList, CallListInstance, CallListInstanceCreateOptions, CallListInstanceEachOptions, CallListInstanceOptions, CallListInstancePageOptions, CallPage, CallPayload, CallResource, CallSolution }
export { CallContext, CallInstance, CallInstanceUpdateOptions, CallList, CallListInstance, CallListInstanceCreateOptions, CallListInstanceEachOptions, CallListInstanceOptions, CallListInstancePageOptions, CallPage, CallPayload, CallResource, CallSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/call/feedback.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ declare class FeedbackPage extends Page<V2010, FeedbackPayload, FeedbackResource
toJSON(): any;
}

export { FeedbackContext, FeedbackInstance, FeedbackList, FeedbackListInstance, FeedbackPage, FeedbackPayload, FeedbackResource, FeedbackSolution }
export { FeedbackContext, FeedbackInstance, FeedbackInstanceCreateOptions, FeedbackInstanceUpdateOptions, FeedbackList, FeedbackListInstance, FeedbackPage, FeedbackPayload, FeedbackResource, FeedbackSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/call/recording.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ declare class RecordingPage extends Page<V2010, RecordingPayload, RecordingResou
toJSON(): any;
}

export { RecordingContext, RecordingInstance, RecordingList, RecordingListInstance, RecordingListInstanceCreateOptions, RecordingListInstanceEachOptions, RecordingListInstanceOptions, RecordingListInstancePageOptions, RecordingPage, RecordingPayload, RecordingResource, RecordingSolution }
export { RecordingContext, RecordingInstance, RecordingInstanceUpdateOptions, RecordingList, RecordingListInstance, RecordingListInstanceCreateOptions, RecordingListInstanceEachOptions, RecordingListInstanceOptions, RecordingListInstancePageOptions, RecordingPage, RecordingPayload, RecordingResource, RecordingSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/conference.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,4 @@ declare class ConferencePage extends Page<V2010, ConferencePayload, ConferenceRe
toJSON(): any;
}

export { ConferenceContext, ConferenceInstance, ConferenceList, ConferenceListInstance, ConferenceListInstanceEachOptions, ConferenceListInstanceOptions, ConferenceListInstancePageOptions, ConferencePage, ConferencePayload, ConferenceResource, ConferenceSolution }
export { ConferenceContext, ConferenceInstance, ConferenceInstanceUpdateOptions, ConferenceList, ConferenceListInstance, ConferenceListInstanceEachOptions, ConferenceListInstanceOptions, ConferenceListInstancePageOptions, ConferencePage, ConferencePayload, ConferenceResource, ConferenceSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/conference/participant.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ declare class ParticipantPage extends Page<V2010, ParticipantPayload, Participan
toJSON(): any;
}

export { ParticipantContext, ParticipantInstance, ParticipantList, ParticipantListInstance, ParticipantListInstanceCreateOptions, ParticipantListInstanceEachOptions, ParticipantListInstanceOptions, ParticipantListInstancePageOptions, ParticipantPage, ParticipantPayload, ParticipantResource, ParticipantSolution }
export { ParticipantContext, ParticipantInstance, ParticipantInstanceUpdateOptions, ParticipantList, ParticipantListInstance, ParticipantListInstanceCreateOptions, ParticipantListInstanceEachOptions, ParticipantListInstanceOptions, ParticipantListInstancePageOptions, ParticipantPage, ParticipantPayload, ParticipantResource, ParticipantSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/conference/recording.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@ declare class RecordingPage extends Page<V2010, RecordingPayload, RecordingResou
toJSON(): any;
}

export { RecordingContext, RecordingInstance, RecordingList, RecordingListInstance, RecordingListInstanceEachOptions, RecordingListInstanceOptions, RecordingListInstancePageOptions, RecordingPage, RecordingPayload, RecordingResource, RecordingSolution }
export { RecordingContext, RecordingInstance, RecordingInstanceUpdateOptions, RecordingList, RecordingListInstance, RecordingListInstanceEachOptions, RecordingListInstanceOptions, RecordingListInstancePageOptions, RecordingPage, RecordingPayload, RecordingResource, RecordingSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/connectApp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ declare class ConnectAppPage extends Page<V2010, ConnectAppPayload, ConnectAppRe
toJSON(): any;
}

export { ConnectAppContext, ConnectAppInstance, ConnectAppList, ConnectAppListInstance, ConnectAppListInstanceEachOptions, ConnectAppListInstanceOptions, ConnectAppListInstancePageOptions, ConnectAppPage, ConnectAppPayload, ConnectAppResource, ConnectAppSolution }
export { ConnectAppContext, ConnectAppInstance, ConnectAppInstanceUpdateOptions, ConnectAppList, ConnectAppListInstance, ConnectAppListInstanceEachOptions, ConnectAppListInstanceOptions, ConnectAppListInstancePageOptions, ConnectAppPage, ConnectAppPayload, ConnectAppResource, ConnectAppSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/incomingPhoneNumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,4 +462,4 @@ declare class IncomingPhoneNumberPage extends Page<V2010, IncomingPhoneNumberPay
toJSON(): any;
}

export { IncomingPhoneNumberContext, IncomingPhoneNumberInstance, IncomingPhoneNumberList, IncomingPhoneNumberListInstance, IncomingPhoneNumberListInstanceCreateOptions, IncomingPhoneNumberListInstanceEachOptions, IncomingPhoneNumberListInstanceOptions, IncomingPhoneNumberListInstancePageOptions, IncomingPhoneNumberPage, IncomingPhoneNumberPayload, IncomingPhoneNumberResource, IncomingPhoneNumberSolution }
export { IncomingPhoneNumberContext, IncomingPhoneNumberInstance, IncomingPhoneNumberInstanceUpdateOptions, IncomingPhoneNumberList, IncomingPhoneNumberListInstance, IncomingPhoneNumberListInstanceCreateOptions, IncomingPhoneNumberListInstanceEachOptions, IncomingPhoneNumberListInstanceOptions, IncomingPhoneNumberListInstancePageOptions, IncomingPhoneNumberPage, IncomingPhoneNumberPayload, IncomingPhoneNumberResource, IncomingPhoneNumberSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/key.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ declare class KeyPage extends Page<V2010, KeyPayload, KeyResource, KeyInstance>
toJSON(): any;
}

export { KeyContext, KeyInstance, KeyList, KeyListInstance, KeyListInstanceEachOptions, KeyListInstanceOptions, KeyListInstancePageOptions, KeyPage, KeyPayload, KeyResource, KeySolution }
export { KeyContext, KeyInstance, KeyInstanceUpdateOptions, KeyList, KeyListInstance, KeyListInstanceEachOptions, KeyListInstanceOptions, KeyListInstancePageOptions, KeyPage, KeyPayload, KeyResource, KeySolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/message.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ declare class MessagePage extends Page<V2010, MessagePayload, MessageResource, M
toJSON(): any;
}

export { MessageContext, MessageInstance, MessageList, MessageListInstance, MessageListInstanceCreateOptions, MessageListInstanceEachOptions, MessageListInstanceOptions, MessageListInstancePageOptions, MessagePage, MessagePayload, MessageResource, MessageSolution }
export { MessageContext, MessageInstance, MessageInstanceUpdateOptions, MessageList, MessageListInstance, MessageListInstanceCreateOptions, MessageListInstanceEachOptions, MessageListInstanceOptions, MessageListInstancePageOptions, MessagePage, MessagePayload, MessageResource, MessageSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/outgoingCallerId.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ declare class OutgoingCallerIdPage extends Page<V2010, OutgoingCallerIdPayload,
toJSON(): any;
}

export { OutgoingCallerIdContext, OutgoingCallerIdInstance, OutgoingCallerIdList, OutgoingCallerIdListInstance, OutgoingCallerIdListInstanceEachOptions, OutgoingCallerIdListInstanceOptions, OutgoingCallerIdListInstancePageOptions, OutgoingCallerIdPage, OutgoingCallerIdPayload, OutgoingCallerIdResource, OutgoingCallerIdSolution }
export { OutgoingCallerIdContext, OutgoingCallerIdInstance, OutgoingCallerIdInstanceUpdateOptions, OutgoingCallerIdList, OutgoingCallerIdListInstance, OutgoingCallerIdListInstanceEachOptions, OutgoingCallerIdListInstanceOptions, OutgoingCallerIdListInstancePageOptions, OutgoingCallerIdPage, OutgoingCallerIdPayload, OutgoingCallerIdResource, OutgoingCallerIdSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/queue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ declare class QueuePage extends Page<V2010, QueuePayload, QueueResource, QueueIn
toJSON(): any;
}

export { QueueContext, QueueInstance, QueueList, QueueListInstance, QueueListInstanceCreateOptions, QueueListInstanceEachOptions, QueueListInstanceOptions, QueueListInstancePageOptions, QueuePage, QueuePayload, QueueResource, QueueSolution }
export { QueueContext, QueueInstance, QueueInstanceUpdateOptions, QueueList, QueueListInstance, QueueListInstanceCreateOptions, QueueListInstanceEachOptions, QueueListInstanceOptions, QueueListInstancePageOptions, QueuePage, QueuePayload, QueueResource, QueueSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/queue/member.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ declare class MemberPage extends Page<V2010, MemberPayload, MemberResource, Memb
toJSON(): any;
}

export { MemberContext, MemberInstance, MemberList, MemberListInstance, MemberListInstanceEachOptions, MemberListInstanceOptions, MemberListInstancePageOptions, MemberPage, MemberPayload, MemberResource, MemberSolution }
export { MemberContext, MemberInstance, MemberInstanceUpdateOptions, MemberList, MemberListInstance, MemberListInstanceEachOptions, MemberListInstanceOptions, MemberListInstancePageOptions, MemberPage, MemberPayload, MemberResource, MemberSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/shortCode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ declare class ShortCodePage extends Page<V2010, ShortCodePayload, ShortCodeResou
toJSON(): any;
}

export { ShortCodeContext, ShortCodeInstance, ShortCodeList, ShortCodeListInstance, ShortCodeListInstanceEachOptions, ShortCodeListInstanceOptions, ShortCodeListInstancePageOptions, ShortCodePage, ShortCodePayload, ShortCodeResource, ShortCodeSolution }
export { ShortCodeContext, ShortCodeInstance, ShortCodeInstanceUpdateOptions, ShortCodeList, ShortCodeListInstance, ShortCodeListInstanceEachOptions, ShortCodeListInstanceOptions, ShortCodeListInstancePageOptions, ShortCodePage, ShortCodePayload, ShortCodeResource, ShortCodeSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/signingKey.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ declare class SigningKeyPage extends Page<V2010, SigningKeyPayload, SigningKeyRe
toJSON(): any;
}

export { SigningKeyContext, SigningKeyInstance, SigningKeyList, SigningKeyListInstance, SigningKeyListInstanceEachOptions, SigningKeyListInstanceOptions, SigningKeyListInstancePageOptions, SigningKeyPage, SigningKeyPayload, SigningKeyResource, SigningKeySolution }
export { SigningKeyContext, SigningKeyInstance, SigningKeyInstanceUpdateOptions, SigningKeyList, SigningKeyListInstance, SigningKeyListInstanceEachOptions, SigningKeyListInstanceOptions, SigningKeyListInstancePageOptions, SigningKeyPage, SigningKeyPayload, SigningKeyResource, SigningKeySolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/sip/credentialList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ declare class CredentialListPage extends Page<V2010, CredentialListPayload, Cred
toJSON(): any;
}

export { CredentialListContext, CredentialListInstance, CredentialListList, CredentialListListInstance, CredentialListListInstanceCreateOptions, CredentialListListInstanceEachOptions, CredentialListListInstanceOptions, CredentialListListInstancePageOptions, CredentialListPage, CredentialListPayload, CredentialListResource, CredentialListSolution }
export { CredentialListContext, CredentialListInstance, CredentialListInstanceUpdateOptions, CredentialListList, CredentialListListInstance, CredentialListListInstanceCreateOptions, CredentialListListInstanceEachOptions, CredentialListListInstanceOptions, CredentialListListInstancePageOptions, CredentialListPage, CredentialListPayload, CredentialListResource, CredentialListSolution }
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ declare class CredentialPage extends Page<V2010, CredentialPayload, CredentialRe
toJSON(): any;
}

export { CredentialContext, CredentialInstance, CredentialList, CredentialListInstance, CredentialListInstanceCreateOptions, CredentialListInstanceEachOptions, CredentialListInstanceOptions, CredentialListInstancePageOptions, CredentialPage, CredentialPayload, CredentialResource, CredentialSolution }
export { CredentialContext, CredentialInstance, CredentialInstanceUpdateOptions, CredentialList, CredentialListInstance, CredentialListInstanceCreateOptions, CredentialListInstanceEachOptions, CredentialListInstanceOptions, CredentialListInstancePageOptions, CredentialPage, CredentialPayload, CredentialResource, CredentialSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/sip/domain.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,4 @@ declare class DomainPage extends Page<V2010, DomainPayload, DomainResource, Doma
toJSON(): any;
}

export { DomainContext, DomainInstance, DomainList, DomainListInstance, DomainListInstanceCreateOptions, DomainListInstanceEachOptions, DomainListInstanceOptions, DomainListInstancePageOptions, DomainPage, DomainPayload, DomainResource, DomainSolution }
export { DomainContext, DomainInstance, DomainInstanceUpdateOptions, DomainList, DomainListInstance, DomainListInstanceCreateOptions, DomainListInstanceEachOptions, DomainListInstanceOptions, DomainListInstancePageOptions, DomainPage, DomainPayload, DomainResource, DomainSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/sip/ipAccessControlList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ declare class IpAccessControlListPage extends Page<V2010, IpAccessControlListPay
toJSON(): any;
}

export { IpAccessControlListContext, IpAccessControlListInstance, IpAccessControlListList, IpAccessControlListListInstance, IpAccessControlListListInstanceCreateOptions, IpAccessControlListListInstanceEachOptions, IpAccessControlListListInstanceOptions, IpAccessControlListListInstancePageOptions, IpAccessControlListPage, IpAccessControlListPayload, IpAccessControlListResource, IpAccessControlListSolution }
export { IpAccessControlListContext, IpAccessControlListInstance, IpAccessControlListInstanceUpdateOptions, IpAccessControlListList, IpAccessControlListListInstance, IpAccessControlListListInstanceCreateOptions, IpAccessControlListListInstanceEachOptions, IpAccessControlListListInstanceOptions, IpAccessControlListListInstancePageOptions, IpAccessControlListPage, IpAccessControlListPayload, IpAccessControlListResource, IpAccessControlListSolution }
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ declare class IpAddressPage extends Page<V2010, IpAddressPayload, IpAddressResou
toJSON(): any;
}

export { IpAddressContext, IpAddressInstance, IpAddressList, IpAddressListInstance, IpAddressListInstanceCreateOptions, IpAddressListInstanceEachOptions, IpAddressListInstanceOptions, IpAddressListInstancePageOptions, IpAddressPage, IpAddressPayload, IpAddressResource, IpAddressSolution }
export { IpAddressContext, IpAddressInstance, IpAddressInstanceUpdateOptions, IpAddressList, IpAddressListInstance, IpAddressListInstanceCreateOptions, IpAddressListInstanceEachOptions, IpAddressListInstanceOptions, IpAddressListInstancePageOptions, IpAddressPage, IpAddressPayload, IpAddressResource, IpAddressSolution }
2 changes: 1 addition & 1 deletion lib/rest/api/v2010/account/usage/trigger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ declare class TriggerPage extends Page<V2010, TriggerPayload, TriggerResource, T
toJSON(): any;
}

export { TriggerContext, TriggerInstance, TriggerList, TriggerListInstance, TriggerListInstanceCreateOptions, TriggerListInstanceEachOptions, TriggerListInstanceOptions, TriggerListInstancePageOptions, TriggerPage, TriggerPayload, TriggerResource, TriggerSolution }
export { TriggerContext, TriggerInstance, TriggerInstanceUpdateOptions, TriggerList, TriggerListInstance, TriggerListInstanceCreateOptions, TriggerListInstanceEachOptions, TriggerListInstanceOptions, TriggerListInstancePageOptions, TriggerPage, TriggerPayload, TriggerResource, TriggerSolution }
2 changes: 1 addition & 1 deletion lib/rest/authy/v1/service.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ declare class ServicePage extends Page<V1, ServicePayload, ServiceResource, Serv
toJSON(): any;
}

export { ServiceContext, ServiceInstance, ServiceList, ServiceListInstance, ServiceListInstanceCreateOptions, ServiceListInstanceEachOptions, ServiceListInstanceOptions, ServiceListInstancePageOptions, ServicePage, ServicePayload, ServiceResource, ServiceSolution }
export { ServiceContext, ServiceInstance, ServiceInstanceUpdateOptions, ServiceList, ServiceListInstance, ServiceListInstanceCreateOptions, ServiceListInstanceEachOptions, ServiceListInstanceOptions, ServiceListInstancePageOptions, ServicePage, ServicePayload, ServiceResource, ServiceSolution }
2 changes: 1 addition & 1 deletion lib/rest/authy/v1/service/entity/factor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,4 @@ declare class FactorPage extends Page<V1, FactorPayload, FactorResource, FactorI
toJSON(): any;
}

export { FactorContext, FactorInstance, FactorList, FactorListInstance, FactorListInstanceCreateOptions, FactorListInstanceEachOptions, FactorListInstanceOptions, FactorListInstancePageOptions, FactorPage, FactorPayload, FactorResource, FactorSolution }
export { FactorContext, FactorInstance, FactorInstanceUpdateOptions, FactorList, FactorListInstance, FactorListInstanceCreateOptions, FactorListInstanceEachOptions, FactorListInstanceOptions, FactorListInstancePageOptions, FactorPage, FactorPayload, FactorResource, FactorSolution }
2 changes: 1 addition & 1 deletion lib/rest/authy/v1/service/entity/factor/challenge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ declare class ChallengePage extends Page<V1, ChallengePayload, ChallengeResource
toJSON(): any;
}

export { ChallengeContext, ChallengeInstance, ChallengeList, ChallengeListInstance, ChallengeListInstanceCreateOptions, ChallengePage, ChallengePayload, ChallengeResource, ChallengeSolution }
export { ChallengeContext, ChallengeInstance, ChallengeInstanceUpdateOptions, ChallengeList, ChallengeListInstance, ChallengeListInstanceCreateOptions, ChallengePage, ChallengePayload, ChallengeResource, ChallengeSolution }
Loading