Skip to content

Commit

Permalink
Merge pull request #5 from tryAGI/bot/update-openapi_202410112122
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
2 parents 99f75c2 + 97703c2 commit 621849f
Show file tree
Hide file tree
Showing 25 changed files with 171 additions and 215 deletions.
334 changes: 145 additions & 189 deletions src/libs/Weaviate/Generated/JsonSerializerContextTypes.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ partial void ProcessBackupsRestoreResponseContent(
global::Weaviate.RestoreConfig? config = default,
global::System.Collections.Generic.IList<string>? include = default,
global::System.Collections.Generic.IList<string>? exclude = default,
global::Weaviate.BackupRestoreRequestNodeMapping? nodeMapping = default,
global::System.Collections.Generic.Dictionary<string, string>? nodeMapping = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.BackupRestoreRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ partial void ProcessClassificationsPostResponseContent(
global::Weaviate.ClassificationStatus? status = default,
global::Weaviate.ClassificationMeta? meta = default,
string? type = default,
global::Weaviate.ClassificationSettings? settings = default,
object? settings = default,
string? error = default,
global::Weaviate.ClassificationFilters? filters = default,
global::System.Threading.CancellationToken cancellationToken = default)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ partial void ProcessGraphqlPostResponseContent(
public async global::System.Threading.Tasks.Task<global::Weaviate.GraphQLResponse> GraphqlPostAsync(
string? operationName = default,
string? query = default,
global::Weaviate.GraphQLQueryVariables? variables = default,
object? variables = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.GraphQLQuery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public partial interface IBackupsClient
global::Weaviate.RestoreConfig? config = default,
global::System.Collections.Generic.IList<string>? include = default,
global::System.Collections.Generic.IList<string>? exclude = default,
global::Weaviate.BackupRestoreRequestNodeMapping? nodeMapping = default,
global::System.Collections.Generic.Dictionary<string, string>? nodeMapping = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public partial interface IClassificationsClient
global::Weaviate.ClassificationStatus? status = default,
global::Weaviate.ClassificationMeta? meta = default,
string? type = default,
global::Weaviate.ClassificationSettings? settings = default,
object? settings = default,
string? error = default,
global::Weaviate.ClassificationFilters? filters = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public partial interface IGraphqlClient
global::System.Threading.Tasks.Task<global::Weaviate.GraphQLResponse> GraphqlPostAsync(
string? operationName = default,
string? query = default,
global::Weaviate.GraphQLQueryVariables? variables = default,
object? variables = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public partial interface IObjectsClient
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public partial interface IObjectsClient
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public partial interface IObjectsClient
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial interface IObjectsClient
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public sealed partial class BackupRestoreRequest
/// Allows overriding the node names stored in the backup with different ones. Useful when restoring backups to a different environment.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("node_mapping")]
public global::Weaviate.BackupRestoreRequestNodeMapping? NodeMapping { get; set; }
public global::System.Collections.Generic.Dictionary<string, string>? NodeMapping { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public sealed partial class Classification
/// classification-type specific settings
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("settings")]
public global::Weaviate.ClassificationSettings? Settings { get; set; }
public object? Settings { get; set; }

/// <summary>
/// error message if status == failed<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public sealed partial class GraphQLQuery
/// Additional variables for the query.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("variables")]
public global::Weaviate.GraphQLQueryVariables? Variables { get; set; }
public object? Variables { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public sealed partial class GraphQLResponse
/// GraphQL data object.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("data")]
public global::Weaviate.GraphQLResponseData? Data { get; set; }
public global::System.Collections.Generic.Dictionary<string, object>? Data { get; set; }

/// <summary>
/// Array with errors.
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Weaviate/Generated/Weaviate.Models.Meta.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public sealed partial class Meta
/// Module-specific meta information.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("modules")]
public global::Weaviate.MetaModules? Modules { get; set; }
public object? Modules { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Weaviate/Generated/Weaviate.Models.Object.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public sealed partial class Object
/// (Response only) Additional meta information about a single object.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("additional")]
public global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? Additional { get; set; }
public global::System.Collections.Generic.Dictionary<string, object>? Additional { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public sealed partial class PatchDocumentAction
/// The value to be used within the operations.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("value")]
public global::Weaviate.PatchDocumentActionValue? Value { get; set; }
public object? Value { get; set; }

/// <summary>
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public sealed partial class PatchDocumentObject
/// The value to be used within the operations.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("value")]
public global::Weaviate.PatchDocumentObjectValue? Value { get; set; }
public object? Value { get; set; }

/// <summary>
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public sealed partial class RaftStatistics
/// Weaviate Raft nodes.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("latestConfiguration")]
public global::Weaviate.RaftStatisticsLatestConfiguration? LatestConfiguration { get; set; }
public object? LatestConfiguration { get; set; }

/// <summary>
///
Expand Down
6 changes: 3 additions & 3 deletions src/libs/Weaviate/Generated/Weaviate.Models.Statistics.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ public sealed partial class Statistics
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("leaderId")]
public global::Weaviate.StatisticsLeaderId? LeaderId { get; set; }
public object? LeaderId { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("leaderAddress")]
public global::Weaviate.StatisticsLeaderAddress? LeaderAddress { get; set; }
public object? LeaderAddress { get; set; }

/// <summary>
///
Expand All @@ -80,7 +80,7 @@ public sealed partial class Statistics
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("candidates")]
public global::Weaviate.StatisticsCandidates? Candidates { get; set; }
public object? Candidates { get; set; }

/// <summary>
/// The definition of Raft statistics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ partial void ProcessObjectsClassPatchResponseContent(
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.Object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ partial void ProcessObjectsClassPutResponseContent(
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.Object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ partial void ProcessObjectsCreateResponseContent(
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.Object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ partial void ProcessObjectsValidateResponseContent(
global::System.Collections.Generic.IList<float>? vector = default,
global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.IList<float>>? vectors = default,
string? tenant = default,
global::System.Collections.Generic.Dictionary<string, global::Weaviate.AdditionalProperties2>? additional = default,
global::System.Collections.Generic.Dictionary<string, object>? additional = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
var request = new global::Weaviate.Object
Expand Down

0 comments on commit 621849f

Please sign in to comment.