From 656b495bea779879bb82b2cda0cca5a30a8ad8ca Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:40:44 +0100 Subject: [PATCH] fix: Change `QueryParams` type in `MetadataQuery` from `Dictionary` to `Dictionary` (box/box-openapi#479) (#298) --- .codegen.json | 2 +- Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8bdd4257..b641193f 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "0a79fc3", "specHash": "90cf4e4", "version": "1.3.1" } +{ "engineHash": "0a79fc3", "specHash": "9d452cf", "version": "1.3.1" } diff --git a/Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs b/Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs index 8998dc06..19d31b91 100644 --- a/Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs +++ b/Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs @@ -34,7 +34,7 @@ public class MetadataQuery : ISerializable { /// the type of the corresponding metadata template field. /// [JsonPropertyName("query_params")] - public Dictionary? QueryParams { get; init; } + public Dictionary? QueryParams { get; init; } /// /// The ID of the folder that you are restricting the query to. A