Skip to content

Commit

Permalink
remove readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jmordica committed May 11, 2023
1 parent a02121a commit 62f0698
Showing 1 changed file with 117 additions and 117 deletions.
234 changes: 117 additions & 117 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,124 +126,124 @@ type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;

export class Telnyx {

public readonly accessTokens: AccessTokensService;
public readonly advancedOptInOptOut: AdvancedOptInOptOutService;
public readonly authenticationProviders: AuthenticationProvidersService;
public readonly autoresponseConfigs: AutoresponseConfigsService;
public readonly autoResponseSettings: AutoResponseSettingsService;
public readonly billing: BillingService;
public readonly billingGroups: BillingGroupsService;
public readonly brands: BrandsService;
public readonly bucket: BucketService;
public readonly bulkCredentials: BulkCredentialsService;
public readonly bulkPhoneNumberCampaigns: BulkPhoneNumberCampaignsService;
public readonly bulkSoleProprietorCreation: BulkSoleProprietorCreationService;
public readonly businessIdentity: BusinessIdentityService;
public readonly callCommands: CallCommandsService;
public readonly callControlApplications: CallControlApplicationsService;
public readonly callInformation: CallInformationService;
public readonly callRecordings: CallRecordingsService;
public readonly campaign: CampaignService;
public readonly cdrUsageReports: CdrUsageReportsService;
public readonly channelZones: ChannelZonesService;
public readonly conferenceCommands: ConferenceCommandsService;
public readonly connections: ConnectionsService;
public readonly credentialConnections: CredentialConnectionsService;
public readonly credentials: CredentialsService;
public readonly csvDownloads: CsvDownloadsService;
public readonly customerServiceRecord: CustomerServiceRecordService;
public readonly debugging: DebuggingService;
public readonly detailRecords: DetailRecordsService;
public readonly dialogflowIntegration: DialogflowIntegrationService;
public readonly documents: DocumentsService;
public readonly dynamicEmergencyAddresses: DynamicEmergencyAddressesService;
public readonly dynamicEmergencyEndpoints: DynamicEmergencyEndpointsService;
public readonly enum: EnumService;
public readonly error: ErrorService;
public readonly fqdnConnections: FqdnConnectionsService;
public readonly fqdNs: FqdNsService;
public readonly globalIPs: GlobalIPsService;
public readonly inboundChannels: InboundChannelsService;
public readonly inventoryLevel: InventoryLevelService;
public readonly ipAddresses: IpAddressesService;
public readonly ipConnections: IpConnectionsService;
public readonly ipRanges: IpRangesService;
public readonly iPs: IPsService;
public readonly managedAccounts: ManagedAccountsService;
public readonly mdrDetailReports: MdrDetailReportsService;
public readonly mdrUsageReports: MdrUsageReportsService;
public readonly mediaStorageApi: MediaStorageApiService;
public readonly messages: MessagesService;
public readonly messagingHostedNumber: MessagingHostedNumberService;
public readonly messagingProfiles: MessagingProfilesService;
public readonly messagingTollfreeVerification: MessagingTollfreeVerificationService;
public readonly messagingTollfreeVerifications: MessagingTollfreeVerificationsService;
public readonly messagingUrlDomains: MessagingUrlDomainsService;
public readonly mobileOperatorNetworks: MobileOperatorNetworksService;
public readonly networks: NetworksService;
public readonly notifications: NotificationsService;
public readonly numberBackgroundJobs: NumberBackgroundJobsService;
public readonly numberBlockOrders: NumberBlockOrdersService;
public readonly numberBlocksBackgroundJobs: NumberBlocksBackgroundJobsService;
public readonly numberConfigurations: NumberConfigurationsService;
public readonly numberLookup: NumberLookupService;
public readonly numberOrderDocuments: NumberOrderDocumentsService;
public readonly numberOrders: NumberOrdersService;
public readonly numberPortout: NumberPortoutService;
public readonly numberReservations: NumberReservationsService;
public readonly numberSearch: NumberSearchService;
public readonly object: ObjectService;
public readonly otaUpdates: OtaUpdatesService;
public readonly outboundVoiceProfiles: OutboundVoiceProfilesService;
public readonly phoneNumberCampaigns: PhoneNumberCampaignsService;
public readonly phoneNumberPorting: PhoneNumberPortingService;
public readonly portingOrder: PortingOrderService;
public readonly privateWirelessGateways: PrivateWirelessGatewaysService;
public readonly programmableFaxApplications: ProgrammableFaxApplicationsService;
public readonly programmableFaxCommands: ProgrammableFaxCommandsService;
public readonly publicInternetGateways: PublicInternetGatewaysService;
public readonly pushCredentials: PushCredentialsService;
public readonly queueCommands: QueueCommandsService;
public readonly recordingsCommands: RecordingsCommandsService;
public readonly regions: RegionsService;
public readonly registerCall: RegisterCallService;
public readonly reporting: ReportingService;
public readonly reports: ReportsService;
public readonly requirements: RequirementsService;
public readonly requirementTypes: RequirementTypesService;
public readonly roomCompositions: RoomCompositionsService;
public readonly roomParticipants: RoomParticipantsService;
public readonly roomRecordings: RoomRecordingsService;
public readonly rooms: RoomsService;
public readonly roomsClientTokens: RoomsClientTokensService;
public readonly roomSessions: RoomSessionsService;
public readonly sharedCampaigns: SharedCampaignsService;
public readonly shortCodes: ShortCodesService;
public readonly simCardActions: SimCardActionsService;
public readonly simCardGroupActions: SimCardGroupActionsService;
public readonly simCardGroups: SimCardGroupsService;
public readonly simCardOrders: SimCardOrdersService;
public readonly simCards: SimCardsService;
public readonly teXmlApplications: TeXmlApplicationsService;
public readonly teXmlRestCommands: TeXmlRestCommandsService;
public readonly v2: V2Service;
public readonly verifiedCallsDisplayProfile: VerifiedCallsDisplayProfileService;
public readonly verifiedNumbers: VerifiedNumbersService;
public readonly verify: VerifyService;
public readonly virtualCrossConnects: VirtualCrossConnectsService;
public readonly wdrDetailReports: WdrDetailReportsService;
public readonly webhooks: WebhooksService;
public readonly whatsAppBusinessAccount: WhatsAppBusinessAccountService;
public readonly whatsAppContacts: WhatsAppContactsService;
public readonly whatsAppDetailReports: WhatsAppDetailReportsService;
public readonly whatsAppMedia: WhatsAppMediaService;
public readonly whatsAppMessages: WhatsAppMessagesService;
public readonly whatsAppMessageTemplate: WhatsAppMessageTemplateService;
public readonly whatsAppPhoneNumber: WhatsAppPhoneNumberService;
public readonly whatsAppUsageAggregations: WhatsAppUsageAggregationsService;
public readonly wireGuardInterfaces: WireGuardInterfacesService;
public accessTokens: AccessTokensService;
public advancedOptInOptOut: AdvancedOptInOptOutService;
public authenticationProviders: AuthenticationProvidersService;
public autoresponseConfigs: AutoresponseConfigsService;
public autoResponseSettings: AutoResponseSettingsService;
public billing: BillingService;
public billingGroups: BillingGroupsService;
public brands: BrandsService;
public bucket: BucketService;
public bulkCredentials: BulkCredentialsService;
public bulkPhoneNumberCampaigns: BulkPhoneNumberCampaignsService;
public bulkSoleProprietorCreation: BulkSoleProprietorCreationService;
public businessIdentity: BusinessIdentityService;
public callCommands: CallCommandsService;
public callControlApplications: CallControlApplicationsService;
public callInformation: CallInformationService;
public callRecordings: CallRecordingsService;
public campaign: CampaignService;
public cdrUsageReports: CdrUsageReportsService;
public channelZones: ChannelZonesService;
public conferenceCommands: ConferenceCommandsService;
public connections: ConnectionsService;
public credentialConnections: CredentialConnectionsService;
public credentials: CredentialsService;
public csvDownloads: CsvDownloadsService;
public customerServiceRecord: CustomerServiceRecordService;
public debugging: DebuggingService;
public detailRecords: DetailRecordsService;
public dialogflowIntegration: DialogflowIntegrationService;
public documents: DocumentsService;
public dynamicEmergencyAddresses: DynamicEmergencyAddressesService;
public dynamicEmergencyEndpoints: DynamicEmergencyEndpointsService;
public enum: EnumService;
public error: ErrorService;
public fqdnConnections: FqdnConnectionsService;
public fqdNs: FqdNsService;
public globalIPs: GlobalIPsService;
public inboundChannels: InboundChannelsService;
public inventoryLevel: InventoryLevelService;
public ipAddresses: IpAddressesService;
public ipConnections: IpConnectionsService;
public ipRanges: IpRangesService;
public iPs: IPsService;
public managedAccounts: ManagedAccountsService;
public mdrDetailReports: MdrDetailReportsService;
public mdrUsageReports: MdrUsageReportsService;
public mediaStorageApi: MediaStorageApiService;
public messages: MessagesService;
public messagingHostedNumber: MessagingHostedNumberService;
public messagingProfiles: MessagingProfilesService;
public messagingTollfreeVerification: MessagingTollfreeVerificationService;
public messagingTollfreeVerifications: MessagingTollfreeVerificationsService;
public messagingUrlDomains: MessagingUrlDomainsService;
public mobileOperatorNetworks: MobileOperatorNetworksService;
public networks: NetworksService;
public notifications: NotificationsService;
public numberBackgroundJobs: NumberBackgroundJobsService;
public numberBlockOrders: NumberBlockOrdersService;
public numberBlocksBackgroundJobs: NumberBlocksBackgroundJobsService;
public numberConfigurations: NumberConfigurationsService;
public numberLookup: NumberLookupService;
public numberOrderDocuments: NumberOrderDocumentsService;
public numberOrders: NumberOrdersService;
public numberPortout: NumberPortoutService;
public numberReservations: NumberReservationsService;
public numberSearch: NumberSearchService;
public object: ObjectService;
public otaUpdates: OtaUpdatesService;
public outboundVoiceProfiles: OutboundVoiceProfilesService;
public phoneNumberCampaigns: PhoneNumberCampaignsService;
public phoneNumberPorting: PhoneNumberPortingService;
public portingOrder: PortingOrderService;
public privateWirelessGateways: PrivateWirelessGatewaysService;
public programmableFaxApplications: ProgrammableFaxApplicationsService;
public programmableFaxCommands: ProgrammableFaxCommandsService;
public publicInternetGateways: PublicInternetGatewaysService;
public pushCredentials: PushCredentialsService;
public queueCommands: QueueCommandsService;
public recordingsCommands: RecordingsCommandsService;
public regions: RegionsService;
public registerCall: RegisterCallService;
public reporting: ReportingService;
public reports: ReportsService;
public requirements: RequirementsService;
public requirementTypes: RequirementTypesService;
public roomCompositions: RoomCompositionsService;
public roomParticipants: RoomParticipantsService;
public roomRecordings: RoomRecordingsService;
public rooms: RoomsService;
public roomsClientTokens: RoomsClientTokensService;
public roomSessions: RoomSessionsService;
public sharedCampaigns: SharedCampaignsService;
public shortCodes: ShortCodesService;
public simCardActions: SimCardActionsService;
public simCardGroupActions: SimCardGroupActionsService;
public simCardGroups: SimCardGroupsService;
public simCardOrders: SimCardOrdersService;
public simCards: SimCardsService;
public teXmlApplications: TeXmlApplicationsService;
public teXmlRestCommands: TeXmlRestCommandsService;
public v2: V2Service;
public verifiedCallsDisplayProfile: VerifiedCallsDisplayProfileService;
public verifiedNumbers: VerifiedNumbersService;
public verify: VerifyService;
public virtualCrossConnects: VirtualCrossConnectsService;
public wdrDetailReports: WdrDetailReportsService;
public webhooks: WebhooksService;
public whatsAppBusinessAccount: WhatsAppBusinessAccountService;
public whatsAppContacts: WhatsAppContactsService;
public whatsAppDetailReports: WhatsAppDetailReportsService;
public whatsAppMedia: WhatsAppMediaService;
public whatsAppMessages: WhatsAppMessagesService;
public whatsAppMessageTemplate: WhatsAppMessageTemplateService;
public whatsAppPhoneNumber: WhatsAppPhoneNumberService;
public whatsAppUsageAggregations: WhatsAppUsageAggregationsService;
public wireGuardInterfaces: WireGuardInterfacesService;

public readonly request: BaseHttpRequest;
public request: BaseHttpRequest;

constructor(config?: Partial<OpenAPIConfig>, HttpRequest: HttpRequestConstructor = FetchHttpRequest) {
this.request = new HttpRequest({
Expand Down

0 comments on commit 62f0698

Please sign in to comment.