' Options: 'Date: 2025-05-05 00:28:25 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.evovoice.io ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: ImportPackage.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Voice.Api.Flows Namespace Global Namespace Voice.Api.Flows ''' '''Import the specified package ''' Public Partial Class ImportPackage Implements IReturnVoid ''' '''The account you want to import the package into ''' Public Overridable Property AccountId As String ''' '''The package you want to import (should be from a previous export) ''' Public Overridable Property Package As PackageInfo End Class Public Partial Class PackageInfo Public Overridable Property Flows As List(Of FlowInfo) Public Overridable Property CustomerFields As List(Of CustomerDataField) Public Overridable Property EndpointFields As List(Of EndpointDataField) Public Overridable Property SystemFields As List(Of SystemSettingsField) End Class End Namespace End Namespace