Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAccountClient
public partial class AccountClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetAccountServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAccountClient
public partial class AccountClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetBillingUsageServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAccountClient
public partial class AccountClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetTeamServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAccountClient
public partial class AccountClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetTeamsServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ResembleAI
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackageDuetsClient : global::ResembleAI.ISubpackageDuetsClient, global::System.IDisposable
public sealed partial class AccountClient : global::ResembleAI.IAccountClient, global::System.IDisposable
{
/// <summary>
///
Expand Down Expand Up @@ -43,15 +43,15 @@ public sealed partial class SubpackageDuetsClient : global::ResembleAI.ISubpacka


/// <summary>
/// Creates a new instance of the SubpackageDuetsClient.
/// Creates a new instance of the AccountClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageDuetsClient(
public AccountClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations = null,
Expand All @@ -65,14 +65,14 @@ public SubpackageDuetsClient(
}

/// <summary>
/// Creates a new instance of the SubpackageDuetsClient with explicit options but no base URL override.
/// Creates a new instance of the AccountClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageDuetsClient(
public AccountClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
Expand All @@ -86,7 +86,7 @@ public SubpackageDuetsClient(
}

/// <summary>
/// Creates a new instance of the SubpackageDuetsClient.
/// Creates a new instance of the AccountClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -95,7 +95,7 @@ public SubpackageDuetsClient(
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageDuetsClient(
public AccountClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_AttachKnowledgeItemToAgentServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_CreateKnowledgeItemServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_DeleteKnowledgeItemServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_DetachKnowledgeItemFromAgentServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetKnowledgeItemServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ListAgentKnowledgeItemsServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ListKnowledgeItemsServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentKnowledgeBaseClient
public partial class AgentKnowledgeBaseClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ReingestKnowledgeItemServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ResembleAI
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackageIdentityClient : global::ResembleAI.ISubpackageIdentityClient, global::System.IDisposable
public sealed partial class AgentKnowledgeBaseClient : global::ResembleAI.IAgentKnowledgeBaseClient, global::System.IDisposable
{
/// <summary>
///
Expand Down Expand Up @@ -43,15 +43,15 @@ public sealed partial class SubpackageIdentityClient : global::ResembleAI.ISubpa


/// <summary>
/// Creates a new instance of the SubpackageIdentityClient.
/// Creates a new instance of the AgentKnowledgeBaseClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageIdentityClient(
public AgentKnowledgeBaseClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations = null,
Expand All @@ -65,14 +65,14 @@ public SubpackageIdentityClient(
}

/// <summary>
/// Creates a new instance of the SubpackageIdentityClient with explicit options but no base URL override.
/// Creates a new instance of the AgentKnowledgeBaseClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageIdentityClient(
public AgentKnowledgeBaseClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
Expand All @@ -86,7 +86,7 @@ public SubpackageIdentityClient(
}

/// <summary>
/// Creates a new instance of the SubpackageIdentityClient.
/// Creates a new instance of the AgentKnowledgeBaseClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -95,7 +95,7 @@ public SubpackageIdentityClient(
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageIdentityClient(
public AgentKnowledgeBaseClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentPhoneNumbersClient
public partial class AgentPhoneNumbersClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_CreatePhoneNumberServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentPhoneNumbersClient
public partial class AgentPhoneNumbersClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_DeletePhoneNumberServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentPhoneNumbersClient
public partial class AgentPhoneNumbersClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ForceDeletePhoneNumberServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentPhoneNumbersClient
public partial class AgentPhoneNumbersClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetPhoneNumberServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentPhoneNumbersClient
public partial class AgentPhoneNumbersClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ListPhoneNumbersServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ResembleAI
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
public sealed partial class SubpackageAccountClient : global::ResembleAI.ISubpackageAccountClient, global::System.IDisposable
public sealed partial class AgentPhoneNumbersClient : global::ResembleAI.IAgentPhoneNumbersClient, global::System.IDisposable
{
/// <summary>
///
Expand Down Expand Up @@ -43,15 +43,15 @@ public sealed partial class SubpackageAccountClient : global::ResembleAI.ISubpac


/// <summary>
/// Creates a new instance of the SubpackageAccountClient.
/// Creates a new instance of the AgentPhoneNumbersClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="baseUri">The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAccountClient(
public AgentPhoneNumbersClient(
global::System.Net.Http.HttpClient? httpClient = null,
global::System.Uri? baseUri = null,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations = null,
Expand All @@ -65,14 +65,14 @@ public SubpackageAccountClient(
}

/// <summary>
/// Creates a new instance of the SubpackageAccountClient with explicit options but no base URL override.
/// Creates a new instance of the AgentPhoneNumbersClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAccountClient(
public AgentPhoneNumbersClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
Expand All @@ -86,7 +86,7 @@ public SubpackageAccountClient(
}

/// <summary>
/// Creates a new instance of the SubpackageAccountClient.
/// Creates a new instance of the AgentPhoneNumbersClient.
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand All @@ -95,7 +95,7 @@ public SubpackageAccountClient(
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAccountClient(
public AgentPhoneNumbersClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Uri? baseUri,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentToolsClient
public partial class AgentToolsClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_CreateAgentToolServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentToolsClient
public partial class AgentToolsClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_DeleteAgentToolServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentToolsClient
public partial class AgentToolsClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_GetAgentToolServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentToolsClient
public partial class AgentToolsClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_ListAgentToolsServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace ResembleAI
{
public partial class SubpackageAgentToolsClient
public partial class AgentToolsClient
{

private static readonly global::ResembleAI.AutoSDKServer[] s_UpdateAgentToolServers = new global::ResembleAI.AutoSDKServer[]
Expand Down
Loading
Loading